/**handles:albdesign-wc-donation-frontend,parent-style,ec-styles,PI_stt_front,stripe_styles,js_composer_custom_css**/
tr.avada.donation-block input,
tr.avada.donation-block select{
	width:auto;
}
/*
Theme Name: Basel
Theme URI: http://demo.xtemos.com/basel/
Author: Xtemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Version: 1.7
Text domain: basel
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
*/
/*------------------------------------------------------------------
[Table of contents]

1. Basel Reset default style.

2. Helpers
    2.1 Text align
    2.2 Color schemes
    2.3 Color
    2.4 Font style
    2.5 Tools
    2.6 Tooltips
    2.7 Image caption
3. Animations
    3.1 Loader
4. Base Style
5. layout
    5.1 Header
    5.2 Top-bar
    5.3 Others
    5.4 Footer
    5.5 Buttons
    5.6 labels
    5.7 Tables
    5.8 Baners
    5.9 Navigation
    5.10 Forms
    5.11 Sidebar
    5.12 Search
6. Elements
    6.1 Device carousel
    6.2 Section title
    6.3 Social icons
    6.4 Google maps
    6.5 Counter
    6.6 Team members
    6.7 Testimonials
    6.8 Instagram
    6.9 Autor area
    6.10 Post teaser
    6.10 Twitter
7. Pages
    7.1 Blog
    7.2 Portfolio
    7.3 Shop
    7.4 Page 404
    7.5 Search results
8. Woocommerce
    8.1 Woocommerce loyout
    8.2 Woocommerce table
    8.3 Woocommerce shop page
    8.4 Woocommerce product alt
    8.5 Woocommerce product sticky
    8.6 Woocommerce checkout
    8.7 Woocommerce cart
    8.8 Woocommerce register and login
9. Plugins
    9.1 Magnific-popup
    9.2 Slick slider
    9.3 Justified gallery
    9.4 Simple line icons
    9.5 Bb-press
    9.6 Visual Composer
    9.7 Wishlist
    9.8 Owl Carousel
    9.9 Rev slider
    9.10 PhotoSwipe
10. Widgets
11. Responsive
*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** ------------------------------------------------------------------------------------------------
* HELPERS
* ------------------------------------------------------------------------------------------------ */
/** ------------------------------------------
* Text align
* ------------------------------------------ */
.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;
}

/** ------------------------------------------
* Text style
* ------------------------------------------ */
.title-uppercase {
  text-transform: uppercase;
}

/** ------------------------------------------
* Color scheme
* ------------------------------------------ */
.color-scheme-light {
  color: rgba(255, 255, 255, 0.8);
}
.color-scheme-light a {
  color: rgba(255, 255, 255, 0.9);
}
.color-scheme-light a:hover {
  color: white;
}
.color-scheme-light a:focus {
  color: white;
}
.color-scheme-light p {
  color: rgba(255, 255, 255, 0.8);
}
.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 .widgettitle,
.color-scheme-light .widget-title,
.color-scheme-light label {
  color: white;
}
.color-scheme-light ul li {
  color: rgba(255, 255, 255, 0.8);
}
.color-scheme-light ul li a {
  color: rgba(255, 255, 255, 0.9);
}
.color-scheme-light ul li a:hover {
  color: white;
}
.color-scheme-light ul li a:focus {
  color: white;
}

.color-scheme-dark {
  color: rgba(0, 0, 0, 0.7);
}
.color-scheme-dark a {
  color: rgba(0, 0, 0, 0.8);
}
.color-scheme-dark a:hover {
  color: black;
}
.color-scheme-dark a:focus {
  color: black;
}
.color-scheme-dark p {
  color: rgba(0, 0, 0, 0.7);
}
.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 .widgettitle,
.color-scheme-dark .widget-title,
.color-scheme-dark label {
  color: black;
}
.color-scheme-dark ul li {
  color: rgba(0, 0, 0, 0.8);
}
.color-scheme-dark ul li a {
  color: rgba(0, 0, 0, 0.8);
}
.color-scheme-dark ul li a:hover {
  color: black;
}
.color-scheme-dark ul li a:focus {
  color: black;
}

/** ------------------------------------------
* Color
* ------------------------------------------ */
.color-primary {
  color: #1aada3;
}

.color-alt {
  color: #fbbc34;
}

.color-black {
  color: black;
}

.color-white {
  color: white;
}

/** ------------------------------------------
* Font style
* ------------------------------------------ */
.font-alt {
  font-family: "Courgette", "Comic Sans MS", cursive;
}

/** ------------------------------------------
* Tools
* ------------------------------------------ */
.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;
}

/** ------------------------------------------
* Tooltips
* ------------------------------------------ */
.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;
  text-transform: capitalize;
  visibility: hidden;
  white-space: nowrap;
  color: transparent;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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: black;
  color: white;
  visibility: visible;
  top: auto;
  bottom: 115%;
  left: 50%;
  right: auto;
}
.basel-tooltip:hover .basel-tooltip-label:before {
  color: black;
}

/** ------------------------------------------
* Caption
* ------------------------------------------ */
.wp-caption {
  background: transparent;
  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: 0.8;
}

 /** ------------------------------------------
* Gallery
* ------------------------------------------ */
.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;
  /* Compensate for the default negative margin on .gallery, which can't be changed. */
}

.gallery .gallery-caption {
  background-color: rgba(0, 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
* ------------------------------------------ */
.bypostauthor cite span {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  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: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}

.comments-area .bypostauthor cite b {
  font-weight: bold;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.wp-caption {
  max-width: 100%;
}

/** ------------------------------------------------------------------------------------------------
* ANIMATIONS / #basel-animation
* ------------------------------------------------------------------------------------------------ */
@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;
  }
}
/** ------------------------------------------------------------------------------------------------
* BASE STYLE
* ------------------------------------------------------------------------------------------------ */
body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #4C4C4C;
  line-height: 1.2;
  font-size: 14px;
}

.website-wrapper {
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
}

a {
  color: #202020;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:focus {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.title {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: #1B1919;
  margin-bottom: 20px;
  line-height: 1.4;
}

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;
  text-transform: capitalize;
}

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: bold;
}

mark {
  display: inline-block;
  padding: 2px 4px;
  background-color: #F9F9F9;
}

code,
kbd,
ins {
  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, 0.6);
  margin-top: 0px;
  margin-bottom: 20px;
}
.color-scheme-light hr {
  border-color: rgba(255, 255, 255, 0.45);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote {
  text-align: left;
  font-size: 17px;
  margin-bottom: 20px;
  margin-left: 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: bold;
  color: #1aada3;
  font-size: 14px;
}
.color-scheme-light blockquote {
  border-color: rgba(255, 255, 255, 0.7);
}
.color-scheme-light blockquote footer:before {
  border-color: rgba(255, 255, 255, 0.7);
}
.color-scheme-light blockquote cite,
.color-scheme-light blockquote cite a {
  color: white;
}

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

.single-product-content div[itemprop="description"] ul, .single-product-content div[itemprop="description"] ol,
.single-product-content #tab-description ul,
.single-product-content #tab-description ol,
.blog-post-loop .entry-content ul,
.blog-post-loop .entry-content ol,
.comments-area .comment-list li ul,
.comments-area .comment-list li ol {
  margin-bottom: 20px;
}
.single-product-content div[itemprop="description"] ul,
.single-product-content #tab-description ul,
.blog-post-loop .entry-content ul,
.comments-area .comment-list li ul {
  padding-left: 40px;
}
.single-product-content div[itemprop="description"] ul > li,
.single-product-content #tab-description ul > li,
.blog-post-loop .entry-content ul > li,
.comments-area .comment-list li ul > li {
  position: relative;
}
.single-product-content div[itemprop="description"] ul > li:before,
.single-product-content #tab-description ul > li:before,
.blog-post-loop .entry-content ul > li:before,
.comments-area .comment-list li ul > li:before {
  content: "\f105";
  color: #1aada3;
  opacity: 0.7;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: -20px;
}
.single-product-content div[itemprop="description"] ol,
.single-product-content #tab-description ol,
.blog-post-loop .entry-content ol,
.comments-area .comment-list li ol {
  list-style: decimal;
  padding-left: 40px;
}
.single-product-content div[itemprop="description"] li,
.single-product-content #tab-description li,
.blog-post-loop .entry-content li,
.comments-area .comment-list li li {
  line-height: 1.8;
}
.single-product-content div[itemprop="description"] li > ul,
.single-product-content div[itemprop="description"] li > ol,
.single-product-content #tab-description li > ul,
.single-product-content #tab-description li > ol,
.blog-post-loop .entry-content li > ul,
.blog-post-loop .entry-content li > ol,
.comments-area .comment-list li li > ul,
.comments-area .comment-list li li > ol {
  margin-bottom: 0;
}

.type-page .entry-content > ul,
.type-page .entry-content > ol {
  margin-bottom: 20px;
}
.type-page .entry-content > ul li,
.type-page .entry-content > ol li {
  line-height: 1.8;
}
.type-page .entry-content > ul li > ul,
.type-page .entry-content > ul li > ol,
.type-page .entry-content > ol li > ul,
.type-page .entry-content > ol li > ol {
  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: 0.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;
}

/** ------------------------------------------------------------------------------------------------
* HEADERS / #basel-header
* ------------------------------------------------------------------------------------------------ */
.main-header {
  width: 100%;
  margin-bottom: 40px;
}
.main-header .wrapp-header {
  display: table;
  width: 100%;
}
.main-header .right-column,
.main-header .main-nav,
.main-header .site-logo,
.main-header .widgetarea-head {
  display: table-cell;
  vertical-align: middle;
}
.main-header .right-column {
  padding-left: 15px;
}
.main-header .site-logo {
  padding-right: 15px;
}
.main-header .sidebar-widget {
  margin-bottom: 0;
}
.main-header .widgetarea-head {
  padding: 10px 6%;
}
.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: 0px 1px 5px rgba(190, 190, 190, 0.5);
  background-color: white;
}
.main-header.header-has-no-bg.color-scheme-light.act-scroll {
  border: none;
  box-shadow: none;
  background-color: rgba(0, 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, 0.9);
}
.color-scheme-light .widgetarea-head p {
  color: rgba(255, 255, 255, 0.9);
}
.color-scheme-light .widgetarea-head a,
.color-scheme-light .widgetarea-head ul li a {
  color: rgba(255, 255, 255, 0.9);
}
.color-scheme-light .widgetarea-head a:hover,
.color-scheme-light .widgetarea-head ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.header-full-width .sticky-header > .container,
.header-full-width .topbar-wrapp > .container,
.header-full-width .main-header > .container,
.header-full-width .main-header .navigation-wrap > .container,
.header-full-width .main-header .secondary-header > .container,
.header-full-width .single-breadcrumbs-wrapper > .container {
  width: 95%;
}

.navigation-wrap {
  border-top: 1px solid rgba(168, 168, 168, 0.2);
  border-bottom: 1px solid rgba(168, 168, 168, 0.2);
  position: relative;
}
.color-scheme-light .navigation-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-base .wrapp-header {
  height: 115px;
}
.header-base .main-nav {
  display: block;
}

.header-simple,
.header-categories {
  position: relative;
}
.header-simple .main-nav .menu > li.menu-item-design-full-width > .sub-menu-dropdown,
.header-categories .main-nav .menu > li.menu-item-design-full-width > .sub-menu-dropdown {
  top: 120%;
}
.header-simple .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-categories .main-nav .menu > li.menu-item-design-full-width.item-event-hover:hover > .sub-menu-dropdown,
.header-categories .main-nav .menu > li.menu-item-design-full-width.item-event-click.item-menu-opened > .sub-menu-dropdown {
  top: 100%;
}
.header-simple .main-nav .menu > li > .sub-menu-dropdown,
.header-categories .main-nav .menu > li > .sub-menu-dropdown {
  top: 100%;
}
.header-simple .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-categories .main-nav .menu > li.item-event-hover:hover > .sub-menu-dropdown,
.header-categories .main-nav .menu > li.item-event-click.item-menu-opened > .sub-menu-dropdown {
  top: 80%;
}

.header-simple .main-nav .menu > li > a {
  height: 115px;
  line-height: 115px;
}

.header-categories .main-nav .menu > li > a {
  height: 115px;
  line-height: 115px;
}

.basel-header-overlap .main-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 350;
  border-bottom: none;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.basel-header-overlap .main-header .main-nav .menu > li > a {
  line-height: 90px;
  height: 90px;
  -webkit-transition: height 0.15s ease-in-out, line-height 0.15s ease-in-out, color 0.2s ease;
  -moz-transition: height 0.15s ease-in-out, line-height 0.15s ease-in-out, color 0.2s ease;
  -o-transition: height 0.15s ease-in-out, line-height 0.15s ease-in-out, color 0.2s ease;
  transition: height 0.15s ease-in-out, line-height 0.15s ease-in-out, color 0.2s ease;
}
.basel-header-overlap .main-header .main-nav .menu > li > .sub-menu-dropdown {
  top: 120%;
}
.basel-header-overlap .main-header .main-nav .menu > li.item-event-hover:hover > .sub-menu-dropdown, .basel-header-overlap .main-header .main-nav .menu > li.item-event-click.item-menu-opened > .sub-menu-dropdown {
  top: 100%;
}
.basel-header-overlap .main-header .right-column .header-links {
  padding-right: 0;
  border: none;
  line-height: 90px;
  height: 90px;
  -webkit-transition: height 0.15s ease-in-out, line-height 0.15s ease-in-out, color 0.2s ease;
  -moz-transition: height 0.15s ease-in-out, line-height 0.15s ease-in-out, color 0.2s ease;
  -o-transition: height 0.15s ease-in-out, line-height 0.15s ease-in-out, color 0.2s ease;
  transition: height 0.15s ease-in-out, line-height 0.15s ease-in-out, color 0.2s ease;
}
.basel-header-overlap .main-header.act-scroll {
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.basel-header-overlap .main-header.act-scroll .main-nav .menu > li > a {
  line-height: 70px;
  height: 70px;
  -webkit-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out, color 0.2s ease;
  -moz-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out, color 0.2s ease;
  -o-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out, color 0.2s ease;
  transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out, color 0.2s ease;
}
.basel-header-overlap .main-header.act-scroll .site-logo img {
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
.basel-header-overlap .main-header.act-scroll .right-column .header-links {
  line-height: 70px;
  height: 70px;
  -webkit-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out, color 0.2s ease;
  -moz-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out, color 0.2s ease;
  -o-transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out, color 0.2s ease;
  transition: height 0.25s ease-in-out, line-height 0.25s ease-in-out, color 0.2s ease;
}
.basel-header-overlap .main-header.color-scheme-light.act-scroll {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.basel-header-overlap .main-header.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: 0px;
}
.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 .menu > li > a {
  position: relative;
  line-height: 105px;
  height: 105px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s 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-hover:hover > .sub-menu-dropdown, .header-shop .main-nav .menu > li.menu-item-design-full-width.item-event-click.item-menu-opened > .sub-menu-dropdown {
  top: 100%;
}
.header-shop .main-nav .menu > li > .sub-menu-dropdown {
  top: 100%;
}
.header-shop .main-nav .menu > li.item-event-hover:hover > .sub-menu-dropdown, .header-shop .main-nav .menu > li.item-event-click.item-menu-opened > .sub-menu-dropdown {
  top: 80%;
}
.header-shop .site-logo {
  padding-left: 15px;
  text-align: center;
}
.header-shop .site-logo img {
  display: inline-block;
}
.header-shop .right-column .header-links {
  height: 105px;
  line-height: 105px;
  border-right: 2px solid #f5f5f5;
  padding-right: 35px;
  margin-right: 15px;
}
.header-shop .right-column .header-links li a {
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}
.header-shop.act-scroll .main-nav .menu > li > a {
  line-height: 80px;
  height: 80px;
  -webkit-transition: height 0.3s ease 0.05s, line-height 0.3s ease 0.05s, color 0.3s ease;
  -moz-transition: height 0.3s ease 0.05s, line-height 0.3s ease 0.05s, color 0.3s ease;
  -o-transition: height 0.3s ease 0.05s, line-height 0.3s ease 0.05s, color 0.3s ease;
  transition: height 0.3s ease 0.05s, line-height 0.3s ease 0.05s, color 0.3s ease;
}
.header-shop.act-scroll .site-logo img {
  -webkit-transition: width 0.3s ease 0.05s;
  -moz-transition: width 0.3s ease 0.05s;
  -o-transition: width 0.3s ease 0.05s;
  transition: width 0.3s ease 0.05s;
}
.header-shop.act-scroll .right-column .header-links {
  height: 80px;
  line-height: 80px;
  -webkit-transition: height 0.3s ease 0.05s, line-height 0.3s ease 0.05s;
  -moz-transition: height 0.3s ease 0.05s, line-height 0.3s ease 0.05s;
  -o-transition: height 0.3s ease 0.05s, line-height 0.3s ease 0.05s;
  transition: height 0.3s ease 0.05s, line-height 0.3s ease 0.05s;
}
.header-shop.color-scheme-light.act-scroll {
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.header-shop.color-scheme-light .right-column .header-links {
  border-right: 2px solid rgba(245, 245, 245, 0.2);
}

.sticky-header-prepared .header-shop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 350;
}
.sticky-header-prepared.admin-bar .header-shop {
  top: 32px;
}
.sticky-header-prepared.basel-top-bar-on .header-shop {
  position: absolute;
  top: 42px;
}
.sticky-header-prepared.basel-top-bar-on .header-shop.act-scroll {
  position: fixed;
  top: 0px;
}
.sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop.act-scroll {
  position: fixed;
  top: 32px;
}

.header-logo-center .wrapp-header {
  height: 115px;
}
.header-logo-center .main-nav {
  display: block;
}
.header-logo-center .widgetarea-head {
  padding-left: 0px;
}
.header-logo-center .site-logo {
  padding-left: 15px;
}

.header-categories {
  padding-bottom: 15px;
}
.header-categories .main-nav .menu li.menu-item-design-full-width > .sub-menu-dropdown {
  margin-top: -44px;
}
.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: 0.3px;
  font-weight: bold;
  color: white;
  padding: 22px 0px 22px 20px;
  background-color: rgba(0, 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 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.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%;
  display: table-cell;
  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;
  padding: 20px 0;
}
.header-menu-top .site-logo img {
  display: inline-block;
}
.header-menu-top.header-has-no-bg .navigation-wrap {
  background-color: white;
  box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.right-column .shopping-cart .dropdown-cat {
  background-color: white;
  z-index: 1;
  padding: 20px;
  width: 320px;
  color: #3c3c3c;
  box-shadow: 0px 0px 2px rgba(0, 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:before, .right-column .wishlist-info-widget > a:after {
  font-size: 20px;
  font-family: "FontAwesome";
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.right-column .wishlist-info-widget > a:before {
  content: "\f08a";
}
.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: white;
  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 0.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: white;
}
.right-column .header-links li a {
  font-style: italic;
  font-size: 13px;
}
.right-column .header-links li:after {
  content: "/";
  line-height: 0px;
  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;
  margin-left: 10px;
  vertical-align: middle;
}
.right-column > div a,
.right-column > div ul li a {
  color: rgba(0, 0, 0, 0.9);
}
.right-column > div:first-child {
  margin-left: 0px;
}
.color-scheme-light .right-column a {
  color: white;
}
.color-scheme-light .right-column a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.color-scheme-light .right-column .search-button a:after, .color-scheme-light .right-column .search-button a:before {
  background-color: white;
  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, 0.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::before, .mobile-nav-icon .basel-burger::after {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mobile-nav-icon .basel-burger::before, .mobile-nav-icon .basel-burger::after {
  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: 20px;
  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: bold;
}
.shopping-cart > a:hover {
  text-decoration: none;
}
.shopping-cart .dropdown-wrap-cat {
  right: -21px;
}
.shopping-cart.basel-cart-alt > a:before {
  content: "\f290";
}

.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: white;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  background-color: #1aada3;
  position: absolute;
  top: -2px;
  left: 19px;
}
.basel-cart-design-2 > a .basel-cart-subtotal,
.basel-cart-design-3 > a .basel-cart-subtotal {
  margin-left: 2px;
  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 {
  content: "\e035";
}

.sticky-header {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 350;
  opacity: 0;
  box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: white;
}
.sticky-header > .container {
  display: table;
  height: 60px;
}
.sticky-header .site-logo,
.sticky-header .main-nav,
.sticky-header .right-column {
  display: table-cell;
  vertical-align: middle;
}
.sticky-header .site-logo img {
  max-height: 75px;
  padding: 6px 0;
}
.sticky-header .main-nav {
  text-align: center;
}
.sticky-header .right-column .header-links {
  display: none;
}
.sticky-header.act-scroll {
  top: 0;
  opacity: 1;
}
.sticky-header.color-scheme-light {
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: none;
}

.sticky-navigation-only.sticky-header-prepared .main-header .navigation-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 350;
}

.basel-wrapper-shifted {
  overflow: hidden;
  transform: translate3d(-340px, 0, 0);
  -webkit-transform: translate3d(-340px, 0, 0);
  -ms-transform: translate3d(-340px, 0, 0);
  -sand-transform: translate3d(-340px, 0, 0);
  -o-transform: translate3d(-340px, 0, 0);
  -moz-transform: translate3d(-340px, 0, 0);
}
.basel-wrapper-shifted .basel-close-side {
  opacity: 1;
  visibility: visible;
}

.basel-cart-opened {
  overflow: hidden;
}
.basel-cart-opened .cart-widget-side {
  opacity: 1;
  visibility: visible;
}

.cart-widget-side {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  height: 100%;
  display: block;
  overflow: auto;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .3s ease, opacity .3s ease;
  -moz-transition: visibility .3s ease, opacity .3s ease;
  -o-transition: visibility .3s ease, opacity .3s ease;
  transition: visibility .3s ease, opacity .3s ease;
}
.cart-widget-side .widget-heading {
  margin-bottom: 20px;
  padding: 28px 20px;
  background-color: black;
  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-title,
.cart-widget-side .widget-heading .widget-close {
  vertical-align: middle;
  display: inline-block;
  color: white;
}
.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: 0px;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.cart-widget-side .widget-heading .widget-close:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
}
.cart-widget-side .widget-heading .widget-close:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
  transform: rotate(0deg);
}
.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: 0px;
  padding-bottom: 0px;
  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;
}

/** ------------------------------------------------------------------------------------------------
* TOP BAR / #basel-top-bar
* ------------------------------------------------------------------------------------------------ */
.topbar-wrapp {
  width: 100%;
  height: 42px;
  font-size: 13px;
  letter-spacing: .3px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #FF671F;
}
.topbar-wrapp .widgettitle,
.topbar-wrapp .widget-title,
.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: 0px;
  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, 0.9);
}
.topbar-wrapp.color-scheme-light .top-bar-left p {
  color: rgba(255, 255, 255, 0.9);
}

.topbar-content {
  display: table;
  width: 100%;
}
.topbar-content:before {
  content: "";
  height: 42px;
  display: table-cell;
  vertical-align: middle;
}

.top-bar-left {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  line-height: 21px;
}

.top-bar-right {
  display: table-cell;
  vertical-align: top;
}

.topbar-menu {
  float: right;
}
.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 0.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: white;
}
.topbar-menu ul > li > a {
  text-transform: uppercase;
  font-size: 12px;
}
.topbar-menu ul > li > .sub-menu-dropdown {
  position: absolute;
  right: 0px;
  top: 120%;
  z-index: 370;
  width: 150px;
  background-color: white;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 2px rgba(0, 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: 0px;
}
.topbar-menu ul > li > .sub-menu-dropdown li > a {
  display: block;
  font-size: 13px;
  padding: 2px 0;
  color: #3C3C3C;
  font-weight: 400;
  text-transform: capitalize;
}
.topbar-menu ul > li > .sub-menu-dropdown li > a:after {
  content: none;
}
.topbar-menu ul > li > .sub-menu-dropdown li > a:hover, .topbar-menu ul > li > .sub-menu-dropdown li > a:focus {
  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: white;
}
.topbar-menu ul > li:before {
  content: " ";
  display: inline-block;
  height: 25px;
  width: 1px;
  background-color: rgba(0, 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: white;
}
.color-scheme-light .topbar-menu ul.menu > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.color-scheme-light .topbar-menu ul.menu > li > a:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.color-scheme-light .topbar-menu ul.menu > li:before {
  background-color: rgba(255, 255, 255, 0.1);
}

/** ------------------------------------------------------------------------------------------------
* OTHER
* ------------------------------------------------------------------------------------------------ */
.page-title {
  width: 100%;
  border-bottom: 1px solid rgba(168, 168, 168, 0.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: 0px;
}
.page-title .entry-header .breadcrumbs > span,
.page-title .entry-header .breadcrumbs > a {
  font-size: 14px;
  display: inline-block;
}
.page-title .entry-header .breadcrumbs > span:after,
.page-title .entry-header .breadcrumbs > a: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, 0.9);
}
.page-title.color-scheme-light .breadcrumbs a,
.page-title.color-scheme-light .breadcrumbs span {
  color: rgba(255, 255, 255, 0.9);
}
.page-title.color-scheme-light .breadcrumbs a:hover {
  color: white;
}

/** ------------------------------------------
* TITLE SIZE
* ------------------------------------------ */
.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
* ------------------------------------------ */
.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
* ------------------------------------------ */
.wrapper-boxed .website-wrapper {
  max-width: 1200px;
}
.wrapper-boxed .scrollToTop {
  bottom: 40px;
  right: 20px;
}

/** ------------------------------------------
* WRAPPER BOXED SMALL
* ------------------------------------------ */
.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: 0px 1px 5px rgba(190, 190, 190, 0.26);
}
.wrapper-boxed.sticky-header-prepared .header-shop, .wrapper-boxed.basel-header-overlap .main-header,
.wrapper-boxed .sticky-header,
.wrapper-boxed-small.sticky-header-prepared .header-shop,
.wrapper-boxed-small.basel-header-overlap .main-header,
.wrapper-boxed-small .sticky-header {
  left: auto;
  right: auto;
  max-width: inherit;
}
.wrapper-boxed .owl-theme .owl-controls .owl-buttons > div,
.wrapper-boxed-small .owl-theme .owl-controls .owl-buttons > div {
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  filter: Alpha(Opacity=1);
  opacity: 1;
}
.wrapper-boxed .owl-theme .owl-controls .owl-buttons > div.disabled,
.wrapper-boxed-small .owl-theme .owl-controls .owl-buttons > div.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.wrapper-boxed .owl-theme .owl-controls .owl-buttons > div.owl-next,
.wrapper-boxed-small .owl-theme .owl-controls .owl-buttons > div.owl-next {
  right: 20px;
}
.wrapper-boxed .owl-theme .owl-controls .owl-buttons > div.owl-prev,
.wrapper-boxed-small .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  left: 20px;
}
.wrapper-boxed .owl-theme .owl-controls .owl-buttons > div:before,
.wrapper-boxed-small .owl-theme .owl-controls .owl-buttons > div:before {
  width: 38px;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}
.wrapper-boxed .owl-theme:hover .owl-controls .owl-buttons div.owl-next,
.wrapper-boxed-small .owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 20px;
}
.wrapper-boxed .owl-theme:hover .owl-controls .owl-buttons div.owl-prev,
.wrapper-boxed-small .owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 20px;
}
.wrapper-boxed .popup-quick-view .owl-theme .owl-controls .owl-buttons > div,
.wrapper-boxed-small .popup-quick-view .owl-theme .owl-controls .owl-buttons > div {
  filter: Alpha(Opacity=0);
  opacity: 0;
}

/** ------------------------------------------
* WRAPPER FULL WIDTH
* ------------------------------------------ */
.wrapper-full-width-content .container {
  width: 95%;
}

/** ------------------------------------------
* CLOSE BUTTON MOBILE NAV AND SIDEBAR CART
* ------------------------------------------ */
.basel-close-side {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 400;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/** ------------------------------------------
* PAGINATION
* ------------------------------------------ */
.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: black;
}
.basel-pagination .current {
  background-color: black;
  border-color: black;
  color: white;
}
.basel-pagination .inactive:hover, .basel-pagination .inactive:focus {
  text-decoration: none;
  border-color: #B1B1B1;
}
.basel-pagination .inactive:focus {
  background-color: black;
  border-color: black;
  color: white;
}

/** ------------------------------------------
* BUTTON SCROLL TO TOP
* ------------------------------------------ */
.scrollToTop {
  width: 45px;
  height: 45px;
  text-align: center;
  color: black;
  z-index: 350;
  font-size: 0;
  border: 1px solid black;
  border-radius: 50%;
  text-decoration: none;
  background-color: white;
  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: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.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:hover, .scrollToTop:focus {
  text-decoration: none;
  background: #1aada3;
  border-color: #1aada3;
  color: white;
  transform: scale(0.91);
  -moz-transform: scale(0.91);
  -o-transform: scale(0.91);
  -webkit-transform: scale(0.91);
}

/** ------------------------------------------
* PROMO POPUP
* ------------------------------------------ */
.basel-promo-popup {
  display: none;
  max-width: 900px;
  margin: 0 auto;
  background: white;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.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: 0px;
  top: 50%;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: black;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.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;
}

.basel-popup-effect.mfp-ready .basel-promo-popup {
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  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 CONTAINER
* ------------------------------------------ */
.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;
}

/** ------------------------------------------
* Font Awesome icon spacing
* ------------------------------------------ */
i.fa:before {
  margin-left: 1px;
  margin-right: 1px;
}

/** ------------------------------------------
* SLIDER TITLE
* ------------------------------------------ */
.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 ADD TO CART
* ------------------------------------------ */
.rev_slider_wrapper .add_to_cart_button.loading {
  padding-right: 35px !important;
  padding-left: 15px !important;
}
.rev_slider_wrapper .btn,
.rev_slider_wrapper .button,
.rev_slider_wrapper button,
.rev_slider_wrapper .added_to_cart {
  color: #5F5F5F;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
.rev_slider_wrapper .btn:hover,
.rev_slider_wrapper .button:hover,
.rev_slider_wrapper button:hover,
.rev_slider_wrapper .added_to_cart:hover {
  color: white;
}

/** ------------------------------------------
* ADMIN BAR POSITION ELEMENTS
* ------------------------------------------ */
.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;
}

/** ------------------------------------------------------------------------------------------------
* FOOTER
* ------------------------------------------------------------------------------------------------ */
.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: 0px;
}
.footer-container .title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(124, 124, 124, 0.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: 0px;
}
.footer-container.color-scheme-light {
  color: rgba(255, 255, 255, 0.6);
}
.footer-container.color-scheme-light a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-container.color-scheme-light a:hover {
  color: white;
}
.footer-container.color-scheme-light a:focus {
  color: white;
}
.footer-container.color-scheme-light p {
  color: rgba(255, 255, 255, 0.6);
}
.footer-container.color-scheme-light ul li {
  color: rgba(255, 255, 255, 0.6);
}
.footer-container.color-scheme-light ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-container.color-scheme-light ul li a:hover {
  color: white;
}
.footer-container.color-scheme-light ul li a:focus {
  color: white;
}
.footer-container.color-scheme-light ul li {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-container.color-scheme-light .title {
  border-color: rgba(255, 255, 255, 0.3);
}
.footer-container.color-scheme-light .main-footer + .copyrights-wrapper .min-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer + .copyrights-wrapper .min-footer {
  border-top: 1px solid rgba(124, 124, 124, 0.2);
}

/** ------------------------------------------
* MIN FOOTER
* ------------------------------------------ */
.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: 0px;
}

