/* Carrosel brands */

.brand-carousel {
    padding: 2rem 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .brand-carousel {
        padding: 0
    }
}


/* Service list */

.service-list {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07)
}

.service-list .icon-box {
    padding: 3.2rem 0 3.5rem
}

.service-list .icon-box-title {
    margin-bottom: 0.3rem
}

.service-list .icon-box-icon {
    font-size: 3.7rem
}

.service-list .icon-box1 i {
    font-size: 4.6rem
}

.service-list .owl-item:not(:last-child) .icon-box:after {
    content: "";
    height: 37px;
    width: 1px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.service-list .owl-stage-outer {
    margin: 0 0.1rem
}

.service-list .owl-stage {
    margin: 0 -0.1rem
}


/* Button padrao */

.btn-base {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    background-color: #017073;
    transition: background-color 0.3s;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem
}


/* Custom checkbox */

.custom-checkbox+label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    border: 1px solid #017073;
    border-radius: 2px;
    background: #fff
}

.custom-checkbox:checked+label:before {
    content: "";
    border-color: #222;
    background: #222;
    background: #017073;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    text-align: center
}

.order .order-message {
    max-width: 34rem;
    max-width: 78rem;
    padding: 3rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem
}


/* Colors */

.text-secondary {
    color: #014345!important
}

.form-control::placeholder {
    color: #939393;
    transition: color 0.3s
}

.form-control::-webkit-input-placeholder {
    color: #939393;
    transition: color 0.3s
}

.form-control::-moz-placeholder {
    color: #939393;
    transition: color 0.3s
}

.accordion-card-bg.accordion-primary .card-header a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background-color: #014345;
    color: #fff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #014345;
    background-color: #014345
}


/* Tela de pedido finalizado */

.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%
    }
}


/* Radio Button de Endereços */

.address_username {
    font-size: 16px;
}

.address_details {
    display: block;
    color: rgb(153, 153, 153);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    font-size: 14px;
    line-height: normal;
    margin-top: -0.6em;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}


/* Carrinho */

.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
}

@media (max-width:767px) {
    .shop-table {
        text-align: center
    }
    .shop-table thead {
        display: none
    }
    .shop-table tbody,
    .shop-table td,
    .shop-table tr {
        display: block
    }
    .shop-table tbody {
        border: 1px solid #e1e1e1
    }
    .shop-table tr {
        position: relative;
        padding: 4rem 1rem 4rem
    }
    .shop-table tr+tr {
        border-top: 1px solid #e1e1e1
    }
    .shop-table td {
        padding: 0;
        border: none
    }
    .shop-table .product-thumbnail {
        margin-bottom: 1rem
    }
    .shop-table .btn-product,
    .shop-table .product-thumbnail a,
    .shop-table td {
        margin-left: auto;
        margin-right: auto
    }
    .shop-table .product-stock-status {
        margin-bottom: 1rem
    }
    .shop-table .btn-product {
        max-width: 220px
    }
    .shop-table .product-remove {
        position: absolute;
        right: 2rem;
        top: 2rem;
        padding: 0.5rem;
        width: auto
    }
    .shop-table .product-quantity {
        margin-bottom: 1rem
    }
    .wishlist-table td.product-price {
        display: block;
        width: 100%
    }
}

.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
}

@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
    }
}

.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
}

.checkout .payment.accordion .summary-subtitle {
    font-size: 1.5rem
}

.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
}

.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
}


/* INPUT E TEXTO VERMELHO ERRO */

.invalid {
    border-color: red !important;
    color: red !important;
}

.valid {
    border-color: #017073 !important;
    color: #017073 !important;
}


/* Register CSS */

.register-popup {
    max-width: 560px;
    padding: 4rem;
    border-radius: 0.3rem
}

.register-popup .tab {
    color: #ccc
}

.register-popup .tab .nav-item {
    flex: none
}

.register-popup .nav-item .nav-link {
    padding: 0 0 1px;
    color: #999;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 2.43;
    transition: font-size 0.3s, color 0.3s
}

.register-popup .nav-item .nav-link.active {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

.register-popup .delimiter {
    margin: 0 0.8rem
}

.register-popup .tab-pane {
    padding: 0
}

.register-popup form {
    margin-bottom: 2.2rem
}

.register-popup .form-group {
    margin-bottom: 1.8rem
}

.register-popup .form-group label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 1
}

.register-popup .form-group .form-control {
    padding: 1.2rem 1.5rem 1.1rem;
    height: 3.7rem;
    font-size: 1.6rem;
    color: #999;
    border-radius: 0.3rem;
    border-color: #e1e1e1
}

.register-popup .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.3rem;
    font-size: 1.2rem
}

.register-popup .custom-checkbox+label {
    padding-left: 2.6rem
}

.register-popup .btn {
    height: 4.7rem;
    padding: 0;
    font-size: 1.3rem
}

.register-popup .lost-link {
    text-align: right;
    color: #999;
    font-size: 1.2rem
}

.register-popup .lost-link:hover {
    color: #017073
}

.register-popup .form-choice label {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    color: #666
}

.register-popup .form-choice label:after,
.register-popup .form-choice label:before {
    content: "";
    height: 1px;
    flex: 1;
    background: #e1e1e1
}

.register-popup .form-choice label:after {
    margin-left: 3rem
}

.register-popup .form-choice label:before {
    margin-right: 3rem
}

.register-popup .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    color: #fff
}

.register-popup .social-link.social-google {
    background-color: #db402c
}

.register-popup .social-link.social-facebook {
    background-color: #3b5998
}

.register-popup .social-link.social-twitter {
    background-color: #1ab2e8
}

