.text-header {
    color: #B3E5FC;
    margin-left: 28px;
}

.logo1 {
    height: 80px;
}

.search {
    width: 200px;
    border: none;
    background-color: transparent;
    border: 2px solid #B3E5FC;
    border-radius: 25px;
}

.toolbox-a {
    color: #fff;
}

.logo-product {
    height: 80px;
}

.text-header-a {
    color: #B3E5FC;
    margin-left: 28px;
    justify-content: center;
}

/*  */
.toolbox-right {
    margin-right: 1rem;
}

.toolbox,
.toolbox-right,
.toolbox-left,
.toolbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.toolbox-right {
    margin-right: auto;
}

.toolbox-left label,
.toolbox-right .toolbox-layout {
    display: none;
}

.toolbox-horizontal .toolbox-left .toolbox-item {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.toolbox-item {
    margin-bottom: 1rem;
}

.toolbox .toolbox-show select {
    padding-right: 1.3rem;
    padding-left: 2.8rem;
    width: 9.4rem;
}

.toolbox-horizontal .select-menu select,
.toolbox-horizontal .toolbox-show select {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
}

.toolbox-horizontal .toolbox-show select {
    padding-right: 1.4rem;
    padding-left: 3.1rem;
}

.toolbox .select-box::before {
    font-size: 1.1rem;
    left: 1rem;
    margin-top: 0.1rem;
}

.header-search .select-box::before {
    left: 1.2rem;
    margin-top: -0.1rem;
    font-weight: 400;
}

.header-search .select-box select {
    position: relative;
    padding: 0 1.5rem 0 2rem;
    border: 0;
    font-weight: 400;
    z-index: 1;
}

.header-search.hs-expanded .select-box {
    width: 14.6rem;
    border: 2px solid #0165D5;
    border-left: none;
    color: #666666;
}

.header-search.hs-expanded .select-box::after {
    content: "";
    height: 35px;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-control {
    min-height: 2.4rem;
    border-color: #ccc;
    color: #666;
}



/*  */
.product-wrapper.row [class*=col-] {
    margin-bottom: 2rem;
}

.product-wrap {
    margin-bottom: 2rem;
}

.product-lists .product-wrap:last-child .product-list {
    margin-bottom: 0;
}

.product-grid .product-wrap {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

.product-wrap {
    margin-bottom: 2rem;
}

.product.text-center .ratings-container {
    text-align: start;
}

.product.text-center .ratings-container,
.product.text-center .product-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product .product-pa-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product .product-pa-wrapper .product-price {
    margin-bottom: 0;
}

.product .product-pa-wrapper .product-action {
    bottom: -1rem;
}

.product .product-pa-wrapper .load-more-overlay.loading::after {
    top: 0;
}

.product:hover .product-pa-wrapper .product-action {
    bottom: 0;
}

@media (max-width: 479px) {
    .product:not(.product-list) {
        font-size: 0.8rem;
    }

    .product:not(.product-list) .btn-product-icon {
        width: 3rem;
        height: 3rem;
    }

    .product:not(.product-list) .product-label-group {
        top: 1rem;
        right: 1rem;
    }

    .product:not(.product-list) .product-action-vertical {
        top: 1rem;
        left: 1rem;
    }

    .product-hidden-details .btn-cart {
        max-width: 3.5rem;
        min-width: auto;
    }

    .product-hidden-details .btn-cart i {
        display: block;
    }

    .product-hidden-details .btn-cart span {
        display: none;
    }
}

.product-media {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: -webkit-box-shadow 0.35s;
    transition: -webkit-box-shadow 0.35s;
    transition: box-shadow 0.35s;
    transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
}

.product-media img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.product-media img:last-child {
    position: absolute;
    opacity: 0;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-media img:first-child {
    position: relative;
    opacity: 1;
}

.product-media:hover img:last-child {
    opacity: 1;
}

.product-widget .product-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11rem;
    flex: 0 0 11rem;
    margin: 0 0 0 1rem;
    max-width: 11rem;
    padding: 0 0 0 1rem;
}

.sidebar .product-widget .product-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35.73%;
    flex: 0 0 35.73%;
    max-width: 35.73%;
    min-width: 33.33%;
    margin-left: 1rem;
    padding: 0;
}

.product-list .product-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26rem;
    flex: 0 0 26rem;
    max-width: 26rem;
    margin-left: 2rem;
}

@media (max-width: 575px) {
    .product-list {
        display: block;
        margin-bottom: 2rem;
    }

    .product-list .product-media {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 2rem 0;
    }
}

.vendor-products .product-media {
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    padding-right: 0.02rem;
    height: 100%;
}

.vendor-widget-1 .product-media:hover {
    border-color: #0165D5;
    border: none;
}

.product-sticky-content .product-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.5rem;
    flex: 0 0 8.5rem;
    max-width: 8.5rem;
    height: 8.5rem;
}

