﻿body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    color: #494949
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    color: #494949;
    margin-bottom: 10px
}

strong {
    font-weight: 800
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

ul, ol {
    padding: 0;
    margin-left: 15px;
    color: #494949
}

ul li, ol li {
    margin-bottom: 4px
}

p {
    margin-bottom: 0;
    color: #494949;
    font-size: 16px;
    line-height: 24px
}

address {
    margin-bottom: 0;
    line-height: 21px
}

hr {
    border-color: rgba(216, 216, 216, 0.5);
    margin: 0;
    padding: 0;
    height: 1px;
    border: 0px;
    border-top: 1px solid #D8D8D8
}

.main-text {
    color: #494949;
    font-size: 14px;
    line-height: 20px
}

.main-text a {
    color: #494949
}

.main-text a:hover {
    color: #FB60BE
}

.main-text.size-20 {
    font-size: 20px;
    line-height: 27px
}

.main-text.size-20 p {
    font-size: 20px
}

.main-text.size-18 {
    font-size: 18px;
    line-height: 24px
}

.main-text.size-18 p {
    font-size: 18px
}

.main-text.size-16 {
    font-size: 16px;
    line-height: 25px
}

.main-text.size-13 {
    font-size: 13px;
    line-height: 18px
}

.main-text.size-12 {
    font-size: 12px;
    line-height: 16px
}

.main-text.size-11 {
    font-size: 11px;
    line-height: 15px
}

.main-text p {
    color: #494949
}

.main-title {
    color: #494949;
    display: block;
    font-size: 22px
}

.main-title.size-24 {
    font-size: 24px
}

.main-title.size-20 {
    font-size: 20px
}

.main-title.size-18 {
    font-size: 18px
}

.main-title.size-16 {
    font-size: 16px
}

.main-title.size-14 {
    font-size: 14px
}

.uppercase {
    text-transform: uppercase
}

.light-gray-bg {
    background: #FBFBFB
}

.simple-link {
    color: #494949;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.simple-link:hover {
    text-decoration: underline;
    color: #FB60BE
}

button {
    border: none
}

a {
    outline: 0;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all 0.15s ease-in-out
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: black
}

a:active {
    color: black;
    text-decoration: none
}

a:focus {
    color: black;
    text-decoration: none
}

.no-l-gutter {
    padding-left: 0
}

.no-r-gutter {
    padding-right: 0
}

.img-responsive {
    min-width: 100%;
    max-width: 100%
}

.max-w-100 {
    max-width: 100%
}

.align-c {
    text-align: center
}

.align-r {
    text-align: right
}

.align-l {
    text-align: left
}

.transition {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.inline-block {
    display: inline-block
}

.block {
    display: block
}

.full-width {
    width: 100%
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.white-bg {
    background: #ffffff
}

.grey-bg {
    background: #dedede
}

.light-grey-bg {
    background: #f8f9fa
}

.margin-r-5 {
    margin-right: 5px
}

.margin-r-10 {
    margin-right: 10px
}

.push-down-0 {
    margin-bottom: 0px
}

.push-down-5 {
    margin-bottom: 5px
}

.push-down-10 {
    margin-bottom: 10px
}

.push-down-15 {
    margin-bottom: 15px
}

.push-down-20 {
    margin-bottom: 20px
}

.push-down-25 {
    margin-bottom: 25px
}

.push-down-30 {
    margin-bottom: 30px
}

.push-down-35 {
    margin-bottom: 35px
}

.push-down-40 {
    margin-bottom: 40px
}

.push-down-45 {
    margin-bottom: 45px
}

.push-down-50 {
    margin-bottom: 50px
}

.push-down-55 {
    margin-bottom: 55px
}

.push-down-60 {
    margin-bottom: 60px
}

.push-down-65 {
    margin-bottom: 65px
}

.push-down-70 {
    margin-bottom: 70px
}

.push-down-75 {
    margin-bottom: 75px
}

.pull-down-main {
    margin-top: 140px
}

.secondary-margin {
    margin: 65px
}

.push-down-secondary {
    margin-bottom: 65px
}

.pull-down-secondary {
    margin-top: 65px
}

.pull-down-0 {
    margin-top: 0px
}

.pull-down-5 {
    margin-top: 5px
}

.pull-down-10 {
    margin-top: 10px
}

.pull-down-15 {
    margin-top: 15px
}

.pull-down-20 {
    margin-top: 20px
}

.pull-down-25 {
    margin-top: 25px
}

.pull-down-30 {
    margin-top: 30px
}

.pull-down-35 {
    margin-top: 35px
}

.pull-down-40 {
    margin-top: 40px
}

.pull-down-45 {
    margin-top: 45px
}

.pull-down-50 {
    margin-top: 50px
}

.pull-down-55 {
    margin-top: 55px
}

.pull-down-60 {
    margin-top: 60px
}

.pull-down-65 {
    margin-top: 65px
}

.pull-down-70 {
    margin-top: 70px
}

.pull-down-75 {
    margin-top: 75px
}

.padding-down-0 {
    padding-top: 0px
}

.padding-down-5 {
    padding-top: 5px
}

.padding-down-10 {
    padding-top: 10px
}

.padding-down-15 {
    padding-top: 15px
}

.padding-down-20 {
    padding-top: 20px
}

.padding-down-25 {
    padding-top: 25px
}

.padding-down-30 {
    padding-top: 30px
}

.padding-down-35 {
    padding-top: 35px
}

.padding-down-40 {
    padding-top: 40px
}

.padding-down-45 {
    padding-top: 45px
}

.padding-down-50 {
    padding-top: 50px
}

.padding-down-55 {
    padding-top: 55px
}

.padding-down-60 {
    padding-top: 60px
}

.padding-down-65 {
    padding-top: 65px
}

.padding-down-70 {
    padding-top: 70px
}

.padding-down-75 {
    padding-top: 75px
}

.inner-t-30 {
    padding-top: 30px
}

.inner-t-20 {
    padding-top: 20px
}

.inner-b-70 {
    padding-bottom: 70px
}

.inner-20 {
    padding: 20px
}

.inner-10 {
    padding: 10px
}

.inner-15 {
    padding: 15px
}

.inner-lr-80 {
    padding-left: 80px;
    padding-right: 80px
}

.inner-lr-60 {
    padding-left: 60px;
    padding-right: 60px
}

.inner-lr-40 {
    padding-left: 40px;
    padding-right: 40px
}

.inner-lr-30 {
    padding-left: 30px;
    padding-right: 30px
}

.inner-lr-20 {
    padding-left: 20px;
    padding-right: 20px
}

.inner-lr-15 {
    padding-left: 15px;
    padding-right: 15px
}

.inner-lr-10 {
    padding-left: 10px;
    padding-right: 10px
}

.inner-lr-5 {
    padding-left: 5px;
    padding-right: 5px
}

.styleguide-holder .used-colors .single-color {
    margin-bottom: 20px
}

.styleguide-holder .used-colors .single-color .sample {
    height: 100px;
    display: block
}

.styleguide-holder .used-colors .single-color span {
    display: block;
    font-size: 14px;
    margin-top: 5px
}

.styleguide-holder .used-colors .single-color strong {
    margin-top: 5px;
    dispaly: block;
    font-size: 16px
}

.styleguide-holder .used-font-styles .single-style {
    margin-bottom: 30px
}

.styleguide-holder .used-font-styles .single-style .sample {
    font-size: 25px
}

.styleguide-holder .used-font-styles .single-style span {
    margin-top: 10px;
    display: block
}

.styleguide-holder .used-font-styles .single-style span small {
    display: block;
    margin-top: 5px
}

.styleguide-holder .code-example {
    white-space: pre-line;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 21px
}

.breadcrumb {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.breadcrumb li {
    position: relative;
    display: inline-block;
    padding-right: 22px;
    color: #acadb0;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px
}

.breadcrumb li:before {
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "●";
    color: #D8D8D8
}

.breadcrumb li:last-of-type {
    margin-right: 0
}

.breadcrumb li:last-of-type:before {
    display: none
}

.breadcrumb li a {
    color: black;
    display: inline-block
}

.carousel-arrows {
    position: relative;
    padding-right: 10px;
    padding-left: 10px
}

.carousel-arrows .carousel-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    z-index: 100;
    opacity: 0.3
}

.carousel-arrows .carousel-arrow.left-arrow {
    left: -10px
}

.carousel-arrows .carousel-arrow.right-arrow {
    right: -10px
}

.carousel-arrows .carousel-arrow.more {
    opacity: 1
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.accordion {
    border-top: 1px solid #D8D8D8
}

.accordion .single-accordion {
    border-bottom: 1px solid #D8D8D8
}

.accordion .single-accordion .accordion-title {
    display: block;
    font-size: 18px;
    position: relative;
    color: #494949;
    font-weight: lighter;
    padding: 15px 31px 15px 15px
}

.accordion .single-accordion .accordion-title:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/arrows/arrow-r-small.svg");
    padding: 10px;
    padding-right: 0
}

.accordion .single-accordion .accordion-title.green {
    color: #000
}

.accordion .single-accordion .accordion-content {
    padding: 10px 15px 20px 15px;
    display: none
}

.accordion .single-accordion.opened .accordion-title {
    font-weight: 700
}

.accordion .single-accordion.opened .accordion-title:before {
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/arrows/arrow-d-small.svg")
}

.accordion.ac-no-arrows .single-accordion .accordion-title:before {
    display: none
}

.accordion.ac-no-arrows .single-accordion.opened .accordion-title:before {
    display: none
}

.accordion.ac-with-icons {
    border-top: 1px solid #F4F4F4
}

.accordion.ac-with-icons .single-accordion {
    border-bottom: 1px solid #F4F4F4
}

.accordion.ac-with-icons .single-accordion .accordion-content {
    margin-left: 33px
}

.accordion.ac-with-icons .single-accordion .accordion-title {
    font-size: 14px;
    padding: 18px 31px 18px 48px
}

.accordion.ac-with-icons .single-accordion .accordion-title .icon {
    max-width: 33px;
    max-height: 33px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px
}

.accordion.ac-no-borders {
    border-top: none
}

.accordion.ac-no-borders .single-accordion {
    border-bottom: none
}

.accordion.ac-big-with-img .single-accordion .accordion-title {
    padding: 15px 31px 15px 100px;
    min-height: 95px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.accordion.ac-big-with-img .single-accordion .accordion-title:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/arrows/arrow-r-big-black.svg");
    padding: 10px;
    padding-right: 0
}

.accordion.ac-big-with-img .single-accordion .accordion-title .image {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px
}

.accordion.ac-big-with-img .single-accordion .accordion-content {
    padding: 15px 15px 20px 15px
}

.accordion.ac-big-with-img .single-accordion.opened .accordion-title:before {
    right: 5px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/arrows/arrow-d-big-black.svg")
}

.accordion.ac-big-with-img.ac-border-bottom {
    border-bottom: 1px solid #F4F4F4;
    border-top: none
}

.accordion.ac-bg-gray {
    background: #FBFBFB
}

.section-title {
    background-color: #313131;
    color: #fff;
    padding: 14px 16px;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px
}

.main-btn {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-weight: 200;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: 400
}

.main-btn:hover {
    color: #FFF
}

.main-btn.flex-btn {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: left
}

.primary-btn {
    background: #FB60BE;
    color: #FFF
}

.primary-btn:hover {
    background: #fa38ae
}

.primary-bordered-btn {
    background: none;
    color: #FB60BE;
    border: 1px solid #FB60BE
}

.primary-bordered-btn:hover {
    color: #FB60BE;
    background: #fff5fb
}

.black-btn {
    background: #313131;
    color: #FFF
}

.black-btn:hover {
    background: #4b4b4b
}

.black-btn:active, .black-btn:focus {
    color: #FFF
}

.green-btn {
    background: #46B426;
    color: #FFF
}

.green-btn:hover {
    background: #41a723
}

.green-btn:active, .green-btn:focus {
    color: #FFF
}

.red-btn {
    background: #c70e0e;
    color: #FFF
}

.red-btn:hover {
    background: #b30e0e
}

.red-btn:active, .red-btn:focus {
    color: #FFF
}

.black-bordered-btn {
    background: none;
    color: black;
    border: 1px solid black
}

.black-bordered-btn:hover {
    color: black;
    background: #fafafa
}

.grey-btn {
    background: #C7C7C7;
    color: #FFF
}

.grey-btn:hover {
    background: #b3b3b3
}

.grey-bordered-btn {
    background: none;
    color: #C7C7C7;
    border: 1px solid #C7C7C7
}

.grey-bordered-btn:hover {
    background: #fafafa;
    color: #b3b3b3
}

.extra-big-btn {
    font-size: 20px;
    padding: 14px 90px
}

.extra-big-btn.full-width {
    width: 100%;
    padding: 14px 20px
}

.big-btn {
    font-size: 20px;
    padding: 14px 60px
}

.big-btn.full-width {
    width: 100%;
    padding: 14px 20px
}

.normal-btn {
    font-size: 18px;
    padding: 13px 30px
}

.normal-btn.full-width {
    width: 100%;
    padding: 13px 15px
}

.small-btn {
    font-size: 14px;
    padding: 9px 20px
}

.small-btn.full-width {
    width: 100%;
    padding: 9px 8px
}

.extra-small-btn {
    font-size: 13px;
    padding: 7px 12px
}

.add-to-cart-btn {
    background: #313131;
    color: #FFF;
    font-weight: 300
}

.add-to-cart-btn:hover {
    background: #4b4b4b
}

.add-to-cart-btn span {
    position: relative;
    padding-left: 22px
}

.add-to-cart-btn span:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/cart.svg");
    width: auto;
    height: 22px
}

.add-to-cart-btn.select-shade {
    background-color: #313131;
    color: #fff;
}

.add-to-cart-btn.select-shade:hover {
    background: #4d4d4d;
    color: #fff
}

.add-to-cart-btn.select-shade span {
    padding-left: 0px
}

.add-to-cart-btn.select-shade span:before {
    content: none
}

.added-to-cart-btn {
    background-color: #fff;
    color: #3eab22;
    position: relative;
    font-weight: 300;
    border: 1px solid #3eab22
}

.added-to-cart-btn:hover {
    color: #fff;
    background-color: #3eab22
}

.added-to-cart-btn span {
    position: relative;
    padding-left: 0px
}

.added-to-cart-btn span:before {
    content: none
}

a.main-btn.added-to-cart-btn.small-btn {
    padding: 4px 7px;
    border-radius: 5px;
    border: 2px solid #3eab22;
    font-weight: 600;
}

a.main-btn.added-to-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.added-to-cart-svg {
    color: #3eab22;
    margin-right: 10px;
    margin-top: -3px;
}

svg.added-to-cart-svg-icon {
    width: 37px;
}

a.main-btn.added-to-cart-btn svg {
    width: 1.425rem;
}

.add-to-cart-btn-container {
    margin-right: 10px;
    flex-grow: 1;
}

.added-to-cart-btn.small-btn span {
    padding-left: 0px
}

.added-to-cart-btn.extra-small-btn span {
    padding-left: 0px
}

.out-of-stock-btn {
    background: #C7C7C7;
    color: #FFF !important;
    font-weight: 300
}

.out-of-stock-btn:hover {
    background: #b3b3b3
}

.out-of-stock-btn span {
    position: relative;
    padding-left: 22px
}

.out-of-stock-btn span:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/out-of-stock-white.svg");
    width: auto;
    height: 22px
}

.out-of-stock-btn.small-btn span {
    padding-left: 20px
}

.out-of-stock-btn.small-btn span:before {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9)
}

