@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');

/*
* {
    outline: 1px solid red;
} */

html, body {
  /* font-family: Arial, Helvetica, sans-serif;
  font-weight: 300; */
  /*font-family: "GFS Didot", serif !important;*/
  color: #707070;
  height: 100%;
  width: 100vw;
}

h1,
h2 {
    font-weight: 300;
    /*font-family: "GFS Didot", serif !important;*/
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    outline: none!important;
}

#header-categories-cards {
    font-family: 'Cormorant Garamond' !important;
    font-weight: 800;
    color: black !important;
    text-transform: uppercase;
    letter-spacing: normal !important;
    font-size: 14px;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.home-header {
    color: #fff!important;
    animation-delay: 0ms;
    animation-duration: 750ms;
}

.header-logo {
    filter: invert(1);
}

.law-header {
    background-color: white;
    animation-delay: 0ms;
    animation-duration: 750ms;
}

.app-message-wrapper {
    -webkit-animation: marquee 300s infinite linear;
    animation: marquee 300s infinite linear;
}

.app-message {
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: black;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}

.red {
    color: #DC143C!important;
}

.main-content {
    margin-top: 122px;
}

.main-content.home {
    margin-top: 0px;
}

.main-content.art {
    margin-top: 90px;
}

.search-wrapper {
    width: 224px;
    margin-right: 20px;
    margin-top: 18px;
    display: inline-block;
}

.search-wrapper img {
    position: absolute;
    margin-left: 199px;
    margin-top: 10px;
    height: 23px;
}

.search-wrapper input{
    /* width: 225px; */
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    border-radius: 0;
    background: none;
    color: rgba(0, 0, 0, .5);
    outline: 0;
    padding: 3px 4px;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
}

.home-search {
    border-bottom: 1px solid #fff!important;
    color: #fff!important;
}

.home-search::placeholder {
    color: #fff!important;
}

.mm-btn_close:after,
.mm-btn_close:before {
    border-color: grey;
    border-width: 1px;
    width: 10px;
    height: 10px;
}

.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 11px;
}


.mm-menu_position-right {
    left: auto;
    /* right: 7px; */
}

.search-wrapper input::placeholder {
     color: rgba(0, 0, 0, .5);
}

.mm-btn.mm-btn_prev.mm-navbar__btn {
    display: none;
}

.upper {
    text-transform: uppercase;
}

.mobile-menu {
    display: none;
}

.mobile-menu:hover {
    color: inherit;
}

#mobile-search {
    display: none;
}

.highlight {
    background:#f4f4f4;
}

.header-dropdowns {
  margin-right: 2.5rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}

.header-icon {
  display: inline-block;
  /* width: 2.6rem; */
  height: 3.3rem;
  line-height: 3.3rem;
  color: rgba(0, 0, 0, .8);
  text-align: center;
  font-size: 14px;
}


.header-icon span {
    font-size: 10px;
    margin-left: 5px;
    margin-right: 10px;
    text-transform: uppercase;
}

.header-icon.shipping {
    /* width: 7.8rem; */
    /* width: 133px; */
}

.header-icon.language {
    /* width: 6.6rem; */
}

.currency {
    color: rgba(0, 0, 0, .8);
}

#strikethrough-currency-product {
    font-size: 11px;
    font-weight: 500;
    color: #666;
}

#off-currency-product {
    font-size: 11px;
    color: red;
}

.home-nav {
    color: #fff;
}

#currency-product {
    font-size: 11px;
    font-weight: 600;
}

.header-icon:hover {
    color: #666;
    text-decoration: none;
}