.product-sticky-content.fix-top.fixed .product-media {
    max-width: 4.4rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.4rem;
    flex: 0 0 4.4rem;
    height: 4.4rem;
}

@media (max-width: 575px) {
    .shop-content .product-list {
        display: block;
        margin-bottom: 2rem;
    }

    .shop-content .product-list .product-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 2rem 0;
    }
}

@media (max-width: 479px) {

    .product-sticky-content.fix-top.fixed .product-media,
    .product-sticky-content.fix-top.fixed .product-details {
        display: none;
    }
}

.product-label-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    right: 2rem;
    top: 2rem;
    max-width: 11rem;
    z-index: 1;
}

.product:not(.product-list) .product-label-group {
    top: 1rem;
    right: 1rem;
}

.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.2em;
    letter-spacing: -0.005em;
    color: #fff;
    line-height: 1;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
}

.product-label.label-new {
    background: #0165D5;
    padding: 0.6rem 1rem;
}

.product-label.label-discount {
    background: #ff7272;
}

.product-label.label-hot {
    background: #799b5a;
}

.product-label.label-hot {
    background: #FFFF00;
    color: #000;
}

.label-sale {
    background-color: #ff0000;
}

.product:hover .product-action,
.product:hover .product-action-vertical,
.product:hover .product-action-horizontal {
    visibility: visible;
    opacity: 1;
}

.product-action-vertical .btn-product-icon {
    border-radius: 50%;
}

.product-action-vertical {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
}

.product:not(.product-list) .product-action-vertical {
    top: 1rem;
    left: 1rem;
}

.product-hidden-details .btn-cart {
    max-width: 3.5rem;
    min-width: auto;
}

.product-hidden-details .btn-cart i {
    display: block;
}

.product-hidden-details .btn-cart span {
    display: none;
}

.top-banner i.w-icon-cart {
    display: none;
    font-size: 2.5rem;
    margin: -0.7rem auto 0 6.4rem;
}

@media (max-width: 479px) {
    .top-banner .banner-media img {
        min-height: 5.7rem;
    }

    .top-banner .btn {
        display: none;
    }

    .top-banner i.w-icon-cart {
        display: block;
    }
}

.w-icon-cart:before {
    content: "";
}

.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}

.w-icon-cart {
    margin: 0 0 0 0.8rem;
    font-size: 1.7rem;
}

.product:not(.product-list) .btn-product-icon {
    width: 3rem;
    height: 3rem;
}

.btn-product-icon {
    width: 1.8rem;
    height: auto;
    margin-left: 1.6rem;
    margin-bottom: 0;
    font-size: 1.8rem;
    border: none;
    color: #333;
    overflow: initial;
    background-color: transparent;
}

.product-single .social-links-wrapper .btn-product-icon.btn-compare {
    font-size: 2rem;
}

.product-single .social-links-wrapper .btn-product-icon:hover {
    background-color: transparent;
    color: #0165D5;
}