.out-of-stock-btn.extra-small-btn span {
    padding-left: 18px
}

.out-of-stock-btn.extra-small-btn span:before {
    -webkit-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8)
}

.btn-arrow-r-white {
    position: relative
}

.btn-arrow-r-white:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/arrows/arrow-r-white.svg");
    width: auto;
    height: 20px
}

.btn-arrow-r-white.extra-big-btn:before {
    right: 15px
}

.btn-arrow-r-white.big-btn:before {
    right: 15px
}

.btn-arrow-r-white.normal-btn:before {
    right: 10px;
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9)
}

.btn-arrow-r-white.small-btn:before {
    right: 5px;
    -webkit-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8)
}

.btn-arrow-r-white.extra-small-btn:before {
    right: 4px;
    -webkit-transform: translateY(-50%) scale(0.7);
    -moz-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    -o-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7)
}

.wishlist-btn {
    background: none;
    color: black;
    font-weight: 300;
    border: 1px solid black
}

.wishlist-btn:hover {
    color: black;
    background: #fafafa
}

.wishlist-btn span {
    position: relative;
    padding-left: 22px
}

.wishlist-btn span:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -8px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/heart-bordered.svg");
    width: auto;
    height: 22px
}

.wishlist-btn.small-btn span {
    padding-left: 20px
}

.wishlist-btn.small-btn span:before {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9)
}

.wishlist-btn.extra-small-btn span {
    padding-left: 18px
}

.wishlist-btn.extra-small-btn span:before {
    -webkit-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8)
}

.wishlist-btn.added-to-wishlist span:before {
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/heart-black.svg")
}

.simple-back-link {
    font-size: 18px;
    color: #494949
}

.simple-back-link a {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    color: #494949
}

.simple-back-link a span {
    border-bottom: 1px solid #494949;
    display: inline-block
}

.simple-back-link a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/arrows/arrow-l-black.svg")
}

.simple-back-link a:hover {
    color: #FB60BE
}

.simple-back-link a:hover span {
    border-bottom: 1px solid #FB60BE
}

.load-more-btn {
    color: black;
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 20px 15px 20px 15px;
    font-weight: 400
}

.load-more-btn span {
    border-bottom: 1px solid black;
    display: inline-block;
    margin-bottom: 10px
}

.load-more-btn img {
    display: block;
    margin: 0 auto
}

.fb-btn, .google-btn {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-weight: 200;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    background: #4167B2;
    padding: 16px 10px 16px 10px;
    width: 100%;
    position: relative;
    letter-spacing: 1px
}

.fb-btn:hover, .google-btn:hover {
    color: #FFF;
    background: #3a5c9f
}

.fb-btn .icon, .google-btn .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px
}

.google-btn {
    background: #DD4B39
}

.google-btn:hover {
    background: #d73925
}

button:hover {
    cursor: pointer
}

.btn-loading .btn-spinner {
    display: block
}

.btn-loading .btn-html {
    display: none
}

.loader .btn-html, .btn-loading .btn-spinner {
    margin: 0px !important;
    padding: 0px !important
}

.btn-spinner {
    width: 100%;
    text-align: center;
    display: none
}

.btn-spinner > div {
    width: 12px;
    height: 12px;
    background-color: #fff;
    padding: 0px !important;
    margin: 0px 3px !important;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.loader-black .btn-spinner > div {
    background-color: #000
}

.btn-spinner .btn-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.btn-spinner .btn-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.form-holder .single-row {
    width: 100%;
    margin-bottom: 12px
}

.form-holder .single-row input {
    width: 100%;
    margin-top: 0
}

.form-holder .single-row label {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #494949;
    margin-bottom: 4px
}

.form-holder .single-row label.error {
    display: block;
    color: red
}

.form-holder .single-row.input-with-icon {
    position: relative
}

.form-holder .single-row.input-with-icon input {
    padding-right: 37px
}

.form-holder .single-row.input-with-icon .input-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    background: none;
    padding: 5px;
    opacity: 0.5
}

.form-holder .single-row .half-width {
    width: 50%
}