/** ------------------------------------------------------------------------------------------------
* BUTTONS / #basel-button
* ------------------------------------------------------------------------------------------------ */
.btn,
.button,
button,
.added_to_cart,
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: 0px;
  border: 1px solid;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ECECEC;
  color: #3E3E3E;
  border-color: #ECECEC;
}
.btn:hover, .btn:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
.added_to_cart:hover,
.added_to_cart:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #3E3E3E;
  color: white;
  text-decoration: none;
  border-color: #3E3E3E;
}
.btn.btn-style-bordered,
.button.btn-style-bordered,
button.btn-style-bordered,
.added_to_cart.btn-style-bordered,
input[type="submit"].btn-style-bordered {
  background-color: transparent;
  color: #6D6D6D;
  border-color: #B5B5B5;
}
.btn.btn-style-bordered:hover, .btn.btn-style-bordered:focus,
.button.btn-style-bordered:hover,
.button.btn-style-bordered:focus,
button.btn-style-bordered:hover,
button.btn-style-bordered:focus,
.added_to_cart.btn-style-bordered:hover,
.added_to_cart.btn-style-bordered:focus,
input[type="submit"].btn-style-bordered:hover,
input[type="submit"].btn-style-bordered:focus {
  background-color: #3E3E3E;
  color: white;
  border-color: #3E3E3E;
}
.btn.btn-style-link,
.button.btn-style-link,
button.btn-style-link,
.added_to_cart.btn-style-link,
input[type="submit"].btn-style-link {
  background-color: transparent;
  color: #6D6D6D;
  border-color: #B5B5B5;
}
.btn.btn-style-link:hover, .btn.btn-style-link:focus,
.button.btn-style-link:hover,
.button.btn-style-link:focus,
button.btn-style-link:hover,
button.btn-style-link:focus,
.added_to_cart.btn-style-link:hover,
.added_to_cart.btn-style-link:focus,
input[type="submit"].btn-style-link:hover,
input[type="submit"].btn-style-link:focus {
  background-color: transparent;
  color: #3E3E3E;
  border-color: #3E3E3E;
}
.btn:focus,
.button:focus,
button:focus,
.added_to_cart:focus,
input[type="submit"]:focus {
  outline: none;
}
.btn i,
.button i,
button i,
.added_to_cart i,
input[type="submit"] i {
  margin-left: 3px;
}
.btn.btn-size-small,
.button.btn-size-small,
button.btn-size-small,
.added_to_cart.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;
}
.btn.btn-size-large,
.button.btn-size-large,
button.btn-size-large,
.added_to_cart.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;
}
.btn.btn-size-extra-large,
.button.btn-size-extra-large,
button.btn-size-extra-large,
.added_to_cart.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;
}
.btn.btn-style-bordered,
.button.btn-style-bordered,
button.btn-style-bordered,
.added_to_cart.btn-style-bordered,
input[type="submit"].btn-style-bordered {
  background-color: transparent;
}
.btn.btn-style-bordered:hover, .btn.btn-style-bordered:focus,
.button.btn-style-bordered:hover,
.button.btn-style-bordered:focus,
button.btn-style-bordered:hover,
button.btn-style-bordered:focus,
.added_to_cart.btn-style-bordered:hover,
.added_to_cart.btn-style-bordered:focus,
input[type="submit"].btn-style-bordered:hover,
input[type="submit"].btn-style-bordered:focus {
  text-decoration: none;
}
.btn.btn-style-link,
.button.btn-style-link,
button.btn-style-link,
.added_to_cart.btn-style-link,
input[type="submit"].btn-style-link {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  text-transform: capitalize;
}
.btn.btn-round,
.button.btn-round,
button.btn-round,
.added_to_cart.btn-round,
input[type="submit"].btn-round {
  border-radius: 35px;
}
.btn.btn-color-primary,
.button.btn-color-primary,
button.btn-color-primary,
.added_to_cart.btn-color-primary,
input[type="submit"].btn-color-primary {
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.btn.btn-color-primary:hover, .btn.btn-color-primary:focus,
.button.btn-color-primary:hover,
.button.btn-color-primary:focus,
button.btn-color-primary:hover,
button.btn-color-primary:focus,
.added_to_cart.btn-color-primary:hover,
.added_to_cart.btn-color-primary:focus,
input[type="submit"].btn-color-primary:hover,
input[type="submit"].btn-color-primary:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-color-primary.btn-style-bordered,
.button.btn-color-primary.btn-style-bordered,
button.btn-color-primary.btn-style-bordered,
.added_to_cart.btn-color-primary.btn-style-bordered,
input[type="submit"].btn-color-primary.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.btn.btn-color-primary.btn-style-bordered:hover, .btn.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,
button.btn-color-primary.btn-style-bordered:focus,
.added_to_cart.btn-color-primary.btn-style-bordered:hover,
.added_to_cart.btn-color-primary.btn-style-bordered:focus,
input[type="submit"].btn-color-primary.btn-style-bordered:hover,
input[type="submit"].btn-color-primary.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.btn.btn-color-primary.btn-style-link,
.button.btn-color-primary.btn-style-link,
button.btn-color-primary.btn-style-link,
.added_to_cart.btn-color-primary.btn-style-link,
input[type="submit"].btn-color-primary.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.btn.btn-color-primary.btn-style-link:hover, .btn.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,
button.btn-color-primary.btn-style-link:focus,
.added_to_cart.btn-color-primary.btn-style-link:hover,
.added_to_cart.btn-color-primary.btn-style-link:focus,
input[type="submit"].btn-color-primary.btn-style-link:hover,
input[type="submit"].btn-color-primary.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}
.btn.btn-color-alt,
.button.btn-color-alt,
button.btn-color-alt,
.added_to_cart.btn-color-alt,
input[type="submit"].btn-color-alt {
  background-color: #fbbc34;
  color: #ffffff;
  border-color: #fbbc34;
}
.btn.btn-color-alt:hover, .btn.btn-color-alt:focus,
.button.btn-color-alt:hover,
.button.btn-color-alt:focus,
button.btn-color-alt:hover,
button.btn-color-alt:focus,
.added_to_cart.btn-color-alt:hover,
.added_to_cart.btn-color-alt:focus,
input[type="submit"].btn-color-alt:hover,
input[type="submit"].btn-color-alt:focus {
  background-color: #fbbc34;
  border-color: #fbbc34;
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
}
.btn.btn-color-alt.btn-style-bordered,
.button.btn-color-alt.btn-style-bordered,
button.btn-color-alt.btn-style-bordered,
.added_to_cart.btn-color-alt.btn-style-bordered,
input[type="submit"].btn-color-alt.btn-style-bordered {
  background-color: transparent;
  color: #fbbc34;
}
.btn.btn-color-alt.btn-style-bordered:hover, .btn.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,
button.btn-color-alt.btn-style-bordered:focus,
.added_to_cart.btn-color-alt.btn-style-bordered:hover,
.added_to_cart.btn-color-alt.btn-style-bordered:focus,
input[type="submit"].btn-color-alt.btn-style-bordered:hover,
input[type="submit"].btn-color-alt.btn-style-bordered:focus {
  background-color: #fbbc34;
  color: #ffffff;
  opacity: 1;
}
.btn.btn-color-alt.btn-style-link,
.button.btn-color-alt.btn-style-link,
button.btn-color-alt.btn-style-link,
.added_to_cart.btn-color-alt.btn-style-link,
input[type="submit"].btn-color-alt.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.btn.btn-color-alt.btn-style-link:hover, .btn.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,
button.btn-color-alt.btn-style-link:focus,
.added_to_cart.btn-color-alt.btn-style-link:hover,
.added_to_cart.btn-color-alt.btn-style-link:focus,
input[type="submit"].btn-color-alt.btn-style-link:hover,
input[type="submit"].btn-color-alt.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}
.btn.btn-color-black,
.button.btn-color-black,
button.btn-color-black,
.added_to_cart.btn-color-black,
input[type="submit"].btn-color-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-color-black:hover, .btn.btn-color-black:focus,
.button.btn-color-black:hover,
.button.btn-color-black:focus,
button.btn-color-black:hover,
button.btn-color-black:focus,
.added_to_cart.btn-color-black:hover,
.added_to_cart.btn-color-black:focus,
input[type="submit"].btn-color-black:hover,
input[type="submit"].btn-color-black:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
.btn.btn-color-black.btn-style-bordered,
.button.btn-color-black.btn-style-bordered,
button.btn-color-black.btn-style-bordered,
.added_to_cart.btn-color-black.btn-style-bordered,
input[type="submit"].btn-color-black.btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
.btn.btn-color-black.btn-style-bordered:hover, .btn.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,
button.btn-color-black.btn-style-bordered:focus,
.added_to_cart.btn-color-black.btn-style-bordered:hover,
.added_to_cart.btn-color-black.btn-style-bordered:focus,
input[type="submit"].btn-color-black.btn-style-bordered:hover,
input[type="submit"].btn-color-black.btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-color-black.btn-style-link,
.button.btn-color-black.btn-style-link,
button.btn-color-black.btn-style-link,
.added_to_cart.btn-color-black.btn-style-link,
input[type="submit"].btn-color-black.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
.btn.btn-color-black.btn-style-link:hover, .btn.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,
button.btn-color-black.btn-style-link:focus,
.added_to_cart.btn-color-black.btn-style-link:hover,
.added_to_cart.btn-color-black.btn-style-link:focus,
input[type="submit"].btn-color-black.btn-style-link:hover,
input[type="submit"].btn-color-black.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.7;
}
.btn.btn-color-white,
.button.btn-color-white,
button.btn-color-white,
.added_to_cart.btn-color-white,
input[type="submit"].btn-color-white {
  background-color: #ffffff;
  color: #3b3b3b;
  border-color: #ffffff;
}
.btn.btn-color-white:hover, .btn.btn-color-white:focus,
.button.btn-color-white:hover,
.button.btn-color-white:focus,
button.btn-color-white:hover,
button.btn-color-white:focus,
.added_to_cart.btn-color-white:hover,
.added_to_cart.btn-color-white:focus,
input[type="submit"].btn-color-white:hover,
input[type="submit"].btn-color-white:focus {
  background-color: #3E3E3E;
  color: #ffffff;
  text-decoration: none;
  border-color: #3E3E3E;
}
.btn.btn-color-white.btn-style-bordered,
.button.btn-color-white.btn-style-bordered,
button.btn-color-white.btn-style-bordered,
.added_to_cart.btn-color-white.btn-style-bordered,
input[type="submit"].btn-color-white.btn-style-bordered {
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-color-white.btn-style-bordered:hover, .btn.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,
button.btn-color-white.btn-style-bordered:focus,
.added_to_cart.btn-color-white.btn-style-bordered:hover,
.added_to_cart.btn-color-white.btn-style-bordered:focus,
input[type="submit"].btn-color-white.btn-style-bordered:hover,
input[type="submit"].btn-color-white.btn-style-bordered:focus {
  background-color: #ffffff;
  color: #5F5F5F;
  border-color: #ffffff;
}
.btn.btn-color-white.btn-style-link,
.button.btn-color-white.btn-style-link,
button.btn-color-white.btn-style-link,
.added_to_cart.btn-color-white.btn-style-link,
input[type="submit"].btn-color-white.btn-style-link {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}
.btn.btn-color-white.btn-style-link:hover, .btn.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,
button.btn-color-white.btn-style-link:focus,
.added_to_cart.btn-color-white.btn-style-link:hover,
.added_to_cart.btn-color-white.btn-style-link:focus,
input[type="submit"].btn-color-white.btn-style-link:hover,
input[type="submit"].btn-color-white.btn-style-link:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

/** ------------------------------------------------------------------------------------------------
* LABELS
* ------------------------------------------------------------------------------------------------ */
.onsale,
.out-of-stock-label {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  color: white;
  font-size: 13px;
  border-radius: 50%;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

.onsale {
  background-color: #1aada3;
}

.out-of-stock-label {
  background-color: black;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 12px;
}

.product-grid-item.outofstock .product-element-top .onsale {
  top: 60px;
}

/** ------------------------------------------
* MENU LABEL
* ------------------------------------------ */
.menu-label {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: -5px;
  padding: 2px 4px;
  margin-top: -20px;
  color: white;
  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 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.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
* ------------------------------------------------------------------------------------------------ */
.table-bordered-style th,
.table-bordered-style td {
  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: bold;
  text-transform: uppercase;
  line-height: 1.4;
  color: #1B1919;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #EFEFEF;
  font-family: "Karla", Arial, Helvetica, sans-serif;
}
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: capitalize;
}

.responsive-table {
  overflow-x: auto;
  margin-bottom: 30px;
}
.responsive-table table {
  margin: 0;
}
.responsive-table .responsive-table {
  margin-bottom: 0px;
  overflow-x: visible;
}

/* ------------------------------------------------------------------------------------------------
*  BANERS
* ------------------------------------------------------------------------------------------------*/
.promo-banner {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.promo-banner .wrapper-content-baner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.promo-banner .banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
}
.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:last-child, .promo-banner .banner-inner p:first-child {
  margin-bottom: 0;
}
.promo-banner .banner-inner .btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.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;
}
.promo-banner.hover-1 .main-wrapp-img .banner-image {
  -moz-transition: all 0.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;
}
.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-color: rgba(0, 0, 0, 0.5);
}
.promo-banner.hover-2 .wrapper-content-baner:before, .promo-banner.hover-2 .wrapper-content-baner:after {
  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, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -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, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -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 0.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 0.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, 0.5);
}
.promo-banner.banner-1.color-scheme-dark .banner-inner {
  background: rgba(255, 255, 255, 0.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: #000000;
}
.promo-banner.banner-2 .banner-image {
  opacity: 0.7;
}
.promo-banner.banner-2.color-scheme-dark {
  background-color: #ffffff;
}
.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: 0.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, 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, 0.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: #000000;
}
.promo-banner.banner-4 .banner-image {
  opacity: 0.6;
}
.promo-banner.banner-4.color-scheme-dark {
  background-color: #ffffff;
}
.promo-banner.banner-4.color-scheme-dark .banner-image {
  opacity: 0.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, 0.6);
}
.promo-banner.banner-5.color-scheme-dark .wrapper-content-baner {
  background-color: rgba(255, 255, 255, 0.8);
}

/** ------------------------------------------------------------------------------------------------
*  NAVIGATION / #basel-navigation
* ------------------------------------------------------------------------------------------------ */
.header-shop .main-nav > h5,
.header-categories .main-nav > h5,
.header-simple .main-nav > h5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.basel-navigation {
  color: rgba(0, 0, 0, 0.7);
}
.basel-navigation a {
  color: rgba(0, 0, 0, 0.8);
}
.basel-navigation a:hover {
  color: black;
}
.basel-navigation a:focus {
  color: black;
}
.basel-navigation p {
  color: rgba(0, 0, 0, 0.7);
}
.basel-navigation h1, .basel-navigation h2, .basel-navigation h3, .basel-navigation h4, .basel-navigation h5, .basel-navigation h6,
.basel-navigation .widgettitle,
.basel-navigation .widget-title,
.basel-navigation label {
  color: black;
}
.basel-navigation ul li {
  color: rgba(0, 0, 0, 0.8);
}
.basel-navigation ul li a {
  color: rgba(0, 0, 0, 0.8);
}
.basel-navigation ul li a:hover {
  color: black;
}
.basel-navigation ul li a:focus {
  color: black;
}
.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: 0.7;
}
.basel-navigation .menu > li > a {
  text-decoration: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.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: white;
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .sub-menu > li > a {
  color: white;
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .sub-sub-menu li a {
  color: rgba(255, 255, 255, 0.8);
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h1, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h2, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h3, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h4, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h5, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h6,
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h1 a, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h2 a, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h3 a, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h4 a, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h5 a, .basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light h6 a,
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .widgettitle,
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .widget-title,
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light label {
  color: rgba(255, 255, 255, 0.9);
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light p {
  color: rgba(255, 255, 255, 0.7);
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .price {
  color: white;
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .price .amount {
  color: white;
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .price del {
  color: rgba(255, 255, 255, 0.5);
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .price del > .amount {
  color: rgba(255, 255, 255, 0.5);
}
.basel-navigation .menu > li .sub-menu-dropdown.color-scheme-light .btn-add > a {
  color: white;
}
.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: normal;
}
.basel-navigation .menu > li.menu-item-design-default {
  position: relative;
}
.basel-navigation .menu > li.menu-item-design-default .sub-menu-dropdown {
  position: absolute;
  left: 0px;
  width: 180px;
  background-color: white;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0.1s;
  -moz-transition: all 0.25s ease 0.1s;
  -o-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
}
.basel-navigation .menu > li.menu-item-design-default .sub-menu-dropdown.color-scheme-light .sub-sub-menu li a {
  color: white;
}
.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: normal;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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: white;
  visibility: hidden;
  opacity: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.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: 0px;
  background-color: white;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0.1s;
  -moz-transition: all 0.25s ease 0.1s;
  -o-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
}
.basel-navigation .menu > li.menu-item-design-full-width .vc_row .sub-menu > li, .basel-navigation .menu > li.menu-item-design-sized .vc_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: bold !important;
  letter-spacing: 0.6px;
  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: normal;
  padding: 8px 0;
  color: #3C3C3C;
  letter-spacing: 0.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.item-event-hover:hover > .sub-menu-dropdown, .basel-navigation .menu > li.item-event-click.item-menu-opened > .sub-menu-dropdown {
  visibility: visible;
  opacity: 1;
}

.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: rgba(0, 0, 0, 0.9);
}
.main-nav .menu > li > a > i {
  margin-right: 4px;
  min-width: 0;
  font-size: 14px;
}
.main-nav .menu > li > a:hover, .main-nav .menu > li > a:focus {
  color: #1aada3;
}
.main-nav .menu > li.menu-item-has-children {
  margin-right: 5px;
}
.main-nav .menu > li.menu-item-has-children > a:after {
  content: "\f107";
  right: 1px;
  font-size: 12px;
  color: #bbb;
}
.main-nav .menu > li.menu-item-has-children:last-child {
  margin-right: 0px;
}
.main-nav .menu > li.current-menu-item > a {
  color: #1aada3;
}
.main-nav .menu > li .sub-menu-dropdown {
  top: 70%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.main-nav .menu > li:first-child > a {
  padding-left: 0;
}
.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 0.2s ease 0.1s, visibility 0.2s ease 0.1s, top 0.2s ease 0.1s;
  -moz-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s, top 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s, top 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s, top 0.2s ease 0.1s;
}
.main-nav .menu > li.item-event-hover:hover > .sub-menu-dropdown, .main-nav .menu > li.item-event-click.item-menu-opened > .sub-menu-dropdown {
  top: 100%;
}
.color-scheme-light .main-nav .menu > li > a {
  color: white;
}
.color-scheme-light .main-nav .menu > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.color-scheme-light .main-nav .menu > li.menu-item-has-children > a:after {
  color: white;
}
.color-scheme-light .main-nav .menu > li.current-menu-item > a {
  color: white;
}
.main-nav.menu-center {
  text-align: center;
}
.main-nav.menu-right {
  text-align: right;
}

.widget_nav_mega_menu .widget-title {
  color: black;
  background-color: #F1F1F1;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: bold;
  padding: 22px 20px 22px 20px;
}
.widget_nav_mega_menu .widget-title:before {
  content: none;
}
.widget_nav_mega_menu .widget-title.color-scheme-light {
  color: white;
  background-color: rgba(0, 0, 0, 0.23);
}

.widget_nav_mega_menu,
.mega-navigation {
  position: relative;
}
.widget_nav_mega_menu .menu,
.mega-navigation .menu {
  border-bottom: 3px solid rgba(0, 0, 0, 0.23);
}
.widget_nav_mega_menu .menu li,
.mega-navigation .menu li {
  margin-bottom: 0;
}
.widget_nav_mega_menu .menu .sub-menu-dropdown,
.mega-navigation .menu .sub-menu-dropdown {
  border: 2px solid rgba(168, 168, 168, 0.2);
}
.widget_nav_mega_menu .menu > li,
.mega-navigation .menu > li {
  display: block;
  margin-left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_nav_mega_menu .menu > li a i,
.mega-navigation .menu > li a i {
  font-size: 16px;
  min-width: 24px;
  opacity: 1;
}
.widget_nav_mega_menu .menu > li > a,
.mega-navigation .menu > li > a {
  display: block;
  padding: 14px 20px;
  color: white;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.widget_nav_mega_menu .menu > li > a:focus,
.mega-navigation .menu > li > a:focus {
  color: white;
}
.widget_nav_mega_menu .menu > li.item-with-label > a .menu-label,
.mega-navigation .menu > li.item-with-label > a .menu-label {
  right: 18px;
}
.widget_nav_mega_menu .menu > li.menu-item-has-children > a,
.mega-navigation .menu > li.menu-item-has-children > a {
  padding-right: 25px;
}
.widget_nav_mega_menu .menu > li.menu-item-has-children > a:after,
.mega-navigation .menu > li.menu-item-has-children > a:after {
  content: "\f105";
  right: 20px;
  color: white;
  font-size: 14px;
}
.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,
.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 {
  left: 90%;
  top: 0px;
}
.widget_nav_mega_menu .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,
.mega-navigation .menu > li.menu-item-design-default.item-event-hover:hover > .sub-menu-dropdown,
.mega-navigation .menu > li.menu-item-design-default.item-event-click.item-menu-opened > .sub-menu-dropdown {
  margin-left: 0;
  margin-top: -1px;
}
.widget_nav_mega_menu .menu > li.menu-item-design-full-width .sub-menu-dropdown,
.mega-navigation .menu > li.menu-item-design-full-width .sub-menu-dropdown {
  width: 826px;
  padding: 25px 30px 5px 30px;
}
.widget_nav_mega_menu .menu > li.menu-item-design-full-width .sub-menu-dropdown .container,
.mega-navigation .menu > li.menu-item-design-full-width .sub-menu-dropdown .container {
  width: auto;
  padding: 0;
}
.widget_nav_mega_menu .menu > li.menu-item-design-sized,
.mega-navigation .menu > li.menu-item-design-sized {
  position: static;
}
.widget_nav_mega_menu .menu > li.menu-item-design-sized .sub-menu-dropdown,
.mega-navigation .menu > li.menu-item-design-sized .sub-menu-dropdown {
  padding: 25px 30px 5px 30px;
}
.widget_nav_mega_menu .menu > li:last-child,
.mega-navigation .menu > li:last-child {
  border-bottom: none;
}
.widget_nav_mega_menu .menu > li:hover,
.mega-navigation .menu > li:hover {
  background-color: #fbbc34;
}
.widget_nav_mega_menu .menu > li:hover > a,
.mega-navigation .menu > li:hover > a {
  color: white;
}
.widget_nav_mega_menu .menu > li.item-event-hover:hover > .sub-menu-dropdown, .widget_nav_mega_menu .menu > li.item-event-click.item-menu-opened > .sub-menu-dropdown,
.mega-navigation .menu > li.item-event-hover:hover > .sub-menu-dropdown,
.mega-navigation .menu > li.item-event-click.item-menu-opened > .sub-menu-dropdown {
  left: 100%;
  margin-left: 0px;
}

.categories-menu-dropdown {
  position: absolute;
  top: 124%;
  left: 0;
  z-index: 299;
  background-color: inherit;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0.1s;
  -moz-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.3s, opacity 0s ease 0.3s;
  -moz-transition: visibility 0s ease 0.3s, opacity 0s ease 0.3s;
  -o-transition: visibility 0s ease 0.3s, opacity 0s ease 0.3s;
  transition: visibility 0s ease 0.3s, opacity 0s ease 0.3s;
}
.mobile-nav ul li {
  display: block;
  position: relative;
}
.mobile-nav ul li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  overflow-x: hidden;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.mobile-nav ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.mobile-nav ul li a:active {
  color: #ffffff;
  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 {
  padding: 10px 0;
  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;
  padding-top: 13px;
  padding-bottom: 13px;
}
.mobile-nav .sub-menu-dropdown li ul {
  background-color: #1D1D1D;
}
.mobile-nav .sub-menu-dropdown li ul:before {
  color: #1D1D1D;
}
.mobile-nav .sub-menu-dropdown .icon-sub-menu {
  top: 20px;
}
.mobile-nav .searchform {
  position: relative;
  padding: 10px;
  border-bottom: 2px solid rgba(92, 92, 92, 0.43);
  /* Firefox 19+ */
  /* Firefox 18- */
}
.mobile-nav .searchform .screen-reader-text {
  display: none;
}
.mobile-nav .searchform input[type="text"] {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border: 1px solid rgba(208, 208, 208, 0.09);
  padding: 14px 50px 14px 18px;
  font-size: 14px;
  color: white;
}
.mobile-nav .searchform ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-nav .searchform ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-nav .searchform :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-nav .searchform :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.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, 0.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: 25px;
  right: 20px;
  padding-right: 0;
  cursor: pointer;
  padding-right: 18px;
}
.mobile-nav .icon-sub-menu:after, .mobile-nav .icon-sub-menu:before {
  content: " ";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.mobile-nav .icon-sub-menu:after {
  transform: translateX(-7px) rotate(50deg);
  -webkit-transform: translateX(-7px) rotate(50deg);
  -moz-transform: translateX(-7px) rotate(50deg);
  -o-transform: translateX(-7px) rotate(50deg);
  -ms-transform: translateX(-7px) rotate(50deg);
  -sand-transform: translateX(-7px) rotate(50deg);
}
.mobile-nav .icon-sub-menu:before {
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -sand-transform: 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 {
  overflow: hidden;
  transform: translate3d(270px, 0, 0);
  -webkit-transform: translate3d(270px, 0, 0);
  -ms-transform: translate3d(270px, 0, 0);
  -sand-transform: translate3d(270px, 0, 0);
  -o-transform: translate3d(270px, 0, 0);
  -moz-transform: translate3d(270px, 0, 0);
}
.left-wrapp .basel-close-side {
  opacity: 1;
  visibility: visible;
}

.act-mobile-menu {
  overflow: hidden;
}
.act-mobile-menu .mobile-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s ease, opacity 0s ease;
  -moz-transition: visibility 0s ease, opacity 0s ease;
  -o-transition: visibility 0s ease, opacity 0s ease;
  transition: visibility 0s ease, opacity 0s ease;
}

/** ------------------------------------------------------------------------------------------------
* FORMS
* ------------------------------------------------------------------------------------------------ */
textarea,
select,
input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  width: 100%;
  border: 1px solid rgba(129, 129, 129, 0.25);
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
  transition: border-color .5s;
}
textarea:focus,
select:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.6);
  transition: border-color .4s;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 0px;
  margin-right: 5px;
  vertical-align: middle;
}

textarea {
  line-height: 1.5;
}

input[type="number"] {
  padding: 0;
  line-height: 38px;
}

.color-scheme-light {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.color-scheme-light textarea,
.color-scheme-light select,
.color-scheme-light input[type="email"],
.color-scheme-light input[type="text"],
.color-scheme-light input[type="password"],
.color-scheme-light input[type="number"],
.color-scheme-light input[type="tel"] {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
}
.color-scheme-light textarea:focus,
.color-scheme-light select:focus,
.color-scheme-light input[type="email"]:focus,
.color-scheme-light input[type="text"]:focus,
.color-scheme-light input[type="password"]:focus,
.color-scheme-light input[type="number"]:focus,
.color-scheme-light input[type="tel"]:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.color-scheme-light textarea option,
.color-scheme-light select option,
.color-scheme-light input[type="email"] option,
.color-scheme-light input[type="text"] option,
.color-scheme-light input[type="password"] option,
.color-scheme-light input[type="number"] option,
.color-scheme-light input[type="tel"] option {
  color: rgba(0, 0, 0, 0.8);
}
.color-scheme-light ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.color-scheme-light ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.color-scheme-light :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.color-scheme-light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mc4wp-form {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}
.mc4wp-form div {
  max-width: 560px;
  position: relative;
  margin: 0px auto;
}
.mc4wp-form div p:first-child {
  max-width: 390px;
  width: 100%;
}
.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;
  border-bottom: 2px solid rgba(129, 129, 129, 0.35);
  padding-left: 0;
  box-shadow: none;
  max-width: 425px;
  width: 100%;
}
.mc4wp-form input[type="submit"] {
  padding-left: 55px;
  padding-right: 55px;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.mc4wp-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
.mc4wp-form input[type="submit"].btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
.mc4wp-form input[type="submit"].btn-style-bordered:hover, .mc4wp-form input[type="submit"].btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.mc4wp-form input[type="submit"].btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
.mc4wp-form input[type="submit"].btn-style-link:hover, .mc4wp-form input[type="submit"].btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.7;
}
.mc4wp-form .mailchimp-input-icon {
  position: relative;
}
.mc4wp-form .mailchimp-input-icon:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 14px;
  opacity: 0.4;
}
.mc4wp-form .mailchimp-input-icon input[type="email"] {
  padding-left: 25px;
}
.color-scheme-light .mc4wp-form {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.color-scheme-light .mc4wp-form input[type="email"] {
  border-color: rgba(255, 255, 255, 0.7);
}
color:rgba(255,255,255,1)
.color-scheme-light .mc4wp-form input[type="email"]:focus {
  border-color: rgba(255, 255, 255, 0.9);
}
.color-scheme-light .mc4wp-form input[type="submit"] {
  background-color: white;
  border-color: white;
  color: #5F5F5F;
}
.color-scheme-light .mc4wp-form input[type="submit"]:hover, .color-scheme-light .mc4wp-form input[type="submit"]:focus {
  background-color: #292929;
  color: #ffffff;
  text-decoration: none;
  border-color: #292929;
}
.color-scheme-light .mc4wp-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.color-scheme-light .mc4wp-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.color-scheme-light .mc4wp-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.color-scheme-light .mc4wp-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-container .mc4wp-form,
.footer-container .mc4wp-form,
.filters-area .mc4wp-form {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  text-align: left;
}
.sidebar-container .mc4wp-form form p:first-child,
.footer-container .mc4wp-form form p:first-child,
.filters-area .mc4wp-form form p:first-child {
  max-width: 100%;
}
.sidebar-container .mc4wp-form p,
.footer-container .mc4wp-form p,
.filters-area .mc4wp-form p {
  display: block;
}
.sidebar-container .mc4wp-form input[type="email"],
.footer-container .mc4wp-form input[type="email"],
.filters-area .mc4wp-form input[type="email"] {
  max-width: 100%;
}
.sidebar-container .mc4wp-form input[type="submit"],
.footer-container .mc4wp-form input[type="submit"],
.filters-area .mc4wp-form input[type="submit"] {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.sidebar-container .mc4wp-form input[type="submit"]:hover, .sidebar-container .mc4wp-form input[type="submit"]:focus,
.footer-container .mc4wp-form input[type="submit"]:hover,
.footer-container .mc4wp-form input[type="submit"]:focus,
.filters-area .mc4wp-form input[type="submit"]:hover,
.filters-area .mc4wp-form input[type="submit"]:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-container .mc4wp-form input[type="submit"].btn-style-bordered,
.footer-container .mc4wp-form input[type="submit"].btn-style-bordered,
.filters-area .mc4wp-form input[type="submit"].btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.sidebar-container .mc4wp-form input[type="submit"].btn-style-bordered:hover, .sidebar-container .mc4wp-form input[type="submit"].btn-style-bordered:focus,
.footer-container .mc4wp-form input[type="submit"].btn-style-bordered:hover,
.footer-container .mc4wp-form input[type="submit"].btn-style-bordered:focus,
.filters-area .mc4wp-form input[type="submit"].btn-style-bordered:hover,
.filters-area .mc4wp-form input[type="submit"].btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.sidebar-container .mc4wp-form input[type="submit"].btn-style-link,
.footer-container .mc4wp-form input[type="submit"].btn-style-link,
.filters-area .mc4wp-form input[type="submit"].btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.sidebar-container .mc4wp-form input[type="submit"].btn-style-link:hover, .sidebar-container .mc4wp-form input[type="submit"].btn-style-link:focus,
.footer-container .mc4wp-form input[type="submit"].btn-style-link:hover,
.footer-container .mc4wp-form input[type="submit"].btn-style-link:focus,
.filters-area .mc4wp-form input[type="submit"].btn-style-link:hover,
.filters-area .mc4wp-form input[type="submit"].btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.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, 0.2);
}
.feedback-form .wpcf7-submit {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.feedback-form .wpcf7-submit:hover, .feedback-form .wpcf7-submit:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
.feedback-form .wpcf7-submit.btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
.feedback-form .wpcf7-submit.btn-style-bordered:hover, .feedback-form .wpcf7-submit.btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.feedback-form .wpcf7-submit.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
.feedback-form .wpcf7-submit.btn-style-link:hover, .feedback-form .wpcf7-submit.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.7;
}
.feedback-form:after {
  content: "";
  clear: both;
  display: block;
}
.color-scheme-light .feedback-form .wpcf7-submit {
  background-color: #ffffff;
  color: #3b3b3b;
  border-color: #ffffff;
}
.color-scheme-light .feedback-form .wpcf7-submit:hover, .color-scheme-light .feedback-form .wpcf7-submit:focus {
  background-color: #3E3E3E;
  color: #ffffff;
  text-decoration: none;
  border-color: #3E3E3E;
}
.color-scheme-light .feedback-form .wpcf7-submit.btn-style-bordered {
  background-color: transparent;
  color: #ffffff;
}
.color-scheme-light .feedback-form .wpcf7-submit.btn-style-bordered:hover, .color-scheme-light .feedback-form .wpcf7-submit.btn-style-bordered:focus {
  background-color: #ffffff;
  color: #5F5F5F;
  border-color: #ffffff;
}
.color-scheme-light .feedback-form .wpcf7-submit.btn-style-link {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}
.color-scheme-light .feedback-form .wpcf7-submit.btn-style-link:hover, .color-scheme-light .feedback-form .wpcf7-submit.btn-style-link:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.color-scheme-light .feedback-form .wpcf7-text {
  border-color: rgba(255, 255, 255, 0.9);
}
.color-scheme-light .feedback-form .wpcf7-text:focus {
  border-color: white;
}

/** ------------------------------------------------------------------------------------------------
* SIDE-BAR
* ------------------------------------------------------------------------------------------------ */
.sidebar-container {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.8);
}

.filters-area {
  margin-bottom: 35px;
  color: rgba(0, 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;
}

.sidebar-widget p,
.filter-widget p {
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-widget li,
.filter-widget li {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-widget li a,
.filter-widget li a {
  color: rgba(0, 0, 0, 0.9);
}
.sidebar-widget li a:hover,
.filter-widget li a:hover {
  color: #1aada3;
}
.sidebar-widget li > ul li,
.filter-widget li > ul li {
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-widget li > ul li a,
.filter-widget li > ul li a {
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-widget li > ul li a:hover,
.filter-widget li > ul li a:hover {
  color: #1aada3;
}
.sidebar-widget li:last-child,
.filter-widget li:last-child {
  margin-bottom: 0px;
}

/** ------------------------------------------------------------------------------------------------
* SEARCH
* ------------------------------------------------------------------------------------------------ */
/** ------------------------------------------
* SEARCH EXTENDED DEFAULT
* ------------------------------------------ */
.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 black;
  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: #bbbbbb;
}
.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: 0px;
  top: 0px;
  width: 40px;
  border: none;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  text-align: center;
  color: #777777;
  margin: 0;
}
.search-extended #searchsubmit:after {
  content: "\e090";
  font-size: 18px;
  font-weight: bold;
  font-family: 'simple-line-icons';
  display: inline-block;
  line-height: 40px;
}
.search-extended #searchsubmit:hover {
  color: #3A3A3A;
  background-color: transparent;
}

/** ------------------------------------------
* PRODUCT SEARCH HAS CATEGORIES DROPDOWN
* ------------------------------------------ */
form.has-categories-dropdown .search-by-category {
  position: absolute;
  top: 2px;
  right: 40px;
}
form.has-categories-dropdown .search-by-category ul {
  text-align: left;
  position: absolute;
  right: -40px;
  top: 100%;
  margin-top: 2px;
  z-index: 300;
  background-color: #ffffff;
  min-width: 182px;
  max-width: 230px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
  border-right: 1px solid rgba(124, 124, 124, 0.2);
  border-left: 1px solid rgba(124, 124, 124, 0.2);
}
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 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.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, 0.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: 0px;
  text-transform: uppercase;
  letter-spacing: 0.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;
}

/** ------------------------------------------
* SEARCH HAS CATEGORIES DROPDOWN IN HEADER
* ------------------------------------------ */
.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 ul {
  right: 0px;
  margin-top: 2px;
  border-width: 2px;
  border-color: rgba(168, 168, 168, 0.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: 15px;
  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"] {
  padding-right: 230px;
  line-height: 24px;
  border-color: rgba(168, 168, 168, 0.4);
  border-width: 2px;
  font-size: 15px;
}
.main-header form.has-categories-dropdown #searchsubmit {
  top: 2px;
  width: 50px;
  color: inherit;
}
.main-header form.has-categories-dropdown #searchsubmit:after {
  line-height: 44px;
  font-size: 22px;
}
.main-header form.has-categories-dropdown #searchsubmit:hover {
  color: inherit;
  opacity: 0.7;
}
.main-header.color-scheme-light .search-extended {
  color: rgba(255, 255, 255, 0.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, 0.3);
}
.main-header.color-scheme-light .search-extended input[type="text"] {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
}

/** ------------------------------------------
* AJAKS SEARCH RESULTS
* ------------------------------------------ */
.autocomplete-suggestions {
  background-color: white;
  margin-top: 1px;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 257px;
  max-width: 340px;
  max-height: 341px !important;
  overflow: hidden;
  border: 1px solid rgba(129, 129, 129, 0.25);
  border-top: none;
}
.autocomplete-suggestions > div {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.15);
  cursor: pointer;
  line-height: 1.4;
}
.autocomplete-suggestions > div:nth-child(3) {
  border-bottom: none;
}
.autocomplete-suggestions > div:nth-child(3) + * {
  display: none;
}
.autocomplete-suggestions > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.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;
}