.btn-cart {
    font-weight: 600;
}

.btn-cart.btn-link {
    color: #0165D5;
}

.btn-cart.btn-link:hover,
.btn-cart.btn-link:active {
    color: #0165D5;
}

.btn-cart:not(.btn-product-icon) i.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}

.btn-product-icon:hover,
.btn-product-icon:active {
    border-color: #0165D5;
    color: #fff;
    background-color: #0165D5;
}

.btn-product-icon.btn-cart,
.btn-product-icon.btn-quickview {
    font-size: 1.6em;
}

.btn-product-icon.btn-compare {
    font-size: 2em;
}

.product-action-vertical .btn-product-icon {
    border-radius: 50%;
}

.btn-product-icon.btn-cart {
    margin-bottom: 0.2rem;
}

.btn-product-icon.loading {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-product-icon.loading::before {
    opacity: 0.4;
}

.btn-product-icon {
    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;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 3.5rem;
    overflow: hidden;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.btn-product-icon:hover,
.btn-product-icon:active {
    border-color: #0165D5;
    color: #fff;
    background-color: #0165D5;
}

.btn-product-icon.btn-cart,
.btn-product-icon.btn-quickview {
    font-size: 1.6em;
}

.btn-product-icon.btn-compare {
    font-size: 2em;
}

.product-action-vertical .btn-product-icon {
    border-radius: 50%;
}

.btn-product-icon.btn-cart {
    margin-bottom: 0.2rem;
}

.btn-product-icon.loading {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-product-icon.loading::before {
    opacity: 0.4;
}

.product-action-horizontal .btn-product-icon {
    margin-bottom: 0;
    border: none;
    color: #333;
}

.product-action-horizontal .btn-product-icon.btn-wishlist {
    font-size: 1.7em;
}

.product-action-horizontal .btn-product-icon.btn-compare {
    font-size: 1.9em;
}

.product-action-horizontal .btn-product-icon:hover,
.product-action-horizontal .btn-product-icon:active,
.product-action-horizontal .btn-product-icon:focus,
.product-hidden-details .btn-product-icon:hover,
.product-hidden-details .btn-product-icon:active,
.product-hidden-details .btn-product-icon:focus,
.product-list .product-details .btn-product-icon:hover,
.product-list .product-details .btn-product-icon:active,
.product-list .product-details .btn-product-icon:focus {
    background-color: transparent;
    color: #0165D5;
}

.product-hidden-details .btn-product-icon {
    visibility: hidden;
    opacity: 0;
}

.product-hidden-details .btn-product-icon,
.product-list .product-details .btn-product-icon {
    width: 3rem;
    height: 3.5rem;
    margin: 0 1rem 0 0;
    border: none;
    color: #333;
    text-align: center;
}

.product-hidden-details .btn-product-icon.btn-compare,
.product-list .product-details .btn-product-icon.btn-compare {
    margin-right: 0.8rem;
}

.product-slideup-content:hover .btn-product-icon {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.product:not(.product-list) .btn-product-icon {
    width: 3rem;
    height: 3rem;
}

.product-single .btn-cart,
.product-single .btn-product-icon {
    border-radius: 3px;
}

.product-single .btn-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1rem;
    padding-right: 0;
    padding-left: 0;
    min-width: 14rem;
}

.product-single .btn-cart i {
    margin: 0 0 0.2rem 0.4rem;
    font-size: 1.7rem;
}

.product-single .btn-cart.disabled {
    background-color: #eee;
    border-color: #eee;
    color: #666;
    cursor: not-allowed;
}

.btn-cart {
    font-weight: 600;
}

.btn-cart.btn-link {
    color: #0165D5;
}

.btn-cart.btn-link:hover,
.btn-cart.btn-link:active {
    color: #0165D5;
}

.btn-cart:not(.btn-product-icon) i.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}

.btn-product-icon.btn-cart,
.btn-product-icon.btn-quickview {
    font-size: 1.6em;
}

.btn-product-icon.btn-cart {
    margin-bottom: 0.2rem;
}

.product-hidden-details .btn-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 9.5rem;
    max-width: 12.3rem;
    height: 3.5rem;
    padding: 0.92em 0;
    font-size: 1.3rem;
    font-weight: 600;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    z-index: 1;
    background-color: #454545;
    border-radius: 0.3rem;
}

.product-hidden-details .btn-cart:hover {
    background-color: #0165D5;
    border-color: #0165D5;
}

.product-hidden-details .btn-cart i {
    margin: 0;
    display: none;
}

.product-hidden-details .btn-cart {
    max-width: 3.5rem;
    min-width: auto;
}

.product-hidden-details .btn-cart i {
    display: block;
}

.product-hidden-details .btn-cart span {
    display: none;
}

.product-sticky-content.fixed .product-qty-form,
.product-sticky-content.fixed .btn-cart {
    margin-bottom: 0;
}

.product-sticky-content.fixed .btn-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 21rem;
}