.home-border {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.language-wrapper {
  display: inline-block;
  margin-right: 7px;
}

.language-dropdown {
    width:50px;
    min-width:50px
}

.language-wrapper a {
    color: rgba(0, 0, 0, .8);
    font-size: 10px!important;
}

.language-wrapper a i,
.header-icon i,
.header-icon.shipping i {
    color: rgba(0, 0, 0, .8);
    font-size: 10px;
}

.language-wrapper a:hover {
  color: #666;
  text-decoration: none;
}

.language-wrapper a span {
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  vertical-align: middle;
}
.language-wrapper .dropdown-menu {
    border-radius: 0;
}


.dropdown-menu {
    border-radius: 0;
    /* margin-top: -11px; */
}

.dropdown-menu li {
    text-align: center;
}

.dropdown-menu li a {
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
}

.shopping-badge {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #666;
  color: #fff;
  line-height: 13px!important;
  text-align: center;
  right: 7px;
  top: 28px;
  font-size: 10px!important;
}

.badge-container {
    padding: 0 8px;
    position: relative;
    cursor: pointer;
}

.banner-img {
    width: 100%;
}

.inverse {
    line-height: 16px;
    height: 16px;
    transform: scale(1, -1);
    display: inline-block;
}

.arrow-right.black {
    border-top: 6.25px solid transparent;
    border-bottom: 6.25px solid transparent;
    border-left: 6.25px solid #313131;
}

.letter-link {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    transition: color .4s ease-out;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
    float: left;
    margin-left:2%;
}

.letter-link:hover {
    color: #313131;
    text-decoration: none;
}

.letter-link.active-link {
    color: black;
}

.brands-heading {
    text-transform: uppercase;
    color: black;
    font-size: 14px;
    margin-bottom: 5px;
}

.brands-filter {
    color: #313131;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: .5em;
    font-weight: 600;
}

.brands-filter a {
    text-decoration: none;
    color: inherit;
}

.brands-filter a:hover {
    text-decoration: none;
}

.brands-filter:hover {
    color: #313131;
}

.brands-filter.active {
    font-weight: 500;
    color: #313131;
}

.cart-discount {
    margin: 0 auto;
    text-align: center;
    /* height: 30px; */
    margin-top: 10px;
    font-size: 8px;
}

.error-modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.default-shipping-label:before {
    height: 15px!important;
    width: 15px!important;
}

.default-shipping-label {
    font-size: 12px;
    color: black;
}

.address-info {
    margin-bottom: 20px;
}

.address-info a {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
}

.address-info a:hover {
    color: black;
}

.address-info p {
    color:black;
    margin: 0;
    font-size: 12px;
}

.address-name {
    font-weight: 600;
}

.error-modal-header h5 {
    color: red;
    text-transform: uppercase;
    font-family: Arial,
    Helvetica,
    sans-serif !important;
}

.error-modal {
    text-align: center;
    color: black;
}

.error-button button{
    width: 80px!important;
}

.error-modal-button {
    border-radius: 0;
    background-color: black;
}

.cart-discount.applied {
    border: 1px lightgreen solid;
    color: lightgreen;
    padding: 10px 5px;
}

.cart-discount.not-applicable {
    border: 1px black solid;
    color: black;
    padding: 10px 5px;
}

.letter {
    transition: color .4s ease-out;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #313131;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: .5em;
    font-weight: 600;
}

.clothing-filter {
    margin-bottom: 20px;
}

.brand {
    font-size: 12px;
    margin-bottom: 5px;
    color: #999;
    text-transform: uppercase;
    line-height: 17px;
    font-weight: 300;
}

.brand.active-link {
    color: #313131;
}

.brand>a {
    text-decoration: none;
    color: inherit;
}

.brand>a:hover {
    text-decoration: none;
}

.brand:hover {
    color: #313131;
}


.header-right {
  margin-left: auto;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #222529;
}

.heading {
  text-align: center;
}

.category-heading {
  text-align: center;
  font-size: 15.5px!important;
}

.category-breadcrumbs {
  text-align: center;
  text-transform:uppercase;
  line-height: 1.2;
  font-size: 12.5px;
  color: #313131;
  margin: 0;
}

.category-breadcrumbs>a {
    color: inherit;
    text-decoration: none;
}

.category-heading a {
  text-decoration:none!important;
  text-align:center!important;
  text-transform:uppercase!important;
  line-height: 1.2!important;
  font-size: 15.5px;
  color: #313131!important;
  font-weight: 600;
}

.select-label {
    text-transform: uppercase;
    color: #757575;
    line-height: 11px;
    margin:0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: flex;
    align-items: center;
    font-size: 11px;
}

.select-label.color, .select-label.size {
    color: black;
}

.pb-div {
    padding-top:0!important;
    padding-bottom:0!important;
    padding-left: 1rem!important;
}

.select-label.categories {
    margin-top: 2.2em;
}

.brands-nav {
    text-transform: uppercase;
}

.sort-select {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  cursor: pointer;
  font-size: 13px;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #313131;
  width:100%;
  text-decoration: none;
  color: inherit;
}

.sort-select.size {
    height: 15px;
}
.sort-select.color {
    height: 20px;
}

.sort-select span {
    width: 100%;
}

.wishlist {
    cursor: pointer;
}

/* .sort-icon {
  margin: 85%;
} */

.more-questions {
    background-color: #f2f2f2;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 19px;
    font-family: Futura,
    Century Gothic,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
}

.more-questions-input {
    font-size: 14px;
    font-family: Arial,
    Helvetica,
    sans-serif;
    letter-spacing: .8px;
    color: #999;
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    -webkit-appearance: none;
}

.more-questions-button, .comming-soon-button {
    font-family: Futura,
    Century Gothic,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif,
    Futura,
    Century Gothic,
    Gill Sans,
    Helvetica,
    sans-serif;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 20px;
    border: none;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: background-color .4s ease-out,
    border-color .4s ease-out,
    color .4s ease-out;
}

.more-questions-header {
    margin-left: 46px;
    margin-bottom: 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    font-family: Futura,
    Century Gothic,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
}

.legend {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Futura,
    Century Gothic,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
}

.required {
    color: #999;
    font-size: 14px;
    font-weight: 200;
    font-family: Futura,
    Century Gothic,
    Gill Sans,
    Helvetica,
    Arial,
    sans-serif;
}

.sort-menu {
  margin-top: 0px;
  width: 86%;
}


.sort-menu li a {
  text-transform: none;
}

.sort-select:hover {
  text-decoration: none;
  color: inherit;
}

.sort-select::after {
  display:none;
}


.pages {
  text-align: right;
  margin-top: 0.2em;
}

.pages a {
  cursor: pointer;
  font-size: 12px;
  font-family: Arial;
  color: #888;
}

.pages a:hover {
  color: #000;
  text-decoration: none;
}

.arrow-right {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    width: 0;
    height: 0;
    border-top: 5.25px solid transparent;
    border-bottom: 5.25px solid transparent;
    border-left: 5.25px solid #888;
    margin-left: 5.25px;
    min-width: 18px;
}

.items-total, .items {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #888;
  line-height: 1.3;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  font-weight: 700;
}

.product-breadcrumbs {
    padding: 1rem;
    /* margin-bottom: 20px; */
    color: #313131;
    font-size: 1.1em;
    font-size: 0.7em
}

.product-breadcrumbs span a,
.product-breadcrumbs a {
    color: #666;
    text-transform: uppercase;
    display: inline-flex;
    font-size: 1em;
    line-height: 1.2;
    padding: 3px 0;
    text-decoration: none;
}

.product-breadcrumbs span a:hover,
.product-breadcrumbs a:hover {
    color: #313131;
}

.style-container {
    margin-top: 20px;
    height:46px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.style-line {
    width: 100%;
    height: 1px;
    position:absolute;
    background: #eee;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.style-heading {
    margin-bottom: 0px;
    color: #666;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
}

.wishlist-header {
    margin-top: 20px;
    justify-content:center
}

.wishlist-heading {
    color: #313131;
    font-size: 2em;
}

.about-us-img {
    width: 100%;
    height: 100%;
}

.brand-list {
    color: #000;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: ProximaNova,
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.full-brand-wrapper {
    margin-bottom: 5px;
    text-align: center;
}

#products-container {
    margin: 0 auto;
}

.full-brand-list {
    transition: background-color .25s ease-in-out,
    color .25s ease-in-out;
    color: #717171!important;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.order-summary {
    background: #fbfbfb;
    border: 1px solid #d2d2d2;
    padding: 10px;
    color: #313131;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table {
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: none;
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
    width: 100%;
}

.total {
    margin-top: 10px;
}

.order-info {
    display: flex;
    font-size: 11px;
    margin-bottom: 8px;
    color: #313131;
}

.checkout-row--edit {
    margin-top: 20px;
}



.order-info>div:first-child {
    text-align: left;
}

.order-info>div {
    flex: 2 1 auto;
    text-align: right;
}

.conversion {
    text-align: justify;
}

.order-info-strong {
    font-weight: 600;
}

.order-info-uppercase {
    text-transform: uppercase;
}

.mob-header {
    margin-left: 70px;
    font-size: 27px!important;
    color: black!important;
}

.mob-breadcrumbs {
    background-color: #dcdcdc!important;
    font-size: 14px!important;
}

.mob-breadcrumbs>span{
    margin-left: 15px;
}

.total-button {
    display: flex;
    height: 34px;
    justify-content: center;
}

.total-button button {
    background: #313131;
    border-color: #313131;
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    outline: 0!important;
    border-style: none;
}

.small-total-button button {
    width: 60%;
}

.total-button>button>a {
    text-decoration: none;
    color: inherit;
}

.cart-item {
    color: #313131;
    padding: 10px 0 5px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.cart-item.checkout {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.cart-item-flex {
    display: flex;
}

.cart-item-image {
    position: relative;
}

.mask_img {
    width: 100%;
    height: auto;
}

.cart-item .align-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.third-title {
    color: #313131;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
}

.orders-wrapper {
    width: 100%;
    margin:0 auto
}

.cart-item .description {
    margin-bottom: 10px;
}

.total-bold {
    font-weight: 600;
}

.order-title {
    color: #313131;
    font-size: 15.5px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: .5em;
    margin-top: 1em;
    font-family: Helvetica Neue,HelveticaN,Arial,sans-serif;
    font-weight: 600;
}

.total_invoice_currency {
    font-weight: 600;
}

.cart-item .info__bottom .info__bottom__single {
    margin-bottom: 2px;
    display: flex;
}

.total-description {
    display: flex;
    color: black;
    font-size: 12px;
}

.total-description>label {
    display: inline-block;
    width: 50%;
}

.total-description:last-child>label,
.total-description:last-child span {
    font-weight: 600;
}

.total-description .values {
    width: 50%;
    text-align: right;
}


.cart-item .info__bottom .info__bottom__single>label {
    display: inline-block;
    width: 150px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
}

.cart-item .info__bottom .info__bottom__single .quantity_noselect,
.cart-item .info__bottom .info__bottom__single .quantity_select {
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    width: 45px;
}

.cart-item .info__bottom .info__bottom__single .quantity_select {
    outline: 0;
}

.cart-item .info__bottom .info__bottom__single--total {
    text-align: right;
    justify-content: flex-end;
    margin-top: 20px;
}

.cart-item .removefromcart {
    position: absolute;
    /* top: 50%; */
    top: 14%;
    right: 15px;
    margin-top: -15px;
    cursor: pointer;
    border: none;
    background: white;
}

.checkout-step {
    width: 40px;
    height: 40px;
    color: black;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid grey;
}

.checkout-hr {
    width: 40px;
    height: 1px;
    margin-top: 20px;
    background: rgba(0, 0, 0, .5);
    margin-right: 4px;
}

.checkout-hr.left {
    margin-right: 0px;
    margin-left: 4px;
}

.active {
    background: grey;
    color: white;
}

.carousel-item.active {
    background: none;
}

.checkout-step-description {
    color: black;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}

.Common__headerPart___T4j8jf8V2x {
    display: flex;
    margin-bottom: 5px;
}

.Common__headerTitle___25_HAFyo9l {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.Common__headerTitle___25_HAFyo9l>h2 {
    font-family: Helvetica Neue, HelveticaN, Arial, sans-serif;
    font-weight: 600;
    font-size: 15.5px !important;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: 5px;
    line-height: 34px;
}

.checkout-row .checkout-form>div {
    margin-bottom: 20px;
}

.checkout-row>h3 {
    font-family: Helvetica Neue,HelveticaN,Arial,sans-serif;
    font-weight: 400;
    font-size: 13px !important;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.email-input>input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid;
    outline: none;
    background: white;
}

.email-input>label {
    width: 100%;
}

.input-single .input-part {
    display: flex;
}

.input-single .input-group {
    width: 100%;
    position: relative;
    flex: 5 1 auto;
    overflow: hidden;
}

.no-border:hover {
    border: 0!important;
}

.login-input.error {
    border: 1px solid indianred;
    color: indianred;
}
span.error {
    font-size: 12px;
    color: indianred;
}

#center-image {
    width:100%;
    /* max-height: 500px; */
    margin:0 auto;
}

#product-images {
    display: none;
}

.item-details-wrapper {
    width: 80%;
    margin: 0 auto;
}

.item-description-wrapper {
    text-align: left;
}

.item-description-wrapper h1 {
    line-height: 1.5;
    font-size: 36px;
    padding-bottom: 15px;
    color: #000;
    margin: 0;
    font-weight: 500;
    font-family: Helvetica Neue,HelveticaN,Arial,sans-serif;
}

.item-description-wrapper h1 a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    text-transform: uppercase;
}

.item-description-wrapper h1 a:hover {
     color: rgba(0, 0, 0, .8);
}

.item-name {
    font-size: 0.8em;
    color: rgba(0, 0, 0, .7);
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 11px;
}

.item-name.personalize {
    font-weight: 700;
}

.item-name.personalize-description {
    text-transform: none!important;
}

.item-label {
    font-size: 0.8em;
    color: rgba(0, 0, 0, .7);
    text-align: left;
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 11px;
}

.personalized {
    border: none;
    border-bottom: 1px solid #313131;
    font-size: 13px;
    color: #707070;
    width: 100%;
}

.personalized-wrapper {
    padding: 0!important;
}

.item-currency {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px #666;
    font-weight: 600!important;
}

.item-shipping {
    font-size: 0.8em;
    color: #666;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
}

.item-shipping a {
    color: inherit;
    text-decoration: underline;
    font-size: 9px
}

.item-state {
    font-size: 0.8em;
    color: red;
    text-transform: uppercase;
    text-align: left;
}


.item-name p {
    padding-bottom: 0px;
    font-size: 11px;
    margin-bottom: 7px;
}

.item-name p a {
    color: #313131;
}

.item-state p {
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.item-name span, .item-currency span{
    color: #313131;
    padding-bottom: 7px;
}



#info-span {
    position: absolute;
    margin-left: 30px;
    font-size:2.2em;
    margin-top: -5px;
}

.product-detail-list {
    list-style-type: square;
    padding-left: 15px;
    font-size:12px
}

#color-dropdown span, #size-dropdown span {
    width: 100%;
}

.size-menu {
    margin-top: 0px;
    width: 90%;
}
.filter {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  height: 46px;
}


.with-border {
  border-top: 1px solid #f4f4f4;
}

.filter-heading {
    display: inline;
    flex-direction: row;
    position: relative;
    background: #fff;
    width: 100%;
    min-width: 100px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding: 6px 0;
    cursor: pointer;
    align-items: center;
    z-index: 0;
    top: 9px;
}



.category-filter {
  height: auto;
  margin-top: 20px;
  overflow-y: scroll;
}

.filter-item {
  color: #666!important;
  text-transform: uppercase!important;
  font-size: 12px!important;
  line-height: 1.2!important;
  margin-bottom: 5px;
}

.filter-item-unclickable {
    color: #313131;
    font-weight: 500;
    text-transform: uppercase !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px;
}

.filter-item a {
  color:inherit;
  text-decoration: none;
  cursor: pointer;
}

.filter-item a:hover {
  color: #000;
}

.filter-heading span {
  font-size: 11px;
  line-height: 1.1;
  margin: 0;
  font-family: Helvetica Neue,HelveticaN,Arial,sans-serif;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}

.filter-span {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}

.filter-icon svg {
    float: right;
}

.filter-icon span {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

.category-description {
  color: #666;
  font-size: 12px;
  text-align: justify;
}

.wishlist-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 15px;
  cursor: pointer;
}

.item-description {
  line-height: 1.2;
  color: #666;
  font-size: 10px!important;
  margin-bottom: 0;
}

.item-info {
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 1.2;
  color: #666;
  font-size: 10px!important;
  margin-bottom: 10px;
}

.item-price {
  color: black;
  line-height: 1.8;
  font-size: 12px!important;
  font-weight: 600;
  margin-bottom: 0;
}

.item-price.cart-price {
    font-weight: 400;
}

.is-pdv {
    font-size: 9px;
}

#toggle-old-password {
    position: absolute;
    right: 4%;
    top: 57.5%;
}