/** ------------------------------------------
* SEARCH STYLE IN HEADER
* ------------------------------------------ */
.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form {
  position: relative;
  text-align: center;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.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 black;
  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: #bbbbbb;
}
.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, 0.2);
  background-color: white;
  box-shadow: none;
  border-right: 0;
  max-width: 185px;
  color: #7C7C7C;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button {
  margin-left: -3px;
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button:hover, .basel-search-dropdown .basel-search-wrapper .basel-search-inner form button:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  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:hover, .basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-link:hover, .basel-search-dropdown .basel-search-wrapper .basel-search-inner form button.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.basel-search-dropdown .basel-search-wrapper .basel-search-inner form :-ms-input-placeholder {
  color: rgba(0, 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;
}

/** ------------------------------------------
* IF AJAX SEARCH ON IN DROPDOWN STYLE
* ------------------------------------------ */
.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;
}

/** ------------------------------------------
* FULL SCREEN SEARCH
* ------------------------------------------ */
.basel-search-full-screen .basel-search-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 370;
  background-color: rgba(0, 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 0.25s ease-in-out, visibility .25s, transform .25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility .25s, transform .25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility .25s, transform .25s ease-in-out;
  transition: opacity 0.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(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -sand-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.basel-search-full-screen .basel-search-inner {
  padding: 0 80px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.basel-search-full-screen .basel-search-inner ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.basel-search-full-screen .basel-search-inner ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.basel-search-full-screen .basel-search-inner :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.basel-search-full-screen .basel-search-inner :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.basel-search-full-screen .basel-search-inner input[type="text"] {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-left: 0px;
  padding-right: 90px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-family: "Lora", "MS Sans Serif", Geneva, sans-serif;
  font-style: italic;
  font-size: 68px;
  color: white;
  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: 0px;
  right: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  font-weight: normal;
  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, 0.5);
  display: inline-block;
  font-family: 'simple-line-icons';
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.basel-search-full-screen .basel-search-inner button:hover:before {
  color: white;
}
.basel-search-full-screen .basel-search-inner form {
  position: relative;
  margin-bottom: 15px;
  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 black;
  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: white;
}
.basel-search-full-screen .basel-search-inner .basel-close-search {
  position: absolute;
  cursor: pointer;
  right: 45px;
  bottom: 35px;
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 33px;
  padding-right: 50px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.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: 0px;
  top: 15px;
  display: inline-block;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.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);
}

/** ------------------------------------------
* IF FULL SCREEN SEARCH IS OPEN
* ------------------------------------------ */
.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 .topbar-wrapp,
.global-search-full-screen.basel-search-opened .main-header,
.global-search-full-screen.basel-search-opened .main-page-wrapper {
  padding-right: 17px;
}
.global-search-full-screen.basel-search-opened .autocomplete-suggestions {
  color: white;
  background-color: transparent;
  padding: 0;
  max-width: none;
  border: none;
  font-size: 15px;
  margin-top: 30px;
}
.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, 0.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;
}

/** ------------------------------------------
* ADD ICON CLOSE WHEN SEARCH OPEN
* ------------------------------------------ */
.basel-search-full-screen > a i:before,
.basel-ajax-search-on .basel-search-dropdown > a i:before {
  -webkit-transition: opacity 0.1s ease-in-out 0s;
  -moz-transition: opacity 0.1s ease-in-out 0s;
  -o-transition: opacity 0.1s ease-in-out 0s;
  transition: opacity 0.1s ease-in-out 0s;
}
.basel-search-full-screen > a:after, .basel-search-full-screen > a:before,
.basel-ajax-search-on .basel-search-dropdown > a:after,
.basel-ajax-search-on .basel-search-dropdown > a:before {
  content: " ";
  width: 20px;
  height: 1px;
  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, 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;
}

/** ------------------------------------------
* ICON OPEN IS ACTIVE
* ------------------------------------------ */
.global-search-full-screen.basel-search-opened .right-column .search-button > a i:before,
.global-search-dropdown.basel-ajax-search-on.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-full-screen.basel-search-opened .right-column .search-button > a:after, .global-search-full-screen.basel-search-opened .right-column .search-button > a:before,
.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 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.05s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: opacity 0.05s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: opacity 0.05s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.05s ease-in-out, transform 0.2s ease-in-out;
}
.global-search-full-screen.basel-search-opened .right-column .search-button > a:after,
.global-search-dropdown.basel-ajax-search-on.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-full-screen.basel-search-opened .right-column .search-button > a:before,
.global-search-dropdown.basel-ajax-search-on.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);
}

/** ------------------------------------------------------------------------------------------------
* DEVICE-CAROUSEL
* ------------------------------------------------------------------------------------------------ */
.macbook-carousel {
  background: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/mockup-macbook.png) no-repeat center top;
  background-size: contain;
  margin: 0 auto;
  width: 850px;
  height: 501px;
}
.macbook-carousel .vc_images_carousel {
  margin: 49px 152px 49px 152px;
}

.iphone-carousel {
  background: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/mockup-iphone.png) no-repeat center top;
  background-size: contain;
  width: 415px;
  height: 796px;
  margin: 0 auto;
}
.iphone-carousel .vc_images_carousel {
  margin: 101px 40px 0px 42px;
  height: 594px;
  overflow: hidden;
}

.carousel-device .wpb_gallery_heading {
  display: none;
}
.carousel-device .owl-pagination {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
.carousel-device .owl-wrapper-outer {
  z-index: 2;
}
.carousel-device .owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-device .owl-theme .owl-controls .owl-buttons > div {
  height: 100%;
  top: 0;
  width: 40px;
  background-color: rgba(0, 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-theme .owl-controls .owl-buttons > div:before {
  position: absolute;
  top: 45%;
  width: 100%;
  height: auto;
  line-height: 1;
  color: white;
}
.carousel-device .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  left: 0;
}
.carousel-device .owl-theme .owl-controls .owl-buttons > div.owl-next {
  right: 0;
}
.carousel-device .owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.carousel-device .owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.carousel-device .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/** ------------------------------------------------------------------------------------------------
* SECTION TITLE
* ------------------------------------------------------------------------------------------------ */
.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: 0px;
}
.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, 0.14);
}
.title-wrapper.basel-title-style-bordered .liner-continer .title {
  white-space: nowrap;
  margin-bottom: 0;
  max-width: 900px;
  overflow-x: hidden;
}
.title-wrapper.basel-title-style-bordered .title-after_title {
  margin-top: 15px;
}
.title-wrapper.basel-title-style-shadow {
  box-shadow: 10px 6px 0px #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: 0px;
}
.title-wrapper.basel-title-style-shadow .liner-continer {
  margin-bottom: 0px;
}
.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: 0px;
}
.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: 0px;
}
.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: 0px;
}
.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: #000000;
}
.title-wrapper.basel-title-color-white .title-subtitle {
  color: #ffffff;
}
.title-wrapper.basel-title-color-white .title {
  color: #ffffff;
}
.title-wrapper.basel-title-color-white .title:after {
  border-color: rgba(255, 255, 255, 0.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, 0.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, 0.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, 0.4);
}
.title-wrapper.basel-title-color-white .title-after_title {
  color: #ffffff;
}
.title-wrapper.basel-title-color-white .title-after_title p {
  color: #ffffff;
}
.color-scheme-light .title-wrapper.basel-title-color-default .title, .color-scheme-light .title-wrapper.basel-title-color-primary .title, .color-scheme-light .title-wrapper.basel-title-color-alt .title, .color-scheme-light .title-wrapper.basel-title-color-black .title {
  color: white;
}
.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-scheme-light .title-wrapper.basel-title-color-alt .title-after_title, .color-scheme-light .title-wrapper.basel-title-color-black .title-after_title {
  color: rbga(255, 255, 255, 0.9);
}
.color-scheme-light .title-wrapper.basel-title-style-simple .title:after {
  border-color: rgba(255, 255, 255, 0.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, 0.4);
}
.color-scheme-light .title-wrapper.basel-title-style-shadow {
  box-shadow: 10px 6px 0px #ffffff;
  border-color: #ffffff;
}

/** ------------------------------------------------------------------------------------------------
* SOCIAL ICONS
* ------------------------------------------------------------------------------------------------ */
.widget_text .social-icons {
  padding-left: 0px;
  margin-bottom: 0px;
}
.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, 0.6);
}
.social-icons a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.social-icons li {
  display: inline-block;
  margin: 5px 5px 0 5px;
  padding: 0;
}
.social-icons li a {
  font-size: 0px;
}
.social-icons li i {
  font-size: 18px;
}
.social-icons li:first-child {
  margin-left: 0px;
  padding-left: 0px;
}
.social-icons li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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: #000000;
}
.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: #ffffff;
}
.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 {
  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 a {
  color: #ffffff;
}
.social-icons.icons-design-colored li:hover {
  opacity: 0.8;
}
.social-icons.icons-design-colored li:hover a {
  color: #ffffff;
}
.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: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 a {
  color: #8f8f8f;
}
.social-icons.icons-design-colored-alt li:hover a {
  color: #ffffff;
}
.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: white;
}
.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: #ffffff;
}

/** ------------------------------------------------------------------------------------------------
* GOOGLE MAPS
* ------------------------------------------------------------------------------------------------ */
.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: black;
}
.map-mask-dark .basel-google-map-wrapper {
  opacity: 0.6;
}

.map-mask-light {
  background-color: white;
}
.map-mask-light .basel-google-map-wrapper {
  opacity: 0.7;
}

.google-map-container img {
  max-width: none;
}

/** ------------------------------------------------------------------------------------------------
* COUNTER
* ------------------------------------------------------------------------------------------------ */
.basel-counter {
  text-align: center;
}
.basel-counter > span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
.basel-counter .counter-value {
  margin-bottom: 20px;
  font-size: 36px;
}
.color-scheme-light .basel-counter > span {
  color: white;
}

/** ------------------------------------------------------------------------------------------------
* TEAM MEMBERS
* ------------------------------------------------------------------------------------------------ */
.team-member {
  margin-bottom: 30px;
}
.team-member .member-image {
  margin-bottom: 20px;
  text-align: center;
}
.team-member .member-details {
  margin-bottom: 20px;
  line-height: 1.5;
}
.team-member .member-details > h4 {
  margin-bottom: 5px;
  font-weight: bold;
}
.team-member .member-details .member-position {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 12px;
  opacity: 0.7;
}
.team-member .member-details .member-bio {
  opacity: 0.7;
}
.team-member .member-social li {
  margin: 0px 7px;
}
.team-member .member-social i {
  font-size: 16px;
}
.team-member li a {
  color: rgba(0, 0, 0, 0.6);
}
.team-member li a:hover {
  color: rgba(0, 0, 0, 0.8);
}

/** ------------------------------------------------------------------------------------------------
* TESTIMONIAL
* ------------------------------------------------------------------------------------------------ */
.testimonial {
  text-align: center;
}
.testimonial .testimonial-avatar {
  margin-bottom: 20px;
}
.testimonial .testimonial-avatar img {
  max-width: 250px;
  display: inline-block;
  border-radius: 50%;
}
.testimonial .testimonial-content {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.testimonial .testimonial-content footer {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #1B1919;
}
.testimonial .testimonial-content footer > span {
  color: #4C4C4C;
  letter-spacing: 0.3px;
  font-weight: normal;
}
.testimonial .testimonial-content footer > span:before {
  content: " - ";
}
.color-scheme-light .testimonial .testimonial-content {
  color: white;
}
.color-scheme-light .testimonial .testimonial-content footer {
  color: rgba(255, 255, 255, 0.9);
}

/** ------------------------------------------------------------------------------------------------
* INSTAGRAM
* ------------------------------------------------------------------------------------------------ */
.instagram-widget .instagram-pics li {
  width: 33.33%;
  margin-bottom: 0;
  float: left;
  text-align: center;
  position: relative;
  -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 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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: white;
  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 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.instagram-widget .instagram-pics li:hover > .wrapp-pics > .hover-mask {
  background-color: rgba(0, 0, 0, 0.7);
}
.instagram-widget .instagram-pics li:hover > .wrapp-pics > .hover-mask:after {
  visibility: visible;
  opacity: 1;
  left: 0px;
}
.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: 0.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 .wrapp-pics,
.instagram-widget.instagram-rounded .instagram-pics li .hover-mask {
  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 .instagram-pics {
  margin: 0px;
}
.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;
}

.vc_row-no-padding .instagram-grid .instagram-pics,
.vc_row-no-padding .instagram-with-spaces .instagram-pics {
  margin: 0px;
}

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

/** ------------------------------------------------------------------------------------------------
* INFO BOX
* ------------------------------------------------------------------------------------------------ */
.basel-info-box {
  margin-bottom: 30px;
}
.basel-info-box:after {
  content: "";
  clear: both;
  display: block;
}
.basel-info-box .box-icon-wrapper {
  margin-bottom: 15px;
}
.basel-info-box .info-box-icon {
  display: inline-block;
}
.basel-info-box .info-box-content {
  position: relative;
}
.basel-info-box .info-box-content p, .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 {
  margin-bottom: 15px;
}
.basel-info-box.icon-alignment-left .box-icon-wrapper {
  float: left;
  margin-right: 15px;
}
.basel-info-box.icon-alignment-right .box-icon-wrapper {
  float: right;
  margin-left: 15px;
}
.basel-info-box.btn-position-hover:hover .info-btn-wrapper {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.basel-info-box.btn-position-hover .info-btn-wrapper {
  position: absolute;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
  -webkit-transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.basel-info-box.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 {
  left: 0;
}
.basel-info-box.btn-position-hover.text-right {
  right: 0;
}

/** ------------------------------------------------------------------------------------------------
* AUTHOR AREA
* ------------------------------------------------------------------------------------------------ */
.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;
}
.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;
  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;
}

/** ------------------------------------------------------------------------------------------------
* POST TEASER
* ------------------------------------------------------------------------------------------------ */
.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, 0.7);
  margin: 2px 3px 2px 0;
  padding: 0;
}
.posts-teaser .post-teaser-item .entry-meta li a {
  color: rgba(169, 169, 169, 0.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;
}

.vc_col-sm-3 .posts-teaser .post-teaser-item .post-title {
  font-size: 12px;
}
.vc_col-sm-3 .posts-teaser.teaser-style-first-large .teaser-item-1 .post-title {
  font-size: 14px;
}

/** ------------------------------------------------------------------------------------------------
* TWITTER
* ------------------------------------------------------------------------------------------------ */
.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: 0.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: 0px;
}
.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: 0.4;
}
.PI_SimpleTwitterTweets .owl-theme 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, 0.15);
}
.PI_SimpleTwitterTweets .twitter-list li img, .PI_SimpleTwitterTweets .twitter-list li:before {
  position: absolute;
  top: 5px;
  left: 0px;
  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 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.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: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.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-prev,
.basel-products-load-next {
  position: fixed;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  font-size: 0px;
  width: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1;
  border: none;
  background-color: transparent;
  color: black;
  border-color: transparent;
  transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease;
  -webkit-transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease;
}
.basel-products-load-prev:after,
.basel-products-load-next:after {
  content: "\e605";
  font-size: 36px;
  line-height: 40px;
  font-weight: 100;
  font-family: 'simple-line-icons';
}
.basel-products-load-prev:hover, .basel-products-load-prev:focus,
.basel-products-load-next:hover,
.basel-products-load-next:focus {
  background-color: transparent;
  color: black;
}
.basel-products-load-prev.disabled,
.basel-products-load-next.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: 0.315s all ease-in-out;
  -moz-transition: 0.315s all ease-in-out;
  -webkit-transition: 0.315s all ease-in-out;
  -o-transform: translate3d(0, 0, 0) scale(0.8);
  -moz-transform: translate3d(0, 0, 0) scale(0.8);
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
  transform: translate3d(0, 0, 0) scale(0.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-prev,
.products-footer.show-arrow .basel-products-load-next {
  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-prev:hover,
.products-footer.show-arrow .basel-products-load-next:hover {
  opacity: 0.6;
}
.products-footer.show-arrow .basel-products-load-prev.disabled,
.products-footer.show-arrow .basel-products-load-next.disabled {
  opacity: 0.3;
}

.products-footer,
.blog-footer {
  text-align: center;
}
.products-footer .basel-products-load-more,
.products-footer .basel-blog-load-more,
.blog-footer .basel-products-load-more,
.blog-footer .basel-blog-load-more {
  position: relative;
  border-color: black;
  border-width: 2px;
  background-color: transparent;
  color: black;
}
.products-footer .basel-products-load-more:hover,
.products-footer .basel-blog-load-more:hover,
.blog-footer .basel-products-load-more:hover,
.blog-footer .basel-blog-load-more:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.products-footer .basel-products-load-more:hover:after,
.products-footer .basel-blog-load-more:hover:after,
.blog-footer .basel-products-load-more:hover:after,
.blog-footer .basel-blog-load-more:hover:after {
  border-color: white;
}
.products-footer .basel-products-load-more:after,
.products-footer .basel-blog-load-more:after,
.blog-footer .basel-products-load-more:after,
.blog-footer .basel-blog-load-more:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid black;
  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 0.2s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: right 0.2s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: right 0.2s ease-in-out, opacity 0.25s ease-in-out;
  -ms-transition: right 0.2s ease-in-out, opacity 0.25s ease-in-out;
  transition: right 0.2s ease-in-out, opacity 0.25s ease-in-out;
}
.products-footer .basel-products-load-more.loading,
.products-footer .basel-blog-load-more.loading,
.blog-footer .basel-products-load-more.loading,
.blog-footer .basel-blog-load-more.loading {
  padding-right: 45px;
  padding-left: 20px;
}
.products-footer .basel-products-load-more.loading:after,
.products-footer .basel-blog-load-more.loading:after,
.blog-footer .basel-products-load-more.loading:after,
.blog-footer .basel-blog-load-more.loading:after {
  visibility: visible;
  opacity: 1;
  right: 14px;
}

.blog-footer {
  margin-top: -25px;
}

.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 .woocommerce table.wishlist_table .product-add-to-cart {
  display: none;
}
.catalog-mode-on table.compare-list .add-to-cart {
  display: none;
}

/** ------------------------------------------------------------------------------------------------
* Blog
* ------------------------------------------------------------------------------------------------ */
.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;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.blog-post-loop .post-img-wrapp {
  background-color: black;
  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: white;
  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: white;
  text-transform: capitalize;
  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.4;
  letter-spacing: .3px;
  margin-left: 90px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-post-loop .entry-title a {
  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: white;
  box-shadow: 0 0 9px rgba(0, 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: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.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: 0px;
}
.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: 0px;
}
.blog-post-loop.has-post-thumbnail .entry-title {
  margin-left: 0px;
}
.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: 0.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: 0.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: 0px;
}
.blog-post-loop .entry-content p,
.comments-area .comment-list li p {
  line-height: 1.7;
}

/** ------------------------------------------
* ENTRY META ALL STYLE BLOGS
* ------------------------------------------ */
.type-post .entry-meta a {
  color: #787878;
}
.type-post .entry-meta a:hover {
  opacity: 0.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
* ------------------------------------------ */
.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-theme .owl-controls {
  position: absolute;
  top: 0px;
  right: 10px;
}
.format-gallery .owl-theme .owl-controls .owl-buttons {
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.format-gallery .owl-theme .owl-controls .owl-buttons > div {
  position: static;
  filter: Alpha(Opacity=1);
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -sand-transform: none;
  -ms-transform: none;
}
.format-gallery .owl-theme .owl-controls .owl-buttons > div:before {
  width: 38px;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}

/** ------------------------------------------
* STICKY POST
* ------------------------------------------ */
.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";
}

/** ------------------------------------------
* QUOTE
* ------------------------------------------ */
.format-quote {
  color: black;
  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
* ------------------------------------------ */
.format-link .entry-content {
  font-size: 20px;
}
.format-link .entry-content a {
  color: white;
  text-align: center;
  display: block;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  text-decoration: none;
}
.format-link .entry-content a:hover {
  background-color: black;
}
.format-link .entry-content p:last-child {
  margin-bottom: 0;
}

/** ------------------------------------------
* FORMAT STATUS
* ------------------------------------------ */
.format-status .entry-content {
  font-size: 20px;
  font-style: italic;
}
.format-status .entry-content p,
.format-status .entry-content a {
  font-style: italic;
}

/** ------------------------------------------
* BLOG DESIGN DEFAULT
* ------------------------------------------ */
.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 ALTERNATIVE
* ------------------------------------------ */
.blog-design-default-alt {
  text-align: center;
}
.blog-design-default-alt .entry-title {
  margin-left: 0px;
}
.blog-design-default-alt .entry-meta {
  margin-bottom: 20px;
  margin-left: 0px;
}
.blog-design-default-alt .entry-thumbnail {
  margin-bottom: 15px;
}
.blog-design-default-alt .meta-post-categories {
  margin-left: 0px;
}
.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, 0.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;
}

/****  QUOTE  ****/
.blog-design-default-alt.format-quote .liner-continer {
  display: none;
}

/** ------------------------------------------
* BLOG DESIGN SMALL IMAGES
* ------------------------------------------ */
.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;
}

/****  LINK  ****/
.blog-design-small-images.format-link .entry-content a {
  font-size: 18px;
  padding: 15px;
}

/****  QUOTE  ****/
.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
* ------------------------------------------ */
.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: 0px;
}
.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 {
  display: inline-block;
  left: 25px;
}

/****  QUOTE  ****/
.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;
}

/****  GALLERY  ****/
.blog-design-masonry.format-gallery .entry-header .entry-thumbnail + .post-date {
  display: inline-block;
  left: 25px;
}

/****  LINK  ****/
.blog-design-masonry.format-link .entry-content a {
  font-size: 16px;
  padding: 15px;
}

