/*SLIDER variant color */
ul.variant-color {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product-variants-item{
    width: calc(100% - 10px);
}
.owl-nav button{
    position: absolute;
    top: 17%;
    font-size: 30px !important;
}
.owl-nav>button:last-of-type{
    right: 11px;
}
.owl-nav>button:first-of-type{
    left: 0px;
}
.product-variants>.product-variants-item select {
    width: fit-content;}
/* END */

.product-variants {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-variants-item {
    margin: 5px !important;
    flex-direction: column;
}

.product-variants-item,
.product-variants-item>ul {
    display: inline-flex;
    margin: 0;
    align-items: left;
}

.product-variants-item>.control-label {
    margin-right: 5px;
}

.product-variants-item .color {
    margin: 0;
}

.variant-color>li>label {
    margin-bottom: 0;
}

.input-group-btn-vertical>.btn-touchspin:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, .25);
    border-right: 1px solid rgba(0, 0, 0, .25);
    border-left: none;
    border-bottom: none;
}

.input-group-btn-vertical>.btn-touchspin:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    border-right: 1px solid rgba(0, 0, 0, .25);
    border-left: none;
    border-top: none;
}

#quantity_wanted {
    border-right-width: 0px;
    width: 2rem !important;
}

.product-container h1 {
    font-size: 39px;
    line-height: 47px;
    text-transform: none;
    font-weight: 300;
}

.product-container .tabs {
    padding: 1.25rem 1.875rem 1.25rem 0;
    margin-top: 0rem;
}

.product-price {
    display: inline-flex;
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
}

.current-price {
    margin-left: 5px;
}

.tab-pane .nav-link {
    font: normal normal normal 22px/26px Cormorant;
    color: #000;
}

.nav-link:hover {
    border-bottom: #000 3px solid;
}

.tab-pane p {
    font: normal normal 300 16px/20px 'Inter';
}
#product .breadcrumb{
    margin-top: 20px;
}
.breadcrumb li:nth-child(1) {
    display: none !important;
}

@media (min-width: 1px) {
    #product label .color {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 500px) {

    #product label .color {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 768px) {
    .breadcrumb {
        margin-left: 19.5%;
    }

    #product label .color {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1080px) {

    #product label .color {
        width: 55px;
        height: 55px;
    }
}