@font-face {
    font-family: 'Barlow-medium';
    src: url('../fonts/Barlow/Barlow-Medium.ttf');
}
@font-face {
    font-family: 'Barlow-regular';
    src: url('../fonts/Barlow/Barlow-Regular.ttf');
}
@font-face {
    font-family: 'Barlow-bold';
    src: url('../fonts/Barlow/Barlow-Bold.ttf');
}
@font-face {
    font-family: 'Barlow-light';
    src: url('../fonts/Barlow/Barlow-Light.ttf');
}
.under-line {
    text-decoration: underline;
}
.mg-r-10 {
    margin-right: 10px;
}
.cl-9454c9 {
    color: #9454c9;
}
.cl-405264 {
    color: #405264;
}
.cl-9f5ed9 {
    color: #9f5ed9;
}
.cl-00a5b1 {
    color: #00a5b1;
}
.cl-f76f5a {
    color: #f76f5a;
}
.cl-4c4c4c {
    color: #4c4c4c;
}
.bg-cl-9f5ed9 {
    background-color: #9f5ed9 !important;
}
.ff-barlow-medium {
    font-family: Barlow-medium;
}
.ff-barlow-light {
    font-family: Barlow-light;
}
.ff-barlow-regular {
    font-family: Barlow-regular;
}
.ff-barlow-bold {
    font-family: Barlow-bold;
}
.mg-t-5 {
    margin: 5px 0 0 0;
}
.mg-t-20 {
    margin-top: 20px;
}
.mg-t-30 {
    margin-top: 30px;
}
.mg-t-10 {
    margin-top: 10px;
}
.line-through {
    text-decoration: line-through;
}
.products-list .product-brand {
    text-align: left;
}
.products-list .product-item {
    padding: 35px 30px;
}
.opacity-07 {
    opacity: 0.7;
}
.opacity-08 {
    opacity: 0.8;
}

.add-cart {
    width: 80px;
    height: 36px;
    margin: 0 5px 0 0;
    padding: 9px 10px 11px 9px;
    border-radius: 18px;
    border: solid 1px #e3eaf2;
    background-color: #fafbfc;
}
.add-cart i {
    -webkit-text-stroke: 1px white;
    margin-top: 3px;
    color: #5a5a5a;
}
.add-cart input {
    width: 35px;
    border: unset;
    margin-top: -2px;
    background-color: #fafbfc;
}
/*---modal cart---*/
#modal_cart .modal-dialog{
    float: right;
    width: 332px;
    margin-top: 0;
}
#modal_cart .modal-header {
    margin: 0;
    border: unset;
    padding: 15px 15px 0 15px;
}
#modal_cart .modal-content{
    box-shadow: 3px 0 17px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border: unset;
    border-radius: unset;
}

#modal_cart .modal-body {
    padding: 15px;
    height: calc(100% - 319px);
    overflow-y: scroll;
    overflow-x: hidden;
}

#modal_cart.modal {
    padding-right: 0 !important;
    overflow-y: hidden;
}
#modal_cart .modal-dialog, #modal_cart .modal-content {
    max-height: 100vh;
}

#modal_cart .close {
    padding: 0!important;
    margin: 0 !important;
}
#modal_cart .modal-header h5 {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}


/*---modal cart---*/
#modal_cart .modal-dialog{
    float: right;
    width: 332px;
    margin-top: 0;
}
#modal_cart .modal-header {
    margin: 0;
    border: unset;
    padding: 15px 15px 0 15px;
}
#modal_cart .modal-content{
    box-shadow: 3px 0 17px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border: unset;
    border-radius: unset;
}