/** ------------------------------------------
* POST SLIDE
* ------------------------------------------ */
.post-slide {
  margin-bottom: 20px;
  text-align: center;
}
.post-slide .post-head {
  position: relative;
}
.post-slide .post-mask > p {
  margin-bottom: 15px;
  line-height: 1.7;
}
.post-slide .post-mask > p:last-child {
  margin-bottom: 0px;
}
.post-slide .entry-thumbnail {
  margin-bottom: 10px;
}
.post-slide .meta-post-categories {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #1aada3;
  color: white;
  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: white;
  text-transform: capitalize;
  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: bold;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #1B1919;
}
.post-slide .entry-title a:hover {
  color: #1aada3;
}
.post-slide .entry-meta {
  margin-bottom: 7px;
}
.post-slide .post-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 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: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.post-slide iframe {
  max-width: 100%;
}
.post-slide.format-standard .entry-thumbnail {
  margin-bottom: -25px;
}
.post-slide.format-link .post-mask > p a {
  color: white;
  text-align: center;
  display: block;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  text-decoration: none;
}
.post-slide.format-link .post-mask > p a:hover {
  background-color: black;
}
.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;
}

/** ------------------------------------------
*  SINGLE PAGE
* ------------------------------------------ */
.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;
  font-family: "Lora", "MS Sans Serif", Geneva, sans-serif;
}
.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;
}
.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;
}

.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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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: #000000;
}
.single-post-social li:hover a {
  color: #ffffff;
}

.single-post-navigation {
  padding: 15px 10px;
  margin-bottom: 40px;
  background-color: #F7F7F7;
}
.single-post-navigation a {
  text-transform: uppercase;
  font-weight: bold;
  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: 0px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold !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, 0.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, 0.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: bold;
  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: 0px;
  top: 0px;
}
.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: #bbbbbb;
  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: bold;
  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: bold;
}
.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: #ffffff;
  border-color: #1aada3;
}
.comments-area .comment-respond input[type="submit"]:hover, .comments-area .comment-respond input[type="submit"]:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  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:hover, .comments-area .comment-respond input[type="submit"].btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.comments-area .comment-respond input[type="submit"].btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.comments-area .comment-respond input[type="submit"].btn-style-link:hover, .comments-area .comment-respond input[type="submit"].btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.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;
  width: 33%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-author {
  padding-right: 10px;
}
.comments-area .comment-respond .comment-form-email {
  padding-left: 10px;
  padding-right: 10px;
}
.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: white;
}
.page-links a:focus {
  background-color: #A5A5A5;
  color: white;
  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: white;
}
.page-links .page-links-title {
  border: none;
  width: auto;
  margin-right: 10px;
  font-size: 18px;
  background-color: transparent;
  color: inherit;
}

/** ------------------------------------------------------------------------------------------------
* PORTFOLIO
* ------------------------------------------------------------------------------------------------ */
/** ------------------------------------------
* PORTFOLIO FILTER
* ------------------------------------------ */
.page-portfolio {
  margin-top: -40px;
}

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

/** ------------------------------------------
* PROBLEM WITH WIDTH
* ------------------------------------------ */
.portfolio-layout-boxed .col-md-3 .portfolio-thumbnail {
  margin: 0;
}

.site-content.portfolio-layout-full-width {
  margin-bottom: 0px;
}
.site-content.portfolio-layout-full-width .basel-pagination {
  margin-bottom: 40px;
}

/** ------------------------------------------
* RELATED PROJECTS
* ------------------------------------------ */
.post-slide.portfolio {
  background-color: black;
  color: white;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 300px;
  text-align: center;
}
.post-slide.portfolio a {
  color: white;
}
.post-slide.portfolio > a {
  display: block;
}
.post-slide.portfolio .entry-thumbnail {
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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, 0.4);
  background-color: transparent;
}
.post-slide.portfolio .post-mask > a:hover {
  background-color: white;
  color: black;
  border-color: white;
}
.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: white;
}
.post-slide.portfolio .entry-title a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

/** slide do not image  **/
.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: 0.2;
}

/** ------------------------------------------
* DEFAULT STILE
* ------------------------------------------ */
.portfolio-entry {
  margin-bottom: 30px;
}
.portfolio-entry .entry-header {
  position: relative;
}
.portfolio-entry .entry-thumbnail {
  position: relative;
  overflow: hidden;
  background-color: black;
}
.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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.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: white;
  color: white;
  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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-entry .portfolio-enlarge:hover, .portfolio-entry .portfolio-enlarge:focus {
  text-decoration: none;
}
.portfolio-entry .portfolio-enlarge:hover {
  background-color: white;
  color: #4d4d4d;
}
.portfolio-entry .portfolio-info {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.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: 0px;
  display: inline-block;
  text-transform: capitalize;
}
.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: 0px;
}
.portfolio-entry .proj-cats-list li:last-child {
  margin-left: 0px;
}
.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: 0.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;
}

/** ------------------------------------------
* SAME STYLE
* ------------------------------------------ */
.portfolio-hover-inverse .portfolio-entry .entry-header,
.portfolio-hover .portfolio-entry .entry-header,
.portfolio-bordered .portfolio-entry .entry-header,
.portfolio-bordered-inverse .portfolio-entry .entry-header {
  text-align: center;
}
.portfolio-hover-inverse .portfolio-entry .portfolio-info,
.portfolio-hover .portfolio-entry .portfolio-info,
.portfolio-bordered .portfolio-entry .portfolio-info,
.portfolio-bordered-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-hover-inverse .portfolio-entry .portfolio-enlarge,
.portfolio-hover .portfolio-entry .portfolio-enlarge,
.portfolio-bordered .portfolio-entry .portfolio-enlarge,
.portfolio-bordered-inverse .portfolio-entry .portfolio-enlarge {
  position: absolute;
  top: auto;
  left: auto;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 0;
  color: white;
  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-hover-inverse .portfolio-entry .portfolio-enlarge:after,
.portfolio-hover .portfolio-entry .portfolio-enlarge:after,
.portfolio-bordered .portfolio-entry .portfolio-enlarge:after,
.portfolio-bordered-inverse .portfolio-entry .portfolio-enlarge:after {
  content: "\e057";
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  font-family: 'simple-line-icons';
}
.portfolio-hover-inverse .portfolio-entry .portfolio-enlarge:hover,
.portfolio-hover .portfolio-entry .portfolio-enlarge:hover,
.portfolio-bordered .portfolio-entry .portfolio-enlarge:hover,
.portfolio-bordered-inverse .portfolio-entry .portfolio-enlarge:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-hover-inverse .portfolio-entry .entry-title a,
.portfolio-hover .portfolio-entry .entry-title a,
.portfolio-bordered .portfolio-entry .entry-title a,
.portfolio-bordered-inverse .portfolio-entry .entry-title a {
  color: white;
}
.portfolio-hover-inverse .portfolio-entry .entry-title a:hover,
.portfolio-hover .portfolio-entry .entry-title a:hover,
.portfolio-bordered .portfolio-entry .entry-title a:hover,
.portfolio-bordered-inverse .portfolio-entry .entry-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-hover-inverse .portfolio-entry .proj-cats-list li,
.portfolio-hover .portfolio-entry .proj-cats-list li,
.portfolio-bordered .portfolio-entry .proj-cats-list li,
.portfolio-bordered-inverse .portfolio-entry .proj-cats-list li {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-hover-inverse .portfolio-entry:hover .entry-header > .portfolio-info,
.portfolio-hover .portfolio-entry:hover .entry-header > .portfolio-info,
.portfolio-bordered .portfolio-entry:hover .entry-header > .portfolio-info,
.portfolio-bordered-inverse .portfolio-entry:hover .entry-header > .portfolio-info {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/** ------------------------------------------
* SHOW TEXT ON MOUSE OVER
* ------------------------------------------ */
.portfolio-hover-inverse .portfolio-entry .portfolio-info {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.portfolio-hover-inverse .portfolio-entry .portfolio-thumbnail {
  opacity: 0.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: 0.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%;
}

/** ------------------------------------------
* SHOW TEXT UNDER IMAGES
* ------------------------------------------ */
.portfolio-text-shown .portfolio-entry .portfolio-info {
  padding: 20px 50px 20px 0px;
  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, 0.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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.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;
}

/** ------------------------------------------
* SHOW TEXT WITH BACKGROUND
* ------------------------------------------ */
.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: white;
  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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.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: white;
}
.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, 0.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%;
}

/** ------------------------------------------
* TEXT WITH ALT. BACKGROUND
* ------------------------------------------ */
.portfolio-with-bg-alt .portfolio-entry:hover .entry-header > .portfolio-info {
  background-color: #1aada3;
}

/** ------------------------------------------
* BORDER STYLE
* ------------------------------------------ */
.portfolio-bordered .portfolio-entry .entry-header:before, .portfolio-bordered .portfolio-entry .entry-header:after {
  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, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.portfolio-bordered .portfolio-entry .entry-header:after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.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: 0.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: 0.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;
}

/** ------------------------------------------
* BORDER INVERSE STYLE
* ------------------------------------------ */
.portfolio-bordered-inverse .portfolio-entry .entry-thumbnail {
  position: static;
}
.portfolio-bordered-inverse .portfolio-entry .entry-header:before, .portfolio-bordered-inverse .portfolio-entry .entry-header:after {
  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, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.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, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.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);
}

/** ------------------------------------------
* PAGINATION POSITION
* ------------------------------------------ */
.page-portfolio .basel-pagination {
  margin-top: 40px;
  margin-bottom: 0px;
}

/** ------------------------------------------
* SPACE
* ------------------------------------------ */
.row-spacing-0 .portfolio-entry {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}

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

/** ------------------------------------------------------------------------------------------------
* SHOP
* ------------------------------------------------------------------------------------------------ */
.site-content {
  margin-bottom: 40px;
}

/** ------------------------------------------
* PRODUCT LOADER
* ------------------------------------------ */
.products {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: " ";
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid black;
  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;
}

/** ------------------------------------------
* ACTIVE FILTERS
* ------------------------------------------ */
.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;
}

/** ------------------------------------------
* LOOP HEAD
* ------------------------------------------ */
.shop-loop-head {
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: right;
  line-height: 20px;
  padding: 10px 0 0 0;
  vertical-align: middle;
}
.shop-loop-head:after {
  content: "";
  clear: both;
  display: block;
}
.shop-loop-head .woocommerce-breadcrumb {
  float: left;
  margin-bottom: 10px;
}
.shop-loop-head .woocommerce-result-count {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #9E9E9E;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 20px;
  vertical-align: middle;
}
.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: bold;
  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: 0px;
  top: 9px;
  display: inline-block;
  background-color: #1B1919;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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 .woocommerce-ordering {
  display: inline-block;
  position: relative;
  top: -11px;
  margin-left: 20px;
  vertical-align: top;
  color: #636363;
}
.shop-loop-head .woocommerce-ordering select:focus {
  border-color: rgba(0, 0, 0, 0.4);
}

.icon-drop-category {
  position: absolute;
  top: 0px;
  right: 0px;
  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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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: white;
}

.basel-show-categories {
  display: none;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  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: 0px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: #2F2D2D;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.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: white;
}
.color-scheme-light .basel-show-categories:after, .color-scheme-light .basel-show-categories:before {
  background-color: white;
}

/** ------------------------------------------
* SHOP TITLE
* ------------------------------------------ */
.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;
}

/** ------------------------------------------
* BACK BUTTON
* ------------------------------------------ */
.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: black;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.basel-back-btn > span:before {
  content: "\f0d9";
  position: absolute;
  left: -4px;
  top: 0px;
  font-size: 14px;
  line-height: 3px;
  color: black;
  font-family: "FontAwesome";
}
.basel-back-btn > span:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -1px;
  width: 2px;
  height: 7px;
  line-height: 0;
  background-color: black;
}
.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: 0px;
}
.title-shop.title-design-centered .basel-back-btn + h1,
.title-shop.title-design-centered .basel-back-btn + h1 + .basel-show-categories + .basel-product-categories,
.title-shop.title-design-centered .basel-back-btn + .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: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  letter-spacing: 2px;
  line-height: 50px;
}
.title-shop .basel-back-btn + h1 + .basel-show-categories + .basel-product-categories,
.title-shop .basel-back-btn + .basel-show-categories + .basel-product-categories {
  padding-left: 60px;
}
.title-shop .basel-back-btn {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0px;
}
.title-shop.color-scheme-light .nav-shop > .basel-back-btn > span {
  background-color: white;
}
.title-shop.color-scheme-light .nav-shop > .basel-back-btn > span:after {
  background-color: white;
}
.title-shop.color-scheme-light .nav-shop > .basel-back-btn > span:before {
  color: white;
}

.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 > a:after, .basel-product-categories > li.current-cat-parent > 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, 0.3);
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.basel-product-categories li .children {
  position: absolute;
  top: 120%;
  left: 50%;
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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: 0px;
}
.basel-product-categories li .children li.current-cat > a:after, .basel-product-categories li .children li.current-cat-parent > a:after {
  width: 100%;
}
.basel-product-categories li .children li:hover > a:after {
  width: 100%;
  left: 0px;
}
.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: white;
}
.color-scheme-light .basel-product-categories li a:after {
  background-color: white;
}
.color-scheme-light .basel-product-categories li .children {
  background-color: black;
  box-shadow: none;
}
.color-scheme-light .basel-product-categories li .children:before {
  color: black;
}

/** ------------------------------------------
* PAGINATION WOOCOMMERCE
* ------------------------------------------ */
.woocommerce-pagination {
  display: block;
  text-align: center;
}
.woocommerce-pagination .page-numbers {
  display: inline-block;
}
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 3px;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: 1px solid #B1B1B1;
  color: black;
  font-size: 16px;
  width: 34px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-pagination .page-numbers li a {
  text-decoration: none;
}
.woocommerce-pagination .page-numbers li a:hover, .woocommerce-pagination .page-numbers li a:focus {
  border-color: #B1B1B1;
}
.woocommerce-pagination .page-numbers li a:focus {
  border-color: black;
}
.woocommerce-pagination .page-numbers li .current {
  background-color: black;
  border-color: black;
  color: white;
}
.woocommerce-pagination .page-numbers li .next,
.woocommerce-pagination .page-numbers li .prev {
  border: none;
  background-color: transparent;
  font-size: 0px;
  color: black;
  line-height: 0;
  margin-right: -4px;
}
.woocommerce-pagination .page-numbers li .next:before,
.woocommerce-pagination .page-numbers li .prev:before {
  content: "\e606";
  font-size: 16px;
  line-height: 34px;
  font-family: 'simple-line-icons';
}
.woocommerce-pagination .page-numbers li .next:hover, .woocommerce-pagination .page-numbers li .next:focus,
.woocommerce-pagination .page-numbers li .prev:hover,
.woocommerce-pagination .page-numbers li .prev:focus {
  text-decoration: none;
  color: black;
  opacity: 0.8;
  background-color: transparent;
}
.woocommerce-pagination .page-numbers li .next:focus,
.woocommerce-pagination .page-numbers li .prev:focus {
  color: black;
}
.woocommerce-pagination .page-numbers li .prev:before {
  content: "\e605";
}

/** ------------------------------------------
* STAR RATING
* ------------------------------------------ */
.star-rating {
  display: inline-block;
  font-size: 12px;
  position: relative;
  height: 18px;
  line-height: 18px;
  width: 56px;
  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;
  padding-top: 15px;
  font-size: 0;
}
.star-rating span strong,
.star-rating span span {
  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, 0.3);
}
.color-scheme-light .star-rating span:before {
  color: rgba(255, 255, 255, 0.3);
}

/** ------------------------------------------
* ADD TO CART BUTTON
* ------------------------------------------ */
.add_to_cart_button {
  text-align: center;
  position: relative;
}
.add_to_cart_button:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  content: " ";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid black;
  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 0.2s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: right 0.2s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: right 0.2s ease-in-out, opacity 0.25s ease-in-out;
  -ms-transition: right 0.2s ease-in-out, opacity 0.25s ease-in-out;
  transition: right 0.2s ease-in-out, opacity 0.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;
}

/** ------------------------------------------
* PRICE
* ------------------------------------------ */
.amount {
  color: #949494;
}
.color-scheme-light .amount {
  color: rgba(255, 255, 255, 0.9);
}
.color-scheme-dark .amount {
  color: #000000;
}

.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: white;
}
.color-scheme-light .price del {
  color: rgba(255, 255, 255, 0.5);
}
.color-scheme-light .price del > .amount {
  color: rgba(255, 255, 255, 0.5);
}
.color-scheme-dark .price {
  color: #000000;
}
.color-scheme-dark .price del {
  color: #575656;
}
.color-scheme-dark .price del > .amount {
  color: #575656;
}

/** ------------------------------------------
* PRODUCT TITLE STYLE
* ------------------------------------------ */
.product-title a {
  color: #252222;
  font-family: "Lora", "MS Sans Serif", Geneva, sans-serif;
  letter-spacing: .3px;
  text-decoration: none;
}

/** ------------------------------------------
* PRODUCT COUNTER
* ------------------------------------------ */
.basel-product-countdown {
  margin-top: 15px;
}
.basel-product-countdown > span {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  padding: 6px 5px;
  background-color: #1b1b1b;
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 0 1px 5px 1px;
}
.basel-product-countdown > span span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/** ------------------------------------------
* CATEGORY GRID ITEM
* ------------------------------------------ */
.category-grid-item {
  margin-bottom: 30px;
}
.category-grid-item .category-content {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.category-grid-item .category-content > a {
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.category-grid-item .category-content > a img {
  vertical-align: middle;
}
.category-grid-item .category-content .hover-mask {
  position: absolute;
  bottom: 20px;
  left: 50%;
  box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
  background-color: white;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.category-grid-item .category-content .hover-mask h3 {
  margin-bottom: 0;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 12px;
  padding-top: 12px;
  line-height: 1.4;
  color: black;
  font-size: 16px;
  text-transform: capitalize;
  font-style: italic !important;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-grid-item .category-content .hover-mask h3 .count {
  display: none;
}
.category-grid-item .category-content .hover-mask > a {
  display: none;
}
.category-grid-item:hover > .category-content > a {
  transform: scale(1.11);
  -webkit-transform: scale(1.11);
  -o-transform: scale(1.11);
  -moz-transform: scale(1.11);
}

/** ------------------------------------------
* PRODUCT ITEMS
* ------------------------------------------ */
.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, 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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.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;
}
.product-grid-item .star-rating {
  margin-bottom: 4px;
}
.product-grid-item .price {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}
.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: 0.4;
}
.product-grid-item.loading-image .product-element-top:after {
  opacity: 1;
  visibility: visible;
}

/** ------------------------------------------
* SWATCHES ON GRID
* ------------------------------------------ */
.swatches-on-grid .swatch-on-grid {
  display: inline-block;
  font-size: 0px;
  font-weight: bold;
  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: 0px;
}
.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: 0px;
  width: 100%;
  height: 2px;
  background-color: black;
}
.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: 25px;
  line-height: 25px;
  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: 0.5;
}

/** ------------------------------------------
* GRID MASONRY
* ------------------------------------------ */
.grid-masonry .product-grid-item,
.grid-masonry .category-grid-item {
  margin-bottom: 30px;
}

/** ------------------------------------------
* QUICK VIEW ON HOVER 2,3,4
* ------------------------------------------ */
.basel-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.basel-buttons .quick-view,
.basel-buttons .product-compare-button {
  margin-bottom: 0;
}
.basel-buttons .quick-view > a,
.basel-buttons .product-compare-button > a {
  display: block;
  font-size: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.basel-buttons .quick-view > a .basel-tooltip-label,
.basel-buttons .product-compare-button > a .basel-tooltip-label {
  bottom: auto;
  left: auto;
  right: 135%;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%);
  -o-transform: translateX(0px) translateY(-50%);
  -ms-transform: translateX(0px) translateY(-50%);
  -sand-transform: translateX(0px) translateY(-50%);
  -moz-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
}
.basel-buttons .quick-view > a .basel-tooltip-label:before,
.basel-buttons .product-compare-button > 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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.basel-buttons .quick-view > a:hover .basel-tooltip-label,
.basel-buttons .product-compare-button > a:hover .basel-tooltip-label {
  background-color: black;
  color: white;
  visibility: visible;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 115%;
}
.basel-buttons .quick-view > a:hover .basel-tooltip-label:before,
.basel-buttons .product-compare-button > a:hover .basel-tooltip-label:before {
  color: black;
}
.basel-buttons .quick-view > a:focus,
.basel-buttons .product-compare-button > a:focus {
  outline: none;
}
.basel-buttons .quick-view > a:before,
.basel-buttons .product-compare-button > a:before {
  content: "\e091";
  display: inline-block;
  font-size: 18px;
  font-family: 'Simple-Line-Icons';
}
.basel-buttons .quick-view > a.loading:before,
.basel-buttons .product-compare-button > a.loading:before {
  content: " ";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid black;
  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;
}
.basel-buttons .product-compare-button > a .blockOverlay {
  display: none !important;
}
.basel-buttons .product-compare-button > a:before {
  content: "\e098";
}

.basel-hover-button .quick-view,
.basel-hover-button .product-compare-button,
.basel-hover-info .quick-view,
.basel-hover-info .product-compare-button,
.basel-hover-link .quick-view,
.basel-hover-link .product-compare-button,
.basel-hover-alt .quick-view,
.basel-hover-alt .product-compare-button {
  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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basel-hover-button:hover .product-element-top .quick-view,
.basel-hover-button:hover .product-element-top .product-compare-button,
.basel-hover-info:hover .product-element-top .quick-view,
.basel-hover-info:hover .product-element-top .product-compare-button,
.basel-hover-link:hover .product-element-top .quick-view,
.basel-hover-link:hover .product-element-top .product-compare-button,
.basel-hover-alt:hover .product-element-top .quick-view,
.basel-hover-alt:hover .product-element-top .product-compare-button {
  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 .quick-view > a,
.basel-hover-button .basel-buttons .product-compare-button > a,
.basel-hover-info .basel-buttons .quick-view > a,
.basel-hover-info .basel-buttons .product-compare-button > a {
  color: white;
}
.basel-hover-button .basel-buttons .quick-view > a:hover,
.basel-hover-button .basel-buttons .product-compare-button > a:hover,
.basel-hover-info .basel-buttons .quick-view > a:hover,
.basel-hover-info .basel-buttons .product-compare-button > a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.basel-hover-button .basel-buttons .quick-view > a:before,
.basel-hover-button .basel-buttons .product-compare-button > a:before,
.basel-hover-info .basel-buttons .quick-view > a:before,
.basel-hover-info .basel-buttons .product-compare-button > a:before {
  border-color: white;
}

/** ------------------------------------------
* EFFECTS HOVER 1
* ------------------------------------------ */
.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 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.basel-hover-base .hover-mask {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  bottom: -40px;
  width: 100%;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basel-hover-base .hover-mask a {
  color: rgba(255, 255, 255, 0.9);
}
.basel-hover-base .hover-mask a:hover {
  color: rgba(255, 255, 255, 0.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: 0px;
}
.basel-hover-base .basel-add-btn > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  border: 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 black;
  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: white;
}
.basel-hover-base .quick-view a,
.basel-hover-base .product-compare-button a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  position: relative;
}
.basel-hover-base .quick-view a:before,
.basel-hover-base .product-compare-button a:before {
  content: "\e091";
  font-size: 18px;
  width: 19px;
  display: inline-block;
  font-family: 'Simple-Line-Icons';
}
.basel-hover-base .quick-view a.loading:before,
.basel-hover-base .product-compare-button a.loading:before {
  content: " ";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid black;
  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: white;
}
.basel-hover-base .product-compare-button a {
  background: none;
  padding: 0;
  border: 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: 0px;
}
.basel-hover-base .yith-wcwl-add-to-wishlist > div > a:after {
  display: none;
  margin-left: 0;
  border-color: white;
}
.basel-hover-base .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
.basel-hover-base .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > 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: 0px;
  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;
}

/** ------------------------------------------
* EFFECTS HOVER 2
* ------------------------------------------ */
.basel-hover-button .product-element-top {
  position: relative;
  background-color: black;
}
.basel-hover-button .product-element-top > a {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basel-hover-button .product-element-top > a > span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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 white;
  color: white;
  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, 0.9);
}
.basel-hover-button .hover-mask > a:hover {
  background-color: #ffffff;
  color: #5F5F5F;
  border-color: #ffffff;
}
.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: 0.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: 0.4;
}
.basel-hover-button.loading-image .product-element-top > a {
  opacity: 0.4;
}
.basel-hover-button.loading-image .product-element-top .hover-mask {
  opacity: 0;
}
.basel-hover-button.loading-image .product-element-top:after {
  border-color: white;
}

/** ------------------------------------------
* EFFECTS HOVER 3
* ------------------------------------------ */
.basel-hover-info {
  margin-bottom: 30px;
}
.basel-hover-info .product-element-top {
  position: relative;
  background-color: black;
  margin-bottom: 0;
}
.basel-hover-info .product-element-top > a {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basel-hover-info .product-actions > a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.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, 0.9);
}
.basel-hover-info .product-actions > a:hover {
  background-color: #ffffff;
  color: #5F5F5F;
  border-color: #ffffff;
}
.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: white;
  padding: 0 30px;
  display: inline-block;
  line-height: 1.5;
}
.basel-hover-info .product-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.basel-hover-info .star-rating {
  margin-bottom: 10px;
  display: none;
}
.basel-hover-info .star-rating:before {
  color: rgba(255, 255, 255, 0.7);
}
.basel-hover-info .star-rating span:before {
  color: rgba(255, 255, 255, 0.9);
}
.basel-hover-info .swatches-on-grid {
  margin-bottom: 15px;
}
.basel-hover-info .swatches-on-grid .swatch-on-grid {
  color: white;
}
.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 white;
  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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.basel-hover-info .swatches-on-grid .swatch-on-grid.current-swatch:after {
  background-color: white;
}
.basel-hover-info .price {
  color: #ffffff;
  margin-bottom: 15px;
}
.basel-hover-info .price .amount {
  color: #ffffff;
}
.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(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -sand-transform: translateY(0px);
}
.basel-hover-info:hover > .product-element-top > a {
  opacity: 0.2;
}
.basel-hover-info.loading-image .product-element-top > a {
  opacity: 0.2;
}
.basel-hover-info.loading-image .swatches-on-grid .swatch-on-grid:last-child:before {
  opacity: 1;
  visibility: visible;
}

