.cart.main {
    border-top: 1px solid #e1e1e1;
}
.cart .accordion {
    border-bottom: 1px solid #e1e1e1;
}
.cart .card-header {
    font-size: 1.4rem;
}
.cart .card-header > a {
    padding-left: 2px;
}
.cart .card-body {
    margin-bottom: 2.4rem;
    padding: 0;
}
.cart .form-control {
    font-family: Poppins, sans-serif;
}
.cart .remove {
    margin-right: 0;
    width: 2rem;
    text-align: center;
}
.cart .summary {
    line-height: 2.15;
}
.cart .summary .title {
    margin-bottom: 1rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #e1e1e1;
}
.cart .btn-checkout {
    display: block;
    padding-top: 1.06em;
    padding-bottom: 1.06em;
    border-color: #333;
    background-color: #333;
}
.cart .product-thumbnail figure {
    position: relative;
    display: inline-block;
}
.cart .shop-table th {
    padding: 0.2rem 0 1.8rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #999;
    line-height: 1;
    letter-spacing: -0.025em;
}
.cart .shop-table td {
    padding: 1.6rem 2rem 1.6rem 0;
}
.cart .shop-table td:last-child {
    padding-right: 0;
}
.cart .shop-table td:first-child {
    padding: 2rem 2rem 1.5rem 0;
}
.cart .shop-table .quantity.form-control {
    font-weight: 700;
}
.cart .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
}
.cart .shipping {
    margin-bottom: 0.3rem;
}
.cart .btn {
    border-width: 1px;
}
.cart .shipping-row-last .summary-subtitle {
    padding: 2.4rem 0 1.9rem;
}
.cart .shipping-row-last li {
    padding-bottom: 0.3rem;
}
.step-by {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.9rem 0;
}
.step-by .title.title-step {
    margin: 0 3.4rem 0 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    letter-spacing: -0.5px;
    padding: 0.4rem 0;
}
.step-by .title.title-step:not(:last-child):after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -3rem;
    top: 52%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.7rem;
    background-color: #fff;
    color: #ccc;
}
.step-by .title.title-step.visited {
    color: #222;
}
.step-by .title.title-step.visited ~ .active:before {
    color: #222;
}
.step-by .title.title-step.active {
    color: #26c;
}
.step-by .title.title-step:first-child {
    margin-left: 0;
}
.step-by .title.title-step:first-child:before {
    display: none;
}
.step-by .title.title-step:last-child {
    margin-right: 0;
}
.summary {
    padding: 2.4rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}
.summary td:last-child,
.summary th:last-child {
    text-align: right;
}
.summary th {
    text-align: left;
}
.summary .form-control {
    width: 100%;
    max-width: 100%;
}
.summary-title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 1.9rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
.summary-subtotal {
    border-bottom: 1px solid #e1e1e1;
}
.summary-subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 0;
    padding: 2rem 0;
}
.summary-subtotal-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
}
.summary-total-price {
    font-size: 2rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
}
.total .summary-subtitle {
    padding: 2.4rem 0 2.3rem;
}
@media (max-width: 767px) {
    .summary {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .cart .shop-table td {
        padding: 0;
    }
    .cart .shop-table td.product-price {
        display: block;
        width: 100%;
        text-align: center;
    }
    .cart .shop-table tr {
        padding: 2rem 0 3rem;
    }
    .cart .shop-table .product-quantity,
    .cart .shop-table .product-subtotal,
    .cart .shop-table .product-thumbnail {
        margin-bottom: 0.5rem;
    }
}
.shipping-address {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e1e1e1;
}
.shipping-address label {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
}
.shipping-address .form-control {
    margin-bottom: 1.5rem;
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
    border-color: #e1e1e1;
    color: #999;
    min-height: 4.1rem;
}
.shipping-address .btn {
    padding: 0.9em 1.7em;
}
.checkout .select-box,
.checkout input.form-control,
.shipping-address .select-box,
.shipping-address input.form-control {
    background-color: #fff;
}
.checkout .select-box .form-control,
.checkout input.form-control .form-control,
.shipping-address .select-box .form-control,
.shipping-address input.form-control .form-control {
    padding: 1rem 1.4rem 0.8rem;
    font-size: 1.4rem;
    color: #666;
}
.checkout .select-box:before,
.checkout input.form-control:before,
.shipping-address .select-box:before,
.shipping-address input.form-control:before {
    font-family: "riode";
    content: "";
    right: 1.5rem;
    font-size: 1.1rem;
    z-index: 2;
}
.cart-total {
    text-align: right;
}
.cart-total .btn-calc {
    margin-bottom: 1.8rem;
}
.cart-total td,
.cart-total th {
    border-top: 1px solid #e1e1e1;
}
.cart-subtotal th {
    font-weight: 400;
}
.cart-subtotal td,
.cart-subtotal th {
    padding: 1.5rem 0;
}
.order-total {
    font-size: 1.6rem;
    font-weight: 600;
    color: #26c;
}
.order-total td,
.order-total th {
    padding-top: 1.9rem;
}
.cart-table .product-name {
    font-weight: 600;
    color: #222;
    line-height: 1.86;
}
.cart-table .product-price {
    width: 100px;
}
.cart-table .product-quantity {
    width: 135px;
}
.cart-table .product-subtotal {
    width: 85px;
    color: #222;
}
.cart-table .input-group button,
.cart-table .input-group input {
    border-color: #eee;
}
.cart-table .input-group .quantity-minus {
    border-radius: 0.3rem 0 0 0.3rem;
}
.cart-table .input-group .quantity-plus {
    border-radius: 0 0.3rem 0.3rem 0;
}
.cart-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cart-actions .btn-icon-left {
    padding: 1.06em 2.2em;
}
.cart-actions .btn-icon-left i {
    margin-right: 0.8rem;
    font-size: 2rem;
}
.cart-actions button {
    padding: 1.07em 2.23em;
}
.cart-actions button.btn-disabled {
    border-color: #222 !important;
    background-color: transparent !important;
    border-width: 1px;
    color: #222 !important;
    opacity: 0.4;
    cursor: default;
}
.cart-coupon-box .coupon-title {
    margin-bottom: 2.3rem;
    padding-top: 0.8rem;
    font-size: 1.8rem;
}
#coupon_code {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.3rem;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    transition: border-color 0.3s;
    border-radius: 0;
}
@media (min-width: 992px) {
    .cart.main .product-thumbnail {
        width: 12rem;
    }
    .cart.main .product-price {
        width: 11rem;
    }
    .cart.main .product-quantity {
        width: 17.7rem;
    }
    .cart.main .product-subtotal {
        width: 13.2rem;
    }
    .cart.main .product-close {
        width: 2.3rem;
    }
}
.cart-page {
    border-top: 1px solid #e1e1e1;
}
.cart-empty {
    padding: 20px 0 70px;
}
.cart-empty .main-content {
    text-align: center;
}
.cart-empty .cart-icon {
    font-size: 80px;
}
.cart-empty .cart-descri {
    font-size: 14px;
    margin: 22px 0;
}
.cart-empty .btn {
    width: 20rem;
    margin-top: 1rem;
}
.checkout {
    line-height: 1.54;
}
.checkout.main {
    border-top: 1px solid #e1e1e1;
}
.checkout .alert.card-header {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    background-color: #fff;
    border: 1px dashed #cacbcc;
    text-transform: none;
}
.checkout .alert.card-header > a {
    display: inline-block;
    padding: 0;
}
.checkout .alert.card-header > a:after,
.checkout .alert.card-header > a:before {
    content: none;
}
.checkout .alert-icon > i {
    margin-right: 0.8rem;
}
.checkout .alert-body {
    transition: display 0.3s;
}
.checkout .alert-body p {
    font-size: 1.3rem;
}
.checkout .alert-body.expanding {
    display: none;
}
.checkout .alert-body.collapsing {
    display: block;
}
.checkout .alert-body .form-control {
    margin: 0;
}
.checkout .checkbox {
    margin: 0.6rem 0 1.6rem 0.2rem;
}
.checkout .link-group .btn {
    padding: 1em 2.5em;
}
.checkout .link-group span {
    margin: 0 1.1rem;
    font-size: 1.4rem;
}
.checkout .lost-link {
    font-size: 1.3rem;
    color: #000;
}
.checkout .social-link {
    border-radius: 0.3rem;
    color: #fff;
}
.checkout .social-link.social-google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.checkout .social-link.social-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.checkout .social-link.social-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
}
.checkout .check-coupon-box .form-control {
    max-width: 42.5rem;
}
.checkout .check-coupon-box .btn {
    padding: 1.04em 2.05em;
    border-width: 1px;
}
.checkout label {
    display: block;
    padding-left: 0.2rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 0.9;
}
.checkout .form .title.title-simple {
    margin-top: 0.3rem;
    font-size: 1.8rem;
}
.checkout .select-box select {
    max-width: 100%;
    width: 100%;
}
.checkout .form-control {
    margin-bottom: 2.1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    font-family: Poppins, sans-serif;
    transition: background-color 0.3s, border-color 0.3s;
    color: #999;
    min-height: 4.1rem;
    border-radius: 0.3rem;
}
.checkout .form-control:not(:focus) {
    background-color: #fff;
}
.checkout .form-control:not(select):focus {
    border-color: #000;
}
.checkout textarea.form-control {
    padding-top: 1.5rem;
}
.checkout .form-checkbox {
    padding-top: 0.7rem;
    margin-bottom: 2.8rem;
}
.checkout .form-control-label {
    padding-left: 2.6rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.58;
}
.checkout .product-name {
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: normal;
}
.checkout .btn-order {
    width: 100%;
    border-color: #333;
    background-color: #333;
    transition: opacity 0.3s;
}
.checkout .btn-order:hover {
    opacity: 0.9;
}
.checkout .card {
    background: transparent;
}
.checkout .card-header {
    font-size: 1.4rem;
    line-height: 3rem;
    text-transform: capitalize;
    font-weight: 300;
}
.checkout .card-header a {
    padding: 0 0 0 2.5rem;
}
.checkout .card-header a:after,
.checkout .card-header a:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.checkout .card-header a:before {
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}
.checkout .card-header a.collapse:after {
    width: 0.8rem;
    height: 0.8rem;
    left: 0.5rem;
    background: #666;
}
.checkout .card-body {
    padding: 0.2rem 0 1.1rem 2.9rem;
    line-height: 1.4;
}
.checkout .payment.accordion {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2rem;
}
.checkout .payment.accordion .summary-subtitle {
    font-size: 1.5rem;
}
.checkout .checkout-info {
    padding: 1.5rem 0;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: Poppins, sans-serif;
}
.checkout .product-quantity {
    margin-left: 0.4rem;
}
.checkout .title.title-simple {
    font-weight: 700;
}
.checkout .summary .form-control-label {
    line-height: 1.4;
}
.checkout .summary .form-control-label:before {
    top: 0;
    transform: none;
}
.checkout .summary .form-control-label a {
    color: #000;
}
.checkout .summary .form-control-label a:hover {
    color: #26c;
}
.summary .title {
    margin-bottom: 1.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #e1e1e1;
}
.order-table {
    color: #222;
}
.order-table th {
    padding: 0 0 0.7rem 0;
    font-size: 1.6rem;
    font-weight: 600;
}
.order-table td {
    padding-bottom: 0.6rem;
    line-height: 2.2;
}
.order-table .order-total td {
    border-bottom: none;
    padding: 1.2rem 0 0;
}
.order-table .shipping-row label {
    margin-bottom: 1.5rem;
}
.order-table .shipping-row-last {
    border-bottom: 1px solid #e1e1e1;
}
.order-table .shipping-row-last label {
    margin-bottom: 2.1rem;
    color: #666;
}
.order-table .summary-subtotal {
    border-top: 1px solid #e1e1e1;
}
.order-table .summary-subtotal td:first-child {
    padding: 0.4rem 0 0.3rem;
}
.order-table .summary-subtotal-price {
    padding-top: 1rem;
}
.order-table tbody > tr:nth-child(2) td {
    padding-bottom: 1.6rem;
}
.sumnary-shipping ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sumnary-shipping .summary-subtitle {
    padding-bottom: 2.2rem;
    text-align: left;
}
.summary-total {
    border-bottom: 1px solid #e1e1e1;
}
.summary-total .summary-subtitle {
    padding: 2.3rem 0 2.1rem;
}
@media (max-width: 479px) {
    .order-table tbody .product-name,
    .order-table tbody .product-total {
        padding-bottom: 2rem;
        line-height: 1.2;
    }
    .order-table tbody > tr:nth-child(2) td {
        padding-bottom: 2rem;
    }
}
.order .title {
    font-size: 2rem;
}
.order .order-message {
    max-width: 34rem;
    padding: 3rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}