#toggle-new-password {
    position: absolute;
    right: 4%;
    top: 70.4%;
}

#toggle-confirm-password {
    position: absolute;
    right: 4%;
    top: 83.4%;
}

.strikethrough {
    text-decoration: line-through;
    color: #313131!important;
    /* font-weight: 500!important; */
}

.off {
    color: red!important;
}

#add-to-cart, #send-as-gift, span.wishlist {
    line-height: 3em;
    width: 100%;
    margin:0
}

#add-to-cart:hover, span.wishlist {
    background-color: #fff;
    color: #000;
}

#send-as-gift:hover, span.wishlist.full {
    background-color: #000;
    color: #fff;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-caption {
  position: absolute;
  top:60%;
  transform: translateY(-50%);
}

.carousel-caption.carousel-button {
    top: 91%;
}

.carousel-caption.carousel-button button {
    font-size: 17px;
    padding: 10px 15px;
    line-height: 15px;
}

.carousel-caption.carousel-button.black button{
    color: black;
    border: 1px solid black;
}
.carousel-caption h1 {
    font-size: 230%;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 3px #000; */
    font-family: AthelasRegular;
    letter-spacing: 10px;
}

.carousel-caption h2 {
    font-size: 100%;
    text-transform: uppercase;
    font-family: AthelasRegular;
    letter-spacing: 5px;
    margin-top: 30px;
}

.carousel-caption a:hover {
    text-decoration: none;
}


.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 3px #000;
  padding-bottom: 1rem;
}

.card {
  border: 0;
  color: #313131;
}

.card:hover {
  cursor: pointer;
  text-decoration: none;
}

.glide-header {
  text-align: center;
  font-family: AntroVectraBold;
  padding: 2em;
  font-size: 170%;
  color: #DC143C!important;
  font-weight: 400;
  letter-spacing: 4px;
}

.hp-middle {
    text-transform: uppercase;
    text-decoration: none!important;
    color: #000;
    font-size: 12px!important;
    text-align: left!important;
    margin-bottom: 3px!important;
    margin-top: 5px;
}

.hp-middle-descr {
    text-decoration: none!important;
    color: #000;
    font-size: 12px!important;
    text-align: left!important;
    margin-bottom: 0px;
}

.shop-category {
    font-family: DS-Digital;
    color: red;
    font-weight: 200;
    letter-spacing: 2px;
}

.slider:hover {
  border: 1px solid rgba(0,0,0,.1)!important;
  border-radius: 0!important;
}

.slider-hover {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 0 !important;
}

.slider .card-body {
  padding: 0!important;
}

.slider-title {
  font-size: 13.5px!important;
}

.slider-paragraph {
  font-size: 13px!important;
  line-height: 1.8!important;
  margin-bottom: 10px!important
}

.img-holder {
  padding: 0em!important;
}

.card h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  /* font-size: 200%; */
  font-size: 100%;
    margin-top: 20px;
}

.edit-method, .edit-method:hover {
    color: inherit;
    text-transform: none;
    float: right;
}
.card-img-top {
  border-radius: 0;
}

.card p {
  text-align: center;
  font-size: 1.2rem;
}

.vibes {
  width: 50%;
  margin: 0 auto;
}

.vibes img {
  width: 100%;
}

.discover-button {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}

.discover-button p {
    margin-bottom: 0px;
}

.discover-button button {
  text-transform: uppercase;
}

.wishlist-button {
    width: 100%;
    margin: 0!important;
    line-height: 25px!important;
    font-size: 10px!important;
}

.wishlist-button a {
    color:inherit;
    text-decoration:none;
}

.lawconcept-button, .wishlist {
  display: block;
  line-height: 3.5em;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 0 1.5rem;
  margin: 0 2rem;
  text-transform: uppercase;
  outline: 0 !important;
  cursor: pointer;
}

.card.slider .wishlist {
    background: transparent !important;
    border: none !important;
}

.lawconcept-button-white {
  line-height: 3.5em;
  background-color:transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0 1.5rem;
  margin: 0 2rem;
  outline: 0 !important;
  text-transform: uppercase;
  cursor: pointer;
}

.lawconcept-button-black {
  line-height: 3.5em;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0 1.5rem;
  margin: 0 0.2rem;
  outline: 0 !important;
  text-transform: uppercase;
  cursor: pointer;
}