/** ------------------------------------------
* EFFECTS HOVER 4
* ------------------------------------------ */
.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 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.basel-hover-link .wrapp-swap {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
.basel-hover-link .swap-elements {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.basel-hover-link .swap-elements .price {
  height: 25px;
  line-height: 25px;
}
.basel-hover-link .swap-elements .btn-add {
  height: 25px;
  line-height: 25px;
}
.basel-hover-link .swap-elements .btn-add a {
  background-color: transparent;
  font-weight: bold;
  position: relative;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  text-transform: capitalize;
  padding: 0 0 0px 0;
  color: #1aada3;
  border-color: #1aada3;
}
.basel-hover-link .swap-elements .btn-add a .basel-tooltip-label {
  display: none;
}
.basel-hover-link .swap-elements .btn-add a:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basel-hover-link .swap-elements .btn-add a.loading {
  padding-right: 25px;
  padding-left: 0;
}
.basel-hover-link .swap-elements .btn-add a.loading:after {
  right: 0;
  border-color: #1aada3;
}
.basel-hover-link .swap-elements .btn-add a:hover {
  color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
}
.basel-hover-link .swatches-on-grid {
  margin-bottom: 6px;
}
.basel-hover-link .price {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.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);
}

/** ------------------------------------------
* EFFECTS HOVER 5
* ------------------------------------------ */
.basel-hover-alt {
  text-align: left;
}
.basel-hover-alt .product-element-top {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.basel-hover-alt .product-element-top:hover .hover-img {
  opacity: 1;
}
.basel-hover-alt .hover-img {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.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: 8px;
}
.basel-hover-alt .product-title a {
  display: inline;
  padding-bottom: 1px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}
.basel-hover-alt .product-title a:hover {
  /*border-color: rgba(0, 0, 0, 0.2);*/
}
.basel-hover-alt .wrapp-swap {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.basel-hover-alt .swap-elements {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.basel-hover-alt .swatches-on-grid .swatch-size-default {
  margin-bottom: 9px;
  margin-top: 9px;
}
.basel-hover-alt .swatches-on-grid .swatch-size-large,
.basel-hover-alt .swatches-on-grid .swatch-size-xlarge {
  margin-bottom: 5px;
  margin-top: 5px;
}
.basel-hover-alt .star-rating {
  display: none;
}
.basel-hover-alt .price {
  text-align: left;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.basel-hover-alt .btn-add {
  height: 32px;
  line-height: 32px;
}
.basel-hover-alt .btn-add > a {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  padding-left: 22px;
  color: black;
  white-space: nowrap;
  font-weight: bold;
  text-transform: capitalize;
}
.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_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 {
  left: 0;
  top: -3px;
}
.basel-hover-alt .btn-add > a.add_to_cart_button: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:hover .wrapp-swap .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);
}

/** ------------------------------------------------------------------------------------------------
* PAGE 404
* ------------------------------------------------------------------------------------------------ */
.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: 0px;
  left: 50%;
  position: absolute;
  color: rgba(142, 142, 142, 0.15);
  font-size: 400px;
  line-height: 320px;
  font-weight: bold;
  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: 0px;
  margin-top: 0;
  padding: 115px 0;
  text-align: center;
  text-transform: uppercase;
  color: #1aada3;
  opacity: 0.8;
  letter-spacing: 3px;
  font-size: 75px;
  font-weight: bold;
}
.error404 .page-content {
  text-align: center;
}
.error404 .page-content h2 {
  font-size: 32px;
  font-weight: bold;
  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: #ffffff;
  border-color: #1aada3;
}
.error404 .page-content > .searchform #searchsubmit:hover, .error404 .page-content > .searchform #searchsubmit:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.error404 .page-content > .searchform #searchsubmit.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.error404 .page-content > .searchform #searchsubmit.btn-style-bordered:hover, .error404 .page-content > .searchform #searchsubmit.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.error404 .page-content > .searchform #searchsubmit.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.error404 .page-content > .searchform #searchsubmit.btn-style-link:hover, .error404 .page-content > .searchform #searchsubmit.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}

/** ------------------------------------------------------------------------------------------------
* SEARCH RESULTS /  #basel-search-results
* ------------------------------------------------------------------------------------------------ */
.search-no-results {
  /** ------------------------------------------
  * SEARCH BY PRODUCT NO RESULTS
  * ------------------------------------------ */
}
.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: 0.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: #ffffff;
  border-color: #1aada3;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit:hover, .search-no-results .not-found .entry-content .searchform #searchsubmit:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  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:hover, .search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-link:hover, .search-no-results .not-found .entry-content .searchform #searchsubmit.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}
.search-no-results.woocommerce .page-title .breadcrumbs {
  display: none;
}
.search-no-results.woocommerce .woocommerce-info {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold !important;
  color: #1B1919;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 5px;
}
.search-no-results.woocommerce .woocommerce-info:before {
  content: "\f002";
  display: inline-block;
  font-size: 80px;
  font-weight: normal;
  line-height: 100px;
  vertical-align: middle;
  color: #1aada3;
  opacity: 0.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: 0px;
  right: 0px;
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.no-results .searchform #searchsubmit:hover, .no-results .searchform #searchsubmit:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.no-results .searchform #searchsubmit.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.no-results .searchform #searchsubmit.btn-style-bordered:hover, .no-results .searchform #searchsubmit.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.no-results .searchform #searchsubmit.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.no-results .searchform #searchsubmit.btn-style-link:hover, .no-results .searchform #searchsubmit.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}
.no-results .entry-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 38px;
  font-weight: bold !important;
}

.no-products-footer {
  text-align: center;
}
.no-products-footer .search-extended {
  max-width: 350px;
  width: 100%;
  display: inline-block;
}

.search-results .page-title .entry-header .breadcrumbs,
.search-no-results .page-title .entry-header .breadcrumbs {
  display: none;
}

/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/** ------------------------------------------------------------------------------------------------
* WOOCOMMERCE LAYOUT
* ------------------------------------------------------------------------------------------------ */
.woocommerce .col2-set, .woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
  clear: both;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce .form-row-first,
.woocommerce .form-row-last, .woocommerce-page .form-row-first,
.woocommerce-page .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.woocommerce .form-row-last, .woocommerce-page .form-row-last {
  float: right;
}
.woocommerce .form-row-wide, .woocommerce-page .form-row-wide {
  clear: both;
}
.woocommerce .variation, .woocommerce-page .variation {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 12px;
}
.woocommerce .variation dt, .woocommerce .variation dd, .woocommerce-page .variation dt, .woocommerce-page .variation dd {
  display: block;
  float: left;
  clear: both;
  color: #b2b2b2;
}
.woocommerce .variation dt p, .woocommerce .variation dd p, .woocommerce-page .variation dt p, .woocommerce-page .variation dd p {
  color: #b2b2b2;
}
.woocommerce .variation dt, .woocommerce-page .variation dt {
  margin-right: 5px;
}
.woocommerce .variation dd, .woocommerce-page .variation dd {
  clear: none;
  position: relative;
  top: -3px;
}
.woocommerce .variation p, .woocommerce-page .variation p {
  margin-bottom: 0;
}
.woocommerce .woocommerce-Address .title, .woocommerce-page .woocommerce-Address .title {
  position: relative;
}
.woocommerce .woocommerce-Address .title h3, .woocommerce-page .woocommerce-Address .title h3 {
  display: inline-block;
  margin-bottom: 0;
}
.woocommerce .woocommerce-Address .edit, .woocommerce-page .woocommerce-Address .edit {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  border-bottom: 1px solid #E6E6E6;
}
.woocommerce .woocommerce-Address .edit:hover, .woocommerce-page .woocommerce-Address .edit:hover {
  border-color: #A6A6A6;
}
.woocommerce input[name="save_account_details"],
.woocommerce input[name="save_address"],
.woocommerce input[name="track"], .woocommerce-page input[name="save_account_details"],
.woocommerce-page input[name="save_address"],
.woocommerce-page input[name="track"] {
  padding: 12px 32px;
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.woocommerce input[name="save_account_details"]:hover, .woocommerce input[name="save_account_details"]:focus,
.woocommerce input[name="save_address"]:hover,
.woocommerce input[name="save_address"]:focus,
.woocommerce input[name="track"]:hover,
.woocommerce input[name="track"]:focus, .woocommerce-page input[name="save_account_details"]:hover, .woocommerce-page input[name="save_account_details"]:focus,
.woocommerce-page input[name="save_address"]:hover,
.woocommerce-page input[name="save_address"]:focus,
.woocommerce-page input[name="track"]:hover,
.woocommerce-page input[name="track"]:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.woocommerce input[name="save_account_details"].btn-style-bordered,
.woocommerce input[name="save_address"].btn-style-bordered,
.woocommerce input[name="track"].btn-style-bordered, .woocommerce-page input[name="save_account_details"].btn-style-bordered,
.woocommerce-page input[name="save_address"].btn-style-bordered,
.woocommerce-page input[name="track"].btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.woocommerce input[name="save_account_details"].btn-style-bordered:hover, .woocommerce input[name="save_account_details"].btn-style-bordered:focus,
.woocommerce input[name="save_address"].btn-style-bordered:hover,
.woocommerce input[name="save_address"].btn-style-bordered:focus,
.woocommerce input[name="track"].btn-style-bordered:hover,
.woocommerce input[name="track"].btn-style-bordered:focus, .woocommerce-page input[name="save_account_details"].btn-style-bordered:hover, .woocommerce-page input[name="save_account_details"].btn-style-bordered:focus,
.woocommerce-page input[name="save_address"].btn-style-bordered:hover,
.woocommerce-page input[name="save_address"].btn-style-bordered:focus,
.woocommerce-page input[name="track"].btn-style-bordered:hover,
.woocommerce-page input[name="track"].btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.woocommerce input[name="save_account_details"].btn-style-link,
.woocommerce input[name="save_address"].btn-style-link,
.woocommerce input[name="track"].btn-style-link, .woocommerce-page input[name="save_account_details"].btn-style-link,
.woocommerce-page input[name="save_address"].btn-style-link,
.woocommerce-page input[name="track"].btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.woocommerce input[name="save_account_details"].btn-style-link:hover, .woocommerce input[name="save_account_details"].btn-style-link:focus,
.woocommerce input[name="save_address"].btn-style-link:hover,
.woocommerce input[name="save_address"].btn-style-link:focus,
.woocommerce input[name="track"].btn-style-link:hover,
.woocommerce input[name="track"].btn-style-link:focus, .woocommerce-page input[name="save_account_details"].btn-style-link:hover, .woocommerce-page input[name="save_account_details"].btn-style-link:focus,
.woocommerce-page input[name="save_address"].btn-style-link:hover,
.woocommerce-page input[name="save_address"].btn-style-link:focus,
.woocommerce-page input[name="track"].btn-style-link:hover,
.woocommerce-page input[name="track"].btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}
.woocommerce ul.order_details, .woocommerce-page ul.order_details {
  margin-bottom: 20px;
  margin-left: 28px;
}
.woocommerce ul.order_details li, .woocommerce-page ul.order_details li {
  margin-bottom: 15px;
  font-size: 16px;
}
.woocommerce ul.order_details li:last-child, .woocommerce-page ul.order_details li:last-child {
  margin-bottom: 0;
}

/** ------------------------------------------
* WOOCOMMERCE MESSAGE
* ------------------------------------------ */
.woocommerce-message .button {
  float: right;
  color: white;
  text-decoration: none;
  background-color: #328C34;
  border-color: #328C34;
}
.woocommerce-message .button:hover, .woocommerce-message .button:focus {
  background-color: #328C34;
}

.woocommerce-error .button,
.woocommerce-info .button {
  display: none;
}

.woocommerce-checkout .woocommerce > p,
.woocommerce-account .woocommerce > p {
  font-size: 14px;
  letter-spacing: .3px;
  padding: 15px 25px;
  background-color: #F9F9F9;
  line-height: 1.8;
}
.woocommerce-checkout .woocommerce > p strong,
.woocommerce-account .woocommerce > p strong {
  color: black;
}
.woocommerce-checkout .woocommerce > p a,
.woocommerce-account .woocommerce > 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;
}
.woocommerce-checkout .woocommerce > p a:hover,
.woocommerce-account .woocommerce > p a:hover {
  text-decoration: none;
  border-color: #A6A6A6;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce > p a:focus,
.woocommerce-account .woocommerce > p a:focus {
  border-color: #A6A6A6;
  background-color: transparent;
}
.woocommerce-checkout .select2-container .select2-choice,
.woocommerce-account .select2-container .select2-choice {
  border-radius: 0;
  border: 1px solid rgba(129, 129, 129, 0.25);
  font-size: 14px;
  line-height: 18px;
  padding: 12px 10px;
}
.woocommerce-checkout .select2-drop-active,
.woocommerce-account .select2-drop-active {
  border-color: rgba(129, 129, 129, 0.25);
}
.woocommerce-checkout .select2-drop-active .select2-search,
.woocommerce-account .select2-drop-active .select2-search {
  padding: 10px;
}
.woocommerce-checkout .select2-drop-active .select2-search input,
.woocommerce-account .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;
}
.woocommerce-checkout .select2-drop-active .select2-search:after,
.woocommerce-account .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%);
}
.woocommerce-checkout .select2-drop-active.select2-drop.select2-drop-above,
.woocommerce-account .select2-drop-active.select2-drop.select2-drop-above {
  border-color: rgba(129, 129, 129, 0.25);
}

/** ------------------------------------------
* QUICK VIEW CONTENT
* ------------------------------------------ */
.popup-quick-view {
  max-width: 920px;
  background-color: white;
  margin: 65px auto;
  position: relative;
  box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3);
}
.popup-quick-view .entry-summary {
  padding-left: 15px;
  padding-right: 45px;
  padding-bottom: 25px;
  padding-top: 35px;
}
.popup-quick-view .entry-summary > .product_type_simple,
.popup-quick-view .entry-summary .product_type_variable {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  margin-bottom: 20px;
  margin-right: 15px;
}
.popup-quick-view .entry-summary > .product_type_simple:hover, .popup-quick-view .entry-summary > .product_type_simple:focus,
.popup-quick-view .entry-summary .product_type_variable:hover,
.popup-quick-view .entry-summary .product_type_variable:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
.popup-quick-view .entry-summary > .product_type_simple.btn-style-bordered,
.popup-quick-view .entry-summary .product_type_variable.btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
.popup-quick-view .entry-summary > .product_type_simple.btn-style-bordered:hover, .popup-quick-view .entry-summary > .product_type_simple.btn-style-bordered:focus,
.popup-quick-view .entry-summary .product_type_variable.btn-style-bordered:hover,
.popup-quick-view .entry-summary .product_type_variable.btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.popup-quick-view .entry-summary > .product_type_simple.btn-style-link,
.popup-quick-view .entry-summary .product_type_variable.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
.popup-quick-view .entry-summary > .product_type_simple.btn-style-link:hover, .popup-quick-view .entry-summary > .product_type_simple.btn-style-link:focus,
.popup-quick-view .entry-summary .product_type_variable.btn-style-link:hover,
.popup-quick-view .entry-summary .product_type_variable.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.7;
}
.popup-quick-view .entry-summary .view-details-btn {
  display: inline-block;
  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: 0px;
  border: 2px solid black;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.popup-quick-view .entry-summary .view-details-btn:hover, .popup-quick-view .entry-summary .view-details-btn:focus {
  background-color: black;
  color: white;
}
.popup-quick-view .entry-summary .entry-title {
  font-size: 28px;
  margin-bottom: 5px;
}
.popup-quick-view .entry-summary .woocommerce-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 .woocommerce-review-link {
  display: none;
}
.popup-quick-view .entry-summary .woocommerce-breadcrumb {
  display: none;
}
.popup-quick-view .entry-summary .product_meta {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.popup-quick-view .entry-summary .share-title {
  font-weight: bold;
  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-theme .owl-controls .owl-buttons > div.owl-next {
  right: -20px;
}
.popup-quick-view .owl-theme .owl-controls .owl-buttons > div.owl-prev {
  left: -20px;
}
.popup-quick-view .owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.popup-quick-view .owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.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: 0px;
  top: 50%;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: black;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.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-wrapper .quick-view-prev,
.popup-wrapper .quick-view-next {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -sand-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}
.popup-wrapper .quick-view-prev:before,
.popup-wrapper .quick-view-next:before {
  font-size: 32px;
  font-family: "FontAwesome";
}
.popup-wrapper .quick-view-prev:hover,
.popup-wrapper .quick-view-next:hover {
  text-decoration: none;
  background-color: black;
}
.popup-wrapper .quick-view-prev .basel-tooltip-label,
.popup-wrapper .quick-view-next .basel-tooltip-label {
  display: none;
}
.popup-wrapper .quick-view-prev {
  left: 0;
}
.popup-wrapper .quick-view-prev:before {
  content: "\f104";
  padding-right: 3px;
}
.popup-wrapper .quick-view-next {
  right: 0;
}
.popup-wrapper .quick-view-next:before {
  content: "\f105";
  padding-left: 3px;
}

.mfp-close-btn-in .popup-wrapper .mfp-close {
  color: white;
}

/** ------------------------------------------
* POPUP ADDED TO CART
* ------------------------------------------ */
.popup-added_to_cart {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: white;
  border: 2px solid rgba(101, 101, 101, 0.25);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 20px 40px 0 40px;
}
.popup-added_to_cart p {
  font-size: 20px;
  font-weight: bold;
  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, 0.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: black;
}
.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, 0.6);
}
.mfp-close-btn-in .mfp-close:hover, .mfp-close-btn-in .mfp-close:focus {
  color: black;
  background-color: transparent;
}

/** ------------------------------------------
* WOOCOMMERCE BREADCRUMB
* ------------------------------------------ */
.woocommerce-breadcrumb {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  color: #9E9E9E;
  vertical-align: middle;
}
.woocommerce-breadcrumb a {
  color: #1B1919;
  margin-right: 5px;
  text-decoration: none;
  font-style: normal;
}
.woocommerce-breadcrumb a:after {
  content: "/";
  margin-left: 5px;
}
.woocommerce-breadcrumb a:first-child:before {
  content: "\f015";
  margin-right: 5px;
  font-family: "FontAwesome";
}
.woocommerce-breadcrumb a:hover {
  text-decoration: none;
}

.add_to_cart_inline ins {
  padding: 0;
  text-decoration: none;
}
.add_to_cart_inline > a {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  margin-left: 10px;
}
.add_to_cart_inline > a:hover, .add_to_cart_inline > a:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
.add_to_cart_inline > a.btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
.add_to_cart_inline > a.btn-style-bordered:hover, .add_to_cart_inline > a.btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.add_to_cart_inline > a.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
.add_to_cart_inline > a.btn-style-link:hover, .add_to_cart_inline > a.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.7;
}
.add_to_cart_inline > a.added {
  display: none;
}
.add_to_cart_inline > a:after {
  border-color: white;
}

/** ------------------------------------------------------------------------------------------------
* WOOCOMMERCE TABLE
* ------------------------------------------------------------------------------------------------ */
/** ------------------------------------------
* TABLE SHOP CAT
* ------------------------------------------ */
.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 input[type="number"] {
  color: #8b8b8b;
  width: 55px;
  background-color: #fbfbfb;
  border: 1px solid #efefef;
  box-shadow: none;
  text-align: center;
}
.shop_table td.product-quantity .quantity input[type="number"]:focus {
  outline: none;
}
.shop_table td.product-remove {
  padding: 0;
  text-align: center;
}
.shop_table td.product-remove a {
  position: relative;
  font-size: 0px;
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 28px;
  background-color: black;
  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: 0px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.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(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
}
.shop_table td.product-remove a:hover:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
  transform: rotate(0deg);
}
.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: capitalize;
  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: black;
}
.shop_table td.product-subtotal span {
  font-size: 18px;
  color: black;
  font-weight: bold;
}
.shop_table td.product-thumbnail img {
  max-width: 80px;
}

/** ------------------------------------------
* WOOCOMMARCE CHECKOUT
* ------------------------------------------ */
#shipping_method li {
  margin-bottom: 10px;
}
#shipping_method li:last-child {
  margin-bottom: 0px;
}
#shipping_method label {
  display: inline-block;
  margin-bottom: 0px;
}

.woocommerce-checkout-review-order-table {
  border: none;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce-checkout-review-order-table th {
  background-color: transparent;
}
.woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid rgba(129, 129, 129, 0.05);
}
.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce-checkout-review-order-table thead th {
  padding-top: 10px;
}
.woocommerce-checkout-review-order-table tbody td.product-name {
  text-transform: capitalize;
}
.woocommerce-checkout-review-order-table tbody td.product-name .variation {
  display: block;
  margin-top: 10px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce-checkout-review-order-table tfoot th {
  text-align: left;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .shipping th {
  font-size: 16px;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal p,
.woocommerce-checkout-review-order-table tfoot .shipping p {
  margin-bottom: 0px;
}
.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 24px;
  padding-top: 20px;
}
.woocommerce-checkout-review-order-table tfoot .order-total th {
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce-checkout-review-order-table tfoot .order-total td .amount {
  color: #1aada3;
}

/** ------------------------------------------
* SINGLE PRODUCT TABLE
* ------------------------------------------ */
.single-product-content .shop_attributes {
  max-width: 550px;
  margin: 0 auto;
}
.single-product-content .shop_attributes th p,
.single-product-content .shop_attributes td p {
  margin-bottom: 0;
}
.single-product-content .shop_attributes th {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.single-product-content .shop_attributes td {
  text-align: right;
}

/** ------------------------------------------
* MY ACOUNT
* ------------------------------------------ */
.my_account_orders th,
.my_account_orders td {
  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: 0px;
  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:hover, .my_account_orders td.order-actions a:focus {
  color: black;
}

/** ------------------------------------------
* ORDER DETAILS
* ------------------------------------------ */
.order_details thead th {
  text-align: left;
}
.order_details tbody td {
  background-color: #F9F9F9;
  text-align: left;
}
.order_details tbody .product-name > a {
  display: inline-block;
  white-space: nowrap;
}
.order_details tbody .product-name .variation {
  display: block;
}
.order_details tfoot th {
  text-align: left;
  text-transform: uppercase;
}
.order_details tfoot td {
  font-size: 18px;
  text-align: left;
}
.order_details tfoot td .amount {
  color: #1D1C1C;
}
.order_details tfoot tr:last-child td .amount {
  font-size: 22px;
  font-weight: bold;
}

.customer_details th,
.customer_details td {
  text-align: left;
  background-color: #F9F9F9;
}
.customer_details th {
  width: 50%;
}
.customer_details td {
  font-size: 18px;
}
.customer_details tr:last-child th,
.customer_details tr:last-child td {
  border-bottom: none;
}

/** ------------------------------------------
* WISHLIST TABLE
* ------------------------------------------ */
.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: bold;
}
.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: #bbbbbb;
}
.wishlist_table tr td.product-price del .amount {
  font-size: 12px;
  color: #bbbbbb;
}
.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: #000000;
  color: #ffffff;
  border-color: #000000;
  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:hover, .wishlist_table tr td.product-add-to-cart > .add_to_cart.button:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
.wishlist_table tr td.product-add-to-cart > .add_to_cart.button.btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
.wishlist_table tr td.product-add-to-cart > .add_to_cart.button.btn-style-bordered:hover, .wishlist_table tr td.product-add-to-cart > .add_to_cart.button.btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.wishlist_table tr td.product-add-to-cart > .add_to_cart.button.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
.wishlist_table tr td.product-add-to-cart > .add_to_cart.button.btn-style-link:hover, .wishlist_table tr td.product-add-to-cart > .add_to_cart.button.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.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: white;
}
.wishlist_table tfoot tr:last-child td, .wishlist_table tfoot tr:last-child th {
  border-bottom: none;
}

.woocommerce table.wishlist_table {
  font-size: 14px;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
  font-weight: bold !important;
}

.woocommerce .wishlist-title h2 {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 28px;
}

.woocommerce table.wishlist_table thead th {
  border-top: none;
}

/** ------------------------------------------------------------------------------------------------
* SINGLE SHOP PAGE
* ------------------------------------------------------------------------------------------------ */
.single-product.header-full-width .woocommerce-message,
.single-product.header-full-width .woocommerce-error {
  width: 95%;
}
.single-product .woocommerce-message,
.single-product .woocommerce-error {
  max-width: 1140px;
  margin: -20px auto 60px auto;
}
.single-product .woocommerce-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;
}
.single-product .woocommerce-message .button {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.single-product .site-content {
  margin-bottom: 0px;
}

.single-product-content .product-image-summary {
  margin-bottom: 60px;
}
.single-product-content .woocommerce-main-image {
  cursor: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/cursor-zoom.png), pointer;
}
.single-product-content .product-images {
  position: relative;
}
.single-product-content .product-images .onsale {
  left: auto;
  right: 23px;
}
.single-product-content .product-images img:focus,
.single-product-content .product-images a:focus {
  outline: none;
}
.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 .owl-theme .image-link,
.single-product-content .product-images .thumbs-position-left .owl-theme .image-link {
  padding: 0 2px 0 2px;
  display: block;
}
.single-product-content .product-images .thumbs-position-bottom .owl-theme .owl-wrapper,
.single-product-content .product-images .thumbs-position-left .owl-theme .owl-wrapper {
  margin-left: -2px;
}
.single-product-content .product-images .thumbs-position-bottom .owl-theme .owl-item a:hover,
.single-product-content .product-images .thumbs-position-left .owl-theme .owl-item a:hover {
  opacity: 0.5;
}
.single-product-content .product-images .thumbs-position-bottom .owl-theme .owl-item a.current-image,
.single-product-content .product-images .thumbs-position-left .owl-theme .owl-item a.current-image {
  opacity: 0.5;
}
.single-product-content .product-images .thumbs-position-bottom .owl-controls,
.single-product-content .product-images .thumbs-position-left .owl-controls {
  position: absolute;
  bottom: 10px;
  right: 14px;
}
.single-product-content .product-images .thumbs-position-bottom .owl-controls .owl-buttons,
.single-product-content .product-images .thumbs-position-left .owl-controls .owl-buttons {
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.single-product-content .product-images .thumbs-position-bottom .owl-controls .owl-buttons > div,
.single-product-content .product-images .thumbs-position-left .owl-controls .owl-buttons > 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-controls .owl-buttons > div:before,
.single-product-content .product-images .thumbs-position-left .owl-controls .owl-buttons > div:before {
  width: 38px;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}
.single-product-content .woocommerce-main-image {
  margin-bottom: 4px;
  padding: 0 3px 0 0;
  display: block;
}
.single-product-content .woocommerce-main-image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.single-product-content .woocommerce-main-image.loading-image > img {
  opacity: 0.4;
}
.single-product-content .woocommerce-main-image.loading-image:after {
  opacity: 1;
  visibility: visible;
}
.single-product-content .woocommerce-main-image:after {
  content: " ";
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid rgba(0, 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: -25px;
  margin-top: -25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-product-content .thumbs-position-left .thumbnails,
.single-product-content .thumbs-position-bottom .thumbnails {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.single-product-content .thumbs-position-left .thumbnails.thumbnails-ready,
.single-product-content .thumbs-position-bottom .thumbnails.thumbnails-ready {
  opacity: 1;
  visibility: visible;
}
.single-product-content .slick-vertical {
  overflow: hidden;
}
.single-product-content .slick-vertical .slick-slide:hover {
  opacity: 0.5;
}
.single-product-content .slick-vertical .slick-slide.current-image {
  opacity: 0.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: black;
  color: white;
}
.single-product-content .slick-vertical > button:focus {
  outline: none;
}
.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 white;
}
.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 white;
}
.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 > div > a .basel-tooltip-label {
  display: none;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist > div > a:before {
  color: #4E4E4E;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist > div > a:hover {
  color: #1aada3;
}
.single-product-content .entry-summary .yith-wcwl-add-to-wishlist > div > 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: capitalize;
}
.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 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.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 .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, 0.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 .woocommerce-breadcrumb {
  margin-bottom: 40px;
  line-height: 1.7;
}
.single-product-content .woocommerce-breadcrumb a:hover {
  color: #797979;
}
.single-product-content .woocommerce-product-rating {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
}
.single-product-content .woocommerce-product-rating .star-rating {
  margin-right: 10px;
  vertical-align: middle;
  top: 1px;
}
.single-product-content .woocommerce-product-rating .star-rating span:before {
  color: #1F1F1F;
}
.single-product-content .woocommerce-product-rating .woocommerce-review-link {
  vertical-align: middle;
  color: rgba(0, 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;
}
.single-product-content .price del .amount {
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
}
.single-product-content div[itemprop="description"] {
  margin-bottom: 25px;
}
.single-product-content div[itemprop="description"] p {
  line-height: 1.8;
}
.single-product-content .cart {
  margin-bottom: 20px;
  margin-right: 15px;
  display: inline-block;
}
.single-product-content .cart.variations_form {
  margin-right: 0px;
}
.single-product-content .cart .quantity {
  display: inline-block;
  margin-right: 15px;
}
.single-product-content .cart .quantity input[type="number"] {
  color: #848484;
  text-align: center;
  width: 55px;
}
.single-product-content .cart .button {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.single-product-content .cart .button:hover, .single-product-content .cart .button:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
.single-product-content .cart .button.btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
.single-product-content .cart .button.btn-style-bordered:hover, .single-product-content .cart .button.btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.single-product-content .cart .button.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
.single-product-content .cart .button.btn-style-link:hover, .single-product-content .cart .button.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.7;
}
.single-product-content .variations {
  margin-bottom: 0px;
  border: none;
}
.single-product-content .variations label {
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: bold;
  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: 0px;
}
.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: bold;
  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: black;
}
.single-product-content .variations .swatches-select > div:last-child {
  margin-right: 0px;
}
.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 .image-swatch,
.single-product-content .variations .swatches-select .colored-swatch {
  font-size: 0;
  width: 25px;
  height: 25px;
  border-bottom: none;
  border-radius: 50%;
  background-size: cover;
}
.single-product-content .variations .swatches-select .image-swatch:after,
.single-product-content .variations .swatches-select .colored-swatch:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px solid transparent;
}
.single-product-content .variations .swatches-select .image-swatch:hover:after,
.single-product-content .variations .swatches-select .colored-swatch:hover:after {
  border-color: black;
}
.single-product-content .variations .swatches-select .image-swatch.active-swatch:after,
.single-product-content .variations .swatches-select .colored-swatch.active-swatch:after {
  border-color: black;
}
.single-product-content .variations .swatches-select .image-swatch.swatch-size-large,
.single-product-content .variations .swatches-select .colored-swatch.swatch-size-large {
  width: 45px;
  height: 45px;
  font-size: 0;
}
.single-product-content .variations .swatches-select .image-swatch.swatch-size-xlarge,
.single-product-content .variations .swatches-select .colored-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: 0.4;
}
.single-product-content .variations .swatches-select .active-swatch {
  border-color: black;
}
.single-product-content .product_meta {
  border-top: 1px solid rgba(119, 119, 119, 0.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: bold;
}
.single-product-content .product_meta > span a,
.single-product-content .product_meta > span span {
  color: #4E4E4E;
  display: inline-block;
  font-weight: normal;
  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 .woocommerce-variation-price,
.single-product-content .single_variation .woocommerce-variation-availability {
  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 .out-of-stock,
.single-product-content .single_variation .in-stock {
  margin-right: 0;
}
.single-product-content .out-of-stock,
.single-product-content .in-stock {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .3px;
  font-weight: bold;
}
.single-product-content .out-of-stock {
  border: 2px solid #CC1414;
  color: #B50808;
}
.single-product-content .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: bold;
  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: 22px;
  font-weight: bold !important;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  padding: 3px 0;
}
.single-product-content .tabs li a:hover {
  text-decoration: none;
  color: rgba(0, 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, 0.9);
}
.single-product-content .tabs li:last-child {
  margin-right: 0px;
}
.single-product-content .entry-content p {
  line-height: 1.7;
  letter-spacing: 0.3px;
}
.single-product-content #tab-description *:last-child {
  margin-bottom: 0;
}
.single-product-content #tab-description > h2,
.single-product-content #tab-additional_information > h2 {
  font-size: 18px;
  font-weight: bold;
}
.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: bold;
  color: #525252;
}
.single-product-content #tab-seller ul li > span.details {
  font-weight: normal;
  color: #777777;
}
.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: bold;
}
.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 {
  font-size: 18px;
  font-weight: bold;
}
.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 textarea,
.single-product-content .comment-form input[type="text"],
.single-product-content .comment-form input[type="email"] {
  background-color: #efefef;
  border: none;
  box-shadow: none;
}
.single-product-content .comment-form textarea:focus,
.single-product-content .comment-form input[type="text"]:focus,
.single-product-content .comment-form input[type="email"]: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;
}
.single-product-content .comment-form .comment-form-rating label:after {
  content: ":";
  margin-left: 2px;
}
.single-product-content .comment-form .stars {
  display: inline-block;
  margin-left: 15px;
  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: 0px;
}
.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: black;
  color: black;
  border-width: 2px;
  /* font-weight: bold; */
  padding-left: 35px;
  padding-right: 35px;
}
.single-product-content .comment-form .form-submit input[type="submit"]:hover, .single-product-content .comment-form .form-submit input[type="submit"]:focus {
  background-color: black;
  border-color: black;
  color: white;
}

