
.turuncu-hidden{
    display:none;
}
.turuncuweb_swatches{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr) ) ;
}

.turuncuweb_swatches .swatch{
    flex:0 0 60px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative;
}

.turuncuweb_swatches .swatch.disabled::before, 
.turuncuweb_swatches .swatch.disabled::after{
    content:'';
    width:15px;
    height:3px;
    background-color:#e7b7b7;
    border-radius:3;
    font-size:60px;
    position:absolute;
    z-index:1;
    transform:rotate(45deg);
    right: 10px;
    top: 5px;
}
.turuncuweb_swatches .swatch.disabled::after{
    transform:rotate(-45deg);
}


.turuncuweb_swatches .swatch:hover{
    cursor:pointer;
}
.turuncuweb_swatches .swatch.disabled:hover{
    cursor:not-allowed;
}
.turuncuweb_swatches .swatch label{
    text-align: center !important;
    font-size: 11px;
    margin: 5px 0;
}
.turuncuweb_swatches .swatch img{
    object-fit:cover;
    border-radius:30px;
    border: 1px solid #efefef;
    width:60px;
    height:60px;
    padding: 5px;
    background-color:#fff;
}

.turuncuweb_swatches .swatch:hover img{
    border-color:red;
}

.turuncuweb_swatches .swatch.disabled:hover img{
    border-color:#efefef !important;
}

.turuncuweb_swatches .swatch.selected img{
    border-color:green !important;
}

.turuncuweb_swatches .swatch.selected label{
    color:green !important;
}


 table.variations tbody>tr:nth-child(odd)>td,  table.variations tbody>tr:nth-child(odd)>th{
    background:transparent !important;
}

table.variations tbody>tr{
    display:flex;
    flex-direction:column;
    position: relative;
    border-bottom: 1px solid #efefef;
    padding: 0 0 30px 0;
}

table.variations tbody>tr th.label{
    text-align:left;
    font-size:16px;
}

table.variations .reset_variations{
    display:block;
    width: 100%;
    text-align: center;
    border: 1px solid rgb(239, 239, 239);
    margin: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    border-radius: 30px;
}

input[name=quantity]{
    min-width:80px !important;
}

.product_meta .tagged_as{ display:none !important;}