@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400,500,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700&subset=latin-ext");
body, h1, h2, h3, h4, h6 { font-family: 'Dosis', sans-serif; color: #000000; background: #fff !important; }

a { cursor: pointer; }

hr { margin: 0px; }

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

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

.visible { display: block !important; }

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

.slide-fade-enter-active { -webkit-transition: all .2s ease; transition: all .2s ease; }

.slide-fade-leave-active { -webkit-transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1); transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter, .slide-fade-leave-to { -webkit-transform: translateX(10px); transform: translateX(10px); opacity: 0; }

.h2_hr { border-top: 2px solid #2d3436; padding-top: 0px; width: 60px; margin: 0 auto; }

.bg-more-dark { background: #636e72; }

.bg-most-dark { background: #2d3436; }

.bg-more-light { background: #b2bec3; }

.color-more-dark { color: #636e72; }

.color-more-light { color: #b2bec3; }

.color-most-dark { color: #2d3436; }

.text-line { text-decoration: line-through; }

.currency { font-size: 10px; vertical-align: middle; }

h2 { margin: 0 0 15px 0; padding: 0; font-size: 30px; }

.money-font { font-family: 'Fira Mono', monospace; }

#header { position: relative; z-index: 1; }
#header .header { padding: 10px 0px 10px 0px; }
#header .header .logo img { width: 150px; }
#header .header .header-menu { position: relative; list-style-type: none; margin: 45px 0px 0px 0px; padding: 0px; }
#header .header .header-menu li { display: inline; padding: 5px; margin-right: 20px; }
#header .header .header-menu li a { color: #000000; padding: 5px; font-weight: 600; font-size: 17px; }
#header .header .header-menu li a:hover { text-decoration: none; }
#header .header .header-menu li:last-child { margin-right: 0; }
#header .header .header-menu .shop-menu { display: none; position: absolute; top: 28px; left: 320px; background-color: #fff !important; -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); z-index: 10; padding: 5px; border-radius: 0 0 5px 5px; }
#header .header .header-menu .shop-menu li { display: table !important; padding: 0px 7px 7px 15px; margin: 0px 0px 0px 0px; }
#header .header .header-menu .shop-menu li a { font-size: 14px; }
#header .header .header-menu .shop-menu li a:hover { -webkit-animation: zomg 1s infinite; animation: zomg 1s infinite; }
#header .header .header-menu .shop-menu li i { font-size: 5px; position: absolute; left: 15px; padding-top: 9px; }
#header .header .header-menu .collection-menu { display: none; position: absolute; top: 28px; left: 380px; background-color: #fff !important; -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); z-index: 10; padding: 5px; border-radius: 0 0 5px 5px; }
#header .header .header-menu .collection-menu li { display: table !important; padding: 0px 7px 7px 15px; margin: 0px 0px 0px 0px; }
#header .header .header-menu .collection-menu li a { font-size: 14px; }
#header .header .header-menu .collection-menu li a:hover { -webkit-animation: zomg 1s infinite; animation: zomg 1s infinite; }
#header .header .header-menu .collection-menu li i { font-size: 5px; position: absolute; left: 15px; padding-top: 9px; }
#header .header .basket-menu { cursor: pointer; }
#header .header .basket-menu small { font-size: 10px; }

#basket { display: none; height: 100%; position: fixed; right: 0px; top: 0px; background: #ffffff; width: 450px; z-index: 10; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
#basket h3 { font-size: 20px; font-weight: bold; text-align: left; margin-top: 40px; margin-left: 15px; }
#basket h3 small { font-size: 13px; color: #b2bec3; }
#basket .closeButton { position: absolute; font-size: 15px; right: 10px; top: 10px; cursor: pointer; }
#basket .checkout-button { background: #0984e3; color: #ffffff; font-size: 15px; font-weight: bold; text-align: center; text-decoration: none; padding: 15px; display: block; }
#basket .checkout-button:hover { color: #ffffff; text-decoration: none; background: #0c93fa; }
#basket .total-price { font-size: 11px; }
#basket .basket-product ul { list-style-type: none; padding: 10px; }
#basket .basket-product ul li { padding-bottom: 15px; border-bottom: 1px solid #dfe6e9; margin-top: 15px; }
#basket .basket-product img { width: 70px; border-radius: 5px; float: left; margin-right: 10px; }
#basket .basket-product-title a { font-size: 13px; font-weight: bold; vertical-align: top; color: #2d3436; }
#basket .basket-product-title a:hover { text-decoration: none; }
#basket .basket-product-detail { font-size: 12px; color: #636e72; vertical-align: top; }
#basket .basket-product-detail span { font-size: 11px; vertical-align: top; }
#basket .basket-product-price { font-size: 15px; font-weight: bold; margin-top: 20px; }
#basket .basket-product-price .currency { font-size: 10px; vertical-align: middle; }
#basket .product-delete { margin-top: 17px; }
#basket .product-delete a { color: #a9a9ae; background: #f7f8fa; padding: 6px; border-radius: 5px; font-size: 13px; }
#basket .product-delete a:hover { color: #d63031; }

#basketBg { width: 100%; height: 100%; background-color: #333; opacity: 0.8; position: fixed; z-index: 9; }

#top-menu { margin-top: 10px; -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); background: #2d3436; padding: 5px; }
#top-menu ul { list-style-type: none; }
#top-menu ul li { display: inline; margin-right: 30px; position: relative; }
#top-menu ul li:after { font-weight: bold; font-size: 20px; color: #fff; content: "."; line-height: 1px; position: absolute; right: -16px; top: 3px; }
#top-menu ul li:last-child:after { content: ""; }
#top-menu ul li a { font-size: 13px; color: #ffffff; }
#top-menu ul li a:hover { text-decoration: none; }
#top-menu ul li a i { margin-right: 5px; }
#top-menu ul li .user-menu { display: none; position: absolute; top: 18px; left: 5px; margin: 0; padding: 10px 10px 10px 10px; text-align: left; background: #2d3436; border-radius: 0 0 5px 5px; -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); }
#top-menu ul li .user-menu li { display: block; padding: 3px; }
#top-menu ul li .user-menu li:after { content: ""; }

#slider .slider { position: relative; }
#slider .slider img { width: 100%; position: relative; top: 0; left: 0; z-index: -1; }
#slider .slider .slider-text { z-index: 2; position: absolute; left: 48.9%; top: 50%; }

#instagram-row { margin-top: 60px; }
#instagram-row .instagram-img-row { margin-bottom: 30px; }
#instagram-row .instagram-img-row img { width: 100%; }

#collection-row { margin-top: 40px; }
#collection-row .collection-img-row { margin-bottom: 30px; }
#collection-row .collection-img-row img { width: 100%; }

#footer { margin-top: 50px; padding: 25px 0px 10px 0px; }
#footer .bank-image { margin-top: 5px; }
#footer .bank-image img { width: 100%; }
#footer .social { font-size: 25px; }
#footer .social a { color: #000000; }

.basket-text { position: fixed; top: 100px; z-index: 5; background: #2d3436; color: #fff; right: 0; padding: 5px; border-radius: 5px 0px 0px 5px; font-size: 15px; }
.basket-text:hover { color: #fff; }

.mobile-menu { display: none; height: 100%; width: 75%; background: #fff; z-index: 1000; position: fixed; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.mobile-menu .mobile-top { margin-bottom: 20px; }
.mobile-menu .mobile-top a { padding: 10px; color: #fff; display: block; }
.mobile-menu .mobile-menu-content { list-style-type: none; margin-left: 0px; padding-left: 0px !important; }
.mobile-menu .mobile-menu-content li { padding: 10px 20px; }
.mobile-menu .mobile-menu-content li:last-child { border-bottom: none; }
.mobile-menu .mobile-menu-content li a { font-size: 18px; font-weight: 400; color: #2d3436; }
.mobile-menu .mobile-menu-content li .mobile-shop-menu { margin-top: 15px; margin-bottom: 15px; list-style-type: none; padding-left: 0px !important; }
.mobile-menu .mobile-menu-content li .mobile-shop-menu li { padding: 5px; border: none; }
.mobile-menu .mobile-menu-content li .mobile-shop-menu li a { font-size: 14px; color: #636e72; }

.menu-icon { position: absolute; left: 20px; top: 20px; font-size: 22px; font-weight: bold; z-index: 5; }

.basket-icon { position: absolute; right: 20px; top: 20px; font-size: 22px; font-weight: bold; z-index: 5; }

.mobil-black { width: 100%; height: 100%; background-color: #333; opacity: 0.8; position: fixed; z-index: 9; }

#page-content { margin-top: 40px; }
#page-content .login-form { background: #f7f8fa; padding: 20px 10px; border-radius: 5px; }
#page-content .filter { padding: 20px 10px; background-color: #f7f8fa; border-radius: 5px; width: 100%; }
#page-content .products { position: relative; margin-top: 40px; }
#page-content .products a { color: #2d3436; }
#page-content .products .sold-out-product { position: absolute; width: 100%; height: 100%; background: #fff; opacity: 0.6; }
#page-content .products .product { margin-bottom: 50px; }
#page-content .products .product .product-image { max-height: 500px; overflow: hidden; position: relative; }
#page-content .products .product .product-image img { width: 100%; }
#page-content .products .product .product-detail { margin-top: 14px; font-size: 15px; }
#page-content .products .product .product-detail p { font-weight: 300; margin: 0px; }
#page-content .products .product .product-price { font-family: 'Fira Mono', monospace; }
#page-content .products .product .product-price .currency { font-size: 10px; vertical-align: middle; }
#page-content .products .product .product-old-price { font-family: 'Fira Mono', monospace; font-size: 12px; margin-right: 15px; text-decoration: line-through; color: #b2bec3; }
#page-content .products .product .product-old-price .currency { vertical-align: middle; }
#page-content .products .product .sold-out { position: absolute; top: -18px; left: 25px; z-index: 8; color: #fff; border-radius: 100px; text-align: center; padding: 8px 13px; background: #000000; font-size: 10px; font-weight: bold; }
#page-content .products .product .discount { position: absolute; top: -18px; left: 25px; z-index: 8; color: #fff; border-radius: 100px; text-align: center; padding: 8px 13px; background: #5e72e4; font-size: 10px; font-weight: bold; }
#page-content .collections { margin-top: 30px; }
#page-content .collections .collection { margin-bottom: 40px; }
#page-content .collections .collection a { color: #000; }
#page-content .collections .collection .collection-image { height: 190px; overflow: hidden; }
#page-content .collections .collection .collection-image img { min-height: 190px; max-width: 100%; border-radius: 0.25em 0.25em 0 0; }
#page-content .collections .collection .collection-content { padding: 5px; background: #f7f8fa; font-weight: 200; }
#page-content .collections .collection .new-badge { position: absolute; top: 10px; right: 25px; z-index: 8; color: #fff; border-radius: 100px; text-align: center; padding: 8px 13px; background: #000000; font-size: 10px; font-weight: bold; -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); }

.or { margin-top: 10px; margin-right: 15px; }

#product { margin-top: 95px; }
#product .product-thumb img { width: 100%; margin-bottom: 5px; }
#product .product-image-page img { width: 100%; }
#product .product-detail-page .product-title { margin: 0 0 15px 0; padding: 0; font-size: 30px !important; font-weight: 500; margin-bottom: 10px; }
#product .product-detail-page .product-price { font-family: 'Fira Mono', monospace; font-size: 25px; font-weight: normal; margin-bottom: 0px; }
#product .product-detail-page .product-price .currency { font-size: 12px; vertical-align: super; }
#product .product-detail-page .product-old-price { font-family: 'Fira Mono', monospace; margin-bottom: -15px; font-size: 15px; color: #ccc; text-decoration: line-through; }
#product .product-settings { padding: 16px; background: #f7f8fa; border-radius: 5px; }
#product .product-settings p { margin-bottom: 5px; }

.cart-item img { width: 100px; margin-right: 10px; }
.cart-item .product-name .product-detail { color: #b2bec3; font-size: 10px; }
.cart-item .currency { font-size: 8px; vertical-align: super; }

@-webkit-keyframes zomg { 0%, 100% { color: #7ccdea; }
  16% { color: #0074d9; }
  32% { color: #2ecc40; }
  48% { color: #ffdc00; }
  64% { color: #b10dc9; }
  80% { color: #ff4136; } }
@keyframes zomg { 0%, 100% { color: #7ccdea; }
  16% { color: #0074d9; }
  32% { color: #2ecc40; }
  48% { color: #ffdc00; }
  64% { color: #b10dc9; }
  80% { color: #ff4136; } }
.cd-breadcrumb, .cd-multi-steps { width: 90%; max-width: 768px; padding: 0.5em 1em; margin: 1em auto; background-color: #edeff0; border-radius: .25em; font-size: 12px; }

.cd-breadcrumb:after, .cd-multi-steps:after { content: ""; display: table; clear: both; }

.cd-breadcrumb li, .cd-multi-steps li { display: inline-block; float: left; margin: 0.5em 0; }

.cd-breadcrumb li::after, .cd-multi-steps li::after { /* this is the separator between items */ display: inline-block; content: '\00bb'; margin: 0 .6em; color: #959fa5; }

.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after { /* hide separator after the last item */ display: none; }

.cd-breadcrumb li > *, .cd-multi-steps li > * { /* single step */ display: inline-block; font-style: normal; font-size: 1.4rem; color: #2c3f4c; }

.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * { /* selected step */ color: #2d3436; }

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover { /* steps already visited */ color: #2d3436; }

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after { /* replace the default arrow separator with a custom icon */ content: ''; height: 16px; width: 16px; background: url(../img/cd-custom-separator.svg) no-repeat center center; vertical-align: middle; }

.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before { /* add a custom icon before each item */ content: ''; display: inline-block; height: 20px; width: 20px; margin-right: .4em; margin-top: -2px; background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0; vertical-align: middle; }

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before { /* change custom icon using image sprites */ background-position: -20px 0; }

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before { background-position: -40px 0; }

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before { background-position: -60px 0; }

.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before { /* change custom icon for the current item */ background-position: 0 -20px; }

.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before { background-position: -20px -20px; }

.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before { background-position: -40px -20px; }

.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before { background-position: -60px -20px; }

@media only screen and (min-width: 768px) { .cd-breadcrumb, .cd-multi-steps { padding: 0 1.2em; }
  .cd-breadcrumb li, .cd-multi-steps li { margin: 1.2em 0; }
  .cd-breadcrumb li::after, .cd-multi-steps li::after { margin: 0 1em; }
  .cd-breadcrumb li > *, .cd-multi-steps li > * { font-size: 1.1rem; } }
/* --------------------------------
Triangle breadcrumb
-------------------------------- */
@media only screen and (min-width: 768px) { .cd-breadcrumb.triangle { /* reset basic style */ background-color: transparent; padding: 0; }
  .cd-breadcrumb.triangle li { position: relative; padding: 0; margin: 4px 4px 4px 0; }
  .cd-breadcrumb.triangle li:last-of-type { margin-right: 0; }
  .cd-breadcrumb.triangle li > * { position: relative; padding: 1em .8em 1em 2.5em; color: #2c3f4c; background-color: #edeff0; /* the border color is used to style its ::after pseudo-element */ border-color: #edeff0; }
  .cd-breadcrumb.triangle li.current > * { /* selected step */ color: #ffffff; background-color: #2d3436; border-color: #2d3436; }
  .cd-breadcrumb.triangle li:first-of-type > * { padding-left: 1.6em; border-radius: .25em 0 0 .25em; }
  .cd-breadcrumb.triangle li:last-of-type > * { padding-right: 1.6em; border-radius: 0 .25em .25em 0; }
  .no-touch .cd-breadcrumb.triangle a:hover { /* steps already visited */ color: #ffffff; background-color: #2c3f4c; border-color: #2c3f4c; }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after { /* li > *::after is the colored triangle after each item li::after is the white separator between two items
*/ content: ''; position: absolute; top: 0; left: 100%; content: ''; height: 0; width: 0; /* 48px is the height of the <a> element */ border: 24px solid transparent; border-right-width: 0; border-left-width: 20px; }
  .cd-breadcrumb.triangle li::after { /* this is the white separator between two items */ z-index: 1; -webkit-transform: translateX(4px); transform: translateX(4px); border-left-color: #ffffff; /* reset style */ margin: 0; }
  .cd-breadcrumb.triangle li > *::after { /* this is the colored triangle after each element */ z-index: 2; border-left-color: inherit; }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after { /* hide the triangle after the last step */ display: none; }
  .cd-breadcrumb.triangle.custom-separator li::after { /* reset style */ background-image: none; }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after { /* 50px is the height of the <a> element */ border-top-width: 25px; border-bottom-width: 25px; }
  @-moz-document url-prefix() { .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after { /* fix a bug on Firefix - tooth edge on css triangle */ border-left-style: dashed; } } }
/* --------------------------------
Custom icons hover effects - breadcrumb and multi-steps
-------------------------------- */
@media only screen and (min-width: 768px) { .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before { /* change custom icon using image sprites - hover effect or current item */ background-position: 0 -40px; }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before { background-position: -20px -40px; }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before { background-position: -40px -40px; }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before { background-position: -60px -40px; } }
/* --------------------------------
Multi steps indicator
-------------------------------- */
@media only screen and (min-width: 768px) { .cd-multi-steps { /* reset style */ background-color: transparent; padding: 0; text-align: center; }
  .cd-multi-steps li { position: relative; float: none; margin: 0.4em 40px 0.4em 0; }
  .cd-multi-steps li:last-of-type { margin-right: 0; }
  .cd-multi-steps li::after { /* this is the line connecting 2 adjacent items */ position: absolute; content: ''; height: 4px; background: #edeff0; /* reset style */ margin: 0; }
  .cd-multi-steps li.visited::after { background-color: #2d3436; }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * { position: relative; color: #2c3f4c; }
  .cd-multi-steps.custom-separator li::after { /* reset style */ height: 4px; background: #edeff0; }
  .cd-multi-steps.text-center li::after { width: 100%; top: 50%; left: 100%; -webkit-transform: translateY(-50%) translateX(-1px); transform: translateY(-50%) translateX(-1px); }
  .cd-multi-steps.text-center li > * { z-index: 1; padding: .6em 1em; border-radius: .25em; background-color: #edeff0; }
  .no-touch .cd-multi-steps.text-center a:hover { background-color: #2c3f4c; }
  .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * { color: #ffffff; background-color: #2d3436; }
  .cd-multi-steps.text-center.custom-icons li.visited a::before { /* change the custom icon for the visited item - check icon */ background-position: 0 -60px; }
  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li { width: 80px; text-align: center; }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after { /* this is the line connecting 2 adjacent items */ position: absolute; left: 50%; /* 40px is the <li> right margin value */ width: calc(100% + 40px); }
  .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before { /* this is the spot indicator */ content: ''; position: absolute; z-index: 1; left: 50%; right: auto; -webkit-transform: translateX(-50%); transform: translateX(-50%); height: 12px; width: 12px; border-radius: 50%; background-color: #edeff0; }
  .cd-multi-steps.text-top li.visited > *::before, .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before, .cd-multi-steps.text-bottom li.current > *::before { background-color: #2d3436; }
  .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover { color: #96c03d; }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before { -webkit-box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3); box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3); }
  .cd-multi-steps.text-top li::after { /* this is the line connecting 2 adjacent items */ bottom: 4px; }
  .cd-multi-steps.text-top li > * { padding-bottom: 20px; }
  .cd-multi-steps.text-top li > *::before { /* this is the spot indicator */ bottom: 0; }
  .cd-multi-steps.text-bottom li::after { /* this is the line connecting 2 adjacent items */ top: 3px; }
  .cd-multi-steps.text-bottom li > * { padding-top: 20px; }
  .cd-multi-steps.text-bottom li > *::before { /* this is the spot indicator */ top: 0; } }
/* --------------------------------
Add a counter to the multi-steps indicator
-------------------------------- */
.cd-multi-steps.count li { counter-increment: steps; }

.cd-multi-steps.count li > *::before { content: counter(steps) " - "; }

@media only screen and (min-width: 768px) { .cd-multi-steps.text-top.count li > *::before, .cd-multi-steps.text-bottom.count li > *::before { /* this is the spot indicator */ content: counter(steps); height: 26px; width: 26px; line-height: 26px; font-size: 1.1rem; color: #ffffff; font-style: normal; }
  .cd-multi-steps.text-top.count li:not(.current) em::before, .cd-multi-steps.text-bottom.count li:not(.current) em::before { /* steps not visited yet - counter color */ color: #2c3f4c; }
  .cd-multi-steps.text-top.count li::after { bottom: 11px; }
  .cd-multi-steps.text-top.count li > * { padding-bottom: 34px; }
  .cd-multi-steps.text-bottom.count li::after { top: 11px; }
  .cd-multi-steps.text-bottom.count li > * { padding-top: 34px; } }
.mobile-user-menu { margin-top: 15px; margin-bottom: 15px; list-style-type: none; padding-left: 0px !important; background: #fff; }
.mobile-user-menu li { color: #000; margin: 0; border: none; }
.mobile-user-menu li a { font-size: 14px; color: #636e72 !important; }

@media (max-width: 768px) { #basket { width: 90%; } }

/*# sourceMappingURL=app.css.map */