.form-holder .single-row.inline-label {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-holder .single-row.inline-label label {
    width: 33%
}

.form-holder .single-row.inline-label label.error {
    width: 100%;
    text-align: right
}

.form-holder .single-row.inline-label input {
    width: 66%
}

.divide-row {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.divide-row .width-25 {
    width: 25%
}

.divide-row .width-75 {
    width: 75%
}

.single-row {
    margin-bottom: 12px
}

.single-row label {
    margin-bottom: 4px
}

.menu-search .single-row {
    margin-bottom: 0
}

.menu-search .single-row input {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 11px 10px 11px
}

.menu-search label {
    height: 0;
    display: none
}

input, textarea {
    position: relative;
    color: #494949;
    border: 1px solid #C7C7C7;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 11px 14px 11px;
    box-shadow: none !important;
    max-width: 100%;
    margin-top: 5px
}

input:invalid, input.error, textarea:invalid, textarea.error {
    border: 1px solid #EF6892;
    background: #fbf5f6;
    background-color: #f8f7f5;
    color: #EF6892
}

input:invalid + .error-input, input.error + .error-input, textarea:invalid + .error-input, textarea.error + .error-input {
    display: block;
    color: #EF6892;
    padding-left: 15px;
    padding-top: 8px;
    font-size: 11px
}

input:invalid:not(.no-red), input.error:not(.no-red), textarea:invalid:not(.no-red), textarea.error:not(.no-red) {
    border: 1px solid #C7C7C7
}

input.white-input, textarea.white-input {
    background: #FFF;
    border: 1px solid #C7C7C7
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #C7C7C7;
    font-size: 16px;
    font-weight: 300
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #C7C7C7;
    font-size: 16px;
    font-weight: 300
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #C7C7C7;
    font-size: 16px;
    font-weight: 300
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #C7C7C7;
    font-size: 16px;
    font-weight: 300
}

input[type="text"], [type="e-mail"], [type="password"] textarea {
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box !important
}

.error {
    color: red;
    font-size: 16px;
    margin-top: 3px
}

.input-error-notification {
    color: red;
    font-size: 12px;
    margin-top: 5px
}

textarea {
    margin-top: 0
}

select {
    width: 100%;
    display: block;
    border-radius: none !important;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid #C7C7C7;
    height: 50px;
    color: #494949
}

.checkbox-holder {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-holder .checkbox-content {
    display: inline-block;
    margin-top: 3px
}

.checkbox-holder .checkbox-content.light-grey {
    color: #A1A0A0
}

.checkbox-holder .checkbox-content.size-12 {
    font-size: 12px;
    line-height: 18px
}

.checkbox-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #979797;
    background-color: #fff
}

.checkbox-holder:hover input ~ .checkmark {
    background-color: rgba(204, 204, 204, 0.3)
}

.checkbox-holder input:checked ~ .checkmark {
    background-color: #FFF;
    border: 1px solid black
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-holder input:checked ~ .checkmark:after {
    display: block
}

.checkbox-holder .checkmark:after {
    left: 5px;
    top: 0px;
    width: 7px;
    height: 13px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.radio-holder {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%
}

.radio-holder:hover input ~ .radio-checkmark {
    background-color: #ccc
}

.radio-holder input:checked ~ .radio-checkmark {
    background-color: black
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-listing {
    margin-left: 0;
    list-style: none
}

.radio-listing li {
    display: block;
    padding: 15px 10px 15px 12px;
    border: 1px solid #C7C7C7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative
}

.radio-listing li label {
    margin-bottom: 0
}

.radio-listing .main-info .icon {
    position: absolute;
    top: 10px;
    right: 5px;
    max-width: 90px
}

.radio-listing .main-info .icon img {
    max-width: 90px
}

body.shop-content-hidden .shop-wrapper {
    display: none
}

body.whole-content-hidden {
    margin: 0 auto 0 auto
}

body.whole-content-hidden header {
    display: none
}

body.whole-content-hidden .shop-wrapper {
    display: none
}

body.header-hidden {
    margin-top: 0;
    margin: 0px auto 0 auto
}

body.header-hidden header {
    display: none
}

body.footer-hidden footer {
    display: none
}

body.overlay-black-bg {
    position: relative;
    overflow: hidden
}

body.overlay-black-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(51, 51, 51, 0.8);
    z-index: 101
}

header .header-holder {
    padding-bottom: 10px;
    padding-top: 20px;
}

header.homepage .header-holder {
    border-bottom: none
}

.header-top-line ul {
    list-style: none;
    margin-left: 0;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0
}

.header-top-line ul li {
    margin-bottom: 0;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 30px
}

.header-top-line ul li:last-of-type {
    margin-right: 0
}

.header-top-line ul li .info {
    margin-right: 8px
}

.header-top-line ul li .info strong {
    display: block;
    margin-bottom: 3px
}

.header-top-line ul li .info strong a {
    color: black
}

.header-top-line ul li .info a {
    color: black
}

.header-top-line ul li .icon {
    padding-left: 5px;
    position: relative
}

.header-top-line ul li .icon .number-of-added-products {
    position: absolute;
    top: -5px;
    right: -10px;
    content: "";
    background: #313131;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center
}

.header-top-line ul li.menu-cart {
    position: relative
}

.header-top-line ul li.menu-cart:after {
    position: absolute;
    bottom: -25px;
    width: 100%;
    height: 55px;
    background: transparent;
    content: "";
    z-index: 120
}

.header-top-line ul li.menu-cart:hover .cart-drop-down {
    display: block
}

.navigation-holder nav {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.navigation-holder nav li {
    position: relative;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
}

input#menu-search:focus {

}

.navigation-holder nav li.discount-link-1 {

}

.navigation-holder nav li:first-of-type {
    padding-left: 0;
}

.navigation-holder nav li:first-of-type:before {
    display: none
}

.navigation-holder nav li:first-of-type a {
    padding-left: 0
}

.navigation-holder nav li a {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    color: black;
    padding: 10px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.navigation-holder nav li a span {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    display: inline-block
}

.navigation-holder nav li a:hover {
    color: #FB60BE
}

.navigation-holder nav li .submenu-holder {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FCFBFA;
    border: 1px solid #D8D8D8;
    padding: 15px 15px;
    z-index: 99999;
    min-width: 188px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.navigation-holder nav li .submenu-holder ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.navigation-holder nav li .submenu-holder ul li {
    display: block;
    padding-left: 0
}

.navigation-holder nav li .submenu-holder ul li:before {
    display: none
}

.navigation-holder nav li .submenu-holder ul li a {
    font-weight: 300;
    text-transform: none;
    padding: 4px 0px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.navigation-holder nav li.has-submenu:hover a {
    color: #FB60BE
}

.navigation-holder nav li.has-submenu:hover a span {
    border-bottom: 7px solid #D8D8D8
}

.navigation-holder nav li.has-submenu:hover .submenu-holder ul li a {
    color: black
}

.navigation-holder nav li.has-submenu:hover .submenu-holder ul li a:hover {
    color: #FB60BE
}

.navigation-holder nav li:hover a span {
    border-bottom: 7px solid transparent
}

.navigation-holder nav li:hover .submenu-holder {
    display: block
}

.navigation-holder nav li.discount-link-0 {
    background-color: #FB60BE
}

.navigation-holder nav li.discount-link-0 a {
    color: #ffffff
}

.navigation-holder nav li.discount-link-0:hover {
    background-color: #ff72c8
}

.navigation-holder nav li.discount-link-1 {
    background-color: #ec63a3;
}

.navigation-holder nav li.discount-link-1 a {
    color: #ffffff
}

.navigation-holder nav li.discount-link-1:hover {
    background-color: #f76bb4;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-holder nav {
        margin-bottom: 10px;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navigation-holder nav li {
        padding-left: 8px;
        padding-right: 2px
    }

    .navigation-holder nav li a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px
    }
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(51, 51, 51, 0.8);
    z-index: 150
}

.page-loader .page-loader-svg {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.relative {
    position: relative
}

.height-450 {
    height: 450px
}

.notification-bar {
    background-color: #313131;
    padding-top: 16px;
    padding-bottom: 16px
}

.notification-bar a {
    display: block;
    font-size: 16px;
    color: #fff
}

.notification-bar a:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.notification-bar .container {
    background-color: #313131
}

.exposed-notiffication {
    background: #CFFFF4;
    padding: 17px 10px;
    font-size: 20px
}

.exposed-notiffication .icon {
    margin-right: 5px;
    margin-top: -3px
}

.exposed-banners-holder {
    margin-bottom: 0px !important;
    max-height: 440px;
    overflow: hidden
}

.exposed-banners-holder .single-banner {
    display: block;
    width: 100%;
    min-height: 160px;
    position: relative
}

.exposed-banners-holder .single-banner img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    dispaly: block
}

.exposed-categories-links {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.exposed-categories-links li {
    width: 100%;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px
}

.exposed-categories-links li a {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #494949;
    display: block;
    height: 215px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.exposed-categories-links li:hover a {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.exposed-categories-links li:last-of-type {
    margin-bottom: 0
}

.exposed-categories-links-1 {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.exposed-categories-links-1 li {
    display: block;
    margin-bottom: 0;
    overflow: hidden
}

.exposed-categories-links-1 li a {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #494949;
    display: block;
    padding: 30px 10px;
    background: #D8D8D8;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.exposed-categories-links-1 li:hover a {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.main-categories-listing ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.main-categories-listing ul li {
    display: block;
    margin-bottom: 10px
}

.main-categories-listing ul li a {
    background: #F8F9FA;
    font-size: 18px;
    color: #494949;
    display: block;
    padding: 12px 10px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.main-categories-listing ul li a:hover {
    background: #eff1f4
}

.landing-page-categories-listing ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.landing-page-categories-listing ul li {
    display: block;
    margin-bottom: 5px
}

.landing-page-categories-listing ul li a {
    background: #F8F9FA;
    font-size: 14px;
    color: #494949;
    display: block;
    padding: 10px 10px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.landing-page-categories-listing ul li a:hover {
    background: #eff1f4
}

.carousel-brands-listing {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 15px 10px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.carousel-brands-listing li a img {
    dispaly: block;
    max-height: 140px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px auto
}

.home-brands-listing {
    display: block
}

.instagram-holder {
    padding: 25px 0px
}

.insta-photos-listing {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow-x: hidden
}

.insta-photos-listing .single {
    border: 1px solid #FFF;
    position: relative
}

.insta-photos-listing .single .username-holder {
    background: rgba(248, 249, 250, 0.8);
    color: #494949;
    font-size: 14px;
    padding: 8px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.insta-photos-listing .single:hover .username-holder {
    opacity: 1
}

aside ul.categories-listing {
    margin-left: 0;
    list-style: none;
    color: #494949;
    margin-top: -3px
}

aside ul.categories-listing li {
    font-size: 18px;
    display: block;
    margin-bottom: 2px
}

aside ul.categories-listing li a {
    display: block;
    position: relative;
    padding: 4px 5px 4px 20px;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #494949;
    line-height: 25px
}

aside ul.categories-listing li a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -0px;
    left: 4px;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/arrows/arrow-r-small.svg");
    width: auto;
    height: auto
}

aside ul.categories-listing li a:hover {
    color: #FB60BE
}

aside ul.categories-listing li.selected a {
    font-weight: 800
}

aside ul.categories-listing li.opened a {
    font-weight: bold;
    display: block;
    position: relative;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

aside ul.categories-listing li.opened a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -3px;
    left: 0;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/arrows/arrow-d-small.svg");
    width: auto;
    height: auto
}

aside ul.categories-listing li.opened a:hover {
    color: #FB60BE
}

aside ul.categories-listing li .sub-categories {
    margin-left: 20px
}

aside ul.categories-listing li .sub-categories li {
    margin-bottom: 0
}

aside ul.categories-listing li .sub-categories li a {
    padding: 2px 5px 2px 5px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal
}

aside ul.categories-listing li .sub-categories li a.selected {
    background: #F4F4F4;
    font-weight: 800
}

aside ul.categories-listing li .sub-categories li a:before {
    display: none
}

aside ul.categories-listing li .sub-categories li a:hover {
    color: #494949;
    background: rgba(244, 244, 244, 0.8)
}

aside .aside-thumb {
    border: 1px solid #C7C7C7;
    width: 170px;
    height: 170px;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    margin-bottom: 15px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    overfflow: hidden
}

aside .aside-thumb .title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 200
}

@media (min-width: 768px) and (max-width: 991px) {
    aside ul.categories-listing li {
        font-size: 16px
    }

    aside ul.categories-listing li a {
        padding: 5px 5px 5px 20px
    }

    aside ul.categories-listing li .sub-categories {
        margin-left: 20px
    }

    aside ul.categories-listing li .sub-categories li a {
        font-size: 14px
    }

    aside .aside-thumb .title {
        font-size: 18px
    }
}

.pagination ul {
    list-style: none;
    margin-left: 0;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pagination ul li {
    display: inline-block;
    border-right: 1px solid black;
    padding: 0;
    margin-left: -4px;
    border-top: 1px solid black;
    border-bottom: 1px solid black
}

.pagination ul li:first-of-type {
    border-left: 1px solid black
}

.pagination ul li a {
    font-size: 17px;
    padding: 13px 25px;
    display: block;
    color: black
}

.pagination ul li a:hover {
    background: rgba(0, 0, 0, 0.02)
}

.open-product-holder .op-name {
    font-size: 24px;
    display: block;
    font-weight: 800;
    color: black
}

.open-product-holder .op-brand {
    margin-top: 15px;
    display: block;
    color: black
}

.open-product-holder .op-brand span {
    display: inline-block;
    text-decoration: underline
}

.open-product-holder .op-img-holder {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px
}

.open-product-holder .op-img-holder .slick-slide {
    margin: 0 auto;
    text-align: center
}

.open-product-holder .op-img-holder .slick-slide picture {
    max-width: 100%;
    margin: 0 auto
}

.open-product-holder .op-img-holder .slick-slide img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 600px
}

.open-product-holder .op-img-holder .product-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    z-index: 9
}

.open-product-holder .op-img-holder .op-tags {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    margin-left: 0
}

.open-product-holder .op-img-holder .op-tags .ribbon {
    font-size: 14px;
    position: relative;
    background: #EB64A1;
    color: #fff;
    text-align: center;
    padding: 7px 5px 7px 10px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: lighter;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-bottom: 3px
}

.open-product-holder .op-img-holder .op-tags .ribbon:before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    border: 16px solid white;
    z-index: -1;
    right: -26px;
    border-left-width: 10px;
    border-right-color: transparent
}

.open-product-holder .op-img-holder .op-tags .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    border: 0.95rem solid #EB64A1;
    z-index: -1;
    right: -23px;
    border-left-width: 10px;
    border-right-color: transparent
}

.open-product-holder .op-img-holder .op-tags .ribbon.black-ribbon {
    background: black
}

.open-product-holder .op-img-holder .op-tags .ribbon.black-ribbon:after {
    border: 15px solid black;
    border-right-color: transparent
}

.open-product-holder .op-thumbs {
    margin-top: 14px;
    height: 64px
}

.open-product-holder .op-thumbs .slick-current .img-holder {
    border: 1px solid #bfbfbf
}

.open-product-holder .op-thumbs .img-holder {
    width: 62px;
    height: 62px;
    text-align: center;
    border: 1px solid #F4F4F4
}

.open-product-holder .op-thumbs .img-holder img {
    max-height: 60px;
    max-width: 60px;
    display: inline
}

.open-product-holder .op-thumbs .img-holder img:hover {
    cursor: pointer
}

.open-product-holder .op-price-offer {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.open-product-holder .op-price-offer .price {
    text-align: center;
    margin-right: 10px
}

.open-product-holder .op-price-offer .price span {
    color: black;
    font-weight: 900;
    font-size: 28px
}

.open-product-holder .op-price-offer .price .special-price {
    color: black;
    font-size: 28px;
    display: block;
    font-weight: 900
}

.open-product-holder .op-price-offer .price .vip-price {
    color: #000;
    font-size: 28px;
    display: block;
    font-weight: 900
}

.open-product-holder .op-price-offer .price .old-price {
    border-bottom: 2px solid #000;
    line-height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: lighter
}

.open-product-holder .op-price-offer .discount {
    font-size: 20px;
    color: #FFF;
    background: #313131;
    font-weight: bold;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center
}
.open-product-holder .op-price-offer .vip_percent {
    font-size: 20px;
    color: #FFF;
    background: #D4AF37;
    font-weight: bold;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.open-product-holder .gift-set-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px
}

.open-product-holder .accordion-content a {
    text-decoration: underline
}

.open-product-holder .accordion-content p {
    margin-bottom: 1.6em
}

.op-color-options ul.color-listing {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 10px
}

.op-color-options ul.color-listing li {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.op-color-options ul.color-listing li a {
    display: block
}

.op-color-options ul.color-listing li a .hexagon {
    position: relative;
    width: 50px;
    height: 28.87px;
    margin: 15.43px 0;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 0.5px transparent
}

.op-color-options ul.color-listing li a .hexagon:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 50.0000px;
    height: 28.8675px;
    z-index: 2;
    background: inherit
}

.op-color-options ul.color-listing li a .hexagon .hex-top, .op-color-options ul.color-listing li a .hexagon .hex-bottom {
    position: absolute;
    z-index: 1;
    width: 35.36px;
    height: 35.36px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 7.32px
}

.op-color-options ul.color-listing li a .hexagon .hex-top:after, .op-color-options ul.color-listing li a .hexagon .hex-bottom:after {
    content: "";
    position: absolute;
    width: 50.0000px;
    height: 28.86751345948129px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit
}

.op-color-options ul.color-listing li a .hexagon .hex-top {
    top: -17.6777px
}

.op-color-options ul.color-listing li a .hexagon .hex-top:after {
    background-position: center top
}

.op-color-options ul.color-listing li a .hexagon .hex-bottom {
    bottom: -17.6777px
}

.op-color-options ul.color-listing li a .hexagon .hex-bottom:after {
    background-position: center bottom
}

.op-color-options ul.color-listing li .hexagon.out-of-stock:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    right: 0;
    border-top: 2px solid;
    border-color: #ffffff;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    z-index: 99999999;
    outline: none;
    box-shadow: 0 0 8px #d0d0d0
}

.op-color-options ul.color-listing li.selected a {
    transform: scale(1.25);
    margin-left: 7px;
    margin-right: 7px
}

.selected-color-option {
    padding: 3px 10px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #C7C7C7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #494949
}

.selected-color-option .color .hexagon {
    position: relative;
    width: 50px;
    height: 28.87px;
    margin: 14.43px 0;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 0.5px transparent;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

.selected-color-option .color .hexagon:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 50.0000px;
    height: 28.8675px;
    z-index: 2;
    background: inherit
}

.selected-color-option .color .hexagon .hex-top, .selected-color-option .color .hexagon .hex-bottom {
    position: absolute;
    z-index: 1;
    width: 35.36px;
    height: 35.36px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 7.32px
}

.selected-color-option .color .hexagon .hex-top:after, .selected-color-option .color .hexagon .hex-bottom:after {
    content: "";
    position: absolute;
    width: 50.0000px;
    height: 28.86751345948129px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit
}

.selected-color-option .color .hexagon .hex-top {
    top: -17.6777px
}

.selected-color-option .color .hexagon .hex-top:after {
    background-position: center top
}

.selected-color-option .color .hexagon .hex-bottom {
    bottom: -17.6777px
}

.selected-color-option .color .hexagon .hex-bottom:after {
    background-position: center bottom
}

.selected-color-option .color-name {
    padding-left: 12px;
    padding-right: 8px
}

.selected-color-option .color-name strong {
    display: block
}

.selected-color-option .all-options {
    margin-left: auto
}

.exposed-info {
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    padding: 25px 15px 25px 15px;
    color: #494949
}

.exposed-info .top-content {
    font-size: 18px;
    display: block
}

.exposed-info .top-content img {
    margin-right: 5px;
    display: inline-block
}

.exposed-info span {
    display: block;
    margin-top: 5px;
    text-align: left;
    padding-left: 69px;
    line-height: 20px
}

.badges-listing {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0
}

.badges-listing li {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 12px
}

.badges-listing li img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px
}

.badges-listing li span {
    font-size: 14px;
    font-weight: lighter
}

.products-listing-holder {
    position: relative;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-listing-holder .single-product-no-borders {
    margin: 0 15px 25px 15px;
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px)
}

.products-listing-holder .single-product-no-borders.full-width {
    width: 100%;
    text-align: center
}

.products-listing-holder .single-product-no-borders.no-t-border {
    border-top: none
}

.products-listing-holder .single-product-no-borders .product-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 60px
}

.products-listing-holder.overflow {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
}

.products-listing-holder.overflow.disabled {
    overflow-x: hidden
}

.products-listing-holder.overflow.last-seen .single-product-no-borders, .products-listing-holder.overflow.last-seen .single-product-bordered {
    min-width: 46vw;
    max-width: 46vw;
    margin-right: 6px
}

.products-listing-holder.overflow .single-product-no-borders, .products-listing-holder.overflow .single-product-bordered {
    min-width: 220px;
    max-width: 220px;
    margin-right: 5px
}

.products-listing-holder.two-products-in-row {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 6px;
    padding-left: 6px
}

.products-listing-holder.two-products-in-row .single-product-no-borders, .products-listing-holder.two-products-in-row .single-product-bordered {
    width: 49%
}

.products-listing-holder.three-products-in-row {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 6px;
    padding-left: 6px
}

.products-listing-holder.three-products-in-row .single-product-no-borders, .products-listing-holder.three-products-in-row .single-product-bordered {
    width: 32.5%
}

.products-listing-holder .show-more-products-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    z-index: 50
}

.products-listing-holder .show-more-products-btn:after {
    width: 120px;
    height: 120px;
    background: #F4F4F4;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: -1
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-listing-holder .single-product-no-borders {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }
}

.single-product-no-borders {
    display: block;
    padding-top: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding-bottom: 55px
}

.single-product-no-borders.no-bottom-inner {
    padding-bottom: 0
}

.single-product-no-borders .remove-sp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding-top: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.single-product-no-borders .remove-sp:hover {
    opacity: 0.7
}

.sp-easter-egg-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    width: 100%;
    z-index: 3;
}

.sp-easter-egg-product {
    width: 130px;
}

.single-product-no-borders .sp-img {
    position: relative;
    margin: 0 auto;
    min-height: 230px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product-no-borders .sp-img img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 230px;
    margin: 0 auto;
    display: block
}

.single-product-no-borders .sp-img picture img {
    height: 230px;
}

.single-product-no-borders .sp-img .sp-out-of-stock {
    position: absolute;
    z-index: 79;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: bold;
    color: #494949;
    display: block;
    text-align: center;
    padding-top: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 3px 0px 6px #fff
}

.single-product-no-borders .sp-img .sp-out-of-stock:hover {
    color: #FB60BE
}

.single-product-no-borders.with-bottom-btn {
    padding-bottom: 100px
}

.single-product-no-borders.with-bottom-btn .sp-info .sp-price-holder {
    bottom: 45px
}

.single-product-no-borders .sp-additional-colors {
    list-style: none;
    display: inline-block;
    width: 100%;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 2px
}

.single-product-no-borders .sp-additional-colors li {
    display: inline-block;
    margin-right: 7px
}

.single-product-no-borders .sp-additional-colors li:last-of-type {
    margin-right: 0
}

.single-product-no-borders .sp-additional-colors li.more-products {
    margin-top: 1px
}

.single-product-no-borders .sp-additional-colors li.more-products span {
    font-size: 13px
}

.single-product-no-borders .sp-additional-colors li .hexagon {
    position: relative;
    width: 17px;
    height: 9.81px;
    margin: 4.91px 0;
    background-size: cover;
    background-position: center
}

.single-product-no-borders .sp-additional-colors li .hexagon:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 17.0000px;
    height: 9.8150px;
    z-index: 2;
    background: inherit
}

.single-product-no-borders .sp-additional-colors li .hexagon .hex-top, .single-product-no-borders .sp-additional-colors li .hexagon .hex-bottom {
    position: absolute;
    z-index: 1;
    width: 12.02px;
    height: 12.02px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 2.49px
}

.single-product-no-borders .sp-additional-colors li .hexagon .hex-top:after, .single-product-no-borders .sp-additional-colors li .hexagon .hex-bottom:after {
    content: "";
    position: absolute;
    width: 17.0000px;
    height: 9.814954576223638px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-11.547px);
    -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-11.547px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-11.547px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit
}

.single-product-no-borders .sp-additional-colors li .hexagon .hex-top {
    top: -6.0104px
}

.single-product-no-borders .sp-additional-colors li .hexagon .hex-top:after {
    background-position: center top
}

.single-product-no-borders .sp-additional-colors li .hexagon .hex-bottom {
    bottom: -6.0104px
}

.single-product-no-borders .sp-additional-colors li .hexagon .hex-bottom:after {
    background-position: center bottom
}

.single-product-no-borders .sp-info {
    text-align: center;
    margin: 6px auto 0 auto;
    max-width: 250px
}

.single-product-no-borders .sp-info .sp-brand {
    display: block;
    color: #494949;
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: bold
}

.single-product-no-borders .sp-info .sp-title {
    display: block;
    color: #494949;
    font-size: 14px;
    line-height: 19px;
    font-weight: lighter
}

.single-product-no-borders .sp-info .sp-price-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.single-product-no-borders .sp-info .sp-price-holder .price {
    text-align: center;
    margin-right: 10px
}

.single-product-no-borders .sp-info .sp-price-holder .price span {
    display: inline-block;
    color: black;
    font-size: 18px;
    font-weight: 900
}

.single-product-no-borders .sp-info .sp-price-holder .price .price-euro {
    display: inline-block;
    color: #494949;
    font-size: 14px;
    font-weight: 500
}

.single-product-no-borders .sp-info .sp-price-holder .price .old-price {
    line-height: 0px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #919191;
    margin-top: 12px;
    font-weight: 500;
    text-decoration: line-through;
}

.single-product-no-borders .sp-info .sp-price-holder .price .special-price {
    display: block;
    font-size: 18px;
    font-weight: 900;
    float: left;
    color: #FB60BE
}

.single-product-no-borders .sp-info .sp-price-holder .price .vip-price {
    display: block;
    font-size: 18px;
    font-weight: 900;
    float: left;
    color: #000;
}

.single-product-no-borders .sp-info .sp-price-holder .discount {
    font-size: 14px;
    color: #FFF;
    background: #313131;
    font-weight: bold;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.single-product-no-borders .sp-info .sp-price-holder .vip_percent {
    font-size: 12px;
    color: #FFF;
    background: #D4AF37;
    font-weight: bold;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* border-radius: 21px; */
    width: 45px;
    height: 45px;
    line-height: 1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-product-no-borders .sp-info .sp-price-holder.relative {
    position: relative;
    text-align: center
}

.single-product-no-borders .sp-info .sp-add-to-cart-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.single-product-no-borders .sp-info.gift-set-holder .sp-price-holder {
    margin-top: 0px;
    margin-bottom: 4px
}

.single-product-no-borders .gift-set-title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px
}

.single-product-no-borders .sp-bubble-label {
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 10px;
    line-height: 14px;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    background: black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: bold
}

.single-product-no-borders .sp-bubble-label.discount-label {
    color: white;
    background: #FB60BE;
    font-size: 15px
}

.single-product-no-borders .sp-bubble-label.top-choice-label {
    background: #EB64A1
}

.single-product-no-borders .sp-bubble-label.new-label {
    background: black
}

.single-product-no-borders .sp-labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0
}

.single-product-no-borders .sp-labels li {
    color: #FFF;
    font-size: 11px;
    letter-spacing: 0.8px;
    font-weight: lighter;
    text-transform: uppercase;
    width: auto;
    padding: 7px 3px 7px 15px;
    text-align: center;
    height: 24px;
    background: #FB60BE;
    display: inline-block;
    position: relative;
    margin-left: -5px
}

.single-product-no-borders .sp-labels li:first-of-type {
    margin-left: 0;
    padding: 7px 3px 7px 10px
}

.single-product-no-borders .sp-labels li:before {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 15px 0 0;
    border-color: #FB60BE transparent transparent transparent
}

.single-product-no-borders .sp-labels li.discount-label {
    background: #FF0000;
    z-index: 90
}

.single-product-no-borders .sp-labels li.discount-label:before {
    border-color: #FF0000 transparent transparent transparent
}

.single-product-no-borders .sp-labels li.top-choice-label {
    background: #EB64A1;
    z-index: 80
}

.single-product-no-borders .sp-labels li.top-choice-label:before {
    border-color: #EB64A1 transparent transparent transparent
}

.single-product-no-borders .sp-labels li.new-label {
    background: black;
    z-index: 90
}

.single-product-no-borders .sp-labels li.new-label:before {
    border-color: #000000 transparent transparent transparent
}

.out-of-stock-notification {
    border: 1px solid #F4F4F4;
    padding: 20px
}

.filter-bar {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filter-bar ul.main-options {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    width: 40%;
    margin-bottom: 0;
    margin-left: 0
}

.filter-bar ul.main-options li {
    margin-bottom: 0
}

.filter-bar ul.main-options li a {
    font-size: 14px;
    display: block;
    color: black;
    padding: 15px 13px;
    position: relative
}

.filter-bar ul.main-options li a.selected {
    font-weight: 900
}

.filter-bar ul.main-options li a.selected:hover {
    color: black
}

.filter-bar ul.main-options li a:hover {
    color: #FB60BE
}

.filter-options ul {
    margin-bottom: 0;
    margin-left: 0
}

.filter-options ul li {
    display: inline-block;
    margin-left: 18px;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    margin-bottom: 0;
    position: relative
}

.filter-options ul li:first-of-type {
    margin-left: 0
}

.filter-options ul li a {
    display: inline-block;
    padding: 4px 8px;
    border-bottom: 1px solid #D8D8D8;
    color: black
}

.filter-options ul li a div {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.filter-options ul li a div span {
    display: inline-block
}

.filter-options ul li a div img {
    display: inline-block;
    margin-left: 5px
}

.filter-options ul li .filter-options-listing {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    margin-top: 7px;
    background: #FCFBFA;
    border: 1px solid #D8D8D8;
    padding: 15px 10px;
    z-index: 200;
    min-width: 220px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.filter-options ul li .filter-options-listing ul {
    list-style: none;
    margin-left: 0;
    display: block;
    max-height: 360px;
    padding-bottom: 30px;
    overflow-y: scroll
}

.filter-options ul li .filter-options-listing ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
    border-bottom: none
}

.filter-options ul li .filter-options-listing ul li:last-of-type {
    margin-bottom: 0
}

.filter-options ul li .filter-options-listing .bottom-gradient-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #f4f4f4 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f4f4f4', GradientType=0);
    pointer-events: none
}

.filter-options ul li .filter-options-listing.color-filter li {
    margin-bottom: 9px
}

.filter-options ul li .filter-options-listing.color-filter li .checkbox-holder {
    font-size: 14px;
    display: block;
    position: relative;
    padding-right: 35px
}

.filter-options ul li .filter-options-listing.color-filter li .checkbox-holder .checkbox-content span.color-box {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    border: 1px solid #C7C7C7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.filter-options ul li .filter-options-listing .show-all {
    width: 100%;
    background: #FCFBFA
}

.filter-options ul li .filter-options-listing .show-all a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 0px 3px 0px;
    color: black;
    border-bottom: 1px solid black
}

.filter-options ul li .filter-options-listing .show-all a:hover {
    color: #FB60BE;
    border-bottom: 1px solid #FB60BE
}

.filter-options ul li.checkbox-option {
    border-bottom: 1px solid #D8D8D8;
    padding: 4px 8px
}

.filter-options ul li.checkbox-option:hover {
    border-bottom: 1px solid #D8D8D8
}

.filter-options ul li.submit-filter .submit-filter-btn {
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    background: #C7C7C7;
    color: #FFF;
    border-radius: 4px;
    pointer-events: none
}

.filter-options ul li.submit-filter .submit-filter-btn.active {
    background: black;
    pointer-events: initial;
    cursor: pointer
}

.filter-options ul li.submit-filter:hover {
    border-bottom: 7px solid transparent
}

.filter-options ul li:hover {
    border-bottom: 7px solid #D8D8D8
}

.filter-options ul li:hover .filter-options-listing {
    display: block
}

@media (min-width: 768px) and (max-width: 991px) {
    .filter-options ul li {
        margin-left: 10px
    }

    .filter-options ul li a {
        padding: 4px 4px;
        font-size: 12px
    }

    .filter-options ul li a div img {
        display: inline-block;
        margin-left: 3px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6)
    }
}

.filter-tags-selection input {
    display: none
}

.filter-tags-selection .selected-tags, .filter-tags-selection .unselected-tags {
    background: #f4f4f4;
    padding: 8px 10px 8px 10px
}

.filter-tags-selection .selected-tags ul, .filter-tags-selection .unselected-tags ul {
    margin-bottom: 0;
    margin-left: 0
}

.filter-tags-selection .selected-tags ul li, .filter-tags-selection .unselected-tags ul li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 2px
}

.filter-tags-selection .selected-tags ul li:last-of-type, .filter-tags-selection .unselected-tags ul li:last-of-type {
    margin-right: 0
}

.filter-tags-selection .selected-tags ul li a, .filter-tags-selection .unselected-tags ul li a {
    color: black;
    font-size: 14px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C7C7C7;
    padding: 6px 12px;
    background: #ebebeb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.filter-tags-selection .selected-tags ul li a span, .filter-tags-selection .unselected-tags ul li a span {
    color: #aaaaaa;
    dispaly: inline-block;
    margin-left: 5px
}

.filter-tags-selection .selected-tags ul li a:hover, .filter-tags-selection .unselected-tags ul li a:hover {
    border: 1px solid #949494
}

.filter-tags-selection .unselected-tags {
    display: none;
    background: #FFFFFF
}

.filter-tags-selection .unselected-tags ul li a {
    background: #FFF;
    padding: 6px 10px
}

.sorting-options {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.sorting-options .num-products {
    font-size: 15px;
    margin-right: 20px
}

.sorting-options .sort-by-filter {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.sorting-options .sort-by-filter span {
    font-size: 14px;
    display: block;
    margin-right: 8px;
    white-space: nowrap
}

.sorting-options .sort-by-filter select {
    display: block;
    height: 35px
}

.color-options-overlay {
    position: fixed;
    top: 0;
    right: 0;
    background: #FFF;
    padding-bottom: 60px;
    z-index: 150;
    overflow-y: scroll;
    border-left: 1px solid rgba(51, 51, 51, 0.2);
    height: 100%;
    min-width: 430px
}

.color-options-overlay .js-close-overlay {
    position: fixed;
    right: 36px;
    background: #fff
}

.color-options-overlay .top-bar {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px
}

.color-options-overlay .top-bar.become-sticky {
    background: rgba(242, 242, 242, 0.2)
}

.color-options-overlay ul.color-listing {
    list-style: none;
    margin-left: 0
}

.color-options-overlay ul.color-listing li {
    padding: 5px 10px;
    border: 1px solid transparent
}

.color-options-overlay ul.color-listing li:hover {
    background: rgba(242, 242, 242, 0.4)
}

.color-options-overlay ul.color-listing li a {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #494949
}

.color-options-overlay ul.color-listing li a .color {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.color-options-overlay ul.color-listing li a .color .hexagon {
    position: relative;
    width: 50px;
    height: 28.87px;
    margin: 14.43px 0;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 0.5px transparent;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

.color-options-overlay ul.color-listing li a .color .hexagon:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 50.0000px;
    height: 28.8675px;
    z-index: 2;
    background: inherit
}

.color-options-overlay ul.color-listing li a .color .hexagon .hex-top, .color-options-overlay ul.color-listing li a .color .hexagon .hex-bottom {
    position: absolute;
    z-index: 1;
    width: 35.36px;
    height: 35.36px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 7.32px
}

.color-options-overlay ul.color-listing li a .color .hexagon .hex-top:after, .color-options-overlay ul.color-listing li a .color .hexagon .hex-bottom:after {
    content: "";
    position: absolute;
    width: 50.0000px;
    height: 28.86751345948129px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit
}

.color-options-overlay ul.color-listing li a .color .hexagon .hex-top {
    top: -17.6777px
}

.color-options-overlay ul.color-listing li a .color .hexagon .hex-top:after {
    background-position: center top
}

.color-options-overlay ul.color-listing li a .color .hexagon .hex-bottom {
    bottom: -17.6777px
}

.color-options-overlay ul.color-listing li a .color .hexagon .hex-bottom:after {
    background-position: center bottom
}

.color-options-overlay ul.color-listing li a .additional-info {
    margin-left: 12px;
    font-size: 12px
}

.color-options-overlay ul.color-listing li a .additional-info .price {
    display: block;
    margin-top: 8px;
    font-size: 13px
}

.color-options-overlay ul.color-listing li a .additional-info .price .old-price {
    border-bottom: 1px solid #000;
    line-height: 0px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px
}

.color-options-overlay ul.color-listing li a .additional-info .price strong {
    color: #FB60BE
}

.color-options-overlay ul.color-listing li a .additional-info .price span {
    font-weight: bold
}

.color-options-overlay ul.color-listing li.selected {
    border: 1px solid #F2F2F2;
    background: rgba(242, 242, 242, 0.9)
}

.color-options-overlay ul.color-listing li.selected:hover .color {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.color-options-overlay ul.color-listing li.out-of-stock a .color {
    opacity: 0.4
}

.color-options-overlay ul.color-listing li.out-of-stock a .additional-info {
    opacity: 0.5
}

.color-options-overlay ul.color-listing li.out-of-stock a .additional-info .no-stock {
    color: red;
    dispaly: block;
    margin-top: 4px
}

.color-options-overlay ul.color-listing li.out-of-stock:hover .color {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.color-options-overlay ul.color-listing li:hover .color {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.overlay-visible-back {
    background: #FFF;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    margin-left: 50px;
    min-height: 100vh;
    height: 100%;
    position: relative
}

.overlay-visible-back .overlay-close-btn {
    position: absolute;
    top: 5px;
    left: -47px;
    width: 42px;
    height: 42px;
    padding: 5px
}

.added-products .top-notification {
    font-size: 13px;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10px
}

.added-products .top-notification strong {
    display: block;
    margin-bottom: 5px
}

.added-products .bottom-notification {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 15px 10px
}

.added-products .bottom-notification .icon {
    margin-right: 3px;
    margin-left: 3px
}

.added-products .bottom-notification.pink-bg {
    background: #FDE5F3
}

.added-products .products-listing {
    padding-right: 10px;
    padding-left: 10px
}

.added-products .products-listing .single-product {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.added-products .products-listing .single-product .product-title {
    width: 75%;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px
}

.added-products .products-listing .single-product .product-image {
    width: 25%;
    text-align: right
}

.added-products .products-listing .single-product .product-image img {
    padding: 3px;
    max-width: 100px;
    max-height: 100px
}

.cart-products .single-cp {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px 8px 10px 8px;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    min-height: 90px
}

.cart-products .single-cp .cp-img {
    min-width: 80px;
    width: 80px;
    margin-right: 8px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cart-products .single-cp .cp-img img {
    max-height: 80px;
    max-width: 80px;
    vertical-align: middle;
    margin: 0 auto;
    display: block
}

.cart-products .single-cp .cp-info {
    width: 100%;
    padding: 15px;
    line-height: 1.25rem;
}

.cart-products .single-cp .cp-info .cp-title {
    font-size: 14px;
    line-height: 19px;
    max-width: 80%
}

.cart-products .single-cp .cp-info .cp-title a {
    color: black;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.cart-products .single-cp .cp-info .cp-title a:hover {
    opacity: 0.8
}

.cart-products .single-cp .cp-info .cp-quantity {
    margin-top: 15px
}

.cart-products .single-cp .cp-info .cp-quantity .quantity-btn {
    padding: 0px 2px;
    display: inline-block
}

.cart-products .single-cp .cp-info .cp-quantity .number {
    font-size: 12px;
    border: 1px solid #C7C7C7;
    background: #FCFBFA;
    display: inline-block;
    padding: 2px 5px
}

.cart-products .single-cp .cp-info .cp-price {
    margin-top: 15px;
    text-align: right
}

.cart-products .single-cp .cp-info .cp-price span {
    display: block;
    font-size: 14px
}

.cart-products .single-cp .cp-info .cp-price .old-price {
    border-bottom: 1px solid #000;
    line-height: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px
}

.cart-products .single-cp .cp-info .cp-price strong {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 0px;
    display: inline-block
}

.cart-products .single-cp.remove-options-active .cart-remove-product {
    display: none
}

.cart-products .single-cp.remove-options-active .cart-product-remove-options {
    display: block
}

.cart-remove-product {
    position: absolute;
    top: 10px;
    right: 3px;
    background: #FFF;
    padding: 5px
}

.cart-remove-product a {
    display: inline-block
}

.cart-product-remove-options {
    display: none;
    top: 15px;
    right: 0px;
    right: 3px;
    text-align: center;
    padding: 0;
    background: #FFF;
    position: absolute
}

.cart-product-remove-options span {
    font-size: 12px;
    color: #FF0000;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px
}

.cart-product-remove-options ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}

.cart-product-remove-options ul li {
    display: inline-block;
    margin-right: 2px
}

.cart-product-remove-options ul li:last-of-type {
    margin-right: 0
}

.cart-product-remove-options ul li a {
    background: #FF0000;
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block
}

.cart-product-remove-options ul li a.back-btn {
    background: #C7C7C7
}

.cart-total {
    padding: 20px 10px
}

.cart-total ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right
}

.cart-total ul li {
    margin-bottom: 10px
}

.cart-total ul li:last-of-type {
    margin-bottom: 0
}

.cart-bottom-notification {
    text-align: center;
    padding: 15px;
    line-height: 20px
}

.cupon-code-holder .insert-code-bar {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #CFFFF4;
    padding: 15px 10px
}

.cupon-code-holder .insert-code-bar .gift-icon {
    width: 12%
}

.cupon-code-holder .insert-code-bar .gift-icon img {
    max-width: 35px;
    max-height: 35px
}

.cupon-code-holder .insert-code-bar .code-input {
    width: 58%;
    margin-right: 8px;
    margin-left: 8px
}

.cupon-code-holder .insert-code-bar .code-input input {
    width: 100%;
    box-sizing: border-box;
    margin-top: -16px
}

.cupon-code-holder .insert-code-bar .confirm-code {
    width: 30%
}

.cupon-code-holder .cupon-code-info {
    background: #CFFFF4;
    padding: 15px 10px;
    border-top: 1px solid #D8D8D8
}

.cupon-code-holder .cupon-code-info .gift-box {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #FFF
}

.cupon-code-holder .cupon-code-info .gift-box .selected-gift {
    padding: 10px 8px;
    padding-bottom: 10px
}

.cupon-code-holder .cupon-code-info .gift-box .selected-gift .gift-info {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFF;
    padding: 8px;
    min-height: 110px
}

.cupon-code-holder .cupon-code-info .gift-box .selected-gift .gift-info .gift-img {
    min-width: 180px;
    width: 180px;
    margin-right: 5px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cupon-code-holder .cupon-code-info .gift-box .selected-gift .gift-info .gift-img img {
    max-height: 180px;
    max-width: 180px;
    vertical-align: middle;
    margin: 0 auto;
    display: block
}

.cupon-code-holder .cupon-code-info .gift-box .selected-gift .gift-info .gift-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px
}

.cupon-code-holder .cupon-code-info .gift-box .selected-gift .gift-info .gift-title .price {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px
}

.cupon-code-holder .cupon-code-info .gift-box .selected-gift .gift-info .gift-title .price del {
    margin-right: 10px
}

.gifts-offer-listing .single-gift {
    position: relative;
    padding: 10px 8px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #F4F4F4
}

.gifts-offer-listing .gift-info {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFF;
    padding: 8px;
    min-height: 110px
}

.gifts-offer-listing .gift-info .gift-img {
    min-width: 180px;
    width: 180px;
    margin-right: 5px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.gifts-offer-listing .gift-info .gift-img img {
    max-height: 180px;
    max-width: 180px;
    vertical-align: middle;
    margin: 0 auto;
    display: block
}

.gifts-offer-listing .gift-info .gift-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px
}

.gifts-offer-listing .gift-info .gift-title .price {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px
}

.gifts-offer-listing .gift-info .gift-title .price del {
    margin-right: 10px
}

.gifts-offer-listing .gift-offer {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #CFFFF4;
    padding: 10px
}

.gifts-offer-listing .gift-offer .details {
    width: 60%;
    margin-right: 7px;
    font-size: 12px;
    line-height: 16px
}

.gifts-offer-listing .gift-offer .select {
    width: 40%;
    text-align: right
}

.gifts-offer-listing .expanded-gift-info {
    background: #FFF;
    padding: 15px 15px;
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #C7C7C7;
    width: 340px;
    z-index: 80;
    margin-left: 10px
}

.gifts-offer-listing .expanded-gift-info .close-gift-info {
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    z-index: 85;
    width: 30px;
    height: 30px
}

.gifts-offer-listing .expanded-gift-info .close-gift-info img {
    max-width: 30px;
    max-height: 30px
}

.gifts-offer-listing .expanded-gift-info .open-product-holder .op-name {
    font-size: 18px;
    max-width: 85%
}

.gifts-offer-listing .expanded-gift-info .open-product-holder .op-brand {
    margin-top: 8px
}

.gifts-offer-listing .expanded-gift-info .open-product-holder .op-img-holder {
    margin-top: 10px
}

.gifts-offer-listing .expanded-gift-info .open-product-holder .op-img-holder .slick-slide {
    max-height: 250px
}

.gifts-offer-listing .expanded-gift-info .open-product-holder .op-img-holder .slick-slide picture {
    max-height: 250px
}

.gifts-offer-listing .expanded-gift-info .open-product-holder .op-img-holder .slick-slide img {
    max-height: 250px
}

.cart-drop-down {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 17px;
    right: -10px;
    width: 300px;
    height: auto;
    background: #FFF;
    border: 1px solid black;
    border-top: 3px solid black;
    z-index: 100;
    padding-top: 10px
}

.cart-drop-down:before {
    content: "";
    position: absolute;
    top: -18px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 15px 20px;
    border-color: transparent transparent #000000 transparent
}

.cart-drop-down .cart-products {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px
}

.cart-drop-down .cart-products .single-cp {
    padding: 10px 8px 8px 8px
}

.cart-drop-down .cart-products .single-cp .cp-img {
    min-width: 70px;
    width: 70px
}

.cart-drop-down .cart-products .single-cp .cp-img img {
    max-height: 70px;
    max-width: 70px
}

.cart-drop-down .cart-products .single-cp .cp-info .cp-title {
    font-size: 12px;
    line-height: 15px
}

.checkout-header {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 50px 0px 5px 0px;
    border-bottom: 1px solid #F4F4F4
}

.checkout-header .title-holder {
    font-size: 24px;
    margin-right: 10px;
    width: 70%
}

.checkout-header .checkout-logo-holder {
    width: 30%;
    text-align: right
}

.checkout-header .checkout-logo-holder img {
    max-width: 100%;
    max-height: 60px
}

ul.checkout-steps {
    margin-left: 0;
    margin-bottom: 0;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

ul.checkout-steps:before {
    width: 100%;
    height: 1px;
    background: #d9d8d8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    z-index: -1;
    margin-top: 0px;
    z-index: 15
}

ul.checkout-steps li {
    list-style: none;
    background: #f8f9fa;
    z-index: 20;
    padding-right: 12px
}

ul.checkout-steps li a {
    color: black
}

ul.checkout-steps li a span {
    display: inline-block;
    position: relative;
    color: #FFF;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    background: #C7C7C7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 12px
}

ul.checkout-steps li.active {
    font-weight: bold
}

ul.checkout-steps li.active a span {
    background: black
}

ul.checkout-steps li:first-of-type a span {
    margin-left: 0
}

ul.checkout-steps li:last-of-type {
    padding-right: 0
}

.order-total {
    border: 1px solid black;
    padding: 20px;
    text-align: center;
    color: #494949
}

.order-total span {
    display: block;
    font-size: 20px;
    margin-bottom: 10px
}

.order-total strong {
    font-size: 18px
}

.order-summary .inline-info-listing {
    font-size: 16px
}

.order-summary .inline-info-listing ul li {
    border-bottom: none
}

.order-summary .inline-info-listing ul li .left-side {
    max-width: 60%
}

.order-summary .inline-info-listing ul li .right-side {
    max-width: 40%
}

.order-summary .inline-info-listing ul li.order-total-line {
    border-top: 1px solid #DEDEDE
}

.order-summary .courier-service {
    font-size: 13px;
    line-height: 18px;
    padding: 10px
}

.klarna-info .gender label {
    width: 100%;
    margin-bottom: 3px
}

.klarna-info .gender select {
    max-width: 120px;
    background: #D8D8D8;
    padding: 5px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.klarna-info .date-of-birth {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.klarna-info .date-of-birth label {
    width: 100%
}

.klarna-info .date-of-birth .day select, .klarna-info .date-of-birth .month select, .klarna-info .date-of-birth .year select {
    max-width: 100px;
    background: #D8D8D8;
    padding: 5px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-top: 3px
}

.klarna-info .date-of-birth .day select, .klarna-info .date-of-birth .month select {
    max-width: 60px;
    padding: 5px 2px;
    margin-right: 10px
}

.guarantee-banner {
    color: #494949;
    font-size: 14px;
    line-height: 17px;
    background: #f2f2f2
}

.guarantee-banner .banner-content {
    padding: 15px 12px
}

.guarantee-banner.no-bg {
    background: none
}

.guarantee-banner.no-inner {
    padding: 0
}

.ty-banner {
    color: #494949;
    font-size: 14px;
    line-height: 17px;
    padding: 15px 15px
}

.features-listing-with-checks {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none
}

.features-listing-with-checks li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px
}

.features-listing-with-checks li:last-of-type {
    margin-bottom: 0
}

.features-listing-with-checks li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/check-grey.svg")
}

.simple-timer {
    font-weight: 900;
    font-size: 36px
}

.upsell-products-selection .single-product-bordered {
    position: relative;
    padding-bottom: 35px
}

.upsell-products-selection .single-product-bordered .sp-info .add-upsell-check {
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px
}

.upsell-products-selection .single-product-bordered.selected-product {
    border: 1px solid #494949
}

.popup-holder {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 100%;
    max-width: 1000px;
    background: #FFF;
    z-index: 120;
    padding: 40px 40px
}

.popup-holder.light-grey-bg {
    background: #F8F9FA
}

.popup-holder.small-popup {
    max-width: 600px
}

.popup-holder .popup-close-btn {
    position: absolute;
    padding: 15px;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.popup-holder .popup-close-btn:hover {
    opacity: 0.7
}

@media (min-width: 768px) and (max-width: 991px) {
    .popup-holder {
        width: 97%;
        padding: 40px 20px
    }

    .popup-holder .popup-close-btn {
        position: absolute;
        padding: 10px;
        top: 0;
        right: 0;
        z-index: 10
    }
}

.checkout-content-half-divide, .divide {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px
}

.checkout-content-half-divide .half, .divide .half {
    margin: 0 12px;
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    background: #FFF;
    padding: 20px
}

.checkout-content-half-divide .half.no-bg, .divide .half.no-bg {
    background: none
}

.checkout-content-half-divide .half.no-inner, .divide .half.no-inner {
    padding: 0
}

.track-order-box {
    border: 1px solid black;
    padding: 20px 15px;
    font-size: 16px
}

.track-order-box ul {
    list-style: none;
    margin-left: 0
}

.order-history-listing {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px
}

.order-history-listing .single-order {
    margin: 0 12px;
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    border-top: 1px solid #D8D8D8;
    padding: 20px 10px
}

.order-history-listing .single-order .order-number {
    display: block;
    margin-bottom: 12px;
    font-size: 16px
}

.order-history-listing .single-order ul {
    list-style: none;
    margin-left: 0
}

.order-history-listing .single-order ul li {
    margin-bottom: 7px
}

.order-history-listing .single-order ul li:last-of-type {
    margin-bottom: 0
}

.order-history-listing .single-order ul li.order-status span {
    font-weight: 900
}

.order-history-listing .single-order ul li.order-status.sent span {
    color: #46B426
}

.order-history-listing .single-order ul li.order-status.ordered span {
    color: #FB60BE
}

.single-order-info {
    color: #494949;
    font-size: 16px;
    font-size: 16px;
    line-height: 20px
}

.single-order-info .so-title {
    padding: 12px 10px;
    position: relative;
    text-align: center;
    font-size: 16px
}

.single-order-info .so-title span {
    display: inline-block;
    padding: 0px 15px
}

.single-order-info .so-title .back-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px
}

.single-order-info .so-title a {
    color: #494949
}

.single-order-info ul {
    list-style: none;
    margin-left: 0
}

.single-order-info ul li {
    margin-bottom: 7px
}

.single-order-info ul li:last-of-type {
    margin-bottom: 0
}

.single-order-info ul li.order-status span {
    font-weight: 900
}

.single-order-info ul li.order-status.sent span {
    color: #46B426
}

.single-order-info ul li.order-status.ordered span {
    color: #FB60BE
}

.single-order-info .so-order-number {
    font-size: 16px;
    margin-bottom: 10px
}

.single-order-info .bill-note {
    padding: 5px 0px
}

.inline-info-listing ul {
    list-style: none;
    margin-left: 0;
    display: block;
    margin-bottom: 0
}

.inline-info-listing ul li {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #EDECEC;
    padding: 8px 0px;
    margin-bottom: 0;
    margin-right: 0
}

.inline-info-listing ul li .left-side {
    max-width: 50%;
    margin-right: 3px;
    font-size: 16px
}

.inline-info-listing ul li .right-side {
    max-width: 50%;
    margin-left: 3px;
    text-align: right;
    font-size: 16px
}

.inline-info-listing ul li.order-total-line .left-side {
    font-size: 16px
}

.grey-section-title {
    padding: 7px 8px;
    background: #EDECEC
}

.merch-packets-listing .single-merch {
    border-bottom: 1px solid #D8D8D8
}

.merch-packets-listing .single-merch .sm-title {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 10px 10px 10px
}

.merch-packets-listing .single-merch .sm-title .number {
    font-size: 30px;
    font-weight: 900;
    margin-right: 15px
}

.merch-packets-listing .single-merch .sm-title .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px
}

.merch-packets-listing .single-merch .sm-image {
    position: relative
}

.merch-packets-listing .single-merch .sm-image .img-tag {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #FB60BE;
    z-index: 10
}

.merch-packets-listing .single-merch .sm-image .img-tag span {
    z-index: 10;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #FFF;
    background: #FB60BE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.merch-packets-listing .single-merch .sm-price-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.merch-packets-listing .single-merch .sm-price-holder .price {
    text-align: center;
    margin-right: 10px
}

.merch-packets-listing .single-merch .sm-price-holder .price del {
    font-size: 24px;
    font-weight: lighter;
    display: block;
    margin-bottom: 10px
}

.merch-packets-listing .single-merch .sm-price-holder .price span {
    color: black;
    font-weight: 600;
    font-size: 28px
}

.merch-packets-listing .single-merch .sm-price-holder .price strong {
    color: #FB60BE;
    font-size: 28px;
    display: block;
    font-weight: 900
}

.merch-packets-listing .single-merch .sm-price-holder .discount {
    font-size: 20px;
    color: #FFF;
    background: #313131;
    font-weight: bold;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.pulse-box {
    float: left;
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pulse-css {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    border-radius: 7.5px;
    background: #FB60BE;
    position: relative;
    z-index: 5
}

.pulse-css:before, .pulse-css:after {
    content: '';
    width: 15px;
    height: 15px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #FB60BE;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 4s linear infinite;
    z-index: 5
}

.pulse-css:after {
    animation-delay: 2s
}

@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0
    }
    50% {
        opacity: 0.5
    }
    70% {
        opacity: 0.14
    }
    100% {
        transform: scale(5);
        opacity: 0
    }
}

.content-text-holder .accordion .single-accordion .accordion-title {
    font-size: 20px
}

.content-text-holder .accordion {
    border-top: 0px
}

.content-text-holder .content-title {
    color: #FB60BE;
    font-size: 40px
}

.content-text-holder .content-text h1 {
    font-size: 32px
}

.content-text-holder .content-text h2 {
    font-size: 26px
}

.content-text-holder .content-text h3 {
    font-size: 22px
}

.content-text-holder .content-text h4 {
    font-size: 20px
}

.content-text-holder .content-text h5 {
    font-size: 18px
}

.content-text-holder .content-text h6 {
    font-size: 16px
}

.content-text-holder .content-text a {
    text-decoration: underline
}

.tab_content h1, .tab_content h2, .tab_content h3 {
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 12px
}

.search-results {
    padding: 20px 10px 50px 10px
}

.search-results span {
    display: block;
    text-align: left;
    margin-bottom: 30px;
    font-size: 26px
}

.search-results span img {
    margin-right: 5px
}

.search-results strong {
    color: #FB60BE;
    font-size: 28px;
    text-align: center;
    display: block
}

.search-results .results-nottification strong {
    color: #494949;
    font-size: 20px;
    line-height: 22px
}

.dl-main-page-holder {
    background: #F8F9FA;
    padding: 15px
}

.dl-main-page-holder ol {
    margin-left: 20px
}

.dl-main-page-holder ol li {
    margin-bottom: 10px
}

.dl-content-holder {
    -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    background: #fff8fc
}

aside .aside-widgets .single-widget {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer
}

aside .aside-widgets .single-widget .widget-title {
    background: #FEDFF2;
    color: back;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 10px 5px 10px
}

aside .aside-widgets .single-widget .img-holder {
    position: relative
}

aside .aside-widgets .single-widget .img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 249, 250, 0.4);
    content: "";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

aside .aside-widgets .single-widget:hover .img-holder:before {
    background: rgba(248, 249, 250, 0.1)
}

.dl-main-title {
    font-size: 28px;
    color: black;
    font-weight: normal
}

.dl-main-title span.light {
    font-weight: 300
}

.dl-main-title.light {
    font-weight: lighter
}

.dl-main-title.title-white {
    color: #FFF
}

.dl-main-title.title-light-pink {
    color: #EC63A3
}

.dl-main-title.size-30 {
    font-size: 30px
}

.dl-main-title.size-36 {
    font-size: 36px
}

.dl-main-title.size-20 {
    font-size: 20px
}

.dl-main-title.size-18 {
    font-size: 18px
}

.dl-main-title.size-16 {
    font-size: 16px
}

.dl-main-title.size-14 {
    font-size: 14px
}

.dl-main-title.primary-color span {
    color: #FB60BE
}

.dl-main-text {
    font-size: 15px
}

.dl-main-text.text-white {
    color: #FFF
}

.dl-main-text.text-light-silver {
    color: #979797
}

.dl-main-text.size-11 {
    font-size: 11px
}

.dl-main-text.size-12 {
    font-size: 12px
}

.dl-main-text.size-20 {
    font-size: 20px
}

.dl-main-text.size-16 {
    font-size: 16px
}

.dl-main-text.size-18 {
    font-size: 18px
}

.dl-main-text.size-13 {
    font-size: 13px
}

.bg-pink {
    background: #FB60BE
}

.bg-light-pink {
    background: #FEDFF2
}

.bg-extra-light-pink {
    background: #fff8fc
}

.bg-light-silver {
    background: #f2f2f2
}

.bg-white {
    background: #FFF
}

.bg-black {
    background: #000000
}

.inner-10 {
    padding: 10px
}

.inner-15 {
    padding: 15px
}

.inner-lr-10 {
    padding-right: 10px;
    padding-left: 10px
}

.inner-lr-15 {
    padding-right: 10px;
    padding-left: 10px
}

.inner-30-15 {
    padding: 30px 15px
}

.dl-checked-listing {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.dl-checked-listing ul {
    list-style: none;
    display: block;
    width: 100%
}

.dl-checked-listing ul li {
    display: block;
    float: left;
    clear: both;
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
    background: #FFF;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    border: 1px solid #F4F4F4;
    margin-bottom: 5px;
    max-width: 360px;
    font-size: 15px
}

.dl-checked-listing ul li:last-of-type {
    margin-bottom: 0
}

.dl-checked-listing ul li:before {
    position: absolute;
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/check-black-small.svg");
    width: auto;
    height: auto;
    top: 10px;
    left: 10px
}

.dl-checked-listing.black-checks ul li:before {
    content: url("//licilasicdn.s3.amazonaws.com/public/assets/desktop_vthree/img/icons/check-black-small.svg")
}

.red-text {
    color: #FF4A41
}

.green-text {
    color: #46B426
}

.clearfix {
    clear: both
}

.dl-img-carousel-status {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #C7C7C7;
    overflow: hidden;
    height: 5px;
    position: relative
}

.dl-img-carousel-status li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 5px;
    border-right: 3px solid #FFF8FC;
    width: auto;
    position: relative
}

.dl-img-carousel-status li:last-of-type {
    border-right: none
}

.dl-img-carousel-status li span {
    background: #FB60BE;
    display: inline-block;
    max-height: 100%;
    position: absolute;
    left: 0;
    width: 0
}

.dl-img-carousel-arrows {
    position: relative
}

.dl-img-carousel-arrows .carousel-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 100
}

.dl-img-carousel-arrows .carousel-arrow.left-arrow {
    left: 5px
}

.dl-img-carousel-arrows .carousel-arrow.right-arrow {
    right: 5px
}

.dl-landing-section-title {
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 5px;
    padding-top: 22px
}

.dl-landing-section-title strong {
    font-size: 18px;
    color: black;
    display: block
}

.dl-selection-title {
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 25px
}

.dl-videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    clear: both
}

.dl-videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dl-bottom-note {
    background: #FFF;
    padding: 9px 15px;
    border: 1px solid #F4F4F4;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    max-width: 300px
}

.dl-bottom-note span {
    dispaly: block;
    font-size: 14px
}

.green-btn-with-arrow, .green-btn-with-arrow-down {
    background: #46B426;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 16px 30px;
    position: relative;
    border-radius: 4px;
    display: inline-block
}

.green-btn-with-arrow-down {
    margin-bottom: 30px
}

.green-btn-with-arrow:hover, .green-btn-with-arrow-down:hover {
    color: #FFF
}

.dl-img-carousel-arrows {
    position: relative
}

.dl-img-carousel-arrows .carousel-arrow {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 20
}

.dl-img-carousel-arrows .carousel-arrow.left-arrow {
    left: 6px
}

.dl-img-carousel-arrows .carousel-arrow.right-arrow {
    right: 6px
}

.dl-checked-listing ul li {
    margin-bottom: 7px !important
}

.single-product-block {
    background: white
}

.dl-img-carousel img {
    height: auto !important;
    width: 100% !important
}

.sticky-wrapper {
    z-index: 99 !important
}

.slick-dots li button:before {
    color: white !important;
    opacity: 1 !important;
    font-size: 16px !important
}

.slick-dots li.slick-active button:before {
    color: white !important;
    opacity: 0.65 !important
}

.slick-dots li {
    margin: 0 !important;
    width: 30px !important
}

.slick-dots li button {
    height: 60px !important
}

.slick-dots {
    bottom: 8px !important
}

.registration-success {
    display: block;
    border: 2px solid #3eab22;
    color: #3eab22;
    font-weight: bold;
    padding: 12px 10px;
    text-align: center
}

.registration-error {
    display: block;
    border: 2px solid red;
    color: red;
    font-weight: bold;
    padding: 12px 10px;
    text-align: center
}

img:not([src]) {
    visibility: hidden
}

.brands-listing-holder {
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece
}

.brands-listing-holder ul {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brands-listing-holder ul li {
    width: 25%;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    position: relative;
    text-align: center;
    margin-bottom: 0px
}

.brands-listing-holder ul li a img {
    max-width: 70%;
    margin: 0 auto;
    padding: 15px
}

.cookie-notice {
    width: 700px;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F8F9FA;
    padding: 15px 15px 15px 15px;
    z-index: 101;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21)
}

.cookie-notice .cookie-notice-buttons {
    width: 30%
}

.cookie-notice .cookie-notice-content {
    margin-left: 20px;
    width: 70%
}

.cookie-notice .cookie-notice-content p {
    font-size: 13px;
    line-height: 18px
}

@media (min-width: 576px) and (max-width: 767px) {
    .cookie-notice {
        width: 650px
    }
}

.content-text-holder h1 {
    line-height: 45px
}

.content-text-holder h2 {
    line-height: 38px
}

.add-to-cart-holder select {
    font-size: 14px !important;
    border-radius: 4px;
}

.open-product-holder .add-to-cart-holder .add-to-cart-btn {
    font-size: 18px
}

body.shop_bg .open-product-holder .add-to-cart-holder .add-to-cart-btn {
    font-size: 16px
}

.products-listing-holder .add-to-cart-holder select {
    height: 36px
}

.overlay-loader {
    text-align: center
}

.criteo_header {
    display: none !important
}

.open-product-holder .only-one-add-to-cart-notification {
    display: block !important
}

#basket-success-overlay .continue-shopping-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 10px 11px
}

.added-to-cart-check.small-btn {
    max-height: 28px;
    padding: 1px;
    max-width: 100%;
    margin-top: 3px;
    margin-right: -3px;
}

.added-to-cart-check.big-btn {
    max-height: 34px;
    padding: 0px;
    max-width: 100%;
    margin-top: 10px
}

header .container, .shop-wrapper .container {
    background-color: #fff
}

.landing-page-content-holder .js-ajax-content img {
    max-width: 100%
}

.h1class {
    all: inherit;
    font-weight: bold
}

.landing-page-login {
    text-align: center;
    padding-bottom: 100px
}

.landing-page-login div {
    font-size: 18px;
    padding: 10px
}

.landing-page-login input {
    width: 300px
}

.result {
    width: 70%;
    padding: 20px;
    margin: 40px auto;
    font-size: 18px;
    text-align: center
}

.result-error {
    color: #D8000C;
    background-color: #FFD2D2
}

.result-success {
    color: #4F8A10;
    background-color: #DFF2BF
}

.result-warning {
    color: #616161;
    background-color: #ececec
}

.carousel-selections {
    width: 500px;
    margin: auto
}

.carousel-selections-listing {
    margin: 0px !important
}

.carousel-selections-listing .slick-next.slick-disabled, .carousel-selections-listing .slick-prev.slick-disabled {
    opacity: 0.5
}

.carousel-selections-listing .slick-next {
    right: 0px;
    width: 44px
}

.carousel-selections-listing .slick-prev {
    left: 0px;
    width: 44px
}

.carousel-selections .top-holder {
    display: flex;
    flex-direction: row;
    margin-top: 20px
}

.carousel-selections .merch-top-holder {
    margin-bottom: 6px
}

.carousel-selections .top-holder img.small {
    margin: 6px;
    width: 35px;
    height: 35px
}

.carousel-selections .top-holder .product-title {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-top: 6px;
    line-height: 16px;
    padding-right: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column
}

.carousel-selections .bottom-holder {
    background-color: #F1F4F8;
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: stretch
}

.carousel-selections .discount-badge {
    position: absolute;
    background-color: #FF0000;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 4px solid #fff;
    right: 6px;
    top: 0px;
    margin-top: 6px;
    z-index: 9;
    width: 90px;
    height: 90px;
    text-transform: uppercase
}

.carousel-selections .discount-badge b {
    display: block;
    font-size: 24px;
    margin-top: 20px
}

.carousel-selections .slick-dots li button:before {
    opacity: 1 !important;
    font-size: 12px;
    color: #9B9B9B !important
}

.carousel-selections .slick-dots li.slick-active button:before {
    color: #EC63A3 !important
}

.carousel-selections .slick-dots {
    position: static;
    margin-top: 20px;
    margin-left: 6px;
    text-align: left
}

.carousel-selections .dots {
    flex-grow: 6
}

.carousel-selections .price {
    flex-grow: 1;
    text-align: right;
    text-align: center
}

.carousel-selections .add-to-cart-holder a img, .carousel-selections .added-to-cart-holder a img {
    width: 28px;
    margin-top: 6px
}

.carousel-selections .add-to-cart-holder a {
    border-radius: 6px;
    display: inline-block;
    width: 90px;
    height: 44px;
    text-align: center;
    background-color: #EC63A3
}

.carousel-selections .added-to-cart-holder a .btn-holder {
    background-color: #3EAB22;
    display: inline-block;
    border-top-left-radius: 6px;
    text-align: center;
    width: 80px;
    height: 44px;
    float: right;
    border-bottom-left-radius: 6px
}

.carousel-selections .added-to-cart-holder .cart-arrow {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 10px solid #3EAB22;
    display: inline-block;
    float: right
}

.carousel-selections .atc {
    text-align: right;
    padding: 8px
}

.carousel-selections .price .normal-price {
    font-size: 18px;
    margin-top: 22px
}

.carousel-selections .price .normal-price sup {
    font-size: 12px
}

.carousel-selections .price .old-price {
    font-size: 14px;
    margin-top: 12px;
    text-decoration: line-through
}

.carousel-selections .price .old-price sup {
    font-size: 8px
}

.carousel-selections .price .new-price {
    font-size: 18px;
    margin-top: 2px;
    font-weight: bold;
    color: #EC63A3
}

.carousel-selections .price .new-price sup {
    font-size: 12px
}

.carousel-selections .description-holder a.product-link {
    text-decoration: underline;
    color: #000
}

.carousel-selections .description-holder a.more {
    color: #9B9B9B
}

.carousel-selections .description-holder {
    font-size: 14px;
    padding: 10px;
    line-height: 16px
}

.carousel-selections .product-image {
    padding: 40px;
    margin: auto
}

.carousel-selections .product-image.full-width {
    padding: 0px
}

.carousel-selections .badge-clear {
    clear: both;
    height: 16px
}

.carousel-selections .badge {
    padding: 5px 14px;
    font-size: 13px;
    color: #000;
    clear: both
}

.carousel-selections .badge.stock strong {
    color: #EC63A3
}

.carousel-selections .badge.stock img {
    padding: 2px 4px
}

.carousel-selections .badge img {
    width: 32px;
    display: inline-block;
    margin-right: 6px;
    float: left
}

.carousel-selections .badge div {
    margin-top: 4px
}

.carousel-selections-listing li.listing {
    position: relative;
    margin-bottom: 0px;
    float: left
}

.carousel-selections-listing .cart-arrow {
    position: absolute;
    right: 20px;
    bottom: 10px
}

.carousel-selections-listing .merch-product-overlay {
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    opacity: 0.8;
    height: 41px
}

.carousel-selections-listing .merch-product-overlay .number {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    margin-top: 10px;
    margin-left: 8px
}

.carousel-selections-listing .merch-product-overlay .product-title {
    padding-left: 8px;
    font-size: 12px;
    font-style: italic;
    line-height: 140%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column
}

.carousel-selections-listing .merch-product-overlay .clear {
    clear: both;
    height: 1px
}

.carousel-selections .description-holder.merch-packets .long-description {
    margin-bottom: 20px
}

.carousel-selections .product-circle {
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #000;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
    border-radius: 50%;
    text-align: center
}

.carousel-selections .product-circle:hover, .carousel-selections .description-holder a.more:hover {
    cursor: pointer
}

.carousel-selections .description-holder.merch-packets .product-title {
    font-weight: bold;
    color: #000
}

.landing-page-login .or {
    font-weight: bold;
    font-size: 24px;
    margin: 20px
}

.where-is-my-packet .parcel-divider {
    height: 100px;
    border-left: 3px dashed #d1d1d1;
    margin-left: 7px;
    margin-top: 4px;
    margin-bottom: 8px
}

.where-is-my-packet .parcel-status.active .parcel-divider {
    border-left: 3px solid #FB60BE
}

.where-is-my-packet .parcel-status {
    font-size: 16px;
    color: #d1d1d1
}

.where-is-my-packet .parcel-status.active {
    color: #494949
}

.where-is-my-packet .parcel-status .indicator {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    background-color: #d1d1d1
}

.where-is-my-packet .parcel-status.active .indicator {
    background-color: #FB60BE
}

.where-is-my-packet .parcel-status.current .indicator {
    -webkit-box-shadow: 0px 0px 1px 7px #fcd2ed;
    -moz-box-shadow: 0px 0px 1px 7px #fcd2ed;
    box-shadow: 0px 0px 1px 7px #fcd2ed
}

.where-is-my-packet .parcel-status img {
    margin-top: 3px
}

.where-is-my-packet .parcel-status .status-date {
    display: none;
    text-align: center
}

.where-is-my-packet .parcel-status .desc {
    position: absolute
}

.where-is-my-packet .parcel-status.active .status-date {
    display: block
}

.where-is-my-packet .carrier-logo {
    max-width: 110px;
    max-height: 60px
}

.where-is-my-packet .parcel-status a {
    text-decoration: underline
}

.where-is-my-packet.hide {
    opacity: 0.2;
    height: 400px;
    overflow: hidden
}

.where-is-my-packet-loader button {
    -webkit-box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.75)
}

.where-is-my-packet-loader {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 100px
}

.recommendations .single-product-no-borders {
    padding-top: 0px
}

.browse-products .pagination ul li {
    border: 1px solid black
}

.browse-products .pagination ul li#pagination-previous {
    border-right: none
}

.browse-products .pagination ul li#pagination-next {
    border-left: none
}

.browse-products .search-title {
    border-bottom: 1px solid #c7c7c7
}

.browse-products .content-search-results a {
    font-size: 18px;
    text-decoration: underline;
    line-height: 26px
}

/* Footer */

.footer-holder {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 70px
}

.links-container {
    display: flex;
    padding-left: 30px;
}

.subs-agreement-text {
    width: 80%;
}

.subs-agreement-container {
    display: flex;
    justify-content: center;
}

.form-holder .single-row input {
    width: 75%;
    margin-top: 0;
    transition: width 0.3s ease;
    border-radius: 4px;
}

.menu-search .form-holder .single-row input:focus {
    width: 100%;
    border: 2px solid #FB60BE;
}

.footer-holder .footer-contact .social-media {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.footer-holder .footer-contact .social-media li {
    display: inline-block
}

.footer-holder .footer-contact .social-media li a {
    color: #494949
}

.footer-holder .footer-contact .social-media li a img {
    max-width: 35px
}

.footer-holder .footer-contact .social-media li:last-of-type {
    margin-right: 0
}

.footer-holder .footer-contact .contact-info {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.footer-holder .footer-contact .contact-info li {
    margin-bottom: 3px
}

.footer-holder .footer-contact .contact-info li a {
    color: #494949;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.footer-holder .footer-contact .contact-info li a:hover {
    color: #FB60BE
}

.footer-holder .footer-contact .contact-info li:last-of-type {
    margin-bottom: 0
}

.footer-holder .footer-contact .contact-info li span {
    display: inline-block
}

.footer-holder .footer-links {
    list-style: none;
    margin-left: 0;
    margin-top: 30px
}

.footer-holder .footer-links li {
    margin-bottom: 8px;
    dispaly: block
}

.footer-holder .footer-links li a {
    text-decoration: underline;
    color: #494949;
    display: block;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.footer-holder .footer-links li a:hover {
    color: #FB60BE
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-holder {
        padding-top: 15px
    }

    .footer-holder .footer-contact .social-media li a img {
        max-width: 30px
    }

    .footer-holder .footer-contact .contact-info {
        margin-top: 8px
    }

    .footer-holder .footer-contact .contact-info li {
        margin-bottom: 3px
    }

    .footer-holder .footer-links li {
        margin-bottom: 8px
    }

    .footer-holder .footer-links li a {
        font-size: 12px
    }
}

.footer-rights {
    color: #494949;
    font-size: 12px
}

.newsletter-box {
    padding: 0px 0px 0px 0px
}

.newsletter-box .news-success-notification {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 180px
}

.newsletter-box .news-success-notification .content {
    padding: 20px 15px;
    text-align: center
}

.collections-header {
    font-size: 24px;
    margin-bottom: 12px;
}

.collection-banner-item {
    margin-bottom: 20px;
}

.open-product-holder .op-price-offer {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    align-items: start;
}

.open-product-holder .op-price-offer .price span {
    font-size: 32px;
}

.open-product-holder .op-price-offer .price .price-euro {
    font-size: 20px;
    color: #494949;
    font-weight: 500;
}

.lowest-price-container {
    margin-top: 10px;
    font-weight: 200;
    font-size: 0.775rem;
    color: #999999;
}



.lowest-price-value {
    font-weight: 700;
    color: #1f1f1f;
}

.price-discount-container {
    display:flex;
    margin-top: 0.75rem;
}

.single-product-no-borders.with-bottom-btn {
    padding-bottom: 130px;
}

.single-product-no-borders.with-bottom-btn .sp-info .sp-price-holder {
    bottom: 72px;
}

.single-product-no-borders.with-bottom-btn .sp-info .sp-price-holder.sp-price-holder-lowest-price {
    bottom: 50px;
}

.sp-price-holder.sp-price-holder-lowest-price.recommended .lowest-price-container {
    font-size: 0.65rem !important;
    position: absolute !important;
    margin-top: -10px !important;
}

.outlet-menu-item {
    width: 18px;
    height: 18px;
    color: #ffffff;
    margin-right: 3px;
}

svg.outlet-menu-item {
    margin-top: -1px;
}

.outlet-menu-button {
    padding-left: 10px;
}

a.outlet-menu-button {
    background-color: #ffe3f4;
    border-radius: 4px;
}

.submenu-holder .sm-exposed-categories a.outlet-menu-item {
    font-weight: 700;
    color: #fb60be;
    padding-top: 5px;
    padding-bottom: 3px;
}

.submenu-holder .sm-exposed-categories a.outlet-menu-button span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
}

.navigation-holder nav li.outlet-menu-button a .outlet-menu-button-container {
    display: flex;
    align-items: center;
    border-bottom: 0;
    border-top: 0;
    background: #eb64a1;
    border-radius: 5px;
    color: white;
    padding-left: 8px;
    padding-top: 2px;
    letter-spacing: 0.8px;
    font-weight: 800;
    transition: all 0.2s ease-in-out;
}

.pointing-left {
    margin-left: 16px;
    font-size: 22px;
    animation: pointingLeft 1s infinite;
    margin-top: -1px;
    margin-bottom: -3px;
    margin-right: 7px;
}

.main-btn.add-to-cart-btn.big-btn.full-width.loader {
    animation: buttonPulse 3s infinite;
}

.navigation-holder nav li.outlet-menu-button a .outlet-menu-button-container:hover {
    background: #ee75a9;
}

.product-page-pricing-box .discount {
    animation: jump 5s ease-out infinite;
}

.product-page-pricing-box .added-to-cart-svg {
    color: #3eab22;
    margin-right: 14px;
    margin-top: -5px;
    margin-left: -3px;
}

.product-page-pricing-box .add-to-cart-btn span {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.product-page-pricing-box svg.added-to-cart-svg-icon {
    width: 56px;
}

.product-page-pricing-box .main-btn.big-btn.full-width.added-to-cart-btn:hover {
    background-color: #339a1b;
}

.product-page-pricing-box  .main-btn.big-btn.full-width.added-to-cart-btn .animated-svg {
    animation: pointingRight 1.25s infinite;
}

.product-page-pricing-box a.main-btn.added-to-cart-btn svg {
    width: 1.825rem;
}

.product-page-pricing-box .big-btn.full-width {
    padding-top: 14px;
    padding-bottom: 14px;
}

.product-page-pricing-box .main-btn.big-btn.full-width.added-to-cart-btn {
    animation: buttonPulseGreen 4s infinite;
    background-color: #3eab22;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 17px;
    letter-spacing: 0.2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-page-pricing-box .add-to-cart-btn span:before {
    left: -9px;
    height: 20px;
}

.sp-easter-egg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 110px!important;
    z-index: 3;
}

.open-product-holder .op-img-holder {
    height: fit-content;
}

.fade-extra-price {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.show-extra-price {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.discount-text {
    transition: opacity 500ms ease-in-out;
    opacity: 1;
    display: inline;
}

.discount-text.discount-fade-out {
    opacity: 0;
}

@keyframes jump {
    0%, 20%, 100% { transform: scale(1); }
    10% { transform: scale(1.15); }
}

@keyframes buttonPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(49, 49, 49, 0.4);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(49, 49, 49, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(49, 49, 49, 0);
    }
}

@keyframes buttonPulseGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(62, 171, 34, 0.4);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(62, 171, 34, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(62, 171, 34, 0);
    }
}

@keyframes pointingLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes pointingRight {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(0px);
    }
}

.shake-effect {
    animation: shake 3s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake {
    0% {
        transform: translate(0, 0)
    }
    1.78571% {
        transform: translate(5px, 0)
    }
    3.57143% {
        transform: translate(0, 0)
    }
    5.35714% {
        transform: translate(5px, 0)
    }
    7.14286% {
        transform: translate(0, 0)
    }
    8.92857% {
        transform: translate(5px, 0)
    }
    10.71429% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}