.color-pro-detail {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.size-pro-detail {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.size-pro-detail.active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/check-cart.png);
}

.color-pro-detail.active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"] {
    display: none;
}

.size-pro-detail input[type="radio"] {
    display: none;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
}

.cart-pro-detail a {
    font-size: 14px;
    color: #ffffff!important;
    text-transform: uppercase;
    padding: 11px 15px;
    border-radius: 25px!important;
    cursor: pointer !important;
}

.cart-pro-detail a:hover {
    background: #000!important;
}

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 997;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff!important;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: var(--clr-base);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

#popup-cart .modal-title {
    text-transform: uppercase;
}

#popup-cart .modal-body .wrap-cart {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
}

#popup-cart .modal-footer {
    padding: 0.75rem 0 0 0;
    border-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.buymore-cart {
    color: var(--clr-base);
    cursor: pointer;
    margin: 0px;
}

.buymore-cart i {
    margin-right: 2px;
    margin-top: 5px;
    vertical-align: top;
    font-size: 12px;
}

.wrap-cart {
    padding: 20px 15px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.top-cart {
    border-right: 1px solid #eee;
}

.procart {
    padding: 20px 10px;
    border: 1px solid #eee;
    border-top: 0px;
}

.pic-procart {
    text-align: center;
}

.pic-procart img {
    max-height: 100px;
    height: inherit;
}

.pic-procart .del-procart {
    color: #999;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    cursor: pointer;
}

.pic-procart .del-procart:hover {
    color: var(--clr-base);
}

.name-procart a {
    font-size: 14px;
    color: #000;
    display: block;
}

.name-procart a:hover {
    color: var(--clr-base);
}

.properties-procart {
    display: block;
}

.properties-procart p {
    display: inline-block;
    margin-bottom: 0px;
}

.properties-procart p:first-child {
    margin-right: 10px;
}

.properties-procart p strong {
    font-weight: 600;
}

.quantity-procart p {
    margin-bottom: 0px;
}

.quantity-counter-procart {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 30px;
    line-height: normal;
    text-align: center;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counter-procart {
    background-color: transparent;
    border: 0px;
    width: 30%;
    color: #333;
    outline: none;
    cursor: pointer;
    font-size: 23px;
}

.counter-procart:hover,.counter-procart:focus {
    color: var(--clr-base);
}

.counter-procart:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.counter-procart:disabled:hover {
    color: #ccc;
    cursor: not-allowed;
}

.counter-procart-minus {
    line-height: 26px;
}

.counter-procart-plus {
    line-height: 24px;
}

.quantity-counter-procart .quantity-procart {
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    color: #333;
    text-align: center;
}

.price-procart {
    width: 20%;
    text-align: right;
}

.price-procart-rp {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13.5px;
}

.price-new-cart {
    color: var(--clr-base);
    margin-bottom: 0px;
    font-weight: bold;
}

.price-old-cart {
    color: #999;
    text-decoration: line-through;
}

.procart-label {
    border: 0px;
    background: #eee;
    padding: 10px;
    margin: 0px;
    text-transform: capitalize;
}

.money-procart {
    margin-top: 15px;
}

.total-procart {
    background: #eee;
    padding: 7px 10px;
    border: 1px solid #dddfe2;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.total-procart p {
    margin-bottom: 0px;
    font-size: 15px;
}

.total-procart p:last-child {
    color: var(--clr-base);
    font-weight: bold;
}

.section-cart {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

.title-cart {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--clr-base);
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}

.information-cart {
    margin-bottom: 1.5rem;
}

.input-cart {
    margin-bottom: 0.5rem;
    position: relative;
}

.input-cart textarea {
    resize: none;
    height: 100px;
}

.input-cart select {
    cursor: pointer;
}

.payments-cart {
    text-align: left;
    margin-bottom: 5px;
    min-height: auto;
}

.payments-cart:last-child {
    margin-bottom: 0px;
}

.payments-cart input {
    top: calc(50% - 1.25rem / 2);
}

.payments-label {
    cursor: pointer;
    background: #eee;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 0px;
    color: #313131!important;
}

.payments-label::before,.payments-label::after {
    top: calc(50% - 1rem / 2);
}

.payments-label.active {
    background: var(--clr-base);
    color: #ffffff!important;
}

.payments-info {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    background: #f5efef;
    border-radius: 5px;
}

.payments-info p {
    margin-bottom: 1em;
}

.payments-info.active {
    padding: 10px 15px;
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.btn-cart {
    text-transform: capitalize;
}

.empty-cart {
    padding: 25px 30px;
    display: block;
    text-align: center;
    color: #23527c!important;
    width: 100%;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.empty-cart i {
    color: #999;
    font-size: 70px;
}

.empty-cart p {
    margin: 15px 0px;
    color: #333;
    font-size: 18px;
}

.proprice_item_color span {
    width: 50px;
    height: 25px;
    border-radius: 6px;
}

.prod_details_color {
    display: flex;
    justify-content: start;
    flex-flow: wrap;
    margin: 0 -5px;
    margin-bottom: 10px;
}

.prod_details_color .align-items-center {
    margin: 0 5px;
}

.proprice_item_color.active > span {
    border: 1px solid #000;
    border-radius: 6px;
    transition: 0.5s;
}

.proprice_item_size a {
    display: flex;
    width: 50px;
    height: 25px;
    align-items: center;
    justify-content: center;
    background: #ddd;
    border-radius: 6px;
}

.proprice_group {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 -5px;
    margin-bottom: 10px;
}

.proprice_item_size {
    margin: 0 5px;
}

.proprice_item_size.active > a {
    border: 1px solid #000;
    border-radius: 6px;
}

.proprice_item_label {
    margin-bottom: 5px!important;
}

.cart-product {
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 10px 0;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #00000040;
    border-radius: 0 0 20px 20px;
}

.cart-product span {
    cursor: pointer;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006b68;
    border-radius: 50%;
}

.cart-product span:hover {
    background: #fff !important;
    color: #006b68!important;
    border-color: #006b68!important;
}

.cart-product span:hover:nth-child(2) {
    background: #fff !important;
    color: #f00!important;
    border-color: #f00!important;
}

.cart-product span:nth-child(2) {
    background: #f00 !important;
    border-color: #f00 !important;
}