.checkout-button {
    line-height: 25px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    outline: 0 !important;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.checkout-button.white {
    background-color: #fff;
    color: #000;
}

.checkout-button a,
.checkout-button a:hover {
    color: inherit;
    text-decoration: none;
}

.success-description {
    color: black;
    font-size: 14px;
}

.success-description.strong {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.square {
    width: 10px;
    height: 10px;
    background: #666;
    margin: 0 auto;
    margin-bottom: 20px;
}

.result {
    margin: 0 auto;
    text-align:center;
    margin-top:30px
}

.lawconcept-button-black a, .lawconcept-button-black a:hover {
    color:inherit;
}

.lawconcept-button, .lawconcept-button-white:hover {
  background-color: transparent;
  cursor: pointer;
}

.padding {
  padding-bottom: 2rem;
}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}

.welcome hr {
  border-top: 1px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.footer {
  padding-top: 2rem;
}

.footer-item {
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
}

.footer-heading {
  color: #313131;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 12px;
  text-align: left;
}

.cart-value {
    text-transform: uppercase;
}

.footer-border {
  border-left: 1px solid rgba(0, 0, 0, .24);
}

.footer-border:first-child {
    border-left: none;
}

.copyright {
  font-size: 10px;
  padding: 0!important;
}

.checkout-row--disable h3 {
    margin-top: 20px;
    color: #999;
}

.shipping-radio {
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
    background: #fbfbfb;
    padding: 20px 20px;
}

.shipping-radio label {
    width: 100%;
    margin-bottom: 0px;
}

.shipping-radio span {
    color: #313131;
    font-weight: 500;
}

.shipping-radio span:last-child {
    float: right;
    font-weight: 700;
}



.social {
  list-style: none;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.social-wrapper {
  width: 50%;
  margin: 0 auto;
}

.social li {
  display: inline;
}

.subscribe-input {
  font-size: 14px;
  padding: 14px 0 3px;
  line-height: 15px;
  opacity: 1;
  vertical-align: middle;
  transition: border-bottom .2s ease-in-out;
  border: none !important;
  border-bottom: 1px solid #313131 !important;
  width: 100%;
  margin: 0;
  max-width: 100%;
  outline: 0;
  text-align: left;
  box-shadow: none;
  height: 36px;
}

.cart-checkout {
    background: white;
    border: none;
    text-align: center;
}

.cart-description {
    font-size: 13px;
    color: black;
    margin-bottom: 10px;
}

.subscribe-label {
  white-space: nowrap;
  font-weight: 400;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  pointer-events: none;
  color: #999;
  font-size: 11px;
  line-height: 16px;
  will-change: transform,
  font-size;
  transition: font-size .2s ease-in-out,
  -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out,
  font-size .2s ease-in-out;
  transition: transform .2s ease-in-out,
  font-size .2s ease-in-out,
  -webkit-transform .2s ease-in-out;
  cursor: text;
}

.subscribe-label-focus {
  transform: translateY(30%);
  font-size: 9px;
  line-height: 11px;
}

.subscribe-wrapper {
  position: relative;
  float: left;
  width: 50%;
}

.similar-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 40px;
}

.footer-button {
    font-size: 11px;
    padding: 0 1rem;
    line-height: 3em;
}

.social li a {
  text-decoration: none;
  color: #313131;
  display: inline-block;
  padding: 10px;
}

.input-wrapper {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.input-wrapper.full {
    width: 100%;
}

.input-wrapper select {
    width: 100%;
    height: 30px;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.15;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    border-radius: 0;
    background: none;
    color: rgba(0, 0, 0, 0.87);
    outline: 0;
    border: 1px solid #777;
    min-height: 30px;
    padding: 0 6px;
}

.no-padding-top-bottom {
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}

.no-padding-left-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom:0;
    padding-top:1rem
}

.no-padding-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.checkout-select {
    font-size: 12px;
    padding: 0 0 2px;
    border: none;
    border-bottom: 1px solid;
    color: #313131;
    background-color: transparent;
    background-color: #fff;
    box-shadow: none;
    text-indent: 0;
    background-position: right 0;
    margin: 0 3px 0 0;
    width:100%
}

.input-wrapper label {
    display: block;
    text-align: left;
    font-weight: 400;
    cursor: default;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
    color: black;
}

.login-input {
  width: 100%;
  height: 30px;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  border-radius: 0;
  background: none;
  color: rgba(0, 0, 0, 0.87);
  outline: 0;
  border: 1px solid #777;
  min-height: 30px;
  padding: 0 6px;
  -webkit-appearance: none;
}

.login-input::placeholder {
  font-size: 14px;
  top: 10px;
}

.login-button {
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #000;
    padding: 6.66667px 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    outline: 0;
    margin: 0;
    min-width: 140px;
    font-size: 11px;
    line-height: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.login-heading {
  text-align: center;
  font-weight: 300;
  color: #000;
  font-size: 25px;
  margin: .67em 0;
}

.login-heading.account {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.account-info {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: black;
    margin-bottom: 10px;
}

#headingOne, #headingTwo, #headingThree, #headingFour {
    background: transparent;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footerOne,
#footerTwo,
#footerThree,
#footerFour {
    background: transparent;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#accordionFooter .footer-collapse {
    padding-right: 0px;
    text-decoration: none;
}


.footer-collapse {
    color: inherit;
    padding-left: 0px
}

.footer-collapse:hover {
    color: inherit;
}

.footer-paragraph {
    text-align: justify!important;
    font-size: 14px!important;
    color: #707070;
    padding-right: 1.25rem;
}

.footer-paragraph a {
    color: black;
    text-decoration: underline;
}

#filterOne,
#filterTwo,
#filterThree,
#filterFour,
#filterFive {
    background: transparent;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#accordionFilter .footer-collapse {
    padding-right: 0px;
    text-decoration: none;
}


.contact-us-heading {
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    font-size: 14px!important;
    text-align: left!important;
}

.contact {
    width: 100%;
}

.bank-wrapper {
    text-align: center;
}

.bank-logo {
    height: 45px;
    margin-right: 10px;
}

.bank-wrapper a:hover {
    text-decoration: none;
}

.bank-logo-group-1 {
    height: 45px;
}

.bank-logo-group-2 {
    width: 40px;
    margin-right: 10px;
}

.footer-paragraph a:hover {
    color: inherit;
}

.footer-heading {
    text-transform: uppercase;
    color:black;
    font-weight:700;
}

.footer-heading.left {
    text-align: left;
    font-size: 14px;
}

#privacy-policy {
    float: left;
    text-align: justify;
    padding-right: 4rem;
}

.dress-markers {
    list-style: none;
}

.dress-markers span {
    color: #fff;
}

.marker-01 {
    top: 24.5%;
    left: 78.75%;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    background: black;
    border-radius: 50%;
    line-height: 30px;
}

.marker-02 {
    top: 31.8%;
    left: 78.75%;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    background: black;
    border-radius: 50%;
    line-height: 30px;
}

.marker-03 {
    top: 37.4%;
    left: 78.75%;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    background: black;
    border-radius: 50%;
    line-height: 30px;
}

#size-guide-note {
    text-align: center;
}

#privacy-policy a, #size-guide-note a {
    color: black;
    text-decoration: underline;
}

#privacy-policy a:hover, #size-guide-note a:hover {
    color: black;
}

#register-wrapper {
    border-left: 1px solid rgba(0, 0, 0, .24);
    padding-top: 0;
}

#headingOne p, #headingTwo p, #headingThree p, #headingFour p {
    text-align: left;
    color: inherit;
    text-transform: uppercase;
    font-size: 13px;
}

#footerOne p,
#footerTwo p,
#footerThree p,
#footerFour p {
    text-align: center;
    color: inherit;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px!important;
}

#footerOne p:hover,
#footerTwo p:hover,
#footerThree p:hover,
#footerFour p:hover {
    text-decoration:none;
}

#collapseFooterOne p a,
#collapseFooterTwo p a,
#collapseFooterThree p a ,
#collapseFooterFour p a {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
}

#collapseFooterOne p,
#collapseFooterTwo p,
#collapseFooterThree p,
#collapseFooterFour p {
    margin-bottom: 0px;
}

#collapseFooterOne p:last-child,
#collapseFooterTwo p:last-child,
#collapseFooterThree p:last-child,
#collapseFooterFour p:last-child {
    margin-bottom: 20px;
}

#collapseFooterOne .card-body,
#collapseFooterTwo .card-body,
#collapseFooterThree .card-body,
#collapseFooterFour .card-body {
    padding: 0px;
}

#collapseFooterOne p a:hover,
#collapseFooterTwo p a:hover,
#collapseFooterThree p a:hover,
#collapseFooterFour p a:hover {
    text-decoration:none;
}

.help-menu {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: black
}

.help-menu a {
    color: inherit;
}


.menu-account {
    margin-bottom: 5px;
    font-size: 13px;
    color: black;
    font-weight: 400;
}

.menu-account.uppercase {
    color: #313131;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 10px;
}

.menu-account.uppercase.active {
    font-weight: 700;
    color: black;
    background: none;
}

.session-message {
    background: black;
    color:white;
    font-size:13px;
    line-height:25px;
    text-align:center
}

.menu-account a {
    color: inherit;
}

.text-center {
    text-align: center;
}

.text-center.button-wrapper {
    margin-top: 20px !important;
}

.newsletter-genders-container {
    white-space: nowrap;
}

.newsletter-genders-container .radio-input-wrap {
    display: inline-block;
    zoom: 1;
    margin-left: 20px;
    position: relative;
}

.newsletter-genders-container .radio-input-wrap:first-child {
    margin-left: 0;
}

.radio-input-wrap input {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 100;
    box-shadow: inset 0 0 0 1px #000;
    width: 100%;
    text-align: left;
    float: left;
    left: 0;
}

input[type=checkbox]+label,
input[type=radio]+label {
    cursor: pointer
}

input[type=checkbox]+.ie-before,
input[type=checkbox]+label:before,
input[type=radio]+.ie-before,
input[type=radio]+label:before {
    background: transparent;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 2px #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 12px;
    position: relative;
    top: 2px
}

