.list-color,.list-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    padding: 0;
}
.attr_size {
    margin-top: 20px;
}
.attr_size li.active,
.attr_size li:hover {
    -webkit-box-shadow: 0 0 0 3px #aaaaaa;
    box-shadow: 0 0 0 3px #aaaaaa;
}
.list-color li:hover {
    -webkit-box-shadow: 0 0 0 3px #aaaaaa;
    box-shadow: 0 0 0 3px #aaaaaa;
}
.list-color li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.list-color li {
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px 10px 0;
    font-size: 1.25rem;
    color: #111;
    position: relative;
    -webkit-transition: all, .5s;
    transition: all, .5s;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.list-color li.active {
    border: 1px solid #f15b67;
}
@media screen and (max-width: 991px) {
    .color li.deactive,
    .size li.deactive{
        pointer-events: none;
    }
}

.attr_size li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-size li {
    margin: 8px 8px 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: auto;
    height: 45px;
    color: #000;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #d1d7da;
    padding: 10px;
    text-transform: uppercase;
}
.title-attr {
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 8px;
}
.title-attr .change {
    color: #aaaaaa;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid;
    line-height: 1;
}
.size li.deactive{
    background: #ddd;
}
.change-price{
    display: none;
}
.change-price.active{
     display: block;
 }

.change-price .price-wrapper {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 8px 0 15px 0;
}
/*Table css*/
#nav-home table {
    width: 100% !important;
    border: 1px solid #e3e3e3;
    border-collapse: unset;
}
#nav-home table tbody tr td {
    width: 57% !important;
    color: black;
    display: inline-block;
    float: left;
    padding-left: 10px;
}
#nav-home table>tr {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 7px;
    display: inline-flex;
    clear: both;
    width: 100%;
}
#nav-home table tbody tr {
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 7px;
    display: inline-flex;
    clear: both;
    width: 100%;
}
#nav-home table tbody tr td:first-child {
    width: 43% !important;
    color: #a0a0a0;
    display: inline-block;
    float: left;
    padding-right: 10px;
}
#nav-home table tbody tr td p {
    margin: 10px 0;
}
#nav-home>h3{
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    background: red;
    font-size: 20px;
    font-weight: 700;
}
#nav-home>h2, #nav-home>h1{
    width: 100% !important;
}
#nav-home iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#nav-home .active{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    text-align: justify;
}
.cart-content-view button {
    color: #000;
}
.sticky .change-price,.top-price .old-price{
    display: none;
}
.top-price .min-old-price{
    display: block;
}
.product-price.top-price {
    display: flex;
}
.product-price.top-price .min-current,.top-price .current-price,
.change-price .price-wrapper .current-price{
    padding-right: 10px;
}
.sticky .change-price .price-wrapper{
    border-top: unset;
}
.price-wrapper .product-price>.price-child>span {
    font-size: 18px;
}
.pswp img {
    max-width: initial;
    object-fit: scale-down;
}
#nav-home table colgroup col {
    width: 100% !important;
}
.childProducts {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid #c6c2c2;
}

.childProducts:focus-visible {
    outline: none;
}
.color-selected{
    display: none;
}