.commentlist {
  margin-top: 30px;
}
.commentlist li {
  margin-bottom: 30px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist .review_comment_container,
.commentlist .comment_container {
  position: relative;
  min-height: 95px;
  padding: 12px 12px 12px 85px;
}
.commentlist .review_comment_container .dokan-review-author-img img,
.commentlist .review_comment_container > img,
.commentlist .comment_container .dokan-review-author-img img,
.commentlist .comment_container > img {
  position: absolute;
  left: 0px;
  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;
}
.commentlist .comment-text .description p {
  margin-bottom: 10px;
}
.commentlist .comment-text .description p:last-child {
  margin-bottom: 0;
}

.related-and-upsells > h3:first-child,
.related-and-upsells > div:first-child {
  margin-top: 40px;
}
.related-and-upsells > div {
  margin-bottom: 40px;
}

.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 .woocommerce-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: black;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.basel-products-nav .product-btn > a span:before {
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 3px;
  color: black;
  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 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.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 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.basel-products-nav .product-short {
  overflow: hidden;
  padding: 10px;
  background-color: white;
  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: bold;
  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 {
  margin-right: 0px;
  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 .out-of-stock,
.product-type-grouped .group_table .in-stock {
  margin-left: 15px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

/** ------------------------------------------------------------------------------------------------
* SINGLE PRODUCT PAGE - ALTERNATIVE
* ------------------------------------------------------------------------------------------------ */
.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: 0px;
  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: bold;
  line-height: 2;
}
.product-design-alt .product-tabs-wrapper {
  margin: 0 -15px 0px;
  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 + .product_meta {
  padding-top: 15px;
}
.product-design-alt .single_variation_wrap {
  padding-top: 25px;
}
.product-design-alt .single_variation .woocommerce-variation-price,
.product-design-alt .single_variation .woocommerce-variation-availability {
  float: none;
  display: inline;
}
.product-design-alt .single_variation .price {
  vertical-align: bottom;
}
.product-design-alt .single_variation .out-of-stock,
.product-design-alt .single_variation .in-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: 0px;
}

/** ------------------------------------------------------------------------------------------------
* SINGLE PRODUCT PAGE - STICKY
* ------------------------------------------------------------------------------------------------ */
.product-design-sticky .product-image-summary {
  margin-bottom: 50px;
}
.product-design-sticky .entry-summary {
  position: relative;
  text-align: center;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.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: 0px;
  border: none;
}
.product-design-sticky .entry-summary div[itemprop="description"] {
  max-height: 75px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, margin 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out, margin 0.2s ease-in-out;
  -webkit-transition: max-height 0.2s ease-in-out, margin 0.2s ease-in-out;
}
.product-design-sticky .entry-summary div[itemprop="description"] > p {
  line-height: 25px;
}
.product-design-sticky .entry-summary .summary-inner {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 600px;
}
.product-design-sticky .entry-summary.block-sticked.not-in-viewport div[itemprop="description"] {
  max-height: 0px;
  margin: 0;
}
.product-design-sticky .entry-summary.block-sticked .summary-inner {
  transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}
.product-design-sticky .entry-summary.hide-temporary {
  opacity: 0;
}
.product-design-sticky .thumbs-position-bottom .thumbnails {
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.product-design-sticky .thumbs-position-bottom .thumbnails .image-link {
  padding-right: 3px;
  margin-bottom: 4px;
  display: block;
  cursor: url(https://2023.stevenfurtick.com/wp-content/themes/images/cursor-zoom.png), pointer;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: transform 0.45s ease-in-out;
  -webkit-transition: transform 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out;
  -o-transition: transform 0.45s ease-in-out;
}
.product-design-sticky .thumbs-position-bottom .thumbnails .image-link.animate-images {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.product-design-sticky .thumbs-position-bottom .thumbnails .image-link img {
  width: 100%;
}
.product-design-sticky .woocommerce-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: bold;
  line-height: 2;
}
.product-design-sticky .product-tabs-wrapper {
  margin: 0 -15px 0px;
  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 + .product_meta {
  padding-top: 15px;
}
.product-design-sticky .single_variation_wrap {
  padding-top: 25px;
}
.product-design-sticky .single_variation .woocommerce-variation-price,
.product-design-sticky .single_variation .woocommerce-variation-availability {
  float: none;
  display: inline;
}
.product-design-sticky .single_variation .price {
  vertical-align: bottom;
}
.product-design-sticky .single_variation .out-of-stock,
.product-design-sticky .single_variation .in-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: 0px;
}

/** ------------------------------------------------------------------------------------------------
* WOOCOMMERCE CHECKOUT
* ------------------------------------------------------------------------------------------------ */
.woocommerce-checkout .woocommerce-error {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 6em;
}
.woocommerce-checkout .woocommerce-error li {
  margin-bottom: 15px;
  position: relative;
}
.woocommerce-checkout .woocommerce-error li:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-error li:before {
  content: "\f105";
  opacity: 0.7;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: -15px;
}
.woocommerce-checkout .woocommerce-info {
  margin-bottom: 25px;
  border: none;
  background-color: transparent;
  padding: 0;
  overflow: visible;
  color: #8C8C8C;
}
.woocommerce-checkout .woocommerce-info a {
  color: #202020;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-info:before {
  content: none;
}
.woocommerce-checkout .woocommerce-info .showcoupon,
.woocommerce-checkout .woocommerce-info .showlogin {
  border-bottom: 1px solid #E6E6E6;
  display: inline;
  margin-left: 5px;
  line-height: 1.5;
}
.woocommerce-checkout .woocommerce-info .showcoupon:hover,
.woocommerce-checkout .woocommerce-info .showlogin:hover {
  border-color: #A6A6A6;
}
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .login {
  position: relative;
  background-color: #f8f8f8;
}
.woocommerce-checkout .checkout_coupon:before,
.woocommerce-checkout .login:before {
  content: "\f0d8";
  position: absolute;
  top: -4px;
  line-height: 0;
  left: 20px;
  color: #f8f8f8;
  font-size: 24px;
  font-family: "FontAwesome";
}
.woocommerce-checkout .checkout_coupon {
  padding: 20px 25px;
  display: inline-block;
  text-align: center;
}
.woocommerce-checkout .checkout_coupon p {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout_coupon p.form-row-first, .woocommerce-checkout .checkout_coupon p.form-row-last {
  float: none;
  width: auto;
  display: inline-block;
}
.woocommerce-checkout .checkout_coupon p.form-row-first {
  max-width: 100%;
  width: 200px;
}
.woocommerce-checkout .checkout_coupon .input-text {
  box-shadow: none;
}
.woocommerce-checkout .checkout_coupon .button {
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.woocommerce-checkout .checkout_coupon .button:hover, .woocommerce-checkout .checkout_coupon .button:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.woocommerce-checkout .checkout_coupon .button.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.woocommerce-checkout .checkout_coupon .button.btn-style-bordered:hover, .woocommerce-checkout .checkout_coupon .button.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.woocommerce-checkout .checkout_coupon .button.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.woocommerce-checkout .checkout_coupon .button.btn-style-link:hover, .woocommerce-checkout .checkout_coupon .button.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}
.woocommerce-checkout .login {
  max-width: 500px;
  padding: 20px 25px 10px 25px;
  margin-bottom: 20px;
}
.woocommerce-checkout .login .lost_password {
  margin-bottom: 10px;
  margin-top: -41px;
  text-align: right;
}
.woocommerce-checkout .login label[for="rememberme"] {
  margin-bottom: 0;
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 40px;
}
.woocommerce-checkout .woocommerce-billing-fields abbr,
.woocommerce-checkout .woocommerce-shipping-fields abbr {
  border: none;
}
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.woocommerce-checkout .create-account .checkbox {
  display: inline-block;
}
.woocommerce-checkout .woocommerce-shipping-fields > h3 label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
}
.woocommerce-checkout .woocommerce-shipping-fields > h3 .input-checkbox {
  margin-left: 5px;
}
.woocommerce-checkout .woocommerce-shipping-fields .notes textarea {
  height: 110px;
}
.woocommerce-checkout .checkout-order-review {
  background-color: #f8f8f8;
  background-image: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/checkout-border.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 40px 30px;
  margin-top: 8px;
}
.woocommerce-checkout .checkout-order-review > h3 {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: center;
  font-weight: bold;
}
.woocommerce-checkout .checkout-order-review .responsive-table {
  background-color: white;
  padding: 20px 25px 0px 25px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul {
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce-checkout-payment li {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-checkout-payment li img {
  max-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}
.woocommerce-checkout .woocommerce-checkout-payment li label {
  margin-bottom: 0;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
  position: relative;
  margin-top: 15px;
  padding: 10px 15px;
  background-color: white;
  border: 2px solid rgba(115, 115, 115, 0.1);
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box p {
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box:before {
  content: "\f0d8";
  position: absolute;
  top: -5px;
  line-height: 0;
  left: 25px;
  color: #e8e8e8;
  font-size: 22px;
  font-family: "FontAwesome";
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal img {
  margin-left: 10px;
}
.woocommerce-checkout .woocommerce-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;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal a:hover {
  text-decoration: none;
  border-color: #A6A6A6;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal a:focus {
  border-color: #A6A6A6;
  background-color: transparent;
}
.woocommerce-checkout .place-order input[type="submit"] {
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.woocommerce-checkout .place-order input[type="submit"]:hover, .woocommerce-checkout .place-order input[type="submit"]:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.woocommerce-checkout .place-order input[type="submit"].btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.woocommerce-checkout .place-order input[type="submit"].btn-style-bordered:hover, .woocommerce-checkout .place-order input[type="submit"].btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.woocommerce-checkout .place-order input[type="submit"].btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.woocommerce-checkout .place-order input[type="submit"].btn-style-link:hover, .woocommerce-checkout .place-order input[type="submit"].btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}
.woocommerce-checkout .wc-terms-and-conditions label {
  display: inline-block;
}

/** ------------------------------------------------------------------------------------------------
* CART
* ------------------------------------------------------------------------------------------------ */
.woocommerce .cart-actions {
  text-align: right;
  margin-bottom: 80px;
}
.woocommerce .cart-actions .button {
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce .cart-actions .coupon {
  text-align: left;
  float: left;
}
.woocommerce .cart-actions .coupon label {
  display: none;
}
.woocommerce .cart-actions .coupon .input-text {
  width: 250px;
}
.woocommerce .cart-actions .coupon .button {
  margin-left: 10px;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce .cart-actions .coupon .button:hover, .woocommerce .cart-actions .coupon .button:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
.woocommerce .cart-actions .coupon .button.btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
.woocommerce .cart-actions .coupon .button.btn-style-bordered:hover, .woocommerce .cart-actions .coupon .button.btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.woocommerce .cart-actions .coupon .button.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
.woocommerce .cart-actions .coupon .button.btn-style-link:hover, .woocommerce .cart-actions .coupon .button.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.7;
}
.woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 250px 0 0px 0;
  font-weight: bold !important;
  color: #1B1919;
  margin-bottom: 30px;
}
.woocommerce .cart-empty:after, .woocommerce .cart-empty:before {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.woocommerce .cart-empty:before {
  content: "\e04e";
  font-size: 180px;
  margin-left: -18px;
  top: 0px;
  font-family: 'Simple-Line-Icons';
}
.woocommerce .cart-empty:after {
  content: "\f00d";
  font-size: 60px;
  top: 91px;
  font-family: "FontAwesome";
}
.woocommerce .basel-empty-cart-text {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 25px;
  line-height: 1.7;
  color: #8E8E8E;
}
.woocommerce .return-to-shop {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce .return-to-shop .button {
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
  padding-right: 28px;
}
.woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop .button:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.woocommerce .return-to-shop .button.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.woocommerce .return-to-shop .button.btn-style-bordered:hover, .woocommerce .return-to-shop .button.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.woocommerce .return-to-shop .button.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.woocommerce .return-to-shop .button.btn-style-link:hover, .woocommerce .return-to-shop .button.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}

.cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.cart-collaterals:before, .cart-collaterals:after {
  content: " ";
  display: table;
}
.cart-collaterals:after {
  clear: both;
}
.cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.cart-collaterals .cross-sells {
  width: 48%;
  float: left;
  margin-top: 40px;
}
.cart-collaterals .cross-sells > h3 {
  font-size: 24px;
  font-weight: bold;
  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%;
  *zoom: 1;
  clear: right;
  float: right;
}
.cart-collaterals .shipping_calculator:before, .cart-collaterals .shipping_calculator:after {
  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-image: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/checkout-border.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 25px;
  padding-top: 40px;
}
.cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.cart-collaterals .cart_totals > .responsive-table {
  background-color: white;
  padding: 10px 20px;
}
.cart-collaterals .cart_totals .amount {
  color: black;
}
.cart-collaterals .cart_totals table {
  margin-bottom: 2px;
}
.cart-collaterals .cart_totals table tr:last-child th,
.cart-collaterals .cart_totals table tr:last-child td {
  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,
.cart-collaterals .cart_totals table .order-total td {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}
.cart-collaterals .cart_totals table .shipping {
  line-height: 1.6;
}
.cart-collaterals .cart_totals table .shipping .shipping_method + .woocommerce-shipping-calculator,
.cart-collaterals .cart_totals table .shipping #shipping_method + .woocommerce-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 .woocommerce-shipping-calculator > p {
  margin-bottom: 0;
}
.cart-collaterals .cart_totals table .shipping .shipping-calculator-form {
  margin-top: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-size: 16px;
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover, .cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-style-bordered:hover, .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-style-link:hover, .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}

/** ------------------------------------------
* WOO LOGIN
* ------------------------------------------ */
.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: 0px;
  left: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -1px;
  height: 100%;
}
.basel-registration-page.basel-no-registration {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.basel-registration-page.basel-no-registration:after {
  content: none;
}

.register > p {
  position: relative;
}
.register #reg_password:focus + .woocommerce-password-strength + .woocommerce-password-hint {
  opacity: 1;
  visibility: visible;
}

.col-register-text,
.col-register,
.col-login {
  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: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.basel-register-tabs .col-register {
  position: absolute;
  top: 0%;
  left: -150px;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.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: white;
  left: 0;
}

.login .lost_password {
  margin-bottom: -23px;
  text-align: right;
}
.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;
  margin: 0 auto;
}
.lost_reset_password .form-row-first {
  width: 100%;
  margin-top: 20px;
}
.lost_reset_password p:first-child {
  font-size: 18px;
  line-height: 1.8;
  display: inline;
  border-bottom: 1px solid #EFEFEF;
}

.register .button,
.login .button,
.lost_reset_password .button {
  width: 100%;
  margin-top: 10px;
  border: 2px solid black;
  background-color: transparent;
  color: black;
}
.register .button:hover,
.login .button:hover,
.lost_reset_password .button:hover {
  background-color: #333333;
  border-color: #333333;
  color: white;
}
.register > *:last-child,
.login > *:last-child,
.lost_reset_password > *:last-child {
  margin-bottom: 0px;
}

.register-or {
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  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%;
}

.woocommerce-password-hint {
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -10px;
  background: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  animation: fade-in 0.5s;
  -webkit-animation: fade-in 0.5s;
}
.woocommerce-password-hint:after {
  content: "\f0d7";
  position: absolute;
  top: 100%;
  left: 30px;
  font-size: 26px;
  line-height: 7px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  color: white;
  font-family: "FontAwesome";
}

.woocommerce-password-strength {
  margin-top: 20px;
  margin-bottom: -10px;
  padding: 10px 20px;
}
.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
  color: #ffffff;
  background-color: #E0B252;
}
.woocommerce-password-strength.strong, .woocommerce-password-strength.good {
  color: #ffffff;
  font-weight: bold;
  background: #459647;
}

/** ------------------------------------------------------------------------------------------------
* WOOCOMMERCe MY ACCOUNT
* ------------------------------------------------------------------------------------------------ */
.woocommerce-account .entry-content > .woocommerce {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-MyAccount-content,
.basel-my-account-sidebar {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.basel-my-account-sidebar {
  width: 30%;
}

.woocommerce-MyAccount-content {
  width: 70%;
}
.woocommerce-MyAccount-content > p:not(.woocommerce-info) {
  padding: 20px;
  background-color: #f9f9f9;
}
.woocommerce-MyAccount-content > p:not(.woocommerce-info):first-child {
  font-size: 16px;
}
.woocommerce-MyAccount-content > p:not(.woocommerce-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;
}
.woocommerce-MyAccount-content > p:not(.woocommerce-info) a:hover {
  text-decoration: none;
  border-color: #A6A6A6;
  background-color: transparent;
}
.woocommerce-MyAccount-content > p:not(.woocommerce-info) a:focus {
  border-color: #A6A6A6;
  background-color: transparent;
}

.woocommerce-MyAccount-title {
  margin-bottom: 0;
  border-bottom: none;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  background-color: black;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul {
  border: 1px solid rgba(136, 136, 136, 0.12);
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid rgba(136, 136, 136, 0.12);
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 14px 20px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(71, 71, 71, 0.8);
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
  color: rgba(71, 71, 71, 0.8);
  background-color: rgba(136, 136, 136, 0.05);
}
.woocommerce-MyAccount-navigation ul li.is-active > a {
  color: rgba(71, 71, 71, 0.8);
  background-color: rgba(136, 136, 136, 0.12);
  cursor: default;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

/** ------------------------------------------------------------------------------------------------
* Magnific Popup / #basel-m-popup
* ------------------------------------------------------------------------------------------------ */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !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;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-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-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -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: -0.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-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  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: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(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:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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-holder .mfp-close {
  top: -40px;
}

.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, 0.6);
  background: #000;
}

/* Main image in popup */
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;
}

/* The shadow behind the image */
.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, 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) {
  /**
   * Remove all paddings around the image on small screen
   */
  .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, 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, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.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;
}

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.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
* ------------------------------------------------------------------------------------------------ */
.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: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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:before, .slick-track:after {
  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;
}

/** ------------------------------------------------------------------------------------------------
* Justified Gallery / #basel-justified-gallery
* ------------------------------------------------------------------------------------------------ */
/*!
 * Justified Gallery - v3.5.4
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-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;
  filter: alpha(opacity=0);
}

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > 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 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}

.justified-gallery > .entry-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 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;
  filter: alpha(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("https://2023.stevenfurtick.com/wp-content/themes/basel/fonts/Simple-Line-Icons.eot?v=2.2.2");
  src: url("https://2023.stevenfurtick.com/wp-content/themes/basel/fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2") format("embedded-opentype"), url("https://2023.stevenfurtick.com/wp-content/themes/basel/fonts/Simple-Line-Icons.ttf?v=2.2.2") format("truetype"), url("https://2023.stevenfurtick.com/wp-content/themes/basel/fonts/Simple-Line-Icons.woff2?v=2.2.2") format("woff2"), url("https://2023.stevenfurtick.com/wp-content/themes/basel/fonts/Simple-Line-Icons.woff?v=2.2.2") format("woff"), url("https://2023.stevenfurtick.com/wp-content/themes/basel/fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-close, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawar, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symble-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-gplus, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -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";
}

/** ------------------------------------------------------------------------------------------------
* BB-PRESS / #basel-bbpress
* ------------------------------------------------------------------------------------------------ */
#bbpress-forums hr {
  margin: 0 0 24px 0;
}

#bbpress-forums {
  font-size: 14px;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: rgba(124, 161, 143, 0.08);
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #ffffff;
}

#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 14px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: transparent;
  border-top: none;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 20px 15px 30px;
}

#bbpress-forums li.bbp-footer {
  display: none;
}

#bbpress-forums li.bbp-header {
  background: transparent;
  border-bottom: 1px solid #eeeeee;
}

#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-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-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: bold;
}
#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-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border-radius: 50%;
  margin: 12px auto 5px auto;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  margin-bottom: 5px;
}

#bbpress-forums div.topic div.bbp-reply-author,
#bbpress-forums div.reply div.bbp-reply-author,
#bbpress-forums div.forum div.bbp-forum-author {
  border-right: 1px solid #eee;
  padding-right: 20px;
  width: 150px;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 180px;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
  padding: 15px 20px;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
  border-top: 1px solid transparent;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-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 0.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: white;
}
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: 0px;
}

#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 0.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: white;
}
#bbpress-forums div.bbp-topic-tags p {
  color: #777777;
}
#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: 0px;
}
#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-topic-form,
.bbp-reply-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: 0px;
  top: 0px;
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
#bbpress-forums .bbp-search-form #bbp_search_submit:hover, #bbpress-forums .bbp-search-form #bbp_search_submit:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  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:hover, #bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
#bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
#bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-link:hover, #bbpress-forums .bbp-search-form #bbp_search_submit.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.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-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  color: #2A2A2A;
  display: inline-block;
  border-bottom: 1px solid #a5a5a5;
}
.bbp-forum-header a.bbp-forum-permalink:hover,
.bbp-topic-header a.bbp-topic-permalink:hover,
.bbp-reply-header a.bbp-reply-permalink:hover {
  text-decoration: none;
  border-color: black;
}

/**/
#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 0px;
}

#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: #ffffff;
  border-color: #1aada3;
}
div.bbp-submit-wrapper button:hover, div.bbp-submit-wrapper button:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
div.bbp-submit-wrapper button.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
div.bbp-submit-wrapper button.btn-style-bordered:hover, div.bbp-submit-wrapper button.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
div.bbp-submit-wrapper button.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
div.bbp-submit-wrapper button.btn-style-link:hover, div.bbp-submit-wrapper button.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.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-register-link:before,
.bbp-login-form .bbp-login-links .bbp-lostpass-link:before {
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 6px;
  color: #bbbbbb;
}
.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, 0.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, 0.25);
}

div.bbp-template-notice,
div.indicator-hint {
  padding: 12px 15px;
  margin: 0 0 20px 0;
  border-radius: 0px;
  background-color: rgba(249, 226, 110, 0.09);
  border-color: rgba(110, 103, 8, 0.04);
  color: #000;
}

div.bbp-template-notice a {
  color: #555;
  text-decoration: none;
}

div.bbp-template-notice.info {
  border: rgba(206, 225, 239, 0.16) 1px solid;
  background-color: rgba(240, 248, 255, 0.2);
}

div.bbp-template-notice p {
  margin: 0 !important;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: rgba(249, 226, 110, 0.09) !important;
}

#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,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  border-radius: 50%;
  margin-bottom: 0px;
  margin-right: 3px;
  margin-left: 3px;
  border: none;
}

fieldset div.avatar {
  float: right;
}

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}

/** ------------------------------------------------------------------------------------------------
* RESPONSIVE WIDTH < 991px
* ------------------------------------------------------------------------------------------------ */
@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-topic-form,
  .bbp-reply-form,
  .bbp-topic-tag-form {
    margin-top: 70px;
  }

  span.bbp-admin-links {
    margin-top: 10px;
    display: block;
    float: none;
  }
}
/** ------------------------------------------------------------------------------------------------
* RESPONSIVE WIDTH < 480px
* ------------------------------------------------------------------------------------------------ */
@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-topic-count,
  li.bbp-forum-reply-count,
  li.bbp-topic-voice-count,
  li.bbp-topic-reply-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-header,
  #bbpress-forums li.bbp-footer {
    padding-left: 20px;
  }
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-footer li.bbp-topic-freshness,
  #bbpress-forums li.bbp-footer li.bbp-forum-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: bold;
    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.topic div.bbp-reply-author,
  #bbpress-forums div.reply div.bbp-reply-author,
  #bbpress-forums div.forum div.bbp-forum-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: 0px;
  }

  #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;
  }
}
/** ------------------------------------------------------------------------------------------------
* VISUAL COMPOSER
* ------------------------------------------------------------------------------------------------ */
.wpb_gallery_slides.flexslider {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.wpb_gallery_slides .slides li .link_image {
  display: block;
  margin-bottom: 15px;
}
.wpb_gallery_slides .slides li .flex-caption {
  background: transparent;
  padding: 0;
}
.wpb_gallery_slides .slides li .flex-caption .post-title {
  margin-bottom: 7px;
}

.wpb_posts_slider .wpb_wrapper .wpb_flexslider .flex-control-nav {
  bottom: -17px !important;
}

.wpb_content_element .wpb_wrapper .wpb_flexslider .flex-control-nav {
  bottom: 20px;
}

/** ------------------------------------------
* MESSAGE BOX
* ------------------------------------------ */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
div.wpcf7-response-output {
  border: 2px solid;
  border-radius: 0px;
  overflow: hidden;
  margin: 0 0 21.73913043px 0;
  padding: 1em 1em 1em 4em;
  line-height: 1.4;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vc_color-info,
.vc_color-warning,
.vc_color-success,
.vc_color-danger,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
div.wpcf7-response-output {
  position: relative;
}
.vc_color-info:before,
.vc_color-warning:before,
.vc_color-success:before,
.vc_color-danger:before,
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-info:before,
div.wpcf7-response-output:before {
  position: absolute;
  top: 50%;
  line-height: 0;
  font-size: 18px;
  font-family: "FontAwesome";
}
.vc_color-info .vc_message_box-icon,
.vc_color-warning .vc_message_box-icon,
.vc_color-success .vc_message_box-icon,
.vc_color-danger .vc_message_box-icon,
.woocommerce-error .vc_message_box-icon,
.woocommerce-message .vc_message_box-icon,
.woocommerce-info .vc_message_box-icon,
div.wpcf7-response-output .vc_message_box-icon {
  display: none;
}

div.wpcf7-validation-errors,
.woocommerce-error,
.woocommerce-info {
  color: #AF7D27;
  border-color: #E0B252;
  background-color: transparent;
}
div.wpcf7-validation-errors a,
.woocommerce-error a,
.woocommerce-info a {
  color: #AF7D27;
  text-decoration: underline;
}
div.wpcf7-validation-errors:before,
.woocommerce-error:before,
.woocommerce-info:before {
  content: "\f071";
  left: 24px;
}

.woocommerce-message,
.wpcf7-mail-sent-ok {
  color: #3c763d;
  border-color: #459647;
  background-color: transparent;
}
.woocommerce-message a,
.wpcf7-mail-sent-ok a {
  color: #3c763d;
  text-decoration: underline;
}
.woocommerce-message:before,
.wpcf7-mail-sent-ok:before {
  content: "\f00c";
  left: 24px;
}

.vc_message_box.vc_color-success:before {
  content: "\f00c";
  left: 24px;
}

.vc_message_box.vc_color-warning:before {
  content: "\f071";
  left: 24px;
}

.vc_message_box.vc_color-info:before {
  content: "\f129";
  left: 30px;
}

.vc_message_box.vc_color-danger:before {
  content: "\f057";
  left: 24px;
}

.vc_message_box-rounded {
  border-radius: 0px;
}

/** ------------------------------------------
* TOGGLE V.C.
* ------------------------------------------ */
.vc_toggle {
  padding: 0px 20px;
  border: 1px solid #E6E6E6;
}
.vc_toggle .vc_toggle_title {
  padding: 10px 0px;
  padding-right: 30px;
}
.vc_toggle .vc_toggle_title h4 {
  letter-spacing: .5px;
  font-size: 14px;
  color: #818181;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vc_toggle .vc_toggle_title:hover h4 {
  color: #4F4F4F;
}
.vc_toggle .vc_toggle_content {
  letter-spacing: .4px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.vc_toggle .vc_toggle_content p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.vc_toggle_active .vc_toggle_title h4 {
  color: #252525;
  font-weight: bold;
}
.vc_toggle_active .vc_toggle_title:hover h4 {
  color: #252525;
}

/** ------------------------------------------
* TOGGLE SIZE LARGE
* ------------------------------------------ */
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
  left: auto;
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content {
  padding-left: 0px;
}

.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content {
  padding-left: 0px;
}

/** ------------------------------------------
* TOGGLE SIZE DEFAULT
* ------------------------------------------ */
.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
  right: 0;
  left: auto;
}

.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
  left: auto;
}

.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding-left: 0px;
}

/** ------------------------------------------
* TOGGLE SIZE SMALL
* ------------------------------------------ */
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
  left: auto;
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content {
  padding-left: 0;
}

.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content {
  padding-left: 0;
}

/** ------------------------------------------
* ICON ARROW IN TOGGLE
* ------------------------------------------ */
.vc_toggle_arrow .vc_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%);
}
.vc_toggle_arrow .vc_toggle_icon:after {
  content: none;
}
.vc_toggle_arrow .vc_toggle_icon:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vc_toggle_arrow.vc_toggle_active .vc_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);
}

/** ------------------------------------------
* ACCORDION V.C.
* ------------------------------------------ */
.wpb_accordion .wpb_accordion_section {
  border: 1px solid #E6E6E6;
  margin-bottom: 20px;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header {
  background-color: transparent;
  padding: 10px 20px;
  cursor: pointer;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header > a {
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 1.6;
  color: #818181;
  padding: 0;
}
.wpb_accordion .wpb_accordion_section .wpb_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%);
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header:focus {
  outline: none;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header:hover a {
  color: #4F4F4F;
}
.wpb_accordion .wpb_accordion_section .ui-accordion-header-active {
  cursor: default;
}
.wpb_accordion .wpb_accordion_section .ui-accordion-header-active > a {
  color: #252525;
  cursor: default;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_content {
  padding: 5px 20px 20px 20px;
}

/** ------------------------------------------
* ACCORDION ICON
* ------------------------------------------ */
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: none;
  text-align: center;
  width: 12px;
  height: 12px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  content: "";
  display: inline-block;
  background-color: #DFDFDF;
  position: absolute;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .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%);
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .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);
}

.wpb_accordion .wpb_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);
}
.wpb_accordion .wpb_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);
}