.order .order-message .icon-box-icon {
    margin-right: 3.2rem;
}
.order .order-message svg {
    width: 5rem;
    height: 5rem;
    stroke: #26c;
}
.order .order-message .icon-box-title {
    font-size: 1.8rem;
}
.order .order-results {
    display: flex;
    flex-wrap: wrap;
    margin: 4.8rem 0 1.9rem;
}
.order .overview-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.order .overview-item:not(:last-child) {
    margin-right: 3rem;
    padding-right: 3.1rem;
}
.order .overview-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background: #e1e1e1;
}
.order .overview-item span {
    text-transform: uppercase;
}
.order .overview-item strong {
    color: #222;
    font-weight: 600;
    font-size: 2rem;
}
.order .btn.btn-back {
    font-size: 1.3rem;
}
.order .summary-subtotal:last-child {
    border-bottom: none;
}
.order .address-info {
    border-bottom: 1px solid #e1e1e1;
}
.order .address-info p {
    color: #666;
    font-family: Poppins, sans-serif;
    line-height: 2.15;
}
.order-details {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0.4rem 3rem;
}
.order-details-table .product-name {
    padding: 1.6rem 0 1.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    white-space: inherit;
}
.order-details-table .product-name i {
    font-size: 1rem;
}
.order-details-table .product-name span {
    font-weight: 700;
    color: #222;
}
.order-details-table th > .summary-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
}
.order-details-table .product-price {
    display: block;
}
.order-details-table .product-price,
.order-details-table .summary-subtotal-price {
    text-align: right;
}
.order-details-table .summary-subtotal-price {
    font-weight: 600;
    color: #666;
}
.order-details-table .product-price {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    padding-top: 1.2rem;
}
.order-details-table thead {
    border-bottom: 1px solid #e1e1e1;
}
.order-details-table thead .summary-subtitle {
    font-size: 1.8rem;
}
.order-details-table tbody tr:first-child td {
    padding-top: 3.2rem;
}
.order-details-table tbody tr:first-child td.product-price {
    padding-top: 2.8rem;
}
@media (max-width: 767px) {
    .order .order-message {
        font-size: 2rem;
    }
    .order .overview-item {
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    .order .overview-item:not(:last-child):after {
        content: none;
    }
    .order .overview-item span {
        margin-right: 2rem;
    }
}
@media (max-width: 575px) {
    .order .order-details {
        padding: 0 2rem;
    }
    .order .order-message {
        font-size: 1.8rem;
    }
    .order .overview-item {
        font-size: 1.6rem;
    }
}
@media (max-width: 479px) {
    .order .order-details {
        padding: 0 1.5rem;
    }
    .order .order-message {
        font-size: 1.6rem;
    }
    .order .overview-item {
        font-size: 1.4rem;
    }
    .step-by .title.title-step {
        font-size: 1.8rem;
    }
    .step-by .title.title-step:after {
        font-size: 1.4rem;
        top: 50%;
    }
}
.sample-icons .tab-pane {
    overflow: hidden;
}
.sample-icon-circle {
    margin-bottom: 2rem;
}
.sample-icon-circle i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 30px;
    background: #26c;
    color: #fff;
}
.sample-icon {
    display: flex;
    align-items: center;
    line-height: 41px;
}
.sample-icon span {
    font-size: 12px;
    white-space: nowrap;
}
.sample-icon i {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    font-size: 20px;
    text-align: center;
}
.sample-icon:hover {
    color: #26c;
    background: #f2f3f5;
    border-radius: 4px;
}
.sample-icon:hover i {
    font-size: 30px;
}
.sample-icon-list i {
    font-size: 22px;
}
@media (min-width: 1200px) {
    .cols-xl-12 > * {
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}
.faq .breadcrumb {
    padding: 1.2rem 0 1.1rem;
}
.faq .page-header {
    height: 30.3rem;
}
.faq .page-subtitle {
    margin-bottom: 0.3rem;
    font-size: 3rem;
}
.faq .page-title {
    margin-bottom: 0.2rem;
    font-size: 5rem;
}
.faq section {
    padding-top: 4.1rem;
}
.faq .card {
    border-width: 1px 0 0 0;
    border-color: #ebebeb;
}
.faq .card:last-child {
    border-color: #ebebeb;
}
.faq .card-header {
    font-size: 1.6rem;
    text-transform: none;
    letter-spacing: -0.025em;
}
.faq .card-header a {
    padding: 1.7rem 1rem;
}
.faq .card-header a:after {
    font-size: 1.5rem;
    right: 1.3rem;
    color: #999;
}
.faq .card-body {
    padding: 0.2rem 1rem;
}
.compare-page {
    border-top: 1px solid #e1e1e1;
}
.compare-default {
    padding-bottom: 60px;
}
.compare-default .container {
    overflow-x: auto;
}
.compare-default .container > div:nth-child(2n) .compare-col {
    background-color: #f8f8f8;
}
.compare-default .riode-compare-table .compare-value:last-child .to-right,
.compare-default .riode-compare-table .compare-value:nth-child(2) .to-left {
    pointer-events: none;
    color: #e1e1e1;
}
.compare-default .compare-row {
    display: flex;
    width: 100%;
}
.compare-default .compare-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 25px 0;
}
@media (max-width: 1199px) {
    .compare-default .compare-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 810px) {
    .compare-default .compare-col {
        flex: 0 0 45%;
        max-width: 45%;
    }
}
@media (max-width: 575px) {
    .compare-default .compare-col {
        flex: 0 0 63%;
        max-width: 63%;
    }
}
.compare-default .compare-field {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    padding-right: 5rem;
}
.compare-default .compare-basic .compare-field {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.compare-default .compare-basic .compare-value {
    padding-right: 0;
}
.compare-default .compare-value {
    position: relative;
    padding-right: 1rem;
    padding-left: 2rem;
    color: #222;
}
@media (max-width: 575px) {
    .compare-default .compare-field {
        padding-right: 2rem;
    }
    .compare-default .compare-value {
        padding-left: 10px;
    }
}
.compare-default .btn-product-icon {
    line-height: 34px;
    display: block;
    width: 36px;
    height: 36px;
}
.compare-default .btn-default {
    margin: 0 5px 5px;
    color: #999;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    overflow: hidden;
}
.compare-default .btn-default.btn-cart:hover,
.compare-default .btn-default:hover {
    background-color: #344cef;
    border-color: transparent;
    color: #fff;
}
.compare-default .product:hover .btn-cart:not(.btn-default:hover) {
    background-color: #fff;
    color: #999;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.compare-default .btn-cart {
    flex: unset;
}
.compare-default .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.compare-default .btn-wishlist i {
    line-height: 3.2rem;
}
.compare-default .btn-moving {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s, visibility 0.2s, left 0.2s, right 0.2s;
}
.compare-default .btn-right {
    right: 0px;
}
.compare-default .btn-left {
    left: 0px;
}
.compare-default .product-details {
    padding-right: 0;
}
.compare-default .product-details .product-action {
    display: inline-flex;
}
.compare-default .product:hover .btn-moving {
    visibility: visible;
    opacity: 1;
}
.compare-default .product:hover .btn-left {
    left: -30px;
}
.compare-default .product:hover .btn-right {
    right: -30px;
}
.compare-default .compare-title {
    font-weight: 600;
}
.compare-default .product-price {
    color: #26c;
    font-size: inherit;
    font-weight: 400;
}
.compare-default .compare-availability p {
    margin: 0;
    padding: 0;
}
.compare-default .compare-availability .stock {
    color: #b10001;
}
.compare-default .compare-availability .in-stock {
    color: #a8ce6e;
    background-color: unset;
}
.compare-default .compare-rating .ratings-container {
    font-size: inherit;
    margin: 0;
}
.compare-default .compare-rating .rating-reviews {
    font-size: inherit;
}
.compare-empty {
    padding: 20px 0 70px;
}
.compare-empty .main-content {
    text-align: center;
}
.compare-empty .compare-icon {
    font-size: 80px;
}
.compare-empty .compare-descri {
    font-size: 14px;
    margin: 22px 0;
}
.compare-empty .btn {
    width: 20rem;
    margin-top: 1rem;
}
.countdown-default {
    display: flex;
    justify-content: center;
    border-radius: 0.3rem;
    overflow: hidden;
}
.countdown-default .countdown-row {
    display: flex;
    justify-content: center;
    line-height: 1.5;
}
.countdown-default .countdown-amount {
    font-size: 3rem;
    color: #222;
    letter-spacing: -0.025em;
    line-height: 1;
    padding-top: 10px;
}
.countdown-default .countdown-period {
    font-size: 1.4rem;
    text-transform: lowercase;
    padding-bottom: 10px;
    color: #9a9a9a;
}
.countdown-default .countdown-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: content-box;
    width: 73px;
    margin: 10px 22px;
    border: 1px solid transparent;
}
@media (min-width: 576px) {
    .countdown-default:not(.ct-2-grid)
    .countdown-section:not(:first-child):before {
        content: ":";
        position: absolute;
        color: #9a9a9a;
        font-size: 3rem;
        margin-right: 19px;
        top: 50%;
        left: calc(0% - 25px);
        transform: translateY(-50%);
    }
}
@media (max-width: 575px) {
    .countdown-default:not(.ct-2-grid) .countdown-row {
        display: grid;
        grid-template-columns: repeat(2, calc(100% / 2));
    }
}
.border-split .countdown-row {
    position: relative;
}
.border-split .countdown-row:before,
.border-split .countdown-row:after {
    position: absolute;
    content: "";
}
.border-split .countdown-row:before {
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    top: 50%;
}
.border-split .countdown-row:after {
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    left: 50%;
}
.countdown-type1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #313439;
    padding: 1.4rem 5rem;
    border-radius: 0.3rem;
}
.countdown-type1 .banner-title {
    font-size: 24px;
    line-height: 1.2;
}
.countdown-type1 .banner-subtitle {
    font-size: 18px;
    line-height: 1.2;
}
.countdown-type1 .countdown-content-center {
    margin-left: auto;
    margin-right: auto;
}
.countdown-type1 .countdown-content-center .countdown-section {
    background-color: #414449;
}
.countdown-type1 .countdown-content-center .countdown-amount {
    color: #fff;
}
.countdown-type1 .btn {
    position: relative;
    color: #fff;
    transition: color 0.2s;
}
.countdown-type1 .btn:after {
    position: absolute;
    content: "";
    top: 100%;
    border-bottom: 2px solid;
    width: 100%;
    padding-top: 6px;
}
.countdown-type1 .btn:hover {
    color: #26c;
}
@media (max-width: 1199px) {
    .countdown-type1 {
        flex-direction: column;
        align-items: unset;
    }
    .countdown-type1 .countdown-content-right {
        text-align: right;
    }
}
@media (max-width: 575px) {
    .countdown-type1 {
        padding: 1.4rem;
        align-items: center;
    }
    .countdown-type1 .countdown-content-left {
        flex-direction: column;
        text-align: center;
    }
}
.cd-section-border .countdown-section {
    border: 1px solid #ccc;
}
.countdown-type2 {
    padding: 1rem;
}
.countdown-type2 .countdown {
    background-color: #f5f5f5;
    padding: 1.3rem 1rem;
}
.countdown-type3 {
    padding: 1rem;
}
.countdown-type3 .countdown {
    display: flex;
    padding: 22px 25px;
    background-size: cover;
    justify-content: flex-start;
}
.countdown-type3 .countdown-row {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2));
}
.countdown-type3 .countdown-section {
    padding: 0 5px;
    margin: 1rem;
    border-radius: 0.3rem;
}
.countdown-type3 .countdown-1 {
    background-image: url(../images/elements/count/2-2.jpg);
}
.countdown-type3 .countdown-1 .countdown-section {
    background-color: #6e6e6c;
}
.countdown-type3 .countdown-1 .countdown-amount {
    color: #fff;
}
.countdown-type3 .countdown-1 .countdown-period {
    color: #ccc;
}
.countdown-type3 .countdown-2 {
    background-image: url(../images/elements/count/3-2.jpg);
}
.countdown-type3 .countdown-2 .countdown-amount {
    color: #fff;
}
.countdown-type3 .countdown-2 .countdown-period {
    color: #ffffffa6;
}
.element-counter .count-to {
    margin-bottom: 15px;
    color: #26c;
    letter-spacing: -0.025em;
    font-size: 48px;
}
.element-counter .count-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
}
@media (max-width: 1199px) {
    .element-counter .counter-part {
        margin-bottom: 20px;
    }
}
.counter-box .counter {
    box-shadow: 5px 5px 20px 0px rgba(34, 34, 34, 0.1);
    padding: 54px 10px 48px;
}
.counter-box .count-title {
    margin-bottom: 7px;
}
.counter-block .counter {
    display: flex;
    justify-content: center;
    border: 3px solid #eee;
    transition: background-color 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s;
    padding: 31px 0px 30px 0px;
}
.counter-block .count-to {
    padding-right: 2rem;
    margin: 0;
    border-right: 2px solid #eee;
    min-width: 130px;
}
.counter-block .count-title {
    margin-bottom: 0;
}
.counter-block .counter-content {
    padding-left: 20px;
    text-align: left;
}
.counter-simple {
    background-color: #f8f8f8;
}
.counter-simple .count-to {
    color: #222;
    margin-bottom: 0;
}
.counter-simple .count-title {
    margin-top: 5px;
    color: #666;
}
.counter-background {
    background-color: #313439;
}
.counter-background .count-to {
    color: #fff;
    margin-bottom: 0;
}
.counter-background .count-title {
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.68);
}
.counter-background figure {
    margin-bottom: 3rem;
}
@media (max-width: 1199px) {
    .counter-background figure {
        margin-bottom: 1rem;
    }
}
.counter-seperate {
    background-color: #f8f8f8;
}
.counter-seperate .count-to {
    margin: 5px 0 3px;
}
.counter-seperate .count-title {
    color: #666;
}
.counter-inline .row {
    margin: 0 -20px;
}
.counter-inline .counter-part {
    padding: 0 2rem;
}
.counter-inline .counter {
    padding: 1.3rem 0 1.3rem 2rem;
}
.counter-inline .inline-count {
    display: flex;
    align-items: center;
    color: #222;
}
@media (max-width: 1199px) {
    .counter-inline .row {
        margin: 0 -10px;
    }
    .counter-inline .counter-part {
        padding: 0 1rem;
    }
    .counter-inline .counter {
        padding-left: 1rem;
    }
}
.counter-inline .count-to {
    font-size: 14px;
    margin: 0;
}
.counter-inline .border-dot .counter {
    border: 1px dashed #848484;
}
.counter-inline .border-dot .counter .count-to {
    font-weight: 400;
}
.counter-inline .border-solid .counter {
    background-color: #444;
    border-radius: 0.3rem;
}
.title-descri {
    margin-left: auto;
    margin-right: auto;
    width: 65rem;
    max-width: 90%;
}
.entrance-banner .banner img {
    border-radius: 1rem;
    min-height: 500px;
    object-fit: cover;
}
.entrance-banner .banner-slide1 .banner-content {
    bottom: 13.2%;
    left: 8.6%;
}
.entrance-banner .banner-slide1 .banner-title {
    font-size: 6em;
    font-weight: 800;
}
.entrance-banner .banner-slide1 .banner-descri {
    font-size: 2em;
    line-height: 1.2;
}
@media (max-width: 575px) {
    .entrance-banner .banner-slide1 .banner-title > span {
        display: block;
    }
}
.entrance-banner .banner-slide2 .banner-content {
    right: 13.5%;
}
.entrance-banner .banner-slide2 .banner-title {
    font-size: 5em;
}
.entrance-banner .banner-slide2 .banner-subtitle {
    font-size: 1.8em;
}
.entrance-banner .banner-slide2 .banner-descri {
    color: #eb5b50;
    font-size: 2em;
}
.kenburns-banner img {
    min-height: 400px;
    max-height: 800px;
    object-fit: cover;
}
.kenburns-banner .banner {
    overflow: hidden;
}
@media (max-width: 767px) {
    .kenburns-banner .banner {
        font-size: 6px;
    }
}
.kenburns-banner .banner-content {
    position: absolute;
    bottom: 12.5%;
}
.kenburns-banner .banner-subtitle {
    font-size: 3.6em;
    color: #a6c76c;
}
.kenburns-banner .banner-title {
    margin-left: -2px;
    font-size: 8em;
    font-weight: 800;
}
.kenburns-banner .banner-descri {
    font-size: 3em;
}
.hover-banner .banner {
    margin-bottom: 20px;
    border-radius: 1rem;
    overflow: hidden;
}
.hover-banner .banner h2 {
    font-size: 20px;
}
.shop-table {
    text-align: left;
}
.shop-table tbody {
    border-bottom: 1px solid #e1e1e1;
}
.shop-table td {
    padding: 1.5rem 1rem 1.5rem 0;
    border-top: 1px solid #e1e1e1;
    font-size: 1.4rem;
}
.shop-table th {
    padding: 0.3rem 0 0.3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.875;
    text-transform: uppercase;
    color: #222;
}
.shop-table img {
    display: block;
    max-width: 100px;
}
.shop-table .product-thumbnail a {
    display: block;
    width: 100px;
}
.shop-table .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.2rem;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.shop-table .product-name {
    white-space: normal;
    color: #000;
}
.shop-table td.product-remove {
    padding-right: 0;
    width: 23px;
}
.shop-table .product-price {
    display: table-cell;
}

