    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */

    .first-header {
        color: initial;
        text-decoration: underline;
    }
    .first-header:focus {
        color: white;
        text-decoration: underline;
    }
    .first-header:hover {
        color: white;
        text-decoration: underline;
    }

    .fixed-box-review {
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: fit-content;
        background-color: gray !important;
        color: white;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 20px;
    }

    .fixed-box-review span {
        color: white;
        writing-mode: vertical-rl; 
        transform: rotate(180deg);
        text-transform: uppercase;
    }

    .mybg-primary {
        background-color: #ff5200;
    }

    .text-primary-underline {
        color: #ff5200;
        text-decoration: underline;
        font-weight: 500;
    }

    .text-primary-custom {
        color: #ff5200;
    }

    .text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .border-right-custom {
        border-right: 0.5px solid #333333;
    }

    .button-follow {
        border: 1px solid #EDEDED;
        margin: 0;
        padding: 5px 10px;
        background-color: rgb(84, 51, 235);
        color: #ffffff;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 37px;
        border-radius: 50px;
        transition: opacity 0.5s, background-color 0.5s;
    }
    .button-follow:hover {
        background-color: #7f68e9;
        opacity: 1;
    }
    .button-follow span {
        display: flex;
        align-items: center;
        font-weight: 500;
    }
    .button-follow i {
        margin-right: 8px;
    }
    .button-follow svg {
        margin-left: 8px;
    }

    .border-bottom {
        border-bottom: 1px solid #d6d6d6;
    }

    /* :: 1.0 Popup Cart Area CSS */
    .popup-cart {
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        height: 68px;
        width: 98%;
        margin: auto;
        background-color: white;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        opacity: 1;
        transition: bottom 0.7s ease;
    }
    .popup-cart.show {
        bottom: 10px;
        transition: bottom 0.7s ease;
    }
    .popup-cart-content-regular {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    .popup-cart-content-regular .popup-cart-product-detail {
        display: flex;
        align-items: center;
    }
    .popup-cart-content-regular img {
        width: 50px;
    }
    .popup-cart-content-regular .details {
        display: flex;
        flex-direction: column;
    }
    .popup-cart-content-regular .details span {
        margin: 0;
        font-size: 16px;
        font-size: smaller;
    }
    .popup-cart-content-regular .details p {
        color: rgb(255, 82, 0);
        font-size: 14px;
        margin: 5px 0;
        font-weight: 700;
    }
    .popup-cart-content-mobile .price {
        color: rgb(255, 82, 0);
        font-weight: 700;
    }
    .popup-cart-content-regular .options {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .popup-cart-content-regular .options label {
        font-size: smaller;
        margin-bottom: 3px;
    }
    .popup-cart-content-regular .options .colour {
        margin-right: 20px;
        height: 32px;
    }
    .popup-cart-content-regular .options .size {
        margin-right: 20px;
        height: 32px;
    }
    .popup-cart-content-regular .options .size .select-custom {
        -webkit-tap-highlight-color: transparent;
        background-color: #F3F3F3;
        border-radius: 5px;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        height: 32px;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: auto;
        min-width: 130px;
    }
    .popup-cart-content-regular .options .size .select-custom.open .list {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1) translateY(0);
        max-height: 300px;
        overflow-y: auto;
        display: block;
    }

    .popup-cart-content-regular .options .size .select-custom .list {
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 2000000000;
        max-height: 300px;
        min-width: 130px;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin: 4px 0 0 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        bottom: 68px;
        left: 0;
        transform-origin: 50% 0;
        transform: scale(0.75) translateY(90px);
        z-index: 2000000000;
        background: #fff;
        top: auto;
    }
    .popup-cart-content-regular .options .size .select-custom span {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 33px;
        color: #393939;
        font-size: 13px;
    }
    .popup-cart-content-regular .options .quantity {
        display: flex;
        align-items: center;
        margin-right: 20px;
        height: 32px;
    }
    .popup-cart-content-regular .options .quantity .qty-btn {
        cursor: pointer;
        background: #F3F3F3;
        height: 100%;
        width: 32px;
        color: #393939;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    .popup-cart-content-regular .options .quantity input[type="number"]::-webkit-inner-spin-button,
    .popup-cart-content-regular .options .quantity input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .popup-cart-content-regular .options .quantity input[type="number"] {
        padding: 0;
        width: 50px;
        margin: 0 10px;
        background: #F3F3F3;
        color: #393939;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
        border-radius: 5px;
        border: none;
        outline: none;
    }
    .popup-cart-content-regular .options .add-to-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(255, 82, 0);
        color: white;
        border: none;
        cursor: pointer;
        width: 200px;
        height: 100%;
    }
    .popup-cart-content-mobile .popup-cart-size-color {
        height: 0px;
        overflow: hidden;
        transition: height 0.8s ease;
    }
    .popup-cart-content-mobile .popup-cart-size-color.show {
        position: absolute; 
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px 0 0 0;
        bottom: 0; 
        right: 0; 
        left: 0; 
        background-color: #fff; 
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
        z-index: 999999999999999999;
    }
    .popup-cart-content-mobile .popup-cart-size-color .m-detail-product {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .popup-cart-content-mobile .popup-cart-size-color .m-detail-product img {
       width: 15%;
       border-radius: 5px;
    }
    .popup-cart-content-mobile .popup-cart-size-color .control-qty {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .popup-cart-content-mobile .popup-cart-size-color .control-qty .popup-cart-btn {
        border: 1px solid #dedede;
        border-radius: 5px;
        color: #000;
    }
    .popup-cart-content-mobile .popup-cart-size-color .control-qty input[type="number"] {
        color: rgb(22, 37, 67);
        border: 1px solid rgb(208, 211, 217);
        padding: 3px 8px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        outline: none;
      }
    .popup-cart-content-mobile .popup-cart-size-color .select-popup-cart.open .list {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1) translateY(25px);
        max-height: 300px;
        overflow-y: auto;
        display: block;
      }
      .popup-cart-content-mobile .popup-cart-size-color .select-popup-cart .list {
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 2000000000;
        max-height: 300px;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin: 4px 0 0 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        bottom: 68px;
        left: 0;
        transform-origin: 50% 0;
        transform: scale(0.75) translateY(90px);
        z-index: 2000000000;
        background: #fff;
        top: auto;
      }
    @media only screen and (max-width: 767px) {
        .popup-cart.show {
            bottom: 0;
            height: auto;
            width: 100%;
        }
        .popup-cart.show .popup-cart-content-regular {
            display: none;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .popup-cart.show {
            bottom: 0;
            height: auto;
            width: 100%;
        }
        .popup-cart.show .popup-cart-content-regular {
            display: none;
        }
    }