input[type=checkbox].no-icon+label,
input[type=radio].no-icon+label {
    font-weight: 400
}

input[type=checkbox].no-icon:checked+label,
input[type=radio].no-icon:checked+label {
    font-weight: 700
}

input[type=checkbox]+.ie-before,
input[type=checkbox].no-icon+label:before,
input[type=radio]+.ie-before,
input[type=radio].no-icon+label:before {
    display: none
}

input[type=checkbox] :checked+.ie-before,
input[type=checkbox]:checked+label:before,
input[type=radio] :checked+.ie-before,
input[type=radio]:checked+label:before {
    background: #000
}

input[type=checkbox] :focus+.ie-before,
input[type=checkbox]:focus+label:before,
input[type=radio] :focus+.ie-before,
input[type=radio]:focus+label:before {
    box-shadow: inset 0 0 0 2px #fff
}

input[type=checkbox].input-inverted :checked+.ie-before,
input[type=checkbox].input-inverted:checked+label:before,
input[type=radio].input-inverted :checked+.ie-before,
input[type=radio].input-inverted:checked+label:before {
    background: #fff;
    box-shadow: inset 0 0 0 2px #000
}

input[type=checkbox].input-inverted+.ie-before,
input[type=checkbox].input-inverted+label:before,
input[type=radio].input-inverted+.ie-before,
input[type=radio].input-inverted+label:before {
    box-shadow: inset 0 0 0 2px #000;
    border: 1px solid #fff;
    box-shadow: none
}

input[type=checkbox].input-inverted :focus+.ie-before,
input[type=checkbox].input-inverted:focus+label:before,
input[type=radio].input-inverted :focus+.ie-before,
input[type=radio].input-inverted:focus+label:before {
    box-shadow: inset 0 0 0 2px #000
}

input[type=checkbox].input-inverted+label,
input[type=radio].input-inverted+label {
    color: #fff
}

input[type=checkbox] + label,
input[type=radio] + label {
    cursor: pointer
}
input[type=checkbox] + .ie-before,
input[type=checkbox] + label:before,
input[type=radio] + .ie-before,
input[type=radio] + label:before {
    background: transparent;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 2px #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 12px;
    position: relative;
    top: 2px
}
input[type=checkbox].no-icon + label,
input[type=radio].no-icon + label {
    font-weight: 400
}
input[type=checkbox].no-icon:checked + label,
input[type=radio].no-icon:checked + label {
    font-weight: 700
}
input[type=checkbox] + .ie-before,
input[type=checkbox].no-icon + label:before,
input[type=radio] + .ie-before,
input[type=radio].no-icon + label:before {
    display: none
}
input[type=checkbox] :checked + .ie-before,
input[type=checkbox]:checked + label:before,
input[type=radio] :checked + .ie-before,
input[type=radio]:checked + label:before {
    background: #000
}
input[type=checkbox] :focus + .ie-before,
input[type=checkbox]:focus + label:before,
input[type=radio] :focus + .ie-before,
input[type=radio]:focus + label:before {
    box-shadow: inset 0 0 0 2px #fff
}
input[type=checkbox].input-inverted :checked + .ie-before,
input[type=checkbox].input-inverted:checked + label:before,
input[type=radio].input-inverted :checked + .ie-before,
input[type=radio].input-inverted:checked + label:before {
    background: #fff;
    box-shadow: inset 0 0 0 2px #000
}
input[type=checkbox].input-inverted + .ie-before,
input[type=checkbox].input-inverted + label:before,
input[type=radio].input-inverted + .ie-before,
input[type=radio].input-inverted + label:before {
    box-shadow: inset 0 0 0 2px #000;
    border: 1px solid #fff;
    box-shadow: none
}
input[type=checkbox].input-inverted :focus + .ie-before,
input[type=checkbox].input-inverted:focus + label:before,
input[type=radio].input-inverted :focus + .ie-before,
input[type=radio].input-inverted:focus + label:before {
    box-shadow: inset 0 0 0 2px #000
}
input[type=checkbox].input-inverted + label,
input[type=radio].input-inverted + label {
    color: #fff
}

checkbox-input-wrap,
.radio-input-wrap {
    position: relative
}

.checkbox-input-wrap.input-inverted,
.radio-input-wrap.input-inverted {
    color: #fff;
    border: none
}

input[type=radio] {
    width: 100%;
    text-align: left;
    float: left;
    left: 0
}

input[type=radio]+.ie-before,
input[type=radio]+label:before {
    border-radius: 14px
}

.checkbox-input-wrap.inlined,
.radio-input-wrap.inlined {
    display: inline-block;
    *display: inline !important;
    zoom: 1
}

.checkbox-input-wrap.inlined:last-child,
.radio-input-wrap.inlined:last-child {
    margin-left: 20px
}

 .container-catalog {
    float: left;
    padding-top: 0!important;
 }


.newsletter-genders-container label {
    display: block;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
    color: #000;
}

.text-center a {
    color: #000;
    outline: 0;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    background-color: #fff;
    text-rendering: optimizeLegibility;
}

.home-category:hover {
    text-decoration: none;
}

.home-banners .col-md-6 {
    padding: 0;
}

.home-banners img {
    width: 100%;
}

.join-us-wrapper {
    text-transform: uppercase;
    top: 100%;
}

.home-title {
    color: black;
    letter-spacing: 15px;
    font-size: 100%;
    font-weight: 600;

}

.show-talent {
    font-family: AntroVectraBold;
    border-bottom: none;
    letter-spacing: 3px;
    font-size: 170%;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0;
}

.law-home-title {
    color: white;
    letter-spacing: 15px;
    font-size: 100%;
    font-weight: 600;
}

.bottom {
    /* position: absolute; */
}

.home-title.join-us {
    height: 26px;
    width: max-content;
    margin: 0 auto;
    letter-spacing: 10px;
}