.account {
    line-height: 2.15;
}
.account .title {
    font-size: 3rem;
    letter-spacing: -0.035em;
}
.account p {
    font-family: Poppins, sans-serif;
    line-height: 2.15;
    letter-spacing: -0.017em;
}
.account p span {
    color: #333;
}
.account p:first-child {
    letter-spacing: -0.005em;
}
.account p .link-to-tab {
    text-decoration: underline;
}
.account #dashboard p {
    color: #777;
}
.account .btn.btn-dark {
    padding: 0.93em 1.97em;
}
.account label {
    display: block;
    padding-left: 0.2rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1;
}
.account .form-control {
    font-size: 1.3rem;
    font-family: Poppins, sans-serif;
    transition: background-color 0.3s, border-color 0.3s;
    color: #999;
    border-radius: 0.3rem;
}
.account .form-control:focus {
    border-color: #222;
}
.account .nav-tabs {
    width: auto;
    border-right: none;
}
.account .nav-item {
    border-bottom: 1px solid #eee;
    color: #222;
}
.account .nav-item a {
    display: block;
    padding: 1.7rem 0.8rem 1.6rem;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1;
    text-transform: none;
}
.account .nav-item:hover .nav-link {
    color: #26c;
}
.account .nav-item .nav-link.active,
.account .nav-item.show .nav-link {
    color: #26c;
}
.account .tab-pane {
    padding: 0.8rem 0 0;
}
.account thead {
    text-align: left;
}
.account thead th {
    padding: 1.5rem 0;
    background-color: #f4f4f4;
}
.account tbody td {
    padding: 1.5rem 1rem 1.5rem 0;
}
.account tbody tr:nth-child(2n) td {
    background-color: #f4f4f4;
}
.account td:first-child {
    padding-left: 1rem;
}
.account .order-total {
    width: 25.9rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
}
.account fieldset {
    margin: 7rem 0 2rem;
    padding: 2rem 2rem 1rem;
    border: 1px solid #e1e1e1;
}
.account legend {
    color: #222;
}
.account .btn {
    padding: 1em 1.87em;
}
.account .order-table {
    border: 1px solid #eee;
}
.account .order-action .btn {
    padding: 0;
}
#downloads .btn,
.card-address .btn {
    padding: 0;
}
.card-address .btn i {
    font-size: 1.4rem;
}
.order-number {
    width: 11.4rem;
    color: #000;
}
.order-date {
    width: 24.8rem;
    color: #666;
}
.order-status {
    width: 14.7rem;
    font-size: 1.2rem;
    color: #222;
}
.order-status span {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    background-color: #ccc;
    border-radius: 0.3rem;
    line-height: 1.9;
}
.card-address p {
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .account .nav-tabs {
        width: 100%;
    }
    .account .tab-content {
        padding-left: 1.5rem;
    }
}
@media (max-width: 479px) {
    .account .order-action,
    .account thead th:last-child {
        display: none;
    }
}

