/* -------------------------------------------------------------------------------- */
/*	X. Shared Styles
/* -------------------------------------------------------------------------------- */


/* Fancy Quantity Inputs ----------------------------- */

.woocommerce .password-input,
.woocommerce-page .password-input {
    display: block;
    position: relative;
    width: 100%;
}

.woocommerce .password-input input,
.woocommerce-page .password-input input {
    margin-bottom: 0;
    padding-right: 44px;
}

.woocommerce .password-input .show-password-input,
.woocommerce-page .password-input .show-password-input {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    box-shadow: none;
    color: var(--gray-500);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    min-width: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
}

.woocommerce .password-input .show-password-input:hover,
.woocommerce-page .password-input .show-password-input:hover {
    background: transparent;
    color: var(--gray-700);
    opacity: 1;
}

.woocommerce .password-input .show-password-input:focus,
.woocommerce-page .password-input .show-password-input:focus {
    outline: none;
}

.woocommerce .password-input .show-password-input::before,
.woocommerce-page .password-input .show-password-input::before {
    color: currentColor;
    content: '\e010';
    font-family: 'WooCommerce';
    font-size: 16px;
    line-height: 1;
}

.woocommerce .password-input .show-password-input.display-password::before,
.woocommerce-page .password-input .show-password-input.display-password::before {
    content: '\e011';
}


.quantity {
    position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
    padding-right: 50px;
    text-align: center;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    border-left: 1px solid #e1e1e5;
    position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
    width: 35px;
}

.quantity-button {
    background: no-repeat center;
    background-size: auto 8px;
    cursor: pointer;
    height: 50%;
    position: absolute;
        left: 0;
        right: 1px;
    transition: background-color .1s linear, opacity .1s linear;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
    user-select: none;
}

.quantity-button:active {
    background-color: var(--gray-50);
}

.quantity-button.disabled {
    cursor: default;
    opacity: .25;
}

.quantity-button.quantity-up {
    background-image: url( ../svg/chevron-up-black.svg );
    background-position: center 45%;
    top: 1px;
}

.quantity-button.quantity-down {
    background-image: url( ../svg/chevron-down-black.svg );
    background-position: center 55%;
    bottom: 1px;
}


/* Star Rating ----------------------------- */


.star-rating {
    font-family: 'WooCommerce' !important;
    font-size: 14px;
    height: 1.5em;
    letter-spacing: 0.1em;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    width: 5.6em;
}

.star-rating:before {
    color: var(--gray-300);
    content: '\e020\e020\e020\e020\e020';
    float: left;
    letter-spacing: inherit;
    position: absolute;
        left: 0;
        top: 0;
}

.star-rating span {
    float: left;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
        left: 0;
        top: 0;
}

.star-rating span::before {
    color: var(--gray-900);
    content: '\e020\e020\e020\e020\e020';
    letter-spacing: inherit;
    position: absolute;
        left: 0;
        top: 0;
}


/* Stars ----------------------------- */


p.stars {
    display: inline-block;
    margin-bottom: 12px;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

p.stars a::before {
    color: var(--gray-300);
    content: '\e020';
    display: block;
    font-family: 'WooCommerce';
    height: 1em;
    line-height: 1;
    position: absolute;
        left: 0;
        top: 0;
    text-indent: 0;
    width: 1em;
}

p.stars a:hover ~ a::before,
p.stars.selected a.active ~ a:before {
    color: var(--gray-500);
}

p.stars:hover a::before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before {
    color: var(--gray-900);
}


/* Breadcrumbs ----------------------------- */


.breadcrumbs,
.rank-math-breadcrumb {
    color: var(--gray-500);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-math-breadcrumb {
    display: block;
}

.rank-math-breadcrumb p {
    margin: 0;
    padding-bottom: 2px;
}

.rank-math-breadcrumb .label {
    color: var(--gray-600);
    font-family: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.breadcrumbs .seperator {
    background: url( ../svg/chevron-right-black.svg ) no-repeat center;
    background-size: auto 8px;
    display: inline-block;
    height: 8px;
    margin: 0 12px;
    opacity: 0.4;
    width: 5px;
}

.rank-math-breadcrumb .separator {
    display: inline-block;
    font-size: 0;
    margin: 0 12px;
    opacity: 0.4;
    vertical-align: middle;
}

.rank-math-breadcrumb .separator:before {
    background: url( ../svg/chevron-right-black.svg ) no-repeat center;
    background-size: auto 8px;
    content: "";
    display: block;
    height: 8px;
    width: 5px;
}

.breadcrumbs a,
.rank-math-breadcrumb a {
    color: inherit;
    display: inline-block;
}

.rank-math-breadcrumb .last {
    color: var(--gray-800);
}


/* WC Tabs ----------------------------- */


.woocommerce-tabs {
    display: flex;
}

.woocommerce-tabs .panel {
    width: 100%;
}

.woocommerce-tabs .panel h2,
.woocommerce-tabs #review_form .comment-reply-title {
    display: block;
    font-family: Newsreader, Georgia, serif;
    font-size: 28px;
    margin: 0 0 20px;
}

/* TABS NAVIGATION */

.wc-tabs {
    flex-shrink: 0;
    margin-right: 50px;
    width: 220px;
}

.wc-tabs li {
    border-top: 1px solid #e1e1e5;
}

.wc-tabs li:last-child {
    border-bottom: 1px solid #e1e1e5;
}

.wc-tabs a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
    position: relative;
    width: 100%;
}

.wc-tabs a:after {
    background: url( ../svg/chevron-right-black.svg ) no-repeat center;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
        top: calc( 50% - 10px );
        right: 10px;
    transition: all .15s linear;
    width: 20px;
}

.wc-tabs .active a,
.wc-tabs a:hover {
    opacity: .5;
    text-decoration: none;
}