.mjolk {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.mjolk a, .mjolk a:hover {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.mjolk-heading {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
    font-size: 30px;
}

.mjolk-description {
    font-size: 15px;
    line-height: 17px;
    font-weight: 200;
    margin-bottom: 30px;
    color: #000;
}

.mjolk-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-description {
    color: black;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.separator {
    font-size: 15px;
}

.product-label {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px!important;
    letter-spacing: 2px;
    margin-bottom: 0;
    background-color: #f29bc1;
}

.mm-menu {
    --mm-color-background: white;
    --mm-color-text: black;
    /* z-index: 10; */
    z-index: 1001;
}

.mm-navbars_top {
    background: rgba(255, 255, 255, 0.15);
    border-bottom: none;
    transform: translateY(-100%);
    transition: transform 0.3s ease 0.3s;
}

.mm-wrapper_opening .mm-navbars_top {
    transform: translateY(0%);
}

.mm-navbar,
.mm-panels,
.mm-panels>.mm-panel {
    background: none !important;
}

.mm-navbar>* {
    font-family: DS-Digital;
    font-size: 32px;
    color: black;
}

.mm-navbar .mm-btn_prev {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 40px;
}

.mm-searchfield {
    height: 60px;
    padding: 0 0 0 20px;
    position: relative;
}

.mm-searchfield__input {
    padding-left: 10px !important;
}

.mm-searchfield input {
    background: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    height: 45px;
}

/* .mm-panels > .mm-panel {
        padding-top: 20px;
    } */
.mm-listitem>a,
.mm-listitem>span {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding: 15px 10px 15px 40px; */
}

.mm-divider {
    padding-left: 40px;
    background: transparent;
}

#my-menu:not(.mm-menu) {
    display: none;
}

.nav-item:hover .dropdown-content {
    display: block;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown .dropdown-menu {
    visibility: hidden;
    display: block!important;
}

/* .mega-dropdown:hover > ul {
    transition-delay: 0.5s!important;
    -webkit-transition-delay:0.5s!important;
    transition-duration: 0.5s;
     opacity: 1;
     top: 100%;
    visibility: visible;
} */

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu li {
    /* float: left!important; */
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: rgba(0, 0, 0, .5);
    text-align: left;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #313131 !important;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    padding-left: 0;
    font-weight: 600;
}

.mega-dropdown-menu .dropdown-header a {
    color: #313131 !important
}

.mega-dropdown-menu .dropdown-header span {
    color: #313131 !important;
    font-size: 12px;
    padding-left: 0;
    font-weight: 600;
    display: block;
    color: rgba(0, 0, 0, .5);
    text-align: left;
}

.disabled {
    background-color: #999;
    border: 1px solid #999;
    cursor: auto;
}

.mega-dropdown-menu .dropdown-header span:hover {
    cursor: default;
}

.video {
    outline: none
}

.no-padding {
    padding: 0!important;
}

.mega-dropdown-menu .dropdown-header a:hover {
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 2px solid;
}

.navbar-light {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.home-nav-border {
    /* border-bottom: 1px solid #fff; */
    border-bottom: none;
}
.santa:hover {
    border-bottom: none!important;
}

.santa-gif {
    width: 90%;
    margin: 0 auto;
}


.instagram {
    padding-top: 20px;
}

.instagram p {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: black;
}

.christmas-shop {
    position: absolute;
    margin: 0;
    margin-top: -22px;
    font-weight: 600;
    width: 100%;
}

.mega-dropdown-menu .dropdown-header a:hover {
    color: #000
}

.product-image:hover {
    cursor: crosshair;
}

.product-image i {
    position: absolute;
    top: 20px;
    right: 20px;
    color:black;
    font-size:20px;
    z-index: 1;
}

.page-link {
    border: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #313131;
    font-weight: 400;
    background-color: #fff;
}

.art-heading-wrapper {
    padding-left: 2rem!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}


.art-heading, .art-heading:hover {
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    text-decoration: none;
}

.art-heading.see-all {
    text-transform: none;
    float: right;
    padding-right: 1rem;
    color: purple;
    margin-top: 1rem;
}

.art-img {
    width: 100%;
}

.art-filters {
    padding-top: 2rem;
}

.art-filters .brands-filter {
    text-transform: none;
}

.art-filters .brand {
    text-transform: none;
    color: #313131;
    font-weight: 400;
}


/* .product-image img {
    max-height: 500px;
    width: auto;
} */

.col-half-offset{
    margin-left:4.166666667%
}

a#goTop {
    position: fixed;
    right: 30px;
    bottom: 10px;
    /* visibility: hidden; */
    cursor: pointer;
    opacity: .4;
    z-index: 10000;
    display: none;
    color: #000;
}

.starred-img {
    height: 15px;
}

.show-starred-img {
    height: 30px;
    position: absolute;
    z-index: 1000;
    left: 94%;
    top: 1%;
}

a#goTop img {
    width: 50px;
}

/* a#goTop:after {
    font-family: lvr-icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e611";
    visibility: visible;
    font-size: 30px;
    line-height: 30px!important;
} */

/* a#goTop:hover {
    opacity: 1;
    color: inherit;
    filter: alpha(opacity=100);
} */

.heart-wrapper {
    padding-bottom: 0;
    color:deeppink;
    text-align:center;
    font-size: 30px
}

.more-info {
    font-size: 14px;
    text-decoration: none;
    color: inherit;
}

.more-info:hover {
    text-decoration: none;
    color: #000;
}

.modal-content {
    border-radius: 0;
}

.cookie-consent {
    padding-top: 20px;
    height: 85px;
    position: fixed;
    top: 88%;
    width: 100%;
    justify-content: center;
    text-align: center;
    color: white;
    background: #313131;
    z-index: 100;
    opacity: 0.7;
}

.cookie-consent__message {
    font-weight: 200;
    margin-top: 20px;
    font-size: 12px;
}

.cookie-policy,
.cookie-policy:hover {
    color: inherit;
    text-decoration: underline;
}

.cookie-consent-button {
    display: inline;
    background-color:#313131;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 1.5rem;
    margin: 0 2rem;
    text-transform: uppercase;
    outline: 0 !important;
    cursor: pointer!important;
    line-height: 25px;
    font-weight: 200;
}

.modal-body .input-wrapper {
    width: 95%;
}

.modal-footer .login-button {
    bottom: 13px;
}

.modal-title {
    text-align: center;
    font-family: DS-Digital;
    width: 100%;
    margin-left: 24px;
}

.modal-body h1 {
    font-size: 18px;
    color: #000;
}

.size-chart-img {
    max-width: 100%;
    margin-top: 30px;
}

.size-chart-label {
    font-weight: 600;
    color: black;
}

tr.tr_head {
    font-weight: 300;
    color: #000;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.tr_head.red {
    color: red;
    border: 0;
}

.tr_head > td {
    width: auto;
}
table.size-chart {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.td_white {
    width: auto;
    color: #000!important;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-weight: 300;
    min-width: 40px;
    height: 35px;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    text-align: center;
}

.grey-button {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .2);
    outline: 0 !important;
    border-style: none;
    cursor: pointer;
}

.designer-paragraph {
    color: black;
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: none;
}

.filter-item-wrapper .custom-checkbox {
    width: 14px;
    height: 14px;
    position: relative;
    border: 2px solid #999;
    background: #fff;
    cursor: pointer;
    pointer-events: none
}

.filter-item-wrapper .custom-checkbox:before {
    transition: opacity .1s ease-in-out;
    content: "";
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    z-index: 1;
    width: 14px;
    height: 7px;
    border-color: #313131;
    border-width: 2px;
    opacity: 0;
    top: -3px
}

.checkbox-container {
    display: inline-block;
    font-size: 14px
}

.checkbox-container label {
    position: relative;
    margin: 0;
    cursor: pointer;
    display: inline-flex
}

.checkbox-container input[type=checkbox] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background: none;
    border: none;
    position: absolute;
    left: -999px
}

.checkbox-container .custom-span {
    width: 14px;
    height: 14px;
    position: relative;
    border: 2px solid #999;
    background: #fff;
    cursor: pointer;
    pointer-events: none
}

.checkbox-container .custom-span:before {
    transition: opacity .1s ease-in-out;
    content: "";
    position: absolute;
    /* -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); */
    left: 3px;
    z-index: 1;
    width: 4px;
    height: 4px;
    border-color: #313131;
    border-width: 4px;
    opacity: 0;
    top: 3px;
    background: #313131;
}

/* .checkbox-container .default__custom___3jOzwNXInS.default__customL___2skXk6gR4q {
    width: 24px;
    height: 24px
}

.default__container___3lyLB2e8pa .default__custom___3jOzwNXInS.default__customL___2skXk6gR4q:before {
    width: 24px;
    height: 12px
} */


.badge-container-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-y: hidden;
    transition: max-height .3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: max-height;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-sale {
    margin-top: 50px;
}

.badge-container-filters li {
    margin: 5px;
}

.next-mobile {
    display: none;
}

.glide__arrow {
    top: 38%!important;
}

.next-mobile p {
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
}

.load-next-button {
    background-color: transparent;
    color: #313131;
    border: 1px solid #313131;
    width: 100%;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 11px;
    font-weight: 200;
}

.filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #313131;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #f4f4f4;
    border: 2px solid #f4f4f4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 11px;
    min-height: 36px;
}

.filter-badge span {
    margin-left: 5px;
    color: #000;
    size: 1em;
}

.fwrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.shop-container {
    display: block;
    overflow: auto;
}

.mobile-filters {
    display: none;
}

.mobile-items {
    display: none;
    text-align: center
}

.mob-breadcrumbs:before {
    content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: auto;
    border-left: 1px solid;
    border-top: 1px solid;
    left: 23px;
}

.search-icon {
    position: absolute;
    right: 11px;
    top: 12px;
    width: 30px;
}

.search-field {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    margin-top: 10px;
}

.remove {
    background-color: #fff;
    border: 2px solid #d2d2d2;
}

#filterModal .modal-dialog,
#filterCategories .modal-dialog,
#filterBrands .modal-dialog,
#filterColors .modal-dialog,
#filterSizes .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#filterModal .modal-content,
#filterCategories .modal-content,
#filterBrands .modal-content,
#filterColors .modal-content,
#filterSizes .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: none;
}

#filterModal .modal-header,
#filterCategories .modal-header,
#filterBrands .modal-header,
#filterColors .modal-header,
#filterSizes .modal-header {
    height: 70px;
}

.modal-header h4 {
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #000;
}

#filterModal .modal-body,
#filterCategories .modal-body,
#filterBrands .modal-body,
#filterColors .modal-body,
#filterSizes .modal-body {
    padding: 0;
}

.mobile-filter-categories, .mobile-filter-brands, .mobile-filter-colors, .mobile-filter-sizes {
    cursor: pointer;
}

.sort-by-mobile {
    font-weight: 500;
    background: #f4f4f4;
    color: black;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 12px;
}

.filter-link:hover {
    text-decoration: none;
}

#filterModal ul,
#filterCategories ul,
#filterBrands ul,
#filterColors ul,
#filterSizes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-slider-wrapper {
    width: 100%;
}

.price-slider-wrapper .price-filter {
    margin-top: 20px;
}

.price-slider-wrapper .price-filter.left{
    left: 15px;
}

.price-slider-wrapper .price-filter.right {
    right: 10px;
}

.price {
    height: 70px !important;
}



.filter-icon {
    font-size: 12px;
    margin: 10px 0px 0px 5px;
    line-height:40px!important;
    position: absolute;
    right: 10px;
}
.option-item {
    display: flex;
    width: 100%;
    background: #fff;
    min-width: 150px;
    padding: 0 15px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #313131;
}

.badges-mobile {
    padding: 12px;
}

.badges {
    align-items: center;
    padding: 12px;
    width: 100%;
}