.orders-container {
    max-width: 100%;
    margin: 0;
    padding: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8f9fa;
    min-height: 100vh;
}

.orders-container .order-summary-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.orders-container .customer-info {
    padding: 12px 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.orders-container .customer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
}

.orders-container .customer-row:last-child {
    margin-bottom: 0;
}

.orders-container .customer-label {
    font-weight: 500;
    color: #495057;
    min-width: 60px;
}

.orders-container .customer-value {
    color: #212529;
    text-align: right;
    flex: 1;
    margin-left: 10px;
}

.orders-container .order-status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.orders-container .status-pending {
    background: #fff3cd;
    color: #856404;
}

.orders-container .status-processing {
    background: #cce5ff;
    color: #004085;
}

.orders-container .status-completed {
    background: #d4edda;
    color: #155724;
}

.orders-container .status-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.orders-container .financial-summary {
    padding: 12px 15px;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.orders-container .financial-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 13px;
}

.orders-container .financial-row:last-child {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    padding-top: 6px;
    border-top: 1px solid #e9ecef;
}

.orders-container .financial-label {
    color: #495057;
}

.orders-container .financial-value {
    font-weight: 500;
}

.orders-container .balance-due {
    color: #dc3545 !important;
}

.orders-container .balance-paid {
    color: #28a745 !important;
}

