/* GENERAL */

@font-face {
    font-family: 'Basel Grotesk';
    src: url('../fonts/baselgrotesk-book-webfont.woff2') format('woff2'), url('../fonts/baselgrotesk-book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Basel Grotesk Medium';
    src: url('../fonts/baselgrotesk-medium-webfont.woff2') format('woff2'), url('../fonts/baselgrotesk-medium-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Basel Grotesk Light';
    src: url('../fonts/BaselGrotesk-Light.woff2') format('woff2'), url('../fonts/BaselGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    font-style: normal;
    font-weight: 400;
    /* regular */
    font-size: 62.5%;
    /* 10px */
    line-height: 1.2;
    overflow: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

body.small {
    font-size: 52%;
}

body.large {
    font-size: 75%;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 1em;
    font-size: 1.6em;
    line-height: 1.4;
    text-align: justify;
}

p.small {
    font-size: 1.3em;
}

p.center {
    text-align: center;
}

p:last-child {
    margin-bottom: 0;
}

.content p a,
.content li a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.content table {
    width: 100%;
    table-layout: fixed;
}

.content td,
.content th {
    padding: 5px 10px;
    border: 1px solid #CCC;
    font-size: 1.6em;
    vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

sup {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

span.description {
    color: transparent;
    font: 0/0 a;
}

.content ul {
    list-style: outside disc;
    margin-left: 2em;
    margin-bottom: 2em;
}

.content ol {
    list-style: outside decimal;
    margin-left: 2em;
    margin-bottom: 2em;
}

.content li {
    margin-bottom: 0.5em;
    font-size: 1.6em;
}

table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.content li p,
.content p li,
.content p p,
.content li li,
.content th p,
.content td p,
.content th li,
.content td li {
    font-size: 1em;
}

.content th ul,
.content th ol,
.conten td ul,
.content td ol {
    margin-left: 1em;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-container p {
    color: transparent;
    font: 0/0 a;
}


/* Woocommerce */

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .color-variable-item.variable-item:not(.radio-variable-item) {
    font-size: 18px;
    color: #717171;
    padding: 0;
    margin-right: 15px;
}

.color-variable-item {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px !important;
    overflow: hidden;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-image: url(../images/check@2x.png);
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    font-size: 14px;
    color: #717171;
}

.woocommerce div.product form.cart .variations th {
    line-height: 1;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    padding-top: 0;
}

td.label,
th.label {
    padding: 10px 0;
}

.variations tbody tr:nth-child(2) {
    position: absolute;
    left: 178px;
    margin-top: 9px;
    z-index: 2;
}

.quantity-label {
    font-weight: 400;
    font-size: 14px;
    color: #717171;
    margin-bottom: 12px;
}

.variations_form {
    position: relative;
}

.quantity input {
    height: 40px;
}

.woocommerce .quantity .qty {
    width: 92px;
    text-align: left;
    padding: 4px 7px 4px 14px;
}

.woocommerce div.product form.cart div.quantity {
    position: relative;
}

.woocommerce div.product form.cart div.quantity:after {
    position: absolute;
    display: inline-block;
    top: 14px;
    left: 71px;
    width: 14px;
    height: 100%;
    background-image: url(../images/dropdown-purple@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: '';
}

.yith-wcwl-add-to-wishlist {
    width: 24%;
    border: 1px solid #7D2882;
    background-color: #fff;
    background-size: 28px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    height: 58px;
    margin-top: 4em;
    float: right;
}

.yith-wcwl-add-to-wishlist span {
    display: none;
}

.yith-wcwl-add-to-wishlist .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    padding: 2px 0;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    border-radius: 0;
}

.woocommerce a.add_to_wishlist.button.alt {
    width: 100%;
    height: 100%;
    border: 0;
}

.variable-item-span-button {
    margin: 0 5px;
    color: #717171;
}

.woocommerce-page table.cart td.actions {
    border: 0;
}

p.wishlist-empty,
table.wishlist_table tbody td.wishlist-empty {
    font-size: 2.2em;
}