.default-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #313131;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #f4f4f4;
    border: 2px solid #f4f4f4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 11px;
    min-height: 36px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.smallcase {
    text-transform: none;
}

.mobile-reset {
    background-color: transparent;
    color: #313131;
    border: 1px solid #313131;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    outline: none;
    transition: all .2s ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    min-width: 100px;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    font-size: 11px;
    line-height: 1.2;
    cursor: pointer;
    height: 40px;
}

.apply-wrapper {
    height: 30px;
    width: 100%;
    margin-bottom: 5px;
}

.mobile-reset.apply {
    height: 30px;
    width: 100%;
    color: white;
    background: black;
    margin-left: -10px;
}

.mobile-heading {
    font-size: 12px;
    color: #313131;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    line-height: 40px;
}

.checkbox-container input[type=checkbox]:focus+.custom-span {
    border-color: #313131
}

.checkbox-container input[type=checkbox]:disabled+.custom-span:before {
    border-color: #999
}

.checkbox-container input[type=checkbox]:disabled+.custom-span {
    background: #f4f4f4
}

.checkbox-container input[type=checkbox]:checked+.custom-span:before {
    opacity: 1;
    border-style: none none solid solid
}

.checkbox-container input[type=checkbox]:indeterminate+.custom-span:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-style: none none solid;
    border-width: 2px;
    top: -2px;
    left: -2px;
    opacity: 1
}

.checkbox-container .label-container {
    display: inline-flex;
    pointer-events: none
}

.price-filter {
    color: #666;
    font-size: 11px;
    margin-top: -20px;
    position: absolute;
}

.price-filter.left {
    left:0;
}
.price-filter.right {
    right: 0;
}

.white-font {
    color: #fff;
}

.cards-homepage .card > div {
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    background-position: center;
    align-items: center;
}

.cards-homepage-2 .card > div {
    height: 500px !important;
}

.cards-homepage .card > div p {
    color: black;
    font-size: 24px;
    font-weight: 500;
}

.cards-homepage a {
    text-decoration: none !important;
}


.swiper img {
    width: auto;
    height: 100px;
}

.mh-50 {
  max-height: 70vh;
}
.oh{
  overflow: hidden;
}

.swipers {
    display: flex;
    flex-direction: row;
}

.gallery-thumbs {
    width: 100px;
    flex: 1 0 100px;
}

.gallery-thumbs img {
    width: 100% !important;
    height: auto !important;
    cursor: pointer;
    border: 1px solid #000;
}

.gallery-top img {
    width: auto;
    height: auto;
    max-height: 60vh;
    display: block;
    margin: 0 auto;
}

.gallery-top .swiper-slide {
    display: flex;
    align-items: center;
}

/*.gallery-thumbs .swiper-wrapper {*/
/*      position: absolute;*/
/*}*/


/*.gallery-top img{*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.gallery-thumbs img {*/
/*    width: auto;*/
/*    height: 300px;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*    border: 2px solid #1fad83;*/
/*}*/

/*.gallery-thumbs .swiper-slides {*/

/*}*/


/*.gallery-top {*/
/*    border: 10px solid #0a6aa1;*/
/*    width: 400px;*/
/*}*/

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: hidden;
        /* transition: .3s; */
        margin-top: 0;
        /* transition: all 0.4s ease-in-out; */
    }

    .home-title.join-us {
        letter-spacing: 2px;
    }

    .home-title.show-talent {
        letter-spacing: 7px;
    }

    .law-home-title {
        letter-spacing: 13px;
    }

    .navbar .nav-item:hover .nav-link {
         /* transition-delay: 1s !important;
         -webkit-transition-delay:1s !important;
         transition-duration: 1s; */
         color: inherit;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        /* top: 180%; */
        margin-top: -3px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        /* transition: 1s; */
         transition-delay: 0.3s !important;
         -webkit-transition-delay:0.3s !important;
         transition-duration: 0.3s;
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease-in-out;
        top: 100%;
        transform: rotateX(0deg);
    }
}


@media (max-width: 1151px) {
    .search-wrapper input {
        width: 150px;
    }

    .search-wrapper img {
        margin-left: 130px;
    }
}

@media (max-width: 1092px) {

  .language-wrapper a span,
    #header-first a span {
      font-size: 10px;
  }

  .header-icon.shipping i,
    .language-wrapper a i,
    .language-wrapper a b {
      font-size: 0.7em;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
  }
   .navbar .dropdown-menu.fade-up {
       /* top: 180%; */
       margin-top: -4px;
   }
}