.orders-container .items-section {
    padding: 0;
}

.orders-container .section-title {
    padding: 10px 15px;
    background: #f8f9fa;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin: 0;
    border-bottom: 1px solid #e9ecef;
}

.orders-container .order-items {
    max-height: 600px;
    overflow-y: auto;
}

.orders-container .order-item {
    display: flex;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
    gap: 12px;
}

.orders-container .order-item:last-child {
    border-bottom: none;
}

.orders-container .item-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
}

.orders-container .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orders-container .item-details {
    flex: 1;
    min-width: 0;
}

.orders-container .item-name {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 4px;
    text-decoration: none;
    display: block;
    line-height: 1.3;
}

.orders-container .item-name:hover {
    color: #007bff;
}

.orders-container .item-description {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 6px;
    line-height: 1.2;
}

.orders-container .item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    gap: 8px;
}

.orders-container .item-quantity {
    background: #e9ecef;
    color: #495057;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 500;
    flex-shrink: 0;
}

.orders-container .item-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    min-width: 0;
}

.orders-container .item-price {
    font-weight: 500;
    color: #6c757d;
    font-size: 11px;
    white-space: nowrap;
}

.orders-container .line-total {
    font-weight: 600;
    color: #28a745;
    font-size: 12px;
    white-space: nowrap;
}

.orders-container .notes-section {
    padding: 12px 15px;
    background: #fff8e1;
    border-top: 1px solid #e9ecef;
    font-size: 13px;
    color: #856404;
    line-height: 1.4;
}

.orders-container .notes-label {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.orders-container .empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    background: #fff;
    border-radius: 8px;
}

.orders-container .empty-icon {
    font-size: 32px;
    margin-bottom: 15px;
    opacity: 0.6;
}

/* Mobile Optimizations */
@media (max-width: 576px) {
    .orders-container {
        padding: 8px;
    }

    .orders-container .customer-row,
    .orders-container .financial-row {
        font-size: 12px;
    }

    .orders-container .item-image {
        width: 45px;
        height: 45px;
    }

    .orders-container .item-name {
        font-size: 13px;
    }

    .orders-container .item-description {
        font-size: 11px;
    }

    .orders-container .item-meta {
        font-size: 11px;
        gap: 6px;
    }

    .orders-container .item-pricing {
        align-items: flex-end;
    }

    .orders-container .item-price {
        font-size: 10px;
    }

    .orders-container .line-total {
        font-size: 11px;
    }

    .orders-container .order-items {
        max-height: 300px;
    }
}

/* Ultra small screens */
@media (max-width: 360px) {
    .orders-container .customer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .orders-container .customer-value {
        text-align: left;
        margin-left: 0;
    }
}
/* For all help blocks (used with error messages) */
.help-block,
.invalid-feedback {
    color: #e3342f; /* Red tone for errors */
    font-size: 0.875rem; /* Slightly smaller than default text */
    margin-top: 0.25rem;
    display: block;
}

/* Highlight invalid input borders */
.is-invalid {
    border-color: #e3342f;
    background-color: #fdf2f2; /* Optional: light red background */
}

/* Optional: style form group with error for spacing */
.form-group.has-error {
    margin-bottom: 1rem;
}