/** ------------------------------------------
* HORIZONTAL TABS
* ------------------------------------------ */
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active {
  background-color: transparent;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_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;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active a:hover {
  text-decoration: none;
  border-color: #A6A6A6;
  background-color: transparent;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active a:focus {
  border-color: #A6A6A6;
  background-color: transparent;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li > a {
  font-size: 18px;
  padding-right: 2px;
  padding-top: 5px;
  padding-left: 2px;
  color: #868686;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  background-color: transparent;
  padding-bottom: 1px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  display: inline;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li > a:hover {
  text-decoration: none;
  border-color: #A6A6A6;
  background-color: transparent;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li > a:focus {
  border-color: #A6A6A6;
  background-color: transparent;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li > a:hover {
  color: #383838;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover {
  background-color: transparent;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  letter-spacing: .3px;
  background-color: transparent;
  padding: 0;
}

/** ------------------------------------------
* VERTICAL TABS
* ------------------------------------------ */
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav {
  margin-bottom: 10px;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
  margin-bottom: 10px;
  border: 1px solid #E6E6E6;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active {
  background-color: transparent;
  border: 1px solid #A6A6A6;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active a {
  color: #383838;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li > a {
  font-size: 18px;
  color: #868686;
  font-family: "Karla", Arial, Helvetica, sans-serif;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li > a:hover {
  color: #383838;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover {
  background-color: transparent;
  border: 1px solid #A6A6A6;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  letter-spacing: .3px;
  padding-left: 20px;
  background-color: transparent;
}

/** ------------------------------------------
* PROGRES BAR
* ------------------------------------------ */
.vc_progress_bar .vc_single_bar {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
  background: #EDEDED;
}
.vc_progress_bar .vc_single_bar .vc_label {
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0;
  transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -moz-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -o-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
}

/** ------------------------------------------
* PARALLAX
* ------------------------------------------ */
.parallax-yes {
  background-size: cover;
}

.attachment_fixed-yes {
  background-attachment: fixed;
}

/** ------------------------------------------
* FIX SCROLL IN WULL WIDTH CONTAINER
* ------------------------------------------ */
.vc_row-full-width {
  float: left;
  width: 100%;
}

/** ------------------------------------------
* ROW IN ROW, NO PADDING
* ------------------------------------------ */
.vc_row-no-padding .vc_row-fluid {
  margin-right: 0px;
  margin-left: 0px;
}

/** ------------------------------------------
* FIX MARGIN
* ------------------------------------------ */
.wpb_widgetised_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}

/** ------------------------------------------
* FIX MARGIN IN WIDGET COLUMN
* ------------------------------------------ */
.widgetarea-head .wpb_widgetised_column {
  margin-bottom: 0;
}

/** ------------------------------------------
* STYLE UL IN COMPOSER
* ------------------------------------------ */
.wpb_text_column ul, .wpb_text_column ol {
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.wpb_text_column ul > li {
  position: relative;
}
.wpb_text_column ul > li:before {
  content: "\f105";
  color: #1aada3;
  opacity: 0.7;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: -20px;
}
.wpb_text_column ol {
  list-style: decimal;
}
.wpb_text_column li > ul,
.wpb_text_column li > ol {
  margin-bottom: 0;
}
.wpb_text_column ul.sub-menu,
.wpb_text_column ol.sub-menu,
.wpb_text_column ul.sub-sub-menu,
.wpb_text_column ol.sub-sub-menu {
  margin-bottom: 0px;
  list-style: none;
  line-height: 1.3;
}
.wpb_text_column ul.sub-menu,
.wpb_text_column ul.sub-sub-menu,
.wpb_text_column ol.sub-sub-menu,
.wpb_text_column ol.sub-menu {
  padding-left: 0px;
}
.wpb_text_column ul.sub-menu li,
.wpb_text_column ul.sub-sub-menu li,
.wpb_text_column ol.sub-sub-menu li,
.wpb_text_column ol.sub-menu li {
  position: static;
}
.wpb_text_column ul.sub-menu li:before,
.wpb_text_column ul.sub-sub-menu li:before,
.wpb_text_column ol.sub-sub-menu li:before,
.wpb_text_column ol.sub-menu li:before {
  content: none;
}

/** ------------------------------------------
* TABS FOR PRODUCT
* ------------------------------------------ */
.vc_tta-tabs.vc_tta-tabs-position-top {
  position: relative;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body {
  height: auto !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  display: block !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  display: block;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-heading {
  display: none;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 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;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel.vc_active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -sand-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -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;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 10px;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab > a {
  display: inline-block;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1B1919;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab > a span {
  position: relative;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab > a span:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1B1919;
  -webkit-transition: width 0.2s ease, background-color 0.2s ease;
  -moz-transition: width 0.2s ease, background-color 0.2s ease;
  -o-transition: width 0.2s ease, background-color 0.2s ease;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab > a:hover {
  text-decoration: none;
  color: #1B1919;
  background-color: transparent;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab > a:hover span:after {
  width: 100%;
  left: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab > a:focus {
  color: #1B1919;
  background-color: transparent;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #1aada3;
  background-color: transparent;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab.vc_active > a span:after {
  width: 100%;
  left: 0;
  background-color: #1aada3;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_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);
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tab:last-child:after {
  content: none;
}
.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-title-text:not(:empty):not(:first-child), .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 8px;
}

.opacity-video-bg .vc_video-bg {
  opacity: 0.3;
}

/** ------------------------------------------------------------------------------------------------
* WISHLIST
* ------------------------------------------------------------------------------------------------ */
.yith-wcwl-add-to-wishlist {
  display: block;
  margin-top: 0;
}
.yith-wcwl-add-to-wishlist > div > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #4E4E4E;
}
.yith-wcwl-add-to-wishlist > div > a:hover, .yith-wcwl-add-to-wishlist > div > a:focus {
  text-decoration: none;
}
.yith-wcwl-add-to-wishlist > div > a:before {
  content: "\e08a";
  font-size: 18px;
  vertical-align: middle;
  margin-right: 2px;
  display: inline-block;
  font-family: 'Simple-Line-Icons';
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.yith-wcwl-add-to-wishlist > div > a:after {
  content: " ";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid black;
  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 > div > .ajax-loading {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}
.yith-wcwl-add-to-wishlist > div .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;
}

/** ------------------------------------------
* WISHLIST IN HOVER EFFECT
* ------------------------------------------ */
.basel-buttons .yith-wcwl-add-to-wishlist {
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basel-buttons .yith-wcwl-add-to-wishlist > div .basel-tooltip-label {
  bottom: auto;
  left: auto;
  right: 135%;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%);
  -o-transform: translateX(0px) translateY(-50%);
  -ms-transform: translateX(0px) translateY(-50%);
  -sand-transform: translateX(0px) translateY(-50%);
  -moz-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
}
.basel-buttons .yith-wcwl-add-to-wishlist > div .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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.basel-buttons .yith-wcwl-add-to-wishlist > div:hover .basel-tooltip-label {
  background-color: black;
  color: white;
  visibility: visible;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 115%;
}
.basel-buttons .yith-wcwl-add-to-wishlist > div:hover .basel-tooltip-label:before {
  color: black;
}
.basel-buttons .yith-wcwl-add-to-wishlist > div > a {
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.9);
}
.basel-buttons .yith-wcwl-add-to-wishlist > div > a:before {
  font-size: 18px;
}
.basel-buttons .yith-wcwl-add-to-wishlist > div > a:after {
  margin-left: 0px;
  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: 0px;
  display: inline-block;
}

.basel-hover-button .yith-wcwl-add-to-wishlist,
.basel-hover-info .yith-wcwl-add-to-wishlist,
.basel-hover-link .yith-wcwl-add-to-wishlist,
.basel-hover-alt .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);
}
.basel-hover-button:hover > .product-element-top .yith-wcwl-add-to-wishlist,
.basel-hover-info:hover > .product-element-top .yith-wcwl-add-to-wishlist,
.basel-hover-link:hover > .product-element-top .yith-wcwl-add-to-wishlist,
.basel-hover-alt: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 > div > a,
.basel-hover-info .yith-wcwl-add-to-wishlist > div > a {
  color: white;
}
.basel-hover-button .yith-wcwl-add-to-wishlist > div > a:hover,
.basel-hover-info .yith-wcwl-add-to-wishlist > div > a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.basel-hover-button .yith-wcwl-add-to-wishlist > div > a:after,
.basel-hover-info .yith-wcwl-add-to-wishlist > div > a:after {
  border-color: white;
}

.yith-wcwl-share {
  margin-bottom: 5px;
  text-align: center;
}

/** ------------------------------------------
* MESSAGE POPUP
* ------------------------------------------ */
#yith-wcwl-popup-message {
  display: none !important;
}

/************************************
 *  Core Owl Carousel / #basel-owl-carousel
 *  v1.3.3
 ************************************/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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);
  -sand-transform: translate3d(0, 0, 0);
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .item-with-space {
  padding: 0 10px;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  color: black;
  display: inline-block;
  text-align: center;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 0px;
  z-index: 2;
  filter: Alpha(Opacity=0);
  /*IE7 fix*/
  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 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.owl-theme .owl-controls .owl-buttons div:before {
  display: block;
  content: "\e605";
  font-family: 'simple-line-icons';
  width: 55px;
  font-size: 36px;
  height: 55px;
  line-height: 55px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -20px;
  padding-right: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  padding-left: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\e606";
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme:hover .owl-controls.clickable .owl-buttons div {
  opacity: 1;
  text-decoration: none;
}
.owl-theme:hover .owl-controls.clickable .owl-buttons div.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: -47px;
}

.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: -47px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #CCCCCC;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background-color: #1F1F1F;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/AjaxLoader.gif) no-repeat center center;
}

/** ----------------------------
* Elements sliders
* ------------------------------ */
.items-with-space,
.teaser_grid_container,
.vc_carousel_container {
  margin-left: -10px;
  margin-right: -10px;
}
.items-with-space .isotope-inner,
.items-with-space .owl-carousel-item-inner,
.teaser_grid_container .isotope-inner,
.teaser_grid_container .owl-carousel-item-inner,
.vc_carousel_container .isotope-inner,
.vc_carousel_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.5;
  margin-bottom: 15px;
}
.isotope-item .entry-content p,
.owl-carousel-item .entry-content p {
  margin-bottom: 0;
}

/** ----------------------------
* SPACE PRODUCT AND CATEGORY IN OWL
* ------------------------------ */
.owl-theme .category-grid-item,
.owl-theme .product-grid-item {
  margin-bottom: 10px;
}
.owl-theme.basel-hover-info {
  margin-bottom: 10px;
}

/** ------------------------------------------------------------------------------------------------
* REV SLIDER
* ------------------------------------------------------------------------------------------------ */
.wpb_revslider_element {
  margin-bottom: 0px;
}

.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: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 5;
  border-bottom: 5px solid rgba(175, 175, 175, 0.15);
  border-top: 2px solid rgba(175, 175, 175, 0.05);
  border-right: 2px solid rgba(175, 175, 175, 0.1);
  border-left: 2px solid rgba(175, 175, 175, 0.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;
  /*
     Do not put here any other styles.
     It causes massive recalc / repaints and image flickering,
     especially on Firefox.
  */
}
.basel-threed-view .threed-view-images img.current-image {
  visibility: visible;
  /*
     Do not put here any other styles.
     It causes massive recalc / repaints and image flickering,
     especially on Firefox.
  */
}
.basel-threed-view .spinner {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: black;
  font-weight: bolder;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 4px rgba(0, 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: 30px;
  left: 50%;
  margin-left: -67.5px;
  z-index: 11;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.basel-threed-view .nav_bar a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0px;
  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";
}

/* html */
.basel-threed-view:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.basel-threed-view:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.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%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.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;
}

/* Prevent selection and tap highlights */
.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;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 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;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.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 / #basel-photo-swipe
* ------------------------------------------------------------------------------------------------ */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/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) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.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;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  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, 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;
}

/*

	2. Share modal/popup and links

 */
.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, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.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, 0.25);
  transform: translateY(6px);
  transition: transform 0.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 {
  /* round corners on the first/last list item */
  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);
}

/* increase size of share links on touch devices */
.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;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.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;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.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 {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(https://2023.stevenfurtick.com/wp-content/themes/basel/images/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 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  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: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.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 class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.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: none;
}

/** ------------------------------------------------------------------------------------------------
* COMPARE PRODUCR
* ------------------------------------------------------------------------------------------------ */
.compare-opened {
  overflow: hidden;
}

#cboxContent {
  background-color: transparent;
}

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none;
}

#cboxClose {
  bottom: -50px;
  color: white;
  background: none;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 33px;
  width: auto;
  height: auto;
  text-indent: 0;
  padding-right: 50px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#cboxClose:after, #cboxClose:before {
  content: " ";
  width: 35px;
  height: 3px;
  position: absolute;
  right: 0px;
  top: 15px;
  display: inline-block;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.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;
}

.DTFC_LeftWrapper {
  background-color: #f7f7f7;
}

table.compare-list th {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 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: 0px;
  max-width: 100%;
  background: none;
  border: none;
  padding: 0;
}
table.compare-list tr.title td {
  text-transform: capitalize;
  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: bold;
}
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;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 0px;
  border: 1px solid;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
table.compare-list tr.add-to-cart td a:hover, table.compare-list tr.add-to-cart td a:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  border-color: #333333;
}
table.compare-list tr.add-to-cart td a.btn-style-bordered {
  background-color: transparent;
  color: #000000;
}
table.compare-list tr.add-to-cart td a.btn-style-bordered:hover, table.compare-list tr.add-to-cart td a.btn-style-bordered:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
table.compare-list tr.add-to-cart td a.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 1;
}
table.compare-list tr.add-to-cart td a.btn-style-link:hover, table.compare-list tr.add-to-cart td a.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.7;
}
table.compare-list tr.no-products td {
  border: none;
  font-size: 24px;
  padding-top: 25px;
  text-transform: uppercase;
  color: black;
}
table.compare-list tr.remove a {
  color: #212121;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
table.compare-list tr.remove a:before, table.compare-list tr.remove a:after {
  content: " ";
  width: 15px;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 9px;
  display: inline-block;
  background-color: #212121;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
table.compare-list tr.remove a:hover:after, table.compare-list tr.remove a:focus: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:hover:before, table.compare-list tr.remove a:focus: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;
}

.dokan-widget-area .widget {
  margin-bottom: 40px;
}
.dokan-widget-area .dokan-category-menu ul > li {
  display: block;
  margin-bottom: 15px;
}
.dokan-widget-area .dokan-category-menu ul > li > a {
  font-size: 14px;
  color: rgba(71, 71, 71, 0.9);
}
.dokan-widget-area .dokan-category-menu ul > li > a:hover {
  color: rgba(71, 71, 71, 0.7);
}
.dokan-widget-area .dokan-category-menu ul > li > .sub-category {
  display: block;
  margin-top: 10px;
}
.dokan-widget-area .dokan-category-menu ul > li > .sub-category .sub-block {
  margin-bottom: 10px;
}
.dokan-widget-area .dokan-category-menu ul > li > .sub-category .sub-block:before {
  content: "\f105";
  padding: 0 8px 0 6px;
  display: inline-block;
  font-family: "FontAwesome";
}
.dokan-widget-area .dokan-category-menu ul > li > .sub-category .sub-block h3 {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  line-height: 1;
}
.dokan-widget-area .dokan-category-menu ul > li > .sub-category .sub-block a {
  font-size: 12px;
  color: #919191;
}
.dokan-widget-area .dokan-category-menu ul > li > .sub-category .sub-block a:hover {
  color: rgba(145, 145, 145, 0.8);
}

.dokan-single-store .profile-frame {
  height: 320px;
}

.single-product-content #tab-seller .seller-rating {
  position: relative;
  top: 4px;
}

.dokan-rating .star-rating span:before {
  font-size: 14px;
}

.dokan-store-img {
  margin-bottom: 20px;
}

.basel-cookies-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  color: white;
  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 0.4s cubic-bezier(0.784, 0.134, 0.14, 0.85);
  -moz-transition: all 0.4s cubic-bezier(0.784, 0.134, 0.14, 0.85);
  -o-transition: all 0.4s cubic-bezier(0.784, 0.134, 0.14, 0.85);
  transition: all 0.4s cubic-bezier(0.784, 0.134, 0.14, 0.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: 0px;
}
.cookies-buttons .cookies-more-btn {
  color: white;
  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: white;
  transition: width 0.2s ease;
  -webkit-transition: width 0.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: 0px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cookies-buttons .cookies-accept-btn:hover, .cookies-buttons .cookies-accept-btn:focus {
  border-color: #1aada3;
}

/** ------------------------------------------------------------------------------------------------
* WIDGETS / #basel-widgets
* ------------------------------------------------------------------------------------------------ */
/** ------------------------------------------
* BASE STYLE WIDGET
* ------------------------------------------ */
.widgettitle,
.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #1B1919;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 4px;
}
.widgettitle:before,
.widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.color-scheme-light .widgettitle:before, .color-scheme-light
.widget-title:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.widget li {
  margin-bottom: 15px;
}
.widget li:last-child {
  margin-bottom: 0px;
}

/** ------------------------------------------
* WIDGET RECENT ENTRIES
* ------------------------------------------ */
.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
* ------------------------------------------ */
.widget_recent_comments ul li {
  line-height: 1.4;
  font-weight: bold;
}
.widget_recent_comments ul li > a {
  font-weight: normal;
  opacity: 0.8;
}
.widget_recent_comments ul li:before {
  content: "\e04a";
  display: inline-block;
  font-weight: normal;
  margin-right: 7px;
  font-family: 'simple-line-icons';
}

/** ------------------------------------------
* WIDGET RECENT POST
* ------------------------------------------ */
.recent-posts-extended .rpwe-li {
  border-bottom: 1px solid rgba(124, 124, 124, 0.15);
}
.recent-posts-extended .rpwe-li:last-child {
  border: none;
  padding-bottom: 0px;
}
.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-time,
.recent-posts-extended .rpwe-comment {
  display: inline-block;
  margin-bottom: 5px;
  color: #bbb;
}
.recent-posts-extended .rpwe-comment:before {
  content: "\e04a";
  display: inline-block;
  font-weight: normal;
  margin-right: 3px;
  font-family: 'simple-line-icons';
}

/** ------------------------------------------
* SEARCH VIDGET
* ------------------------------------------ */
.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, 0.35);
}
.widget_search .searchform div #searchsubmit {
  position: absolute;
  top: 0px;
  right: 0px;
}

/** ------------------------------------------
* WIDGET CATEGORIES
* ------------------------------------------ */
.widget_product_categories ul > li,
.widget_categories ul > li,
.widget_pages ul > li,
.widget_archive ul > li,
.widget_nav_menu ul > li {
  margin-bottom: 15px;
  font-size: 12px;
  color: #bbbbbb;
  display: block;
}
.widget_product_categories ul > li:after,
.widget_categories ul > li:after,
.widget_pages ul > li:after,
.widget_archive ul > li:after,
.widget_nav_menu ul > li:after {
  content: "";
  clear: both;
  display: block;
}
.widget_product_categories ul > li a,
.widget_categories ul > li a,
.widget_pages ul > li a,
.widget_archive ul > li a,
.widget_nav_menu ul > li a {
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
.widget_product_categories ul > li ul,
.widget_categories ul > li ul,
.widget_pages ul > li ul,
.widget_archive ul > li ul,
.widget_nav_menu ul > li ul {
  margin-top: 15px;
}
.widget_product_categories ul > li ul li:before,
.widget_categories ul > li ul li:before,
.widget_pages ul > li ul li:before,
.widget_archive ul > li ul li:before,
.widget_nav_menu ul > li ul li:before {
  content: "\f105";
  padding: 0 10px 0 5px;
  display: inline-block;
  font-family: "FontAwesome";
}
.widget_product_categories ul > li ul li ul,
.widget_categories ul > li ul li ul,
.widget_pages ul > li ul li ul,
.widget_archive ul > li ul li ul,
.widget_nav_menu ul > li ul li ul {
  margin-left: 20px;
}

/** ------------------------------------------
* PRODUCT CATEGORIS COUNT
* ------------------------------------------ */
.widget_product_categories .count {
  font-size: 12px;
  color: #bbbbbb;
  vertical-align: super;
}

/** ------------------------------------------
* TEXT WIDGET
* ------------------------------------------ */
.widget_text .textwidget {
  line-height: 1.6;
}

/** ------------------------------------------
* NAVIGATION MENU IN MY ACCOUNT
* ------------------------------------------ */
.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: black;
  color: white;
}
.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, 0.19);
}
.widget_nav_menu.widget-my-account li {
  border-bottom: 1px solid rgba(136, 136, 136, 0.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, 0.8);
}
.widget_nav_menu.widget-my-account li a:hover {
  color: rgba(71, 71, 71, 0.8);
  background-color: rgba(136, 136, 136, 0.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, 0.8);
  background-color: rgba(136, 136, 136, 0.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 PRODUCT CAT
* ------------------------------------------ */
.widget_shopping_cart .product_list_widget {
  margin-bottom: 0px;
  text-align: left;
}
.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, 0.6);
}
.widget_shopping_cart .product_list_widget li .remove {
  position: absolute;
  top: 0px;
  right: 0;
  padding-right: 0;
  line-height: 14px;
  font-size: 18px;
  margin-bottom: 0;
  color: rgba(0, 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, 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: initial;
}
.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 .total {
  border-top: 1px solid rgba(124, 124, 124, 0.2);
  border-bottom: 1px solid rgba(124, 124, 124, 0.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: 0px;
  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:hover, .widget_shopping_cart .buttons a:focus {
  color: white;
}
.widget_shopping_cart .buttons .checkout {
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
}
.widget_shopping_cart .buttons .checkout:hover, .widget_shopping_cart .buttons .checkout:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.widget_shopping_cart .buttons .checkout.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}
.widget_shopping_cart .buttons .checkout.btn-style-bordered:hover, .widget_shopping_cart .buttons .checkout.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}
.widget_shopping_cart .buttons .checkout.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}
.widget_shopping_cart .buttons .checkout.btn-style-link:hover, .widget_shopping_cart .buttons .checkout.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}

/** ------------------------------------------
* PRODUCT LIST
* ------------------------------------------ */
.product_list_widget li {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(124, 124, 124, 0.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: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

/** ------------------------------------------
* WIDGET RECENT REVIEWS
* ------------------------------------------ */
.widget_recent_reviews .product_list_widget li .reviewer {
  font-size: 12px;
  color: #bbbbbb;
}

/** ------------------------------------------
* WIDGET RSS
* ------------------------------------------ */
.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, 0.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: 0px;
}
.widget_rss .rss-date {
  font-size: 10px;
  color: #bbbbbb;
  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 TEG CLOUD
* ------------------------------------------ */
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  margin: -2px -1px;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  padding: 5px 12px;
  margin: 2px 1px;
  border: 1px solid rgba(92, 92, 92, 0.1);
  letter-spacing: 0.3px;
  text-transform: capitalize;
  display: inline-block;
  font-size: 12px !important;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #1aada3;
  border-color: #1aada3;
  color: white;
  text-decoration: none;
}
.color-scheme-light .widget_tag_cloud .tagcloud a, .color-scheme-light
.widget_product_tag_cloud .tagcloud a {
  border-color: rgba(255, 255, 255, 0.3);
}

/** ------------------------------------------
* CALENDAR
* ------------------------------------------ */
.widget_calendar #wp-calendar {
  border: 2px solid #E4E4E4;
}
.widget_calendar #wp-calendar > caption {
  text-align: center;
  padding: 20px 15px;
  background-color: #E4E4E4;
  color: black;
  font-size: 16px;
  font-weight: bold;
  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;
}

/** ------------------------------------------
* PRICE FILTER
* ------------------------------------------ */
.widget_price_filter .price_slider {
  margin-bottom: 30px;
}
.widget_price_filter .price_slider_amount {
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  float: right;
}
.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: bold;
  color: black;
}
.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: none;
  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: 0px;
  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;
}

/** ------------------------------------------
* LOYERED NAV
* ------------------------------------------ */
.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: bold;
  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: 0px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: black;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.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(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
  transform: rotate(0deg);
}
.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);
}

/** ------------------------------------------
* LOYERED NAV FILTERS
* ------------------------------------------ */
.widget_layered_nav_filters ul li {
  margin-bottom: 15px;
}
.widget_layered_nav_filters ul li a {
  font-weight: bold;
  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: 0px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: black;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.widget_layered_nav_filters ul li a:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
}
.widget_layered_nav_filters ul li a:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
  transform: rotate(0deg);
}
.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);
}

/** ------------------------------------------
* USER PANEL
* ------------------------------------------ */
.basel-user-panel > .basel-user-panel {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.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: 0px;
  left: 0px;
}
.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: black;
}

/** ------------------------------------------
* BBP DISPLAY SEARCH
* ------------------------------------------ */
.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 LOGIN
* ------------------------------------------ */
.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:hover, .bbp_widget_login .bbp-logged-in .logout-link:focus {
  color: black;
}