/*---Media Queries --*/
@media (max-width: 994px) {
    #header-first {
        display: none;
    }

    /* .home-nav {
        color: #313131;
    } */

    .main-content {
        margin-top: 77px;
    }
    /* .main-content.home {
        margin-top: 77px;
    } */

    .search-wrapper {
        display: none;
    }

    .next-mobile {
        display: block;
    }

    .mobile-menu {
        display:inline;
        color: black;
    }

    .mobile-menu.home-nav {
        color: #fff;
    }

    #mobile-search {
        display: inline !important;
    }

    #navbarResponsive {
        display: none!important;
    }

    #user-wrapper {
        display:none;
    }

    .search-wrapper {
        display: none;
    }

    .carousel-caption.carousel-button {
        top: 80%;
    }

    .carousel-caption.carousel-button button {
        font-size: 13px;
        padding: 9px 10px;
        line-height: 15px;
    }

}
@media (max-width: 768px) {
    .swipers {
        display: none !important;
    }
    body {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        vertical-align: baseline;
    }

    .item-description-wrapper h1 {
        font-size: 24px;
    }

    .similar-wrapper .glide__arrow {
        width: 15px;
        display: none;
    }

    .art-img {
        padding-bottom: 1rem;
    }

    .art-heading-wrapper {
        margin-top: 10px;
    }
    .art-heading.see-all {
        margin-bottom: 10px;
    }

    .mmenu-img {
        max-height: 371px;
    }

    .home-title.join-us {
        letter-spacing: 0px;
    }

    .home-title.show-talent {
        letter-spacing: 3px;
        font-size: 167%;
    }

    /* .home-nav {
        color: #313131;
    } */

    #user-wrapper {
        display: none;
    }

    .search-wrapper {
        display: none;
    }

    .display-2 {
        font-size: 200%;
    }

    #register-wrapper {
        border: none;
    }

    .mobile-menu {
        display:block;
        color: black;
    }

    .mobile-menu.home-nav {
        color: #fff;
    }

    #footer {
        display:none
    }

    #accordionFooter {
        display:block!important;
    }

    #mobile-search {
        display: block !important;
    }

    #category-heading-mob {
        display: block !important;
    }

    #category-heading-web {
        display: none !important;
    }

    #header-first {
        display: none;
    }

    .main-content {
        margin-top: 77px;
    }

    /* .main-content.home {
        margin-top: 77px;
    } */

    .carousel-caption {
        top: 58%;
    }

    .next-mobile {
        display: block;
    }

    .carousel-caption h1 {
        font-size: 200%;
    }

    .carousel-caption h3 {
        font-size: 140%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .carousel-caption.carousel-button {
         top: 80%;
    }

     .carousel-caption.carousel-button button {
         font-size: 13px;
         padding: 9px 10px;
         line-height: 15px;
     }

    .carousel-caption .lawconcept-button-white {
        font-size: 95%;
    }

    .display-4 {
        font-size: 200%;
    }

    .footer-item {
        text-align: center;
    }

    .footer-item a {
        color:inherit;
        text-decoration: none;
    }

    #support-pages p {
        text-transform: uppercase!important;
    }

    .footer-heading {
        text-align: center;
    }

    .footer-border {
        border-left: none;
    }

    .orders-wrapper {
        width: 100%;
    }

    .mmenu-img {
        width: 100%;
        /* height: auto; */
    }

    .bank-logo {
        height: 30px;
    }

    .bank-wrapper a:hover {
        text-decoration: none;
    }

    .bank-logo-group-1 {
        height: 30px;
    }

    .bank-logo-group-2 {
        width: 40px;
        margin-right: 10px;
    }

    .product-label {
        font-size: 10px !important;
        letter-spacing: 1px;
    }

    .art-heading-wrapper {
        padding-left: 1rem!important;
    }

    .art-heading.see-all {
        padding-right: 0;
    }

    .see-all {
        display: none;
    }

}
@media (max-width: 576px) {

    .art-heading-wrapper {
        padding-left: 1rem!important;
    }

    .mjolk-description {
        font-size: 12px;
        line-height: 15px;
    }

    .mjolk-heading {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .mjolk a {
        font-size: 13px;
    }

    .mmenu-img {
        max-height: 200px;
    }

    #toggle-old-password {
        right: 8%;
    }

    #toggle-new-password {
        right: 8%;
    }

    #toggle-confirm-password {
        right: 8%;
    }

    .home-title.join-us {
        letter-spacing: 0px;
    }

    .home-title.show-talent {
        letter-spacing: 2px;
        font-size: 130%;
    }

    body {
        overflow-x: hidden !important;
    }

    .home-nav-border {
        border-bottom: none;
    }

    #wrapper, #wrapper-div {
        display: table;
    }
    #firstDiv, #first-div {
        display: table-footer-group;
    }

    .cookie-consent {
        padding-top: 10px;
        height: 150px;
        top: 80%;
        z-index: 1001;
    }

    #secondDiv, #second-div {
        display: table-header-group;
    }

    .arrow-right.black {
        border-top: 4.25px solid transparent;
        border-bottom: 4.25px solid transparent;
        border-left: 4.25px solid #313131;
    }

    /* .home-nav {
        color: #313131;
    } */

    .designer-paragraph {
        color: black;
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 10px;
    }

    .discover-button {
        font-size: 13px;
        font-weight: 400;
    }

    .shop-sale {
        margin-top: 0px;
    }

    .no-margin-phone {
        margin: 0 !important;
    }

    .home-title {
        letter-spacing: 7px;
    }

    .law-home-title {
        letter-spacing: 7px;
    }

    .home-title.join-us {
        height: 5px;
        letter-spacing: 1px;
        font-size: 10px;
    }

    .home-border {
        border: none;
    }

    .mobile-menu {
        display: block;
        color: black;
    }

    .mobile-menu.home-nav {
        color: #fff;
    }

    .mmenu-img {
        width: 100%;
    }

    #mobile-search {
        display: block!important;
        line-height: 33px;
    }

    #register-wrapper {
        border: none;
    }

    #login-wrapper {
        width: 100%!important;
    }

    .search-wrapper {
        display: none;
    }

    #footer {
        display: none
    }

    .pb-div {
        padding: 0px!important;
        padding-left: 0.5rem!important;
    }

    #accordionFooter {
        display: block!important;
    }

    .separator {
        font-size: 10px;
    }

    #center-image {
        display: none;
    }

    #product-images {
         display: block;
     }

    #category-heading-mob {
        display:block!important;
    }

    #category-heading-web {
        display: none!important;
    }

    .cart-item .removefromcart {
        position: absolute;
        top: 0%;
        right: 15px;
        margin-top: -5px;
        cursor: pointer;
        border: none;
        background: white;
    }

    .cart-item .info__bottom .info__bottom__single--total {
        margin-top: 20px;
    }

    .cart-item .info__bottom .info__bottom__single>label {
        display: inline-block;
        width: 50%;
        text-transform: uppercase;
        font-weight: 600;
    }

    .img_label_bsk {
        display: inline-block;
        width: 50%;
        text-transform: uppercase;
        font-weight: 600;
    }

    .input-wrapper {
        width: 100%;
    }

    .orders-wrapper {
        width: 100%;
    }

    #header-first {
        display:none;
    }

    .main-content {
        margin-top: 77px;
    }

    /* .main-content.home {
        margin-top: 77px;
    } */

    .carousel-caption {
        top: 58%;
        right: 5%;
        left: 5%;
    }

    /* .carousel-indicators {
        display: none;
    } */
    .carousel-caption.law {
        top: 57%;
    }

    .carousel-caption h1 {
        font-size: 119%;
        letter-spacing: 7px;
    }

    .carousel-caption h2 {
        font-size: 80%;
        margin-top: 20px;
        letter-spacing: 3px;
    }

    .carousel-caption.carousel-button {
        top: 80%;
    }
    .carousel-caption.carousel-button button {
       font-size: 8px;
       padding: 7px 10px;
       line-height: 5px
    }

    .glide-header {
        font-size: 100%;
    }

    .carousel-caption h3 {
        font-size: 110%;
        font-weight: 400;
        padding-bottom: .2rem;
    }

    .carousel-caption .lawconcept-button-white {
        font-size: 60%;
    }

    .display-4 {
        font-size: 160%;
    }

    .carousel-indicators {
        /* display: none; */
        margin-bottom: 0px;
    }

    .footer-item {
        text-align: center;
    }

    .footer-heading {
        text-align: center;
    }

    .footer-border {
        border-left: none;
    }


    .product-label {
        font-size: 8px !important;
        letter-spacing: 1px;
        margin-top: -18px;
        position: absolute;
        width: 100%;
        height: 18px !important;
        line-height: 18px;
    }

    #more-info {
        display: none;
    }

    .container-catalog {
        padding-left:0!important;
        padding-right:0!important;
    }

    .slider-title {
        font-size: 12px!important;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .title-hp {
        font-size: 10px!important;
    }

    .header-web {
        display: none;
    }

    .filters-web {
        display: none;
    }

    .mobile-items {
        display: block;
        margin-bottom: 10px;
    }

    .next-mobile {
        display: block;
    }

    .mobile-filters {
        /* display: block;
        width: 100%;
        border: 1px solid #f4f4f4;
        background: #fbfbfb;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        text-transform: uppercase;
        width: 100%;
        height: 40px;
        flex-direction: row; */
        display: block;
        position: relative;
        width: 100%;
        background: #fff;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        padding: 4px;
    }

    .mobile-filters .icon {
        width: 40px;
        height: 20px;
        display: inline-block;
    }

     .mobile-filters .icon .image {
        width: 20px;
    }

     .mobile-filters .icon-singlecolumn {
        text-align: right;
    }

    .mobile-filters .icon-multicolumn {
        text-align: left;
    }

    .mobile-filters .toolbar-item {
        display: inline-block;
        width: 32%;
        text-align: center;
        height: 1.3em;
        vertical-align: top;
        margin: 5px 0;
        line-height: 1.3em;
    }

    .mobile-filters .toolbar-item+.toolbar-item {
        border-left: 1px solid #efefef;
    }

    .mobile-filters .filter {
        text-transform: uppercase;
        line-height: 1.3em;
    }

    .mobile-filters .sort-by {
        font-size:11px;
    }

    .mobile-filters .sorter select {
        position: absolute;
        top: 0;
        left: 0;
        opacity: .01;
        padding: 5px 10px;
    }

    .mobile-filters .filter select {
        position: absolute;
        top: 0;
        left: 0;
        opacity: .01;
        padding: 5px 10px;
    }

    .mobile-filters a {
        color:inherit;
        font-size:11px
    }

    .mobile-filters a:hover {
        text-decoration: none;
    }



    .category-breadcrumbs {
        font-size: 10px;
    }

    .category-heading-wrapper {
        padding-bottom: 5px!important;
        color: #888;
    }

    .items-total {
        font-weight: 400;
        color: #666;
        font-size: 12px;
    }

    .style-container {
        margin-left: 0;
    }

    .item-details-wrapper {
        width: 100%;
    }

    .product-breadcrumbs {
        font-size: 9px;
        font-weight: 400;
        padding-bottom: 0;
    }

    .product-breadcrumbs span {
        padding-left: 1em;
    }

    .slick-slide img {
        padding: 0px!important;
    }

    .item-name {
        font-weight: 400;
    }

    #products-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    #products-container .col-6 {
        padding: 5px;
    }

    .shop-container {
        padding: 0px;
        overflow: hidden;
    }

    .img-holder {
        padding: 0px!important;
    }

    .slider:hover {
        border: none!important;
    }

    .wishlist-icon {
        padding: 5px;
        padding-top: 0px;
    }

    a#goTop {
        /* right: 44%; */
    }

    /* .arrow-right.black {
        display: none;
    }

    .card-title.small {
        font-size: 10px;
        font-weight: 400;
    } */

    .card-title.small {
        font-size: 12px;
    }

    .card-title.small {
        margin-bottom:0;
    }

    .cart-value {
        text-align: right;
        width: 100%;
    }

    .third-title {
        font-size: 12px;
    }

    .item-price.cart-price {
        font-size: 11px!important;
    }

    .no-flex {
        display: block;
    }

    .yes-sm-margin {
        margin-top: 10%;
    }

    .mobile-title {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .no-padding-sm {
        padding-left:0!important;
        padding-right:0!important;
    }

    .no-padding-sm-right {
        padding-right:0!important;
    }

    .category-wrap {
        padding-top:0!important;
    }

    .cart-item {
        font-size: 10px;
    }

    .bank-logo {
        height: 20px;
    }

    .bank-wrapper a:hover {
        text-decoration: none;
    }

    .bank-logo-group-1 {
        height: 20px;
    }

    .bank-logo-group-2 {
        width: 30px;
        margin-right: 5px;
    }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}



@media (min-width: 768px) {
    .cart-item {
        min-height: 200px;
    }
}

/* Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) {
}
/*
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) {
    .cart-item {
        min-height: 200px;
    }
}

Large (lg) devices (desktops, 992px and up)


Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { }
*/