.item-cart {
    padding-top: 30px;
    position: inherit;
}
.item-cart .img-cart {
    width: 80px;
    display: inline-block;
    float: left;
    text-align: center;
}
.item-cart .img-cart img {
    max-height: 92px;
    max-width: 100%;
}
.item-cart .add-cart {
    height: 25px;
    padding: 2px 4px;
    margin-top: 17px;
}
.item-cart-info {
    width: 190px;
    display: inline-block;
    padding-left: 10px;
}
.delete-cart {
    background-color: #00a5b1;
    padding: 6px 10px;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 3px;
}
.delete-cart i {
    color: #ffffff;
}
/*Left pointing*/
.promotion-tag {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 50px;
    display: inline-block;
    height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
}
.promotion-tag:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 7px solid #00a5b1;
}
.promotion-tag span {
    position: absolute;
    top: 0;
    left: 7px;
    height: 100%;
    padding-right: 5px;
    color: #ffffff;
    background: #00a5b1;
}
.promotion-tag {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 50px;
    display: inline-block;
    height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
}
#modal_cart .promotion-tag {
    width: 48px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: absolute !important;
    margin-top: 3px !important;
    margin-left: 4px !important;
}
#modal_cart .modal-footer {
    padding: 18px 25px;
    background-color: #00a5b1;
    display: block;
}

#modal_cart .modal-footer table{
    width: 100%;
}

#modal_cart .btn-add-cart {
    border-radius: 23px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    border: none;
}
#modal_cart .btn-add-cart:nth-child(1) {
    background-color: #fff200;
    border: none;
}
#modal_cart .promotion-tag {
    margin-top: 5px;
}

#modal-alert .promotion-tag {
    width: 48px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: absolute !important;
    margin-top: 3px !important;
    margin-left: 4px !important;
}
#modal-alert .modal-footer {
    padding: 18px 25px;
    background-color: #00a5b1;
    display: block;
}

#modal-alert .modal-footer table{
    width: 100%;
}

#modal-alert .btn-add-cart {
    border-radius: 23px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    border: none;
}
#modal-alert .btn-add-cart:nth-child(1) {
    background-color: #fff200;
    border: none;
}
#modal-alert .promotion-tag {
    margin-top: 5px;
}
.product-images img {
    max-height: 260px;
}
.btn-add-cart {
    width: 100%;
    padding: 13px 15px !important;
    border-radius: 25px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%);
    border: solid 1px #d2deea;
    background-color: #ffffff;
    margin-top: 15px;
}

/*input-cart*/
input.input-cart, select.input-cart {
    padding: 12px 10px 12px 20px !important;
}

.cart-link {
    background-color: #fff;
    border-radius: 30px;
    padding: 6px 5px;
}
.view-list .title-cart {
    padding: 18px 10px;
    background-color: #fafbfc;
}
.view-list .cart-title-item {
    width: 12.5%;
}
.view-list .item-cart img {
    width: 40px;
}
.view-list .img-cart {
    width: 40px;
}
.view-list .cart-product {
    width: 17%;
}
.view-list .item-cart-info {
    width: 77px;
}
.view-list .item-cart-info label {
    text-decoration: underline;
}
.view-list .add-cart input {
    width: 31px;
}

.view-list .add-cart {
    width: 68px;
    height: 32px;
    padding: 6px 6px 8px 6px;
}
.view-list .btn-cart {
    padding: 10px 10px;
    border-radius: 40px;
    background-color: #9454c9;
}
.view-list .cart-sub-action {
    width: 7%;
    padding-top: 5px;
}
.view-list .cart-partner {
    margin-bottom: 0;
}
.input-search {
    width: 277px;
}
.input-search input {
    border-radius: 22px;
    font-size: 12px;
}
.input-search button {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-left: 0 !important;
}

.input-search button:hover {
    color: unset;
}

.view-grid .product-item {
    height: 525px;
}

.view-grid .filter-color{
    position: unset;
    bottom: unset;
}

.view-grid .top-filter{
    position: absolute;
}
.view-grid .button-cart {
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .view-list .input-search {
        width: 100%;
    }
    .view-list .cart-item {
        padding: 0 0 15px 0;
    }
}
.select-color {
    width: 78px;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #ccd7e4;
    background-color: #ffffff;
}
.btn-close-cart {
    border-radius: 40px !important;
    background-color: #10c8c8 !important;
    position: absolute;
    width: 40px;
    height: 38px;
    top: -18px;
    right: -11px;
    line-height: 0;
}