/* Optional: Add focus style for accessibility */
.is-invalid:focus {
    border-color: #cc1f1a;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}
.text-muted {
    color: #6c757d !important; /* Muted text color */
}
.form-group-feedback {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.form-group-feedback::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4f46e5, #06b6d4, #10b981);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { background-position: 200% 0; }
    50% { background-position: -200% 0; }
}
/* Text styling */
.form-group-feedback > :not(.alert) {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.form-group-feedback > :last-child:not(.alert) {
    margin-bottom: 0;
    color: #64748b;
}

/* Button styling */
.btn-success.glow {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border: none;
    border-radius: 12px;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    text-transform: none;
    letter-spacing: 0.025em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow:
        0 4px 20px rgba(34, 197, 94, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-success.glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-success.glow:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 30px rgba(34, 197, 94, 0.4),
        0 4px 12px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.btn-success.glow:hover::before {
    left: 100%;
}

.btn-success.glow:active {
    transform: translateY(0);
    transition-duration: 0.1s;
}

.btn-success.glow:focus {
    outline: none;
    box-shadow:
        0 4px 20px rgba(34, 197, 94, 0.3),
        0 0 0 3px rgba(34, 197, 94, 0.2);
}

/* Icon styling */
#icon-arrow {
    margin-left: 0.5rem;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.btn-success.glow:hover #icon-arrow {
    transform: translateX(4px);
}

/* Responsive design */
@media (max-width: 768px) {
    .form-group-feedback {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .btn-success.glow {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }

    .form-group-feedback > :not(.alert) {
        font-size: 0.95rem;
    }
}

/* Loading state for button */
.btn-success.glow.loading {
    pointer-events: none;
    opacity: 0.8;
}

.btn-success.glow.loading #icon-arrow {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Enhanced focus states for accessibility */
.alert:focus-within,
.form-group-feedback:focus-within {
    outline: 2px solid #4f46e5;
    outline-offset: 2px;
}
.banner-group img {
    min-height: 20rem;
    object-fit: cover;
}
.banner-group .banner-content {
    padding: 0 1.5rem 0 6.9%;
    width: 100%;
}
.banner-group .banner-title {
    margin-bottom: 0.8rem;
    font-size: 2.4em;
}
.banner-group p {
    max-width: 40rem;
    line-height: 1.43;
    opacity: 0.9;
}
.banner-group .btn {
    margin-right: 1.8rem;
}
.banner-group .btn i {
    margin-left: 0.7rem;
    margin-bottom: 0;
    font-size: 1.4rem;
}
appear-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform, filter, opacity;
}
.fade {
    opacity: 0;
    transition: opacity 0.5s;
}
.fade.in {
    opacity: 1;
}
@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%);
    }
    to {
        filter: brightness(100%);
    }
}
.brightIn {
    animation-name: brightIn;
}
.appear-animate {
    visibility: hidden;
    opacity: 0;
}
.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}
.zoomInShorter {
    -webkit-animation-name: zoomInShorter;
    animation-name: zoomInShorter;
}
.grid {
    margin: -1rem;
}
.grid .banner,
.grid .banner img,
.grid .category,
.grid .category > a,
.grid .category img,
.grid figure {
    height: 100%;
}
.grid img {
    object-fit: cover;
}
.grid .grid-item {
    padding: 1rem;
    transform: translate3d(0, 0, 0);
}
.grid.gutter-sm {
    margin: -0.5rem;
}
.grid.gutter-sm .grid-item {
    padding: 0.5rem;
}
.grid.gutter-no {
    margin: 0;
}
.grid.gutter-no .grid-item {
    padding: 0;
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.grid.grid-float {
    display: block !important;
}
.grid.grid-float .grid-item {
    float: left;
}
.split-line > * {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ebebeb;
}
.split-line > :after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 3rem);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ebebeb;
}
.split-line.cols-1 > :nth-child(1n):after,
.split-line.cols-2 > :nth-child(2n):after,
.split-line.cols-3 > :nth-child(3n):after,
.split-line.cols-4 > :nth-child(4n):after,
.split-line.cols-5 > :nth-child(5n):after,
.split-line.cols-6 > :nth-child(6n):after,
.split-line.cols-7 > :nth-child(7n):after,
.split-line.cols-8 > :nth-child(8n):after,
.split-line > .col-1:nth-child(12n):after,
.split-line > .col-2:nth-child(6n):after,
.split-line > .col-3:nth-child(4n):after,
.split-line > .col-4:nth-child(3n):after,
.split-line > .col-5:nth-child(2n):after,
.split-line > .col-6:nth-child(2n):after,
.split-line > .col-7:nth-child(1n):after,
.split-line > .col-8:nth-child(1n):after,
.split-line > .col-9:nth-child(1n):after,
.split-line > .col-10:nth-child(1n):after,
.split-line > .col-11:nth-child(1n):after {
    content: none;
}
@media (min-width: 576px) {
    .split-line.cols-sm-1 > :nth-child(n):after,
    .split-line.cols-sm-2 > :nth-child(n):after,
    .split-line.cols-sm-3 > :nth-child(n):after,
    .split-line.cols-sm-4 > :nth-child(n):after,
    .split-line.cols-sm-5 > :nth-child(n):after,
    .split-line.cols-sm-6 > :nth-child(n):after,
    .split-line.cols-sm-7 > :nth-child(n):after,
    .split-line.cols-sm-8 > :nth-child(n):after,
    .split-line > .col-sm-1:nth-child(n):after,
    .split-line > .col-sm-2:nth-child(n):after,
    .split-line > .col-sm-3:nth-child(n):after,
    .split-line > .col-sm-4:nth-child(n):after,
    .split-line > .col-sm-5:nth-child(n):after,
    .split-line > .col-sm-6:nth-child(n):after,
    .split-line > .col-sm-7:nth-child(n):after,
    .split-line > .col-sm-8:nth-child(n):after,
    .split-line > .col-sm-9:nth-child(n):after,
    .split-line > .col-sm-10:nth-child(n):after,
    .split-line > .col-sm-11:nth-child(n):after {
        content: "";
    }
    .split-line.cols-sm-1 > :nth-child(1n):after,
    .split-line.cols-sm-2 > :nth-child(2n):after,
    .split-line.cols-sm-3 > :nth-child(3n):after,
    .split-line.cols-sm-4 > :nth-child(4n):after,
    .split-line.cols-sm-5 > :nth-child(5n):after,
    .split-line.cols-sm-6 > :nth-child(6n):after,
    .split-line.cols-sm-7 > :nth-child(7n):after,
    .split-line.cols-sm-8 > :nth-child(8n):after,
    .split-line > .col-sm-1:nth-child(12n):after,
    .split-line > .col-sm-2:nth-child(6n):after,
    .split-line > .col-sm-3:nth-child(4n):after,
    .split-line > .col-sm-4:nth-child(3n):after,
    .split-line > .col-sm-5:nth-child(2n):after,
    .split-line > .col-sm-6:nth-child(2n):after,
    .split-line > .col-sm-7:nth-child(1n):after,
    .split-line > .col-sm-8:nth-child(1n):after,
    .split-line > .col-sm-9:nth-child(1n):after,
    .split-line > .col-sm-10:nth-child(1n):after,
    .split-line > .col-sm-11:nth-child(1n):after {
        content: none;
    }
}
@media (min-width: 768px) {
    .split-line.cols-md-1 > :nth-child(n):after,
    .split-line.cols-md-2 > :nth-child(n):after,
    .split-line.cols-md-3 > :nth-child(n):after,
    .split-line.cols-md-4 > :nth-child(n):after,
    .split-line.cols-md-5 > :nth-child(n):after,
    .split-line.cols-md-6 > :nth-child(n):after,
    .split-line.cols-md-7 > :nth-child(n):after,
    .split-line.cols-md-8 > :nth-child(n):after,
    .split-line > .col-md-1:nth-child(n):after,
    .split-line > .col-md-2:nth-child(n):after,
    .split-line > .col-md-3:nth-child(n):after,
    .split-line > .col-md-4:nth-child(n):after,
    .split-line > .col-md-5:nth-child(n):after,
    .split-line > .col-md-6:nth-child(n):after,
    .split-line > .col-md-7:nth-child(n):after,
    .split-line > .col-md-8:nth-child(n):after,
    .split-line > .col-md-9:nth-child(n):after,
    .split-line > .col-md-10:nth-child(n):after,
    .split-line > .col-md-11:nth-child(n):after {
        content: "";
    }
    .split-line.cols-md-1 > :nth-child(1n):after,
    .split-line.cols-md-2 > :nth-child(2n):after,
    .split-line.cols-md-3 > :nth-child(3n):after,
    .split-line.cols-md-4 > :nth-child(4n):after,
    .split-line.cols-md-5 > :nth-child(5n):after,
    .split-line.cols-md-6 > :nth-child(6n):after,
    .split-line.cols-md-7 > :nth-child(7n):after,
    .split-line.cols-md-8 > :nth-child(8n):after,
    .split-line > .col-md-1:nth-child(12n):after,
    .split-line > .col-md-2:nth-child(6n):after,
    .split-line > .col-md-3:nth-child(4n):after,
    .split-line > .col-md-4:nth-child(3n):after,
    .split-line > .col-md-5:nth-child(2n):after,
    .split-line > .col-md-6:nth-child(2n):after,
    .split-line > .col-md-7:nth-child(1n):after,
    .split-line > .col-md-8:nth-child(1n):after,
    .split-line > .col-md-9:nth-child(1n):after,
    .split-line > .col-md-10:nth-child(1n):after,
    .split-line > .col-md-11:nth-child(1n):after {
        content: none;
    }
}
@media (min-width: 992px) {
    .split-line.cols-lg-1 > :nth-child(n):after,
    .split-line.cols-lg-2 > :nth-child(n):after,
    .split-line.cols-lg-3 > :nth-child(n):after,
    .split-line.cols-lg-4 > :nth-child(n):after,
    .split-line.cols-lg-5 > :nth-child(n):after,
    .split-line.cols-lg-6 > :nth-child(n):after,
    .split-line.cols-lg-7 > :nth-child(n):after,
    .split-line.cols-lg-8 > :nth-child(n):after,
    .split-line > .col-lg-1:nth-child(n):after,
    .split-line > .col-lg-2:nth-child(n):after,
    .split-line > .col-lg-3:nth-child(n):after,
    .split-line > .col-lg-4:nth-child(n):after,
    .split-line > .col-lg-5:nth-child(n):after,
    .split-line > .col-lg-6:nth-child(n):after,
    .split-line > .col-lg-7:nth-child(n):after,
    .split-line > .col-lg-8:nth-child(n):after,
    .split-line > .col-lg-9:nth-child(n):after,
    .split-line > .col-lg-10:nth-child(n):after,
    .split-line > .col-lg-11:nth-child(n):after {
        content: "";
    }
    .split-line.cols-lg-1 > :nth-child(1n):after,
    .split-line.cols-lg-2 > :nth-child(2n):after,
    .split-line.cols-lg-3 > :nth-child(3n):after,
    .split-line.cols-lg-4 > :nth-child(4n):after,
    .split-line.cols-lg-5 > :nth-child(5n):after,
    .split-line.cols-lg-6 > :nth-child(6n):after,
    .split-line.cols-lg-7 > :nth-child(7n):after,
    .split-line.cols-lg-8 > :nth-child(8n):after,
    .split-line > .col-lg-1:nth-child(12n):after,
    .split-line > .col-lg-2:nth-child(6n):after,
    .split-line > .col-lg-3:nth-child(4n):after,
    .split-line > .col-lg-4:nth-child(3n):after,
    .split-line > .col-lg-5:nth-child(2n):after,
    .split-line > .col-lg-6:nth-child(2n):after,
    .split-line > .col-lg-7:nth-child(1n):after,
    .split-line > .col-lg-8:nth-child(1n):after,
    .split-line > .col-lg-9:nth-child(1n):after,
    .split-line > .col-lg-10:nth-child(1n):after,
    .split-line > .col-lg-11:nth-child(1n):after {
        content: none;
    }
}
@media (min-width: 1200px) {
    .split-line.cols-xl-1 > :nth-child(n):after,
    .split-line.cols-xl-2 > :nth-child(n):after,
    .split-line.cols-xl-3 > :nth-child(n):after,
    .split-line.cols-xl-4 > :nth-child(n):after,
    .split-line.cols-xl-5 > :nth-child(n):after,
    .split-line.cols-xl-6 > :nth-child(n):after,
    .split-line.cols-xl-7 > :nth-child(n):after,
    .split-line.cols-xl-8 > :nth-child(n):after,
    .split-line > .col-xl-1:nth-child(n):after,
    .split-line > .col-xl-2:nth-child(n):after,
    .split-line > .col-xl-3:nth-child(n):after,
    .split-line > .col-xl-4:nth-child(n):after,
    .split-line > .col-xl-5:nth-child(n):after,
    .split-line > .col-xl-5col:nth-child(n):after,
    .split-line > .col-xl-6:nth-child(n):after,
    .split-line > .col-xl-7:nth-child(n):after,
    .split-line > .col-xl-7col:nth-child(n):after,
    .split-line > .col-xl-8:nth-child(n):after,
    .split-line > .col-xl-8col:nth-child(n):after,
    .split-line > .col-xl-9:nth-child(n):after,
    .split-line > .col-xl-10:nth-child(n):after,
    .split-line > .col-xl-11:nth-child(n):after {
        content: "";
    }
    .split-line.cols-xl-1 > :nth-child(1n):after,
    .split-line.cols-xl-2 > :nth-child(2n):after,
    .split-line.cols-xl-3 > :nth-child(3n):after,
    .split-line.cols-xl-4 > :nth-child(4n):after,
    .split-line.cols-xl-5 > :nth-child(5n):after,
    .split-line.cols-xl-6 > :nth-child(6n):after,
    .split-line.cols-xl-7 > :nth-child(7n):after,
    .split-line.cols-xl-8 > :nth-child(8n):after,
    .split-line > .col-xl-1:nth-child(12n):after,
    .split-line > .col-xl-2:nth-child(6n):after,
    .split-line > .col-xl-3:nth-child(4n):after,
    .split-line > .col-xl-4:nth-child(3n):after,
    .split-line > .col-xl-5:nth-child(2n):after,
    .split-line > .col-xl-5col:nth-child(5n):after,
    .split-line > .col-xl-6:nth-child(2n):after,
    .split-line > .col-xl-7:nth-child(1n):after,
    .split-line > .col-xl-7col:nth-child(7n):after,
    .split-line > .col-xl-8:nth-child(1n):after,
    .split-line > .col-xl-8col:nth-child(8n):after,
    .split-line > .col-xl-9:nth-child(1n):after,
    .split-line > .col-xl-10:nth-child(1n):after,
    .split-line > .col-xl-11:nth-child(1n):after {
        content: none;
    }
}
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
}
.banner figure img {
    display: block;
    width: 100%;
    height: auto;
}
.banner.inner-banner:before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    border: 2px solid rgba(225, 225, 225, 0.3);
    z-index: 1;
}
.banner.inner-banner .banner-content {
    z-index: 2;
}
.banner .banner-content {
    position: relative;
}
.banner-radius {
    border-radius: 1rem;
    overflow: hidden;
}
.banner-subtitle {
    letter-spacing: -0.025em;
    line-height: 1;
}
.banner-price-info,
.banner-title {
    line-height: 1;
}
.banner-fixed > .banner-content,
.banner-fixed > .container,
.banner-fixed > .container-fluid {
    position: absolute;
    z-index: 1;
}
.banner-fixed > .container,
.banner-fixed > .container-fluid {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner-fixed.content-middle .banner-content {
    top: 50%;
    transform: translateY(-50%);
}
.banner-fixed.content-center .banner-content {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.banner-fixed.content-center.content-middle .banner-content {
    transform: translate(-50%, -50%);
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .intro-slider .banner img {
        height: 100%;
        width: 100%;
    }
}
.video-banner {
    position: relative;
}
.video-banner .btn-play {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 49px;
    width: 51px;
    height: 51px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid;
    transition: background-color 0.3s, border-color 0.3s;
}
.video-banner .btn-play:hover {
    background-color: #26c;
    border-color: #26c;
}
.banner-button-hide .banner-content {
    transition: padding 0.3s;
}
.banner-button-hide .btn {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: 0.3s;
}
.banner-button-hide:not(:hover) .btn {
    margin: 0;
    visibility: hidden;
    opacity: 0;
}
.banner-button-hide:hover .banner-content {
    padding-bottom: 6.2rem;
}
@media (max-width: 991px) {
    .banner {
        font-size: 8px;
    }
}
@media (max-width: 479px) {
    .banner {
        font-size: 7px;
    }
}
.grid-section .banner-content {
    padding: 0 1.5rem;
}
.grid-section figure {
    border-radius: 3px;
    overflow: hidden;
}
.grid-banner .banner-content {
    left: 5.2%;
    right: 5.2%;
    padding: 0;
}
.grid-banner .banner-title {
    margin: 2px 0px 5px 0px;
    color: #ffffff;
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.2;
}
.grid-banner .banner-subtitle {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.14em;
    letter-spacing: normal;
}
.grid-banner .banner-price {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42em;
    letter-spacing: 0px;
}
.grid-banner .banner-price span {
    margin-left: 3px;
    font-size: 24px;
    color: #fec348;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
    border-radius: 15px;
}
.grid-banner .banner-price sup {
    font-size: 14px;
}
.grid-banner1 .banner-content {
    top: 13.4%;
}
.grid-banner1 .banner-subtitle {
    margin: 0px 0px 13px 0px;
    color: #222222;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.3px;
}
.grid-banner1 .banner-title {
    font-size: 2.6em;
    letter-spacing: -1px;
}
.grid-banner2 img,
.grid-banner3 img {
    object-position: 20% center;
}
.grid-banner2 .banner-content,
.grid-banner3 .banner-content {
    padding-left: 8.5%;
}
.grid-banner2 .banner-title {
    font-size: 2.4em;
}
.grid-banner2 .banner-title span {
    font-size: 1.25em;
}
.grid-banner2 .banner-subtitle {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}
.grid-banner2 .banner-price-info {
    font-size: 1.8em;
}
.grid-banner2 .banner-price-info ins {
    text-decoration: none;
}
.grid-banner2 .banner-price-info del {
    opacity: 0.5;
}
.grid-banner3 .banner-subtitle {
    font-size: 1.8em;
}
.grid-banner3 .banner-title {
    margin-bottom: 0.3rem;
    font-size: 2.6em;
}
.grid-banner3 .banner-desc {
    font-size: 1.8rem;
}
.reorder-section {
    background-color: #313439;
}
.reorder-section .height-x2 {
    height: 400px;
}
.reorder-section .height-x1 {
    height: 200px;
}
.reorder-section h2 {
    color: rgba(255, 255, 255, 0.1);
    font-weight: 700;
    margin-bottom: 0;
}
.reorder-section .grid-item1 h2 {
    font-size: 40em;
}
.reorder-section .grid-item2 h2,
.reorder-section .grid-item3 h2,
.reorder-section .grid-item4 h2 {
    font-size: 18em;
}
.reorder-section p {
    color: #ffffff;
    font-size: 2em;
    margin: 0;
    white-space: nowrap;
    font-weight: 700;
}
.reorder-section .grid-item1 {
    background-color: #26c;
}
.reorder-section .grid-item2 {
    background-color: #a8c26e;
}
.reorder-section .grid-item3 {
    background-color: #b10001;
}
.reorder-section .grid-item4 {
    background-color: #d26e4b;
}
.popup-video .banner-content {
    padding: 97px 0;
}
.popup-video .banner-title {
    font-size: 3em;
    line-height: 1.4em;
    letter-spacing: -0.025em;
}
.popup-video .banner-subtitle {
    font-size: 16px;
    letter-spacing: -0.01em;
}
.popup-video .btn-play {
    border: none;
    width: 77px;
    height: 78px;
}
.popup-video i {
    font-size: 35px;
    margin: 0;
}
.popup-video video {
    max-width: 100%;
    height: auto;
}
.video-slider .banner img,
.video-slider .banner video {
    height: 63rem;
    object-fit: cover;
}
.video-slider .banner figure {
    height: 63rem;
    overflow: hidden;
}
.video-slider .banner .btn {
    font-size: 14px;
}
.video-slider .banner .btn i {
    margin-left: 0.7rem;
}
.video-slide1.banner-fixed > .container {
    z-index: 15;
}
.video-slide1 .banner-content {
    left: 2.1%;
    margin-top: -0.5rem;
}
.video-slide1 .banner-subtitle {
    margin-bottom: 1.3rem;
    font-family: "Segoe Script", serif;
    font-size: 3em;
}
.video-slide1 .label-star {
    margin-left: 1.4rem;
}
.video-slide1 .banner-title {
    margin-left: -2px;
    font-size: 6.4em;
    margin-bottom: 0;
}
.video-slide1 h3 {
    margin: -0.7rem 0 0.6rem;
    font-size: 5.6em;
}
.video-slide1 p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
}
.video-slide2 img {
    object-position: 80%;
}
.video-slide2 .banner-content {
    max-width: 38rem;
    right: 5.5%;
    margin-top: -0.3rem;
}
.video-slide2 .banner-subtitle {
    font-size: 2.4em;
    line-height: 1.1;
}
.video-slide2 .banner-subtitle strong {
    font-size: 1.67em;
    line-height: 0.98;
}
.video-slide2 .banner-title {
    font-size: 10em;
    margin-right: -2px;
}
.video-slide2 p {
    font-size: 1.8em;
    line-height: 1.33;
}
.video-slide3 .banner-subtitle {
    font-size: 3em;
}
.video-slide3 .banner-title {
    font-size: 6em;
}
.video-slide3 p {
    font-weight: 300;
    opacity: 0.8;
    font-size: 1.8em;
    line-height: 1.4;
}
.video-slide3 video {
    display: block;
    width: 100%;
}
.video-slide3 figure:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(43, 151, 223, 0.3);
    z-index: 1;
}
.inner-video figure:hover .video-play {
    opacity: 1;
    visibility: visible;
}
@keyframes maskUp {
    0% {
        transform: translate(0, 100%);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes maskRight {
    0% {
        transform: translate(-100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes maskDown {
    0% {
        transform: translate(0, -100%);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes maskLeft {
    0% {
        transform: translate(100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}
.maskUp {
    animation-name: maskUp;
}
.maskRight {
    animation-name: maskRight;
}
.maskDown {
    animation-name: maskDown;
}
.maskLeft {
    animation-name: maskLeft;
}
@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 0 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpShorter {
    animation-name: fadeInUpShorter;
}
@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 0 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftShorter {
    animation-name: fadeInLeftShorter;
}
@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 0 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightShorter {
    animation-name: fadeInRightShorter;
}
@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 0 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownShorter {
    animation-name: fadeInDownShorter;
}
@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: none;
    }
}
.blurIn {
    animation-name: blurIn;
}
@keyframes grayOut {
    0% {
        opacity: 1;
        filter: grayscale(0);
    }
    15% {
        filter: grayscale(100%);
    }
    to {
        opacity: 0;
        filter: grayscale(100%);
    }
}
.grayOut {
    animation-name: grayOut;
}
@keyframes dotPulse {
    0% {
        opacity: 1;
        transform: scale(0.2);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
.dotPulse {
    animation-name: dotPulse;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px);
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}
@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%);
    }
    to {
        filter: brightness(100%);
    }
}
.brightIn {
    animation-name: brightIn;
}
.appear-animate {
    visibility: hidden;
    opacity: 0;
}
.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}
@-webkit-keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}
.zoomInShorter {
    -webkit-animation-name: zoomInShorter;
    animation-name: zoomInShorter;
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    0%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideZoomIn {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    to {
        transform: scale3d(1.1, 1.1, 1);
        opacity: 1;
    }
}
.slideZoomIn {
    -webkit-animation-name: slideZoomIn;
    animation-name: slideZoomIn;
}
@keyframes rotateStar {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.label-star {
    align-items: center;
    padding: 9px 7px 5px;
    border-radius: 0.3rem;
    line-height: 1;
}
.label-star:after,
.label-star:before {
    animation: 4s linear 0s infinite rotateStar;
    content: "";
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 1.5rem;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free", serif;
    font-size: 0.467em;
    font-weight: 400;
}
.label-star:before {
    margin-left: 0.5rem;
    animation-direction: reverse;
}
.owl-carousel .slide-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: filter, transform, opacity;
    visibility: hidden;
    opacity: 0;
}
.owl-carousel .slide-animate.show-content {
    visibility: visible;
    opacity: 1;
}
.banner1 {
    position: relative;
    overflow: hidden;
}
.banner1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(195, 219, 81, 0.75);
    z-index: 1;
    pointer-events: none;
}

.banner1 .banner-title,
.banner1 p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.banner1 figure {
    margin: 0;
}

.banner1 figure img {
    object-fit: cover;
    display: block; /* Removes any inline spacing */
}

.banner2 {
    position: relative;
    overflow: hidden;
}

.banner2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(249, 187, 59, 0.75); /* #F9BB3B with transparency */
    z-index: 1;
    pointer-events: none;
}

.banner2 .banner-title,
.banner2 p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.banner2 figure {
    margin: 0;
}

.banner2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/*.banner figure img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.custom-banner figure img {
    width: auto;
    max-width: none;
    height: auto;
}

@media (max-width: 768px) {
    .custom-banner figure img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}
.text-yellow {
    color: #F9BB3B!important;
}
.text-green {
    color: #BDD73E!important;
}
.text-white {
    color: #ffffff!important;
}

.custom-banner-subtitle {

    font-weight: 900!important;
    letter-spacing: 1px;
}

.custom-banner-title {
    color: #BDD73E; /* Your lime green */
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    text-shadow:
        0 0 12px #BDD73E,
        3px 3px 6px rgba(0,0,0,0.9);
}
.boots-banner .banner-title {
    color: #BDD73E !important; /* Your lime green */
    text-shadow:
        2px 2px 0px #000,
        -2px -2px 0px #000,
        2px -2px 0px #000,
        -2px 2px 0px #000,
        0px 0px 10px #BDD73E,
        0px 3px 6px rgba(0,0,0,0.9);
}

.boots-banner .banner-title span {
    color: #F9BB3B !important; /* Your yellow */
    text-shadow:
        2px 2px 0px #000,
        -2px -2px 0px #000,
        2px -2px 0px #000,
        -2px 2px 0px #000,
        0px 0px 8px #F9BB3B,
        0px 2px 4px rgba(0,0,0,0.8);
}

.boots-banner .banner-subtitle {
    color: #ffffff !important; /* Orange */
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
    border-radius: 15px;
    display: inline-block;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.8);
}