.container>.register-popup {
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}


/* Tela de cadastro */

.label-register {
    font-size: 16px;
}


/* Outros */

.product-price .new-price {
    margin-right: 1rem;
    text-decoration: none;
    color: #014345;
    font-weight: bold;
}


/* Checkout css */

.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%
}

.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
}

.order-total {
    font-size: 1.6rem;
    font-weight: 600;
    color: #26c
}

.order-total td,
.order-total th {
    padding-top: 1.9rem
}


/* Checkout */

.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
}

.accordion {
    overflow: hidden
}

.accordion .collapsed,
.accordion .expanding {
    display: none
}

.card-header {
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #222
}

.card-header a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.8rem 0.5rem
}

.card-header a:hover {
    color: #26c
}

.card-header a:hover span {
    color: #26c
}

.card-header a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    font-family: "riode";
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #222
}

.card-header .collapse {
    color: #26c
}

.expand:after {
    content: ""
}

.collapse:after {
    content: ""
}

.card-body {
    padding: 1.3rem 0.5rem
}

.card {
    background-color: transparent
}

.accordion-simple .card {
    border-top: 1px solid #e1e1e1
}

.accordion-gutter-md .card:not(:last-child) {
    margin-bottom: 10px
}

.accordion-gutter-sm .card:not(:last-child) {
    margin-bottom: 2px
}

.accordion-plus .expand:after {
    content: ""
}

.accordion-plus .collapse:after {
    content: ""
}

.accordion-boxed .card-body,
.accordion-boxed .card-header a {
    padding-left: 2rem;
    padding-right: 2rem
}

.accordion-boxed .card-header a:after {
    right: 2.3rem
}

.accordion-border .card {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #e1e1e1
}

.accordion-border .card:last-child {
    border-bottom: 1px solid #e1e1e1
}

.accordion-background .card {
    background-color: #fff;
    border-color: #fff
}

.accordion-dropshadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12)
}

.accordion-dropshadow .card {
    background-color: #fff;
    border-color: #fff
}

.accordion-icon .card-header i {
    margin-right: 1.5rem;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 0
}

.accordion-card-bg .card {
    border: 1px solid #f2f3f5
}

.accordion-card-bg .card-header a {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    background-color: #f2f3f5
}

.accordion-card-bg.accordion-primary .card {
    border: 0;
    background-color: #f2f3f5
}

.accordion-card-bg.accordion-primary .card-header a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background-color: #37c;
    color: #fff
}

.accordion-card-bg.accordion-primary .card-header a:after {
    color: #fff
}

.accordion-color .collapse {
    color: #26c
}

.accordion-card-border .card {
    border: 1px solid #dae1e5
}


/* Page Categories */

.page-subtitle {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2
}

.page-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1.125;
    color: #222
}

.page-title+.breadcrumb {
    padding: 1em 0
}

.breadcrumb-nav .breadcrumb {
    padding: 1.4rem 0
}

.breadcrumb-nav .breadcrumb li:not(:last-child):after {
    margin-left: 0.8rem;
    opacity: 0.5
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666;
    font-family: Jost, sans-serif;
    font-size: 1.4rem
}

.breadcrumb a {
    color: inherit
}

.breadcrumb a:hover {
    color: #222
}

.breadcrumb li:not(:last-child) a {
    color: #999;
    transition: color 0.3s
}

.breadcrumb li:hover:not(:last-child) a {
    color: #222
}

.breadcrumb .delimiter {
    margin: 0 0.7em;
    font-size: 1.19rem;
    opacity: 0.5
}

.breadcrumb li:not(:last-child):after {
    content: "";
    position: relative;
    margin: 0 0.6em;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #999
}

.breadcrumb li:last-child {
    color: #222
}

.breadcrumb-sm {
    padding: 1.1rem 0;
    color: inherit
}

.breadcrumb-sm li:last-child {
    color: inherit
}

.page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 3em 1em;
    background-color: #C8C3BF;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #222
}

.page-header .breadcrumb {
    justify-content: center
}

.page-header .breadcrumb li:not(:last-child):after {
    content: none
}

.page-header>.breadcrumb li,
.page-header>.breadcrumb li a,
.page-header>.page-subtitle,
.page-header>.page-title {
    color: #fff
}

.page-header>.breadcrumb li:not(:last-child) a {
    opacity: 0.5;
    transition: opacity 0.3s
}

.page-header>.breadcrumb li:hover a {
    color: #fff;
    opacity: 1
}

@media (max-width:767px) {
    .page-title {
        font-size: 3.6rem
    }
}

.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    justify-content: center;
    color: #222
}

.page-link-next i,
.page-link-prev i {
    font-size: 1.9rem
}

.page-link-prev i {
    margin-right: 0.5rem
}

.page-link-next i {
    margin-left: 0.5rem
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    padding: 0 0.3rem;
    line-height: 1;
    background-color: transparent;
    border: 0.1rem solid transparent;
    transition: border 0.3s
}

.active>.page-link,
:hover:not(.disabled)>.page-link {
    border-color: #dadada;
    color: #222
}

.disabled>.page-link {
    color: #aaa
}

.page-link-next,
.page-link-prev {
    min-width: 8rem;
    padding: 1.2rem
}

.page-item:not(:last-child) {
    margin-right: 0.5rem
}

.page-item-dots {
    white-space: nowrap
}

.page-item-dots:before {
    content: "...";
    margin-top: -0.9em;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle
}

.show-info {
    margin: 0;
    color: #222
}

.show-info span {
    margin: 0 0.5rem;
    color: #222
}

.page-item-total {
    margin-right: 0.5rem
}