.w-icon-cart:before {
    content: "";
}

.btn-cart:not(.btn-product-icon) i.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}

.product-list .btn-product i.w-icon-cart {
    margin: 0 0 0 0.8rem;
    font-size: 1.7rem;
}

.top-banner i.w-icon-cart {
    display: none;
    font-size: 2.5rem;
    margin: -0.7rem auto 0 6.4rem;
}

@media (max-width: 479px) {
    .top-banner .banner-media img {
        min-height: 5.7rem;
    }

    .top-banner .btn {
        display: none;
    }

    .top-banner i.w-icon-cart {
        display: block;
    }
}

.product-wrap {
    border: 5px solid #fff;
    border-radius: 0px 0px 12px 12px;
    background-color: #2c3a8a;
}

.img-product {
    border-radius: 0 0 0 100px;
}

.product-name {
    font-size: 25px;
    margin-top: 10px;
    font-weight: 600;
    color: #FFFF00;
    text-align: right;
    padding-right: 10px;
}

.product-price {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    padding-right: 10px;
}

.new-price {
    justify-content: center;
    padding-left: 8px;
    margin-left: 12px;
    text-decoration: none;
    border: 1px solid #FFFF00;
    background-color: #FFFF00;
    border-radius: 5px;

}

.old-price {
    color: #fff;
}

.shop-icon {
    width: 30px;
}

.btn-modal-1 {
    border-radius: 20px !important;
}

.input-header {
    border: 1px solid #fff;
    background-color: transparent;
    margin-left: 25px;
    height: 42px;
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.text-header {
    margin-right: 12px;
}

/* login */
input {
    appearance: none;
    border-radius: 0;
}

.card {
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 425px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(#999, .25);
    padding: .75rem;
    text-align: center;
    padding-bottom: 35px;
    margin-top: 7rem;
}

.card-form {
    padding: 2rem 1rem 0;
}

.input {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 1.5rem;

    &+.input {
        margin-top: 1.5rem;
    }
}

.input-label {
    color: #8597a3;
    position: absolute;
    top: 1.5rem;
    transition: .25s ease;
}

.input-field {
    border: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #eee;
    font: inherit;
    font-size: 1.125rem;
    padding: .25rem 0;

    &:focus,
    &:valid {
        outline: 0;
        border-bottom-color: #6658d3;

        &+.input-label {
            color: #6658d3;
            transform: translateY(-1.5rem);
        }
    }
}

.action {
    margin-top: 2rem;
}

.action-button {
    font-size: 16px;
    padding: 10px;
    width: 50%;
    font-weight: 300;
    background-color: #0277BD;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;

}

.action-button-2 {
    font-size: 16px;
    padding: 12px 32px 12px 32px;
    font-weight: 300;
    background-color: #0277BD;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;

}