.boots-banner .banner-price-info ins {
    color: #FFFFFF !important;
    text-shadow:
        1px 1px 0px #000,
        -1px -1px 0px #000,
        1px -1px 0px #000,
        -1px 1px 0px #000,
        0px 2px 4px rgba(0,0,0,0.9);
}

.boots-banner .banner-price-info del {
    color: #BDD73E !important;
    text-shadow:
        1px 1px 0px #000,
        -1px -1px 0px #000,
        1px -1px 0px #000,
        -1px 1px 0px #000,
        0px 2px 4px rgba(0,0,0,0.9);
}
.gear-banner .banner-subtitle {
    color: #F9BB3B !important; /* Your yellow */
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 16px;
    border-radius: 20px;
    display: block; /* Changed from inline-block */
    width: fit-content; /* Only as wide as needed */
    margin-bottom: 8px; /* Add spacing */
    text-shadow:
        2px 2px 0px #000,
        -2px -2px 0px #000,
        2px -2px 0px #000,
        -2px 2px 0px #000;
}

.gear-banner .banner-title {
    color: #BDD73E !important; /* Your lime green */
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 20px;
    border-radius: 15px;
    display: block; /* Changed from inline-block */
    width: fit-content; /* Only as wide as needed */
    margin: 8px 0; /* Keep vertical spacing */
    text-shadow:
        2px 2px 0px #000,
        -2px -2px 0px #000,
        2px -2px 0px #000,
        -2px 2px 0px #000,
        0px 0px 10px #BDD73E;
}

.gear-banner p {
    color: #FFFFFF !important;
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 16px;
    border-radius: 25px;
    display: block; /* Changed from inline-block */
    width: fit-content; /* Only as wide as needed */
    margin: 8px 0; /* Keep vertical spacing */
    text-shadow:
        1px 1px 0px #000,
        -1px -1px 0px #000,
        1px -1px 0px #000,
        -1px 1px 0px #000;
}

.gear-banner .banner-desc {
    color: #FFFFFF !important;
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 20px;
    border-radius: 15px;
    display: block; /* Changed from inline-block */
    width: fit-content; /* Only as wide as needed */
    text-shadow:
        1px 1px 0px #000,
        -1px -1px 0px #000,
        1px -1px 0px #000,
        -1px 1px 0px #000;
}

.gear-banner .banner-desc span {
    color: #FF6B35 !important; /* Orange for discount */
    font-weight: 900;
    text-shadow:
        1px 1px 0px #000,
        -1px -1px 0px #000,
        1px -1px 0px #000,
        -1px 1px 0px #000,
        0px 0px 8px #FF6B35;
}

.slide-animate2 {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    padding: 4px 12px;
}