/** ------------------------------------------
* BBP DISPLAY REPLIES AND TOPICS
* ------------------------------------------ */
.widget_display_replies,
.widget_display_topics {
  font-weight: bold;
}
.widget_display_replies li,
.widget_display_topics li {
  line-height: 1.4;
  border-bottom: 1px solid rgba(124, 124, 124, 0.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 {
  text-transform: capitalize;
  font-weight: bold;
}
.widget_display_replies li .bbp-reply-topic-title,
.widget_display_topics li .bbp-reply-topic-title {
  font-weight: normal;
}
.widget_display_replies li .bbp-forum-title,
.widget_display_topics li .bbp-forum-title {
  font-weight: normal;
}
.widget_display_replies li > div,
.widget_display_topics li > div {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  color: #bbb;
}
.widget_display_replies li:last-child,
.widget_display_topics li:last-child {
  border: none;
  padding-bottom: 0;
}

/** ------------------------------------------
* BBP DISPLAY STATUS
* ------------------------------------------ */
.widget_display_stats dl {
  overflow: hidden;
}
.widget_display_stats dt {
  float: left;
  clear: both;
  font-weight: bold;
  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 FILTERS BY SWATCHES
* ------------------------------------------ */
.basel-woocommerce-layered-nav .filter-swatch {
  display: inline-block;
  margin-right: 10px;
}
.basel-woocommerce-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 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.basel-woocommerce-layered-nav .filter-swatch span[style^="background-image"] {
  border: 1px solid #2D2A2A;
}
.basel-woocommerce-layered-nav .count {
  float: right;
  color: #bbbbbb;
}
.basel-woocommerce-layered-nav li {
  line-height: 1.7;
  margin-bottom: 15px;
}
.basel-woocommerce-layered-nav li a {
  display: inline-block;
}
.basel-woocommerce-layered-nav li.with-swatch-text a {
  font-weight: bold;
  min-width: 40px;
}
.basel-woocommerce-layered-nav li.chosen a {
  position: relative;
  font-weight: bold;
  color: #222222;
  cursor: pointer;
  padding-right: 16px;
}
.basel-woocommerce-layered-nav li.chosen a:after, .basel-woocommerce-layered-nav li.chosen a:before {
  content: " ";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: black;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.basel-woocommerce-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-woocommerce-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-woocommerce-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-woocommerce-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-woocommerce-layered-nav li.chosen.with-swatch-text a {
  min-width: 10px;
}
.basel-woocommerce-layered-nav .swatches-small .filter-swatch span {
  width: 15px;
  height: 15px;
}
.basel-woocommerce-layered-nav .swatches-normal li.with-swatch-text a {
  font-size: 16px;
}
.basel-woocommerce-layered-nav .swatches-normal.swatches-display-inline li.with-swatch-text a {
  min-width: 15px;
}
.basel-woocommerce-layered-nav .swatches-large .filter-swatch span {
  width: 35px;
  height: 35px;
}
.basel-woocommerce-layered-nav .swatches-large li.with-swatch-text a {
  font-size: 18px;
}
.basel-woocommerce-layered-nav .swatches-large.swatches-display-inline li.with-swatch-text a {
  min-width: 15px;
}
.basel-woocommerce-layered-nav .swatches-large .count {
  line-height: 32px;
}
.basel-woocommerce-layered-nav .show-labels-off li {
  font-size: 0;
}
.basel-woocommerce-layered-nav .show-labels-off li.with-swatch-text {
  font-size: inherit;
}
.basel-woocommerce-layered-nav .show-labels-off .filter-swatch span {
  margin-top: 0px;
}
.basel-woocommerce-layered-nav .show-labels-off .count {
  display: none;
}
.basel-woocommerce-layered-nav .show-labels-off .filter-swatch {
  margin-right: 0;
}
.basel-woocommerce-layered-nav .show-labels-off.swatches-display-inline li.with-swatch-text {
  text-align: center;
}
.basel-woocommerce-layered-nav .show-labels-off.swatches-display-inline li.chosen a {
  position: relative;
  padding-right: 0px;
}
.basel-woocommerce-layered-nav .show-labels-off.swatches-display-inline li.chosen a:after, .basel-woocommerce-layered-nav .show-labels-off.swatches-display-inline li.chosen a:before {
  left: 0;
  right: auto;
  bottom: -5px;
  top: auto;
  width: 100%;
  background-color: black;
}
.basel-woocommerce-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-woocommerce-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-woocommerce-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-woocommerce-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-woocommerce-layered-nav .swatches-display-inline {
  margin-bottom: -10px;
}
.basel-woocommerce-layered-nav .swatches-display-inline li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
}
.basel-woocommerce-layered-nav .swatches-display-inline li.with-swatch-text a {
  min-width: 20px;
  line-height: 25px;
}
.basel-woocommerce-layered-nav .swatches-display-inline .count {
  float: none;
  vertical-align: super;
  font-size: 12px;
}
.basel-woocommerce-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, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.basel-price-filter .current-state {
  font-weight: bold;
}
.basel-price-filter .current-state .amount {
  color: #1B1919;
}

.basel-woocommerce-sort-by .selected-order {
  font-weight: bold;
  color: #222222;
}

.filter-pseudo-link {
  display: none;
}

/** ------------------------------------------------------------------------------------------------
* Responsive web design, > 1600px (DESKTOP)
* ------------------------------------------------------------------------------------------------ */
/** ------------------------------------------------------------------------------------------------
* MAX-WIDTH: 1024px
* ------------------------------------------------------------------------------------------------ */

@media (max-width: 1024px) and (min-width: 991px) {
  .header-shop .main-nav {
    display: none;
  }
  .header-shop .site-logo {
    padding-left: 0px;
    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;
  }

  .basel-back-btn > span:before,
  .basel-products-nav .product-btn > a span:before {
    top: 1px;
  }
}
/** ------------------------------------------------------------------------------------------------
* MAX-WIDTH: 992px
* ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
  html,
  body {
    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: 0px;
    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: 0px 0;
  }
  .title-shop.title-design-default {
    text-align: center;
  }
  .title-shop.title-design-default .nav-shop h1 {
    float: none;
    margin-left: 0px;
  }
  .title-shop.title-design-default .nav-shop .basel-back-btn + h1 + .basel-show-categories + .basel-product-categories,
  .title-shop.title-design-default .nav-shop .basel-back-btn + .basel-show-categories + .basel-product-categories {
    padding-left: 0px;
  }
  .title-shop.title-design-default .nav-shop .basel-back-btn + h1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-shop.title-size-large.title-design-centered .nav-shop h1 {
    line-height: 50px;
  }
  .title-shop .basel-back-btn {
    margin-top: 0px;
    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-large,
  .basel-header-overlap .title-size-default.title-shop.without-title,
  .basel-header-overlap .title-size-large.title-shop.without-title {
    padding: 100px 0 60px;
  }

  .title-shop.title-design-centered .basel-back-btn + h1 + .basel-show-categories + .basel-product-categories,
  .title-shop.title-design-centered .basel-back-btn + .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;
  }

  /**  RIGIHT COLUMN IN ALL HEADERS AND STIKY-HEADER CLONE  **/
  .right-column .mobile-nav-icon {
    display: inline-block;
  }
  .right-column .search-button {
    display: none;
  }
  .right-column .header-links {
    display: none;
  }
  .right-column .wishlist-info-widget {
    margin-right: 0px;
  }
  .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-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  **/
  .main-header .wrapp-header {
    height: 80px;
  }
  .main-header .right-column {
    width: 50%;
  }
  .main-header .site-logo {
    width: 50%;
  }
  .main-header .site-logo img {
    width: 100%;
  }
  .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: 0px;
  }
  .main-header.header-logo-center .site-logo {
    padding-left: 0px;
  }
  .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 {
    padding-left: 0px;
  }
  .main-header.header-menu-top .wishlist-info-widget {
    margin-right: 0;
  }
  .main-header.header-shop .site-logo {
    padding-left: 0px;
    text-align: left;
  }
  .main-header.header-shop .wrapp-header {
    height: 60px;
  }
  .main-header.header-shop .header-links {
    display: none;
  }

  .basel-header-overlap .main-header .wrapp-header {
    height: 55px;
  }

  .sticky-header .right-column {
    width: 50%;
  }
  .sticky-header .site-logo {
    width: 50%;
  }
  .sticky-header .site-logo img {
    max-height: 55px;
    max-width: 100%;
  }
  .sticky-header .main-nav {
    display: none;
  }

  .woocommerce-message .button {
    display: none;
  }
  .single-product .woocommerce-message .button {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: transparent;
    padding: 0;
    border: none;
    text-decoration: underline;
  }
  .single-product .woocommerce-message .button:hover, .single-product .woocommerce-message .button:focus {
    background-color: transparent;
  }

  .woocommerce-message .button {
    color: #328C34;
  }
  .woocommerce-message .button:hover, .woocommerce-message .button:focus {
    color: #328C34;
  }

  .woocommerce .shop_table td.product-thumbnail img {
    max-width: 48px;
  }
  .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: center;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
  }
  .woocommerce .cart-collaterals .cross-sells {
    display: none;
  }

  .woocommerce .checkout-order-review {
    padding: 30px 15px 15px 15px;
  }
  .woocommerce .checkout-order-review .responsive-table {
    padding: 8px 5px 0px 5px;
  }

  .col-register {
    padding-left: 20px;
    padding-right: 0px;
  }

  .col-login {
    padding-left: 0px;
    padding-right: 20px;
  }

  .basel-register-tabs .col-register {
    padding-left: 0px;
    padding-right: 20px;
  }
  .basel-register-tabs .col-register-text {
    padding-left: 20px;
    padding-right: 0px;
  }

  .woocommerce table.wishlist_table thead th {
    font-size: 14px;
  }
  .woocommerce table.wishlist_table tbody td {
    padding: 15px 5px;
  }
  .woocommerce table.wishlist_table tbody td.product-name > a {
    font-size: 12px;
  }
  .woocommerce table.wishlist_table tbody td.product-price span {
    font-size: 14px;
  }
  .woocommerce .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: 0px;
    display: block;
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
  }
  .shop-loop-head .woocommerce-breadcrumb {
    float: none;
    display: block;
  }
  .shop-loop-head .woocommerce-result-count {
    display: none;
  }
  .shop-loop-head .woocommerce-ordering {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
    position: static;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .single-product-content .product-images.col-sm-8 .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-4 .thumbs-position-left .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-product-content .product-images .thumbs-position-left .woocommerce-main-image {
    padding: 0 3px 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: 0px;
  }
  .single-product-content .variations td.value {
    position: relative;
  }
  .single-product-content .variations td.value.with-swatches .reset_variations {
    right: auto;
    left: 0px;
  }
  .single-product-content .variations .reset_variations {
    position: absolute;
    right: 0px;
    bottom: -20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .single-product-content .single_variation {
    margin-top: 10px;
  }
  .single-product-content .entry-title {
    font-size: 32px;
  }
  .single-product-content #comments {
    width: auto;
    padding-right: 0px;
    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: 0px;
    padding-left: 0px;
  }
  .single-product-content .comment-form input[type="text"] {
    max-width: 100%;
  }

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

  .single-breadcrumbs-wrapper {
    margin-bottom: 30px;
  }
  .single-breadcrumbs-wrapper .woocommerce-breadcrumb {
    display: none;
  }

  .basel-back-btn > span:before,
  .basel-products-nav .product-btn > a span:before {
    top: 1px;
  }

  .blog-post-loop .entry-thumbnail,
  .blog-post-loop.post-single-page .entry-thumbnail {
    margin-bottom: -25px;
    margin-right: 0px;
    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;
  }

  /** format link **/
  .format-link .entry-content a {
    padding: 20px;
    font-size: 18px;
  }

  /** format quote default **/
  .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: 0px;
    padding-right: 0px;
  }

  .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-style-bordered .title-after_title {
    margin-top: -10px;
  }
  .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;
  }

  .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: 0px;
    padding-right: 0px;
  }
  .basel-product-categories > li > a:after {
    content: none;
  }
  .basel-product-categories > li.current-cat > a, .basel-product-categories > li.current-cat-parent > a {
    color: #1aada3;
  }
  .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: 0px;
    padding-right: 0px;
  }
  .basel-product-categories li .children li a {
    padding-top: 0px;
    padding-bottom: 0px;
    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;
  }
  .color-scheme-light .basel-product-categories {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .color-scheme-light .basel-product-categories li .children {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .color-scheme-light .basel-product-categories li .children:before {
    color: rgba(0, 0, 0, 0.4);
  }
  .color-scheme-light .basel-product-categories li.current-cat > a, .color-scheme-light .basel-product-categories li.current-cat-parent > a {
    color: #1aada3;
  }

  .copyrights-wrapper .min-footer > div {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .copyrights-wrapper .min-footer > div:last-child {
    margin-bottom: 0px;
  }
  .copyrights-wrapper .min-footer .social-icons {
    text-align: center;
  }
}
/** ------------------------------------------------------------------------------------------------
* MIN-WIDTH: 768px, MAX-WIDTH: 992px
* ------------------------------------------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
  .macbook-carousel {
    width: 700px;
    height: 404px;
  }
  .macbook-carousel .vc_images_carousel {
    margin: 40px 130px 40px 130px;
  }

  .iphone-carousel {
    width: 350px;
    height: 700px;
  }
  .iphone-carousel .vc_images_carousel {
    margin: 89px 28px 0 29px;
    height: 522px;
  }
}
/* ------------------------------------------------------------------------------------------------
* Responsive web design, > 768px (MOBILE)
* ------------------------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .title-size-default,
  .title-size-large,
  .title-size-small {
    padding: 10px 0;
  }

  .main-header.header-menu-top .navigation-wrap .container {
    width: 100%;
  }

  .sticky-header > .container {
    width: 100%;
  }

  .basel-registration-page {
    padding: 0;
    margin: 0;
  }
  .basel-registration-page:after {
    content: none;
  }

  .col-register {
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .col-login {
    padding-right: 0px;
    margin-bottom: 50px;
  }

  .basel-register-tabs .col-register {
    padding-right: 0px;
  }
  .basel-register-tabs .col-register-text {
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .register-or {
    display: block;
  }

  .woocommerce .shop_table.cart thead th {
    font-size: 14px;
  }
  .woocommerce .shop_table.cart thead th.product-thumbnail {
    display: none;
  }
  .woocommerce .shop_table.cart td {
    padding: 20px 5px;
  }
  .woocommerce .shop_table.cart td.product-thumbnail {
    display: none;
  }
  .woocommerce .shop_table.cart td.product-price span, .woocommerce .shop_table.cart td.product-subtotal span {
    font-size: 14px;
  }
  .woocommerce .cart-actions {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .woocommerce .cart-actions .coupon {
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce .cart-actions .coupon .input-text {
    width: 80%;
    margin-bottom: 20px;
    padding: 12px 15px;
  }
  .woocommerce .cart-actions .coupon .button {
    margin-left: 0;
  }
  .woocommerce .cart-actions .button {
    width: 80%;
    padding: 18px 0;
    font-size: 16px;
  }

  .woocommerce-checkout .login,
  .woocommerce-checkout .checkout_coupon {
    width: 100%;
    max-width: 100%;
  }
  .woocommerce-checkout .checkout_coupon p.form-row-last, .woocommerce-checkout .checkout_coupon p.form-row-first {
    width: 100%;
  }
  .woocommerce-checkout .checkout_coupon p.form-row-first {
    margin-bottom: 20px;
  }
  .woocommerce-checkout .checkout_coupon p .input-text {
    padding: 12px 10px;
  }
  .woocommerce-checkout .checkout_coupon p .button {
    padding: 14px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
  }
  .woocommerce-checkout .cart-collaterals {
    width: 80%;
    margin: 0 auto;
  }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
  .woocommerce .form-row-first,
  .woocommerce .form-row-last,
  .woocommerce-page .form-row-first,
  .woocommerce-page .form-row-last {
    width: 100%;
    float: none;
  }

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

  .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, 0.9);
  }
  .basel-hover-button .yith-wcwl-add-to-wishlist > div > a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .basel-hover-button .yith-wcwl-add-to-wishlist > div > a:after {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .basel-hover-button .basel-buttons .quick-view > a,
  .basel-hover-button .basel-buttons .product-compare-button > a {
    color: rgba(0, 0, 0, 0.9);
  }
  .basel-hover-button .basel-buttons .quick-view > a:hover,
  .basel-hover-button .basel-buttons .product-compare-button > a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .basel-hover-button .basel-buttons .quick-view > a:before,
  .basel-hover-button .basel-buttons .product-compare-button > a:before {
    border-color: rgba(0, 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: 0.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: #000000;
    color: #ffffff;
    border-color: #000000;
    color: black;
    background-color: transparent;
    border-width: 2px;
  }
  .basel-hover-info .product-actions > a:hover, .basel-hover-info .product-actions > a:focus {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
    border-color: #333333;
  }
  .basel-hover-info .product-actions > a.btn-style-bordered {
    background-color: transparent;
    color: #000000;
  }
  .basel-hover-info .product-actions > a.btn-style-bordered:hover, .basel-hover-info .product-actions > a.btn-style-bordered:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .basel-hover-info .product-actions > a.btn-style-link {
    background-color: transparent;
    color: black;
    opacity: 1;
  }
  .basel-hover-info .product-actions > a.btn-style-link:hover, .basel-hover-info .product-actions > a.btn-style-link:focus {
    background-color: transparent;
    color: black;
    opacity: 0.7;
  }

  .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, 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, 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, 0.9);
  }
  .basel-hover-button .basel-buttons .quick-view > a,
  .basel-hover-button .basel-buttons .product-compare-button > a,
  .basel-hover-info .basel-buttons .quick-view > a,
  .basel-hover-info .basel-buttons .product-compare-button > a {
    color: rgba(0, 0, 0, 0.9);
  }
  .basel-hover-button .basel-buttons .quick-view > a:hover,
  .basel-hover-button .basel-buttons .product-compare-button > a:hover,
  .basel-hover-info .basel-buttons .quick-view > a:hover,
  .basel-hover-info .basel-buttons .product-compare-button > a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .basel-hover-button .basel-buttons .quick-view > a:before,
  .basel-hover-button .basel-buttons .product-compare-button > a:before,
  .basel-hover-info .basel-buttons .quick-view > a:before,
  .basel-hover-info .basel-buttons .product-compare-button > a:before {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .basel-hover-button .product-element-top .product-compare-button,
  .basel-hover-button .product-element-top .quick-view,
  .basel-hover-button .product-element-top .yith-wcwl-add-to-wishlist,
  .basel-hover-info .product-element-top .product-compare-button,
  .basel-hover-info .product-element-top .quick-view,
  .basel-hover-info .product-element-top .yith-wcwl-add-to-wishlist,
  .basel-hover-link .product-element-top .product-compare-button,
  .basel-hover-link .product-element-top .quick-view,
  .basel-hover-link .product-element-top .yith-wcwl-add-to-wishlist,
  .basel-hover-alt .product-element-top .product-compare-button,
  .basel-hover-alt .product-element-top .quick-view,
  .basel-hover-alt .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;
  }

  .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 div[itemprop="description"] {
    max-height: 100%;
    overflow: visible;
  }
  .product-design-sticky .entry-summary.block-sticked.not-in-viewport div[itemprop="description"] {
    max-height: 100%;
    margin-bottom: 20px;
  }
  .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;
  }

  .popup-quick-view .entry-summary {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .popup-quick-view .entry-summary > .product_type_simple,
  .popup-quick-view .entry-summary .product_type_variable {
    width: 100%;
  }
  .popup-quick-view .entry-summary .view-details-btn {
    width: 100%;
  }
  .popup-quick-view .owl-theme .owl-controls .owl-buttons > div {
    filter: Alpha(Opacity=1);
    opacity: 1;
  }
  .popup-quick-view .owl-theme .owl-controls .owl-buttons > div.owl-next {
    right: 20px;
  }
  .popup-quick-view .owl-theme .owl-controls .owl-buttons > div.owl-prev {
    left: 20px;
  }
  .popup-quick-view .owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 20px;
  }
  .popup-quick-view .owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
  }

  .comments-area .comment-list li .children {
    padding-left: 0px;
  }
  .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;
  }

  .promo-banner {
    display: block;
  }
  .promo-banner .banner-image img {
    width: 100%;
  }

  .products-footer .basel-products-load-next,
  .products-footer .basel-products-load-prev {
    width: 42px;
    background-color: white;
    box-shadow: 0 0 9px rgba(0, 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: 0.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: 0.5;
  }
  .products-footer.show-arrow .basel-products-load-next:hover,
  .products-footer.show-arrow .basel-products-load-prev:hover {
    opacity: 1;
  }

  .footer-container .wpb_column {
    margin-bottom: 35px;
  }
  .footer-container .wpb_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 {
    top: 46px;
  }
  .sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop {
    top: 42px;
  }
  .sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop.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-theme .owl-controls .owl-buttons > div {
    background-color: white;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    filter: Alpha(Opacity=1);
    opacity: 1;
  }
  .owl-theme .owl-controls .owl-buttons > div.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  .owl-theme .owl-controls .owl-buttons > div.owl-next {
    right: 20px;
  }
  .owl-theme .owl-controls .owl-buttons > div.owl-prev {
    left: 20px;
  }
  .owl-theme .owl-controls .owl-buttons > div:before {
    width: 38px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
  }
  .owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 20px;
  }
  .owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
  }

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

  .woocommerce-MyAccount-content,
  .basel-my-account-sidebar {
    float: none;
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------------------------
* Responsive web design, > 600px (MOBILE)
* ------------------------------------------------------------------------------------------------ */
@media (max-width: 600px) {
  .enable-sticky-header.basel-header-overlap.basel-top-bar-on.admin-bar .main-header, .enable-sticky-header.basel-header-overlap.admin-bar .main-header {
    -webkit-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
  }
  .enable-sticky-header.basel-header-overlap.basel-top-bar-on.admin-bar .main-header.act-scroll, .enable-sticky-header.basel-header-overlap.admin-bar .main-header.act-scroll {
    top: 0px;
  }

  .sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop, .sticky-header-prepared.admin-bar .header-shop {
    -webkit-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
  }
  .sticky-header-prepared.basel-top-bar-on.admin-bar .header-shop.act-scroll, .sticky-header-prepared.admin-bar .header-shop.act-scroll {
    top: 0;
  }

  .admin-bar .sticky-header.act-scroll {
    top: 0px;
  }
  .admin-bar.sticky-navigation-only.sticky-header-prepared .main-header.act-scroll .navigation-wrap {
    top: 0px;
  }
}
/* ------------------------------------------------------------------------------------------------
* Responsive web design, > 480px (MOBILE)
* ------------------------------------------------------------------------------------------------ */
@media (max-width: 480px) {
  .main-header .right-column {
    padding-left: 0px;
  }
  .main-header .site-logo {
    padding-right: 5px;
  }

  .cart-widget-side {
    width: 300px;
  }

  .basel-cart-opened .basel-wrapper-shifted {
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -sand-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
  }

  .woocommerce .cart-actions .coupon .input-text {
    width: 100%;
  }
  .woocommerce .cart-actions .coupon label {
    width: 100%;
  }
  .woocommerce .cart-actions .button {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals .responsive-table {
    background-color: transparent;
    padding: 0;
  }
  .woocommerce .addresses div.address {
    float: none;
    width: 100%;
  }
  .woocommerce .addresses div.address.col-1 {
    margin-bottom: 20px;
  }

  .woocommerce-checkout .login .lost_password {
    margin-bottom: 10px;
    margin-top: -10px;
    text-align: left;
  }

  .woocommerce-pagination {
    text-align: center;
  }

  .category-grid-item.col-xs-6 {
    width: 100%;
  }

  .single-product-content .comment-form .comment-form-author,
  .single-product-content .comment-form .comment-form-email {
    float: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .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;
  }

  .macbook-carousel,
  .iphone-carousel {
    background: none;
    width: auto;
    height: auto;
  }
  .macbook-carousel .vc_images_carousel,
  .iphone-carousel .vc_images_carousel {
    margin: auto;
    height: auto;
  }
  .macbook-carousel .vc_images_carousel img,
  .iphone-carousel .vc_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;
  }

  .error404 .page-header:before {
    top: -40px;
    font-size: 164px;
  }
  .error404 .page-title {
    padding: 40px 0;
    font-size: 30px;
  }
}

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>J6XNW1R0K6YKR2DZ</RequestId><HostId>HmzZlFVpqqmkNQ483VoS+mVXS55VahgtPVIGhmQrIlzxnKiJI3s68smQFwNCAhoNt7Lk7l47zrg=</HostId></Error>
@font-face{font-family:'stt-intents';src:url('https://2023.stevenfurtick.com/wp-content/plugins/simple-twitter-tweets/css/fonts/stt-intents.eot')}@font-face{font-family:'stt-intents';src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAWQAA0AAAAACAgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABoAAAAcZoSdXkdERUYAAAFMAAAAHwAAACAANQAGT1MvMgAAAWwAAABHAAAAVi7i3BxjbWFwAAABtAAAAFUAAAFqodkD8Wdhc3AAAAIMAAAACAAAAAj//wADZ2x5ZgAAAhQAAAHQAAACXJAtYUdoZWFkAAAD5AAAADMAAAA2/fluKWhoZWEAAAQYAAAAIAAAACQDif/paG10eAAABDgAAAAYAAAAIAlVAABsb2NhAAAEUAAAABIAAAASAewBNG1heHAAAARkAAAAHQAAACAATABPbmFtZQAABIQAAADXAAABuXl6fnVwb3N0AAAFXAAAADQAAABaJCWFRHicY2BgYGQAgpOd+YYg+lztdDEYDQBAyQXkAAB4nGNgZGBg4ANiCQYQYGJgZGBmYAeSLGAeAwAEsQA8AHicY2BkPMA4gYGVgYNRmdGSgYHBDkpfZxBjKGZgYGJgZWaAAwEEkyEgzTWFweEBw0chxob/Bxg0GBsYHBoYGBhBcgCOlwsBAHicY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGwPCA4QPDB9YPlR+F/v8HKUTlK7ALMAsw8nfzfYaagwQYgbphgoxMQIIJXQG6juEHAJ1mEWUAAAAAAAAB//8AAnicVZG5bttAEEB39hhKS5qWFR4WdFgiYVFHIDG8rEBwxC5FYsBdDDiFECCGS8GVGxv6BH+CviFfwC8J3AZp8gVWlsrhZLGzcwLzZpYAIdsCClgTSsgB9KB4ymH9lBN1ytyjyq3IS0KOLc0yQUPf66dJlmZpMhFjsC30ptBPFpBFThviyHWg6HJGGeccoFI7bAXB4UwaYi3UNeTsy3DvevQWqhrlgtMqHJiNQdvZq7AcZVmhRGL+uaf60x3EI3TJMXlXEuAYvAlNTvkOoux5BI5dhu24NE+sfdjxKMI5pP5fM+pQq83jyIFcsB+UAQ1R8nNeUyIxfOB0QDf8XJji2X8urDABDDgwNriWiHyJuOSIcslCdvWfS9m/pX92+B02cEu8coJ9cC0FXJL9XuUCgvKlahbqwAYvbSE4rlbIUYB9ieb9TGHO7s2vQru4oww1Np8zDYHfXWhC0vqNlDf1X6vabrff1H99IKFyUMtOUOv7HtqWO4GgVF4Q2pbjqs5BB3bKiaM3NE3SDIpGq6O3jpqDfsZef/KNofti1DWMarU67US5rudnp1cLvwljndd7NWxnfV2yeGQ3XjV16MXIacuHAIbT9x8niBYhPwFSAFEqeJxjYGRgYADiMywHV8fz23xl4GY8ABRhOFc7XQxG/////wDjA8YGIJeDgQkkCgByZg3DAHicY2BkYGBs+H+AQYPxwf///xwYHzAARVAABwC4bQdxeJxjPMAAAVMhFCOQz/gAiBdA2ABAiwRbAAAAAAAAAAAADgBOALAA5gEuAAB4nGNgZGBg4GDwYWBiAAEQycgAEnMA8xkACqsAnAAAAHicjY6xDcIwEEV/QgChIEqgdEFB48gOVBE1NVU2iFAaR0o8ByWrMAYDMAYDwHc4IYQosOW753/f5wMwxRkRwoqQYikcY4yt8ABrnIQTeq7CQ/JdeIQ0WtAZJRMq8/5V4BgzrIQHOGAnnNBzER6Sb8Ij8gMdPLdGDcdc9bEDOu917XzlPC9ftbe+R9NrIbc40qGQI4NhLnh+937VLLfmMYw5o8WGDRvn9017rFSeGVWojyl4s1Zbo3Nj6fxn7JJ6S7XuxwxfhtFQVm1XN07ZzPzV5wlIcketAHicY2BiwA84gJiRgYmRiZGZkYWRlZGNvTQv083AwABCm1uCaUNDI6i4KYh2BcoDAOnwCww=) format('woff'),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWaEnV4AAAfsAAAAHEdERUYANQAGAAAHzAAAACBPUy8yLuLcHAAAAVgAAABWY21hcKHZA/EAAAHQAAABamdhc3D//wADAAAHxAAAAAhnbHlmkC1hRwAAA1AAAAJcaGVhZP35bikAAADcAAAANmhoZWEDif/pAAABFAAAACRobXR4CVUAAAAAAbAAAAAgbG9jYQHsATQAAAM8AAAAEm1heHAATABPAAABOAAAACBuYW1leXp+dQAABawAAAG5cG9zdCQlhUQAAAdoAAAAWgABAAAAAQAAzATBq18PPPUACwHAAAAAAM59lxYAAAAAzn2XFv///8AB4AGAAAAACAACAAAAAAAAAAEAAAGA/8AAKAHg///+QAHgAAEAAAAAAAAAAAAAAAAAAAAIAAEAAAAIAEwAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQHAAZAABQAIASMBOQAAAD4BIwE5AAAA1wAWAHMAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4ADxEgGA/8AAKAGAAECAAAABAAAAAAAAAcAAAAAAAAAAlQAAAAAAAAHAAAAB4AAAAaAAAAHAAAAAAAADAAAAAwAAABwAAQAAAAAAZAADAAEAAAAcAAQASAAAAA4ACAACAAYAAOAA8ADwBfB58RL//wAAAADgAPAA8AXwefES//8AACAHEAMQAQ+LDvMAAQAAAAAAAAAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgBOALAA5gEuAAAAAQAA/8ABwAGAAAIAABEBIQHA/kABgP5AAAAAAAEAAP/gAcABcAAsAAAlFAcUDgEHBiMiJjU0NjU2NTQuBSsBFRQGIi8BJjQ/ATYyFh0BMzIXFgHAIAQDAgMEBAQBAQgQGBwnJxg4CgwFgAUFgAUMCjiyKQ1oKkcBCQcCBAUEAgkBEQ4ZKB0WDQgDQAYKBYAFDAWABQoGQGUhAAAAAgAAAAAB4AEgACUASwAAJRQGKwEiLgI0PQQjIiY1ND8BNjIfARYVFAYrARUzMh8BFjcUDwEGIi8BJjU0NjsBNSMiLwEmNTQ2OwEyHgIUHQQzMhYBQAUD8AIDAQIwBgoEUAQQBFAECgYwkAQCKAKgBFAFDgVQBAoGMJAEAigCBQPwAgMBAjAGCggDBQEDAQQBAwMoaAoGBgRgBgZgBAYGCmADMANmBgRgBgZgBAYGCmADMAIDAwUBAwEEAQMDKGgKAAAAAAEAAP/rAaABeAAiAAAlFA8BFxQVFAYjIi8BBwYjIiY1ND8BJyY1ND8CNjIfAhYBoAZbFQUFBAZwcAYEBgUBFVsGDn44BBAEOH4O3gUHWH0CAwYHAzs7AwcGAQR9WAcFCgIScgoKchICAAAAAAH////pAcABVwAwAAABBgc2NwYHJiMiBhUUFy4BJwYVFBciJzAVFBYXBiMiJx4BFwYjIicWMzI+AjU0NTYBwBkcHgscHxsoJjYDOWIjDCkXEyogDAwJCQkvHjJACwtATT1mPyMbASsLBBIhEAYdNiYLCgMzKhUZMRsLASEzBgQCHCMBJwEpL0xcLgYGFAAAAAAADACWAAEAAAAAAAEACwAYAAEAAAAAAAIABwA0AAEAAAAAAAMAKACOAAEAAAAAAAQACwDPAAEAAAAAAAUACwDzAAEAAAAAAAYACwEXAAMAAQQJAAEAFgAAAAMAAQQJAAIADgAkAAMAAQQJAAMAUAA8AAMAAQQJAAQAFgC3AAMAAQQJAAUAFgDbAAMAAQQJAAYAFgD/AHMAdAB0AC0AaQBuAHQAZQBuAHQAcwAAc3R0LWludGVudHMAAGkAbgB0AGUAbgB0AHMAAGludGVudHMAAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAAcwB0AHQALQBpAG4AdABlAG4AdABzACAAOgAgADEAMQAtADEAMAAtADIAMAAxADMAAEZvbnRGb3JnZSAyLjAgOiBzdHQtaW50ZW50cyA6IDExLTEwLTIwMTMAAHMAdAB0AC0AaQBuAHQAZQBuAHQAcwAAc3R0LWludGVudHMAAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAHMAdAB0AC0AaQBuAHQAZQBuAHQAcwAAc3R0LWludGVudHMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAEAAgECAQMBBAEFAQYHdW5pRjAwMAd1bmlGMDc5B3VuaUYxMTIHdW5pRjAwNQd1bmlFMDAwAAAAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQADAAcAAQAEAAAAAgAAAAAAAQAAAADJiW8xAAAAAM59lxYAAAAAzn2XFg==) format('truetype');font-weight:normal;font-style:normal}
.tweets li>a{-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.avatar{margin-left:53px}
.avatar img{float:left;margin-left:-53px}.a-corn{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.intent-meta{margin-top:5px}.intent-meta a{margin-right:5px}
[data-icon]:before{font-family:'stt-intents';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;font-size:14px;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.pi-visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.stt-em{font-style:italic;display:block}
.wc-stripe-elements-field,.wc-stripe-iban-element-field{border:1px solid #ddd;margin:5px 0;padding:5px;background-color:#fff;outline:0}#payment .methods li.woocommerce-SavedPaymentMethods-token label{display:inline}#payment .methods li.woocommerce-SavedPaymentMethods-new label{display:inline}#add_payment_method #payment ul.payment_methods li img.stripe-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon{max-width:40px;padding-left:3px;margin:0}#add_payment_method #payment ul.payment_methods li img.stripe-bancontact-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-bancontact-icon{max-height:65px;max-width:45px}#add_payment_method #payment ul.payment_methods li img.stripe-ideal-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-ideal-icon{max-height:35px}#add_payment_method #payment ul.payment_methods li img.stripe-p24-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-p24-icon{max-width:65px}#add_payment_method #payment ul.payment_methods li img.stripe-alipay-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-alipay-icon{max-width:50px}#add_payment_method #payment ul.payment_methods li img.stripe-sofort-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-sofort-icon{max-width:55px}#add_payment_method #payment ul.payment_methods li img.stripe-sepa-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-sepa-icon{max-width:50px}#add_payment_method #payment ul.payment_methods li img.stripe-multibanco-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-multibanco-icon{max-height:30px}#add_payment_method #payment ul.payment_methods li img.stripe-eps-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-eps-icon{max-height:30px}#add_payment_method #payment ul.payment_methods li img.stripe-giropay-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-giropay-icon{max-width:50px}#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:no-repeat url(https://2023.stevenfurtick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/credit-card.svg);display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-visa-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-visa-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:no-repeat url(https://2023.stevenfurtick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/visa.svg);display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-amex-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-amex-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:no-repeat url(https://2023.stevenfurtick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/amex.svg);display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-diners-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-diners-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:no-repeat url(https://2023.stevenfurtick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/diners.svg);display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-discover-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-discover-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:no-repeat url(https://2023.stevenfurtick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/discover.svg);display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-jcb-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-jcb-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:no-repeat url(https://2023.stevenfurtick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/jcb.svg);display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-maestro-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-maestro-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:no-repeat url(https://2023.stevenfurtick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/maestro.svg);display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods li .stripe-mastercard-brand,.woocommerce-checkout #payment ul.payment_methods li .stripe-mastercard-brand{position:absolute;top:50%;margin-top:-10px;right:10px;background:no-repeat url(https://2023.stevenfurtick.com/wp-content/plugins/woocommerce-gateway-stripe/assets/images/mastercard.svg);display:block;width:30px;height:24px}#add_payment_method #payment ul.payment_methods .stripe-card-group,.woocommerce-checkout #payment ul.payment_methods .stripe-card-group{position:relative}.woocommerce-SavedPaymentMethods-token .stripe-source-errors .woocommerce-error{margin-top:1em;margin-bottom:2em}#wc-stripe-custom-button{display:block;width:100%}.gpay-button{background-origin:content-box;background-position:center center;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;cursor:pointer;height:40px;min-height:40px;padding:11px 24px;width:100%}.gpay-button.light{width:calc(100% - 3px);background-color:#fff;margin:2px 0 3px 0}.gpay-button.light:active{background-color:#fff}.gpay-button.light:hover{background-color:#f8f8f8}.gpay-button.light:focus{box-shadow:#e8e8e8 0 1px 1px 0,#e8e8e8 0 1px 3px;outline:0}.gpay-button.light-outline{width:calc(100% - 3px);background-color:#fff;box-shadow:rgba(60,64,67,.3) 0 1px 1px 0,rgba(60,64,67,.15) 0 1px 3px 1px;margin:2px 0 3px 0}.gpay-button.light-outline:active{background-color:#fff}.gpay-button.light-outline:hover{background-color:#f8f8f8}.gpay-button.light-outline:focus{box-shadow:#e8e8e8 0 1px 1px 0,#e8e8e8 0 1px 3px;outline:0}.gpay-button.dark{background-color:#000;padding:12px 24px 10px}.gpay-button.dark:active{background-color:#5f6368}.gpay-button.dark:hover{background-color:#3c4043}.gpay-button.dark:focus{box-shadow:#5f6368 0 1px 1px 0,#5f6368 0 1px 3px;outline:0}.gpay-button.short.light,.gpay-button.short.light-outline{background-image:url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)}.gpay-button.short.dark{background-image:url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0;
}