.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.classify ._2IW_UG {
    color: #757575;
    width: 80px;
    text-transform: capitalize;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.classify ._2oeDUI {
    -webkit-flex-basis: 32.1875rem;
    -ms-flex-preferred-size: 32.1875rem;
    flex-basis: 32.1875rem;
    max-width: 32.1875rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.classify .product-variation {
    cursor: pointer;
    min-width: 5rem;
    min-height: 2.125rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25rem .75rem;
    margin: 0 8px 8px 0;
    color: rgba(0, 0, 0, .8);
    text-align: left;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .09);
    position: relative;
    background: #fff;
    outline: 0;
    word-break: break-word;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.classify .product-variation--selected, .theme--ofs .product-variation:hover {
    color: #d0011b;
    border-color: #d0011b;
}

.classify .product-variation__tick {
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
}

.classify .product-variation__tick:before {
    border: .9375rem solid transparent;
    border-bottom-color: #ee4d2d;
    content: "";
    position: absolute;
    right: -.9375rem;
    bottom: 0;
}

.classify .product-variation__tick:before {
    border-bottom-color: #d0011b;
}

.classify .product-variation__tick > .icon-tick-bold {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 8px;
}

.classify svg:not(:root) {
    overflow: hidden;
}

.classify .shopee-svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
}

.classify .product-variation--disabled {
    color: rgba(0, 0, 0, .26);
    cursor: not-allowed;
}

.pm-product-details .description-block .add-to-cart {
    border-top: none;
    padding-top: 0;
}

.layout-cart-product {
    border-top: 1px solid #ececec;
    margin: 25px 0;
    padding-top: 35px;
    width: 100%;
}
.message-error{
    color :red;
}

/*custom slie image product*/
.elevate-gallery{
 justify-content: center;
}
a.gallary-item {
    width: 80px;
    height: 80px;
    border: 1px solid #ececec;
    opacity: 1;
}
.pm-product-details .description-block .share-block-2 .social-btns li{
    display: flex;
    align-items: center;
}
