.main {
    flex: 1 1 auto;
}

.order-summary {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 2px solid #e7e7e7;
}

.order-summary .custom-radio .custom-control-input {
    width: 102px;
}

.order-summary h3 {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}

.order-summary h4 {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 19px;
}

.order-summary .info-box p {
    padding: 11px 3px;
    list-style-position: inside;
    text-align: left;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2f6473;
}

@media (max-width: 576px) {
    .checkout-container .order-summary {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

tbody .product-col {
    font-size: 0;
}

.product-col .product-image-container {
    display: table-cell;
    padding-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle;
}

.product-col .product-image img {
    border: 1px solid #ccc;
}

.product-col .product-title {
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle;
}

.checkout-progress-bar li a.active, .checkout-progress-bar li a:hover {
    color: #08C;
    opacity: 1;
}

.checkout-progress-bar {
    margin: 4.7rem 0 2.1rem;
    font-size: 0;
    line-height: 1.4;
}

.checkout-progress-bar li {
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
    color: #999;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
    vertical-align: top;
}

.checkout-progress-bar li.prev {
    color: #222529;
}

.checkout-progress-bar li a {
    color: #222524;
}

.checkout-progress-bar li.active a {
    color: #08C;
}

.checkout-progress-bar li.active a:hover {
    color: #08C;
}

.checkout-progress-bar li.active + li a {
    color: #919292;
}

.checkout-progress-bar li.active + li a:hover {
    color: #08C;
}

.checkout-progress-bar li.disabled a {
    color: #919292;
}

.checkout-progress-bar li:not(:first-child) {
    margin-left: 5.8rem;
}

.checkout-progress-bar li:not(:first-child):before {
    position: absolute;
    left: -3.3rem;
    top: -0.8rem;
    content: "";
    color: #999;
    font-family: "porto";
    font-size: 3rem;
}

.checkout-progress-bar li:last-child {
    pointer-events: none;
}

.cart-table-container {
    margin-bottom: 2.5rem;
}

.cart-table-container .input-group .form-control {
    height: 43px;
    border-color: rgba(0, 0, 0, 0.09);
}

.cart-table-container .btn-shop,
.cart-table-container .btn-sm {
    border: none;
    background-color: #f4f4f4;
    color: #222529;
}

.cart-table-container .btn-shop:hover,
.cart-table-container .btn-sm:hover {
    color: #fff;
    background-color: #08C;
}

@media (max-width: 575px) {
    .cart-table-container {
        border-top: 4px solid #08C;
    }

    .table.table-cart {
        border: 1px solid #e7e7e7;
        border-top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    }

    .table.table-cart,
    .table.table-cart tbody,
    .table.table-cart tfoot {
        display: block;
    }

    .table.table-cart thead {
        display: none;
    }

    .table.table-cart tr td {
        padding: 0.5rem 1rem;
        border-top: 0;
    }

    .table.table-cart tr td.product-col {
        padding-bottom: 0.5rem;
    }

    .table.table-cart .product-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 3rem;
        padding-bottom: 2.5rem;
        border-top: 2px solid #ddd;
    }

    .table.table-cart .product-row:first-child {
        border-top: 0;
    }

    .table.table-cart .product-col {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .table.table-cart .product-col .product-image-container {
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .table.table-cart tfoot {
        border-top: 2px solid #ddd;
    }

    .table.table-cart tfoot tr {
        display: block;
        width: 100%;
    }

    .table.table-cart tfoot tr td {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 3rem 0;
    }

    .table.table-cart .cart-discount {
        margin-bottom: 2rem;
    }

    .table.table-cart .cart-discount form {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .cart-table-container .input-group .form-control {
        width: 183px;
    }
}

@media (max-width: 767px) {
    .cart-table-container .cart-discount .form-control {
        max-width: 132px;
        margin-right: 0.4rem;
    }

    .table.table-cart .cart-discount {
        margin-bottom: 1.5rem;
    }
}

.cart-table-container {
    margin-bottom: 2.5rem;
}

.cart-table-container .input-group .form-control {
    height: 43px;
    border-color: rgba(0, 0, 0, 0.09);
}

.cart-table-container .btn-shop,
.cart-table-container .btn-sm {
    border: none;
    background-color: #f4f4f4;
    color: #222529;
}

.cart-table-container .btn-shop:hover,
.cart-table-container .btn-sm:hover {
    color: #fff;
    background-color: #08C;
}

.table.table-cart tr th,
.table.table-cart tr td, .table.table-wishlist tr th,
.table.table-wishlist tr td {
    vertical-align: middle;
}

.table.table-cart tr th, .table.table-wishlist tr th {
    border: 0;
    color: #222529;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase;
}

.table.table-cart tr td, .table.table-wishlist tr td {
    border-top: 1px solid #e7e7e7;
}

.table.table-cart tr td.product-col, .table.table-wishlist tr td.product-col {
    padding: 2rem 0.8rem 1.8rem 0;
}

.table.table-cart tr.product-action-row td, .table.table-wishlist tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0;
}

.table.table-cart .product-image-container, .table.table-wishlist .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0;
}

.table.table-cart .product-title, .table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.75;
}

.table.table-cart .product-title a, .table.table-wishlist .product-title a {
    color: inherit;
}

.table.table-cart .product-single-qty, .table.table-wishlist .product-single-qty {
    margin: 0.5rem 4px 0.5rem 1px;
}

.table.table-cart .product-single-qty .form-control, .table.table-wishlist .product-single-qty .form-control {
    height: 48px;
    width: 44px;
    font-size: 1.6rem;
    font-weight: 700;
}

.table.table-cart .subtotal-price, .table.table-wishlist .subtotal-price {
    color: #222529;
    font-size: 1.6rem;
    font-weight: 600;
}

.table.table-cart .btn-remove, .table.table-wishlist .btn-remove {
    right: -10px;
    font-size: 1.1rem;
}

.table.table-cart tfoot td, .table.table-wishlist tfoot td {
    padding: 2rem 0.8rem 1rem;
}

.table.table-cart tfoot .btn, .table.table-wishlist tfoot .btn {
    padding: 1.2rem 2.4rem 1.3rem 2.5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    height: 43px;
    letter-spacing: -0.018em;
}

.table.table-cart tfoot .btn + .btn, .table.table-wishlist tfoot .btn + .btn {
    margin-left: 1rem;
}

.table.table-cart .bootstrap-touchspin.input-group, .table.table-wishlist .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto;
}

.table.table-cart .product-title a,
.table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px;
}

.table-cart tr th {
    padding: 1rem;
}

.table-cart tr th.thumbnail-col {
    width: 16%;
}

.table-cart tr th.product-col {
    width: 33%;
}

.table-cart tr th.price-col {
    width: 14%;
}

.table-cart td {
    padding: 2rem 1rem;
}

.cart-summary {
    margin-bottom: 3.6rem;
    padding: 2.4rem 3rem 3.4rem;
    border: 2px solid #e7e7e7;
    background: #fff;
}

.cart-summary h3 {
    margin-bottom: 2.3rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}

.cart-summary form {
    margin-bottom: 1.6rem;
}

.cart-summary .form-group-sm {
    max-width: none;
}

.cart-summary .form-group-sm label {
    margin-top: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
}

.cart-summary .form-group-sm .form-control {
    height: 3.7rem;
    font-size: 1.4rem;
    letter-spacing: -0.012em;
}

.cart-summary .btn-update-total {
    background-color: #f4f4f4;
    color: #222529;
    border: none;
    padding: 8px 12px;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
}

.cart-summary .btn-update-total:hover {
    color: #fff;
    background-color: #08C;
}

@media (max-width: 479px) {
    .cart-summary {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .table.table-cart .cart-discount {
        margin-bottom: 1.5rem;
    }

    .cart-discount .input-group {
        flex-direction: column;
        align-items: center;
    }

    .cart-table-container .cart-discount .form-control {
        margin: auto;
        margin-bottom: 1.5rem;
        max-width: none;
        width: 100%;
    }
}

.cart-summary, .order-summary {
    position: relative;
}

.cart-summary:before, .order-summary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
}

.cart-summary.loading:before, .order-summary.loading:before {
    opacity: 1;
    visibility: visible;
}


.table.table-totals {
    margin-bottom: 2.6rem;
}

.table.table-totals .custom-radio .custom-control-input {
    width: 100px;
}

.table.table-totals h4 {
    display: inline;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.table.table-totals .form-control {
    line-height: 1.5;
}

.table.table-totals .form-group {
    margin-bottom: 1.5rem;
}

.table.table-totals .select2-container.select2-container--default .select2-selection--single {
    min-height: 37px;
}

.table.table-totals .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.6;
}

.table.table-totals tr th,
.table.table-totals tr td {
    padding: 1rem;
    border: 0;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-weight: 600;
    color: #222529;
    font-family: "poppins";
}

.table.table-totals tr th:last-child,
.table.table-totals tr td:last-child {
    color: #777;
    text-align: right;
    font-weight: 400;
}

.table.table-totals tbody tr {
    border-bottom: 1px solid #dcdcdc;
}

.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    color: #222529;
    font-size: 1.6rem;
    font-weight: 700;
}

.table.table-totals tfoot tr td {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem;
    vertical-align: middle;
    font-size: 1.6rem;
    padding-left: 1.2rem;
}

.table.table-totals tfoot tr td:last-child {
    font-weight: 700;
    font-size: 22px;
    color: #222529;
}

.table.table-totals tfoot b {
    font-size: 2.2rem;
}

.checkout-methods .btn {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
    padding: 1em 0;
}

.checkout-methods .btn i {
    margin-left: 1.2rem;
}


.checkout-container {
    padding-bottom: 7px;
}

.checkout-container .shipping-info {
    padding-bottom: 3px;
}

.checkout-container .select-custom .form-control {
    font-size: 1.4rem;
}

.checkout-container label {
    margin-bottom: 0.6rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.checkout-container .checkout-discount .form-control {
    margin-right: 1.4rem;
    height: 33px;
    font-size: 1.2rem;
}

.checkout-container .checkout-discount .btn.btn-sm {
    height: 33px;
}

.checkout-container .step-title {
    letter-spacing: -0.01em;
}

.checkout-container select.form-control:not([size]):not([multiple]),
.checkout-container .form-control {
    height: 49px;
}

.checkout-container .select-custom,
.checkout-container .form-group {
    margin-bottom: 1.7rem;
}

.checkout-container .checkout-steps .custom-control-label::before, .checkout-container .checkout-steps .custom-control-label::after {
    top: 0px;
}

.checkout-container .checkout-steps .select-custom::after {
    top: 66%;
}

.checkout-container .custom-control {
    margin-top: 3.3rem;
    margin-bottom: 14px;
}

.checkout-container .order-comments {
    padding-top: 6px;
}

.checkout-container textarea.form-control {
    min-height: 125px;
}

.checkout-container .order-summary {
    padding: 2.8rem 3.2rem 3.1rem;
    margin-top: 1px;
}

.checkout-steps li {
    margin-bottom: 3rem;
}

.checkout-steps li form {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.checkout-steps li form:last-of-type {
    padding-bottom: 0.1rem;
    border-bottom: 0;
}

.checkout-steps li form p {
    margin-bottom: 1rem;
    color: #777;
    font-size: 1.3rem;
}

.checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.checkout-steps-action:after {
    display: block;
    clear: both;
    content: "";
}

.checkout-steps-action .btn {
    min-width: 70px;
    text-align: center;
}

.step-title {
    margin-bottom: 0;
    color: #222529;
    font-size: 2.2rem;
}

.step-title:after {
    display: block;
    clear: both;
    content: "";
}

.step-title .step-title-edit {
    margin-top: 0.4rem;
    float: right;
    font-size: 1.4rem;
}

.checkout-info-box .step-title {
    margin-bottom: 1.8rem;
}

.feature-box.border-top-primary .feature-box-content {
    border-top: 4px solid #08C;
    padding: 30px 20px 10px 20px;
}

.feature-box-content {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.9;
    padding-left: 10px;
    padding-right: 10px;
}

.product-desc-content .feature-box-content {
    margin-left: 0;
}

.reset-password-container .feature-box .feature-box-content {
    padding-bottom: 31px;
}

.login-form-container {
    padding-top: 3px;
    padding-bottom: 4px;
}

.login-form-container .feature-box,
.checkout-discount .feature-box {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.9rem;
}

.login-form-container .feature-box .feature-box-content,
.checkout-discount .feature-box .feature-box-content {
    border-top: 4px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 1rem 2rem;
}

.login-form-container form,
.checkout-discount form {
    margin-bottom: 0;
    padding-top: 1.9rem;
    padding-bottom: 0.7rem;
}

.login-form-container form p,
.checkout-discount form p {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
}

.login-form-container form .btn,
.checkout-discount form .btn {
    margin-top: 1.8rem;
    padding: 0.9rem 4.7rem 1rem;
    letter-spacing: -0.01em;
    background-color: #f4f4f4;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.login-form-container form .btn:hover,
.checkout-discount form .btn:hover {
    background-color: #08C;
    color: #fff;
}

.login-form-container form .input-group,
.checkout-discount form .input-group {
    max-width: 480px;
}

.login-form-container .form-footer,
.checkout-discount .form-footer {
    margin-top: 1.4rem;
}

.login-form-container .custom-control,
.checkout-discount .custom-control {
    padding-left: 2.5rem;
}

.login-form-container .custom-control label,
.checkout-discount .custom-control label {
    font-size: 1.2rem;
}

.login-form-container .custom-control + a,
.checkout-discount .custom-control + a {
    margin-bottom: 3px;
    font-size: 14px;
    margin-left: 2rem;
}

.login-form-container h4,
.checkout-discount h4 {
    margin-bottom: 1rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.login-form-container h4 .btn,
.checkout-discount h4 .btn {
    vertical-align: bottom;
    border: 0;
}

.login-form-container .btn-toggle,
.checkout-discount .btn-toggle {
    padding: 0;
    color: #222529;
    letter-spacing: -0.025em;
}

.checkout-discount .form-control {
    min-height: 33px;
}

.checkout-discount .form-control, .checkout-discount .input-group-append {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.checkout-discount h4 {
    margin-bottom: 2.6rem;
}

.checkout-discount p {
    font-size: 1.4rem;
}

.checkout-discount .feature-box {
    margin-bottom: 3.4rem;
}

.checkout-discount .feature-box .feature-box-content {
    padding-top: 2.9rem;
}

.checkout-discount form {
    padding-top: 1rem;
}

.checkout-discount form .input-group {
    max-width: 319px;
}

.checkout-discount form .btn {
    padding: 0 1rem 0 1.1rem;
    letter-spacing: -0.015em;
}


.table-mini-cart {
    margin-bottom: 0;
}

.table-mini-cart tr, .table-mini-cart th, .table-mini-cart td, .table-mini-cart thead th {
    border: 0;
    vertical-align: middle;
    color: #222529;
}

.table-mini-cart th, .table-mini-cart td {
    padding: 1rem;
}

.table-mini-cart td:last-child {
    text-align: right;
}

.table-mini-cart thead, .table-mini-cart tfoot tr {
    border-bottom: 1px solid #e7e7e7;
}

.table-mini-cart .product-col, .table-mini-cart .price-col {
    padding: 1.3rem 1rem 1.4rem;
}

.table-mini-cart .product-col .product-image-container {
    max-width: 75px;
    padding-right: 1.5rem;
    vertical-align: top;
}

.table-mini-cart .price-col {
    font-size: 1.4rem;
    font-weight: 400;
}

.table-mini-cart .product-title {
    display: block;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.table-mini-cart .cart-subtotal th, .table-mini-cart .cart-subtotal td, .table-mini-cart .cart-tax th, .table-mini-cart .cart-tax td {
    padding-top: 3rem;
    padding-bottom: 1.3rem;
}

.table-mini-cart .order-shipping td {
    padding-top: 1.2rem;
    padding-bottom: 0.9rem;
}

.table-mini-cart .order-shipping h4 {
    margin-bottom: 1.3rem;
}

.table-mini-cart .order-shipping .custom-radio {
    margin: 0;
}

.table-mini-cart .order-shipping .custom-radio label {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
}

.table-mini-cart .order-shipping ul {
    margin-bottom: 2rem;
}

.table-mini-cart .order-shipping li + li {
    margin-top: 1.5rem;
}

.table-mini-cart .order-shipping .price {
    float: right;
    font-weight: 600;
}

.table-mini-cart .order-total th {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.table-mini-cart .order-total td {
    padding-top: 1.8rem;
    padding-bottom: 2.3rem;
}

.table-mini-cart .order-total h4 {
    font-size: 1.6rem;
}

.table-mini-cart .order-total .total-price {
    color: #222529;
    font-size: 2.2rem;
}

.breadcrumb-nav {
    color: #8e8e8e;
    border-bottom: 0;
    background-color: white;
}

.breadcrumb-nav + .page-header {
    margin-top: -2rem;
}

@media (min-width: 768px) {
    .breadcrumb-nav + .page-header {
        margin-top: -3rem;
    }
}

@media (min-width: 992px) {
    .breadcrumb-nav + .page-header {
        margin-top: -4rem;
    }
}

.breadcrumb {
    margin-bottom: 0;
    padding: 1rem 0;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb-item {
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 24px;
    text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 1.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    color: inherit;
    padding-right: 1.1rem;
    content: "";
    font-size: 12px;
    font-family: "porto";
    vertical-align: middle;
    margin-top: -2px;
}

.breadcrumb-item a:not(:first-child) {
    margin-left: 5px;
}

.breadcrumb-item a, .breadcrumb-item.active {
    color: inherit;
}

.toolbox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
}

.toolbox .select-custom:after {
    right: 1.5rem;
    font-size: 1.6rem;
    color: #222529;
}

.toolbox .select-custom .form-control {
    max-width: 160px;
    padding-right: 2.5rem;
    padding-left: 0.8rem;
    font-size: 1.3rem;
    padding-top: 1px;
}

.toolbox label {
    margin: 1px 1.1rem 0 0;
    color: #777;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.toolbox .form-control {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0.8rem;
    color: #777;
}

.toolbox .form-control:focus {
    color: #777;
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 34px;
}

.toolbox .toolbox-show .select-custom:after {
    right: 1rem;
}

.toolbox,
.toolbox-left,
.toolbox-right,
.toolbox-item {
    display: flex;
    align-items: center;
}

.toolbox-item {
    margin-bottom: 10px;
}

.toolbox-item:not(:last-child) {
    margin-right: 10px;
}

.toolbox-item.layout-modes {
    margin-top: -1px;
}

.toolbox-item.toolbox-sort {
    margin-right: 1.5rem;
}

.toolbox-item .select-custom {
    margin-bottom: 0;
}

.toolbox-pagination {
    border-top: 1px solid #efefef;
    padding-top: 2.5rem;
    margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
    .toolbox-pagination {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    aside .toolbox-item {
        display: block;
    }
    aside .toolbox-item:after {
        content: normal;
    }

    .toolbox:not(.toolbox-pagination) {
        padding: 10px;
        background-color: #f4f4f4;
        margin-bottom: 2rem;
    }
    .toolbox:not(.toolbox-pagination) .toolbox-item {
        margin-bottom: 0;
    }

    .toolbox label {
        font-size: 11px;
        font-weight: 600;
        color: #222529;
    }
    .toolbox .select-custom .form-control {
        font-size: 11px;
        font-weight: 600;
        max-width: 140px;
        text-transform: uppercase;
        color: #222529;
    }
}

.sidebar-toggle {
    display: flex;
    position: static;
    margin-right: 0.8rem;
    margin-top: 0;
    padding: 0 1.1rem 0 3px;
    align-items: center;
    width: auto;
    height: 34px;
    text-transform: uppercase;
    line-height: 36px;
    color: inherit;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer;
}

.sidebar-toggle span {
    margin-left: 0rem;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
}

.sidebar-toggle:hover span {
    color: #08C;
}

.sidebar-opened .sidebar-toggle i::before {
    content: "";
}

.sidebar .widget {
    margin-bottom: 3.1rem;
}

.sidebar .sidebar-wrapper {
    padding-bottom: 4.2rem;
}

.sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem;
}

.sidebar-shop {
    font-size: 1.3rem;
}

.sidebar-shop .product-widget .product-title {
    margin-bottom: 0.4rem;
    font-family: "Open Sans", sans-serif;
}

.sidebar-shop .product-widget .product-details {
    margin-bottom: 1px;
}

.sidebar-shop .widget {
    padding: 2rem;
    border: 1px solid #e7e7e7;
}

.sidebar-shop .widget:after {
    display: block;
    clear: both;
    content: "";
}

.sidebar-shop .widget:not(:last-child) {
    border-bottom: 0;
}

.sidebar-shop .widget-title {
    margin: 0;
    color: #313131;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.sidebar-shop .widget-title a {
    display: block;
    position: relative;
    color: inherit;
}

.sidebar-shop .widget-title a:hover, .sidebar-shop .widget-title a:focus {
    text-decoration: none;
}

.sidebar-shop .widget-title a:before, .sidebar-shop .widget-title a:after {
    display: inline-block;
    position: absolute;
    top: 50.4%;
    right: 2px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    transition: all 0.35s;
    background: #222529;
    content: "";
}

.sidebar-shop .widget-title a.collapsed:after {
    transform: rotate(-90deg);
}

.sidebar-shop .widget-body {
    padding: 1.5rem 0 0.7rem;
}

.sidebar-shop .widget-featured {
    position: relative;
    padding-bottom: 0.5rem;
}

.sidebar-shop .widget-featured .widget-body {
    padding-top: 1.5rem;
}

.sidebar-shop .widget-featured .product-sm:last-child {
    margin-bottom: 0;
}

.sidebar-shop .widget-featured .ratings-container {
    margin-left: 0;
}

.widget.widget-color .widget-body {
    padding-top: 0.6rem;
}

.widget.widget-size .widget-body {
    padding-top: 1.1rem;
}
.sidebar-product .widget.widget-product-categories .widget-body {
    padding: 2px 0 0.5rem 1.4rem;
}
.sidebar-product .widget.widget-product-categories .widget-body:after {
    display: block;
    clear: both;
    content: "";
}
.sidebar-product .widget-featured .widget-body {
    padding-top: 1.9rem;
}
.sidebar-product .widget-body {
    padding-left: 0;
    padding-top: 2.3rem;
}
.sidebar-product .widget-body p {
    line-height: 27px;
    font-size: 1.3rem;
    color: #222529;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-bottom: 3rem;
}
.sidebar-product .product-widget {
    margin-bottom: 1.3rem;
}
.sidebar-product .product-widget figure {
    margin-right: 0.8rem;
    max-width: 75px;
}
.sidebar-product .product-widget .widget-body {
    padding-top: 1.9rem;
}
.sidebar-product .ratings-container {
    margin-left: 0;
    margin-bottom: 1.2rem;
}
.sidebar-product .owl-carousel .owl-nav {
    top: -4.1rem;
    right: 1px;
}
.sidebar-product .owl-carousel .owl-nav button.owl-prev,
.sidebar-product .owl-carousel .owl-nav button.owl-next {
    font-size: 1.8rem;
}
.widget-block {
    font-size: 1.5rem;
    line-height: 1.42;
}

.widget-block h5 {
    margin-bottom: 1.5rem;
    color: #313131;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.widget-block p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.widget-block .widget-title {
    padding-bottom: 3px;
}

.shop-toggle.sidebar-toggle {
    display: inline-flex;
    position: static;
    align-items: center;
    width: auto;
    height: 34px;
    background: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    color: inherit;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 0;
    z-index: 1;
}
.shop-toggle.sidebar-toggle span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-left: 0.6rem;
    color: #222528;
}
.sidebar-opened .shop-toggle.sidebar-toggle {
    z-index: 1;
}
.sidebar-opened .shop-toggle.sidebar-toggle i::before {
    content: "";
}

.sticky-header {
    transition: left 0.25s;
}
.sticky-header.fixed {
    display: flex;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    z-index: 1040;
}
.sticky-header.fixed .logo {
    max-width: 89px;
}
.sticky-header.header-middle.fixed {
    height: 60px;
}
.sticky-header.deprecated-sticky:not(.fixed) .logo,
.sticky-header.deprecated-sticky:not(.fixed) .cart-dropdown {
    display: none;
}
.sticky-header.deprecated-sticky.fixed .main-nav {
    width: auto;
}
.main .sticky-header:not(.fixed) > .container {
    padding-left: 0;
    padding-right: 0;
}
.main .sticky-header.fixed {
    min-height: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 997;
}
.main .sticky-header.fixed .container {
    margin: 0 auto;
}
.main .sticky-header.toolbox.fixed {
    padding: 1.5rem;
    padding-right: 1.5rem !important;
    background-color: #f4f4f4;
    margin: 0 !important;
}
.main .sticky-header.toolbox.fixed .toolbox-left {
    margin-right: 3rem;
}
.sidebar-opened .sticky-header.fixed:not(.sticky-header), .mmenu-active .sticky-header.fixed {
    left: 260px;
    transition: left 0.25s;
}

@media (max-width: 575px) {
    .toolbox .layout-modes {
        display: none;
    }
    .toolbox .toolbox-show, .toolbox .toolbox-sort {
        margin-right: 0;
    }
    .toolbox .select-custom .form-control {
        max-width: 132px;
    }
}
.horizontal-filter:not(.filter-sorts) .toolbox-item.toolbox-sort {
    margin-right: 3.2rem;
}

@media (min-width: 992px) {
    .filter-sorts .toolbox-left {
        position: relative;
    }
    .filter-sorts .toolbox-item.toolbox-sort {
        margin-left: 0;
        margin-right: 1rem;
        background-color: #fff;
    }
    .filter-sorts select {
        border: 0;
        text-transform: uppercase;
    }
    .filter-sorts .mobile-sidebar.sidebar-shop {
        left: 0;
        padding: 0;
        visibility: visible;
        z-index: 2;
    }

    .sort-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin-top: 10px;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        z-index: 99;
    }
    .sort-list:before, .sort-list:after {
        content: "";
        position: absolute;
        bottom: 100%;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
    }
    .sort-list:before {
        left: 21px;
        z-index: 999;
    }
    .sort-list:after {
        left: 20px;
        border-right-width: 11px;
        border-bottom: 11px solid #e8e8e8;
        border-left-width: 11px;
    }

    .sort-menu-trigger {
        min-width: 140px;
        height: 34px;
        padding-left: 0.8rem;
        color: #777;
        line-height: 34px;
        z-index: 9;
    }
    .sort-menu-trigger:hover, .sort-menu-trigger:focus {
        text-decoration: none;
    }

    .toolbox-item.opened .sort-list {
        display: block;
    }
}

@media (min-width: 992px) {
    .main-content-wrap {
        overflow: hidden;
    }
    .main-content .col-lg-7 {
        flex: 0 0 54%;
        max-width: 54%;
    }
    .main-content .col-lg-5 {
        flex: 0 0 46%;
        max-width: 46%;
    }
    .main-content-wrap .main-content {
        margin-left: -25%;
        transition: 0.15s linear;
    }
    .main-content-wrap .sidebar-shop {
        left: -25%;
        transition: 0.15s linear;
        visibility: hidden;
        z-index: -1;
    }
    .sidebar-opened .main-content-wrap > .sidebar-shop {
        left: 0;
        visibility: visible;
        z-index: 0;
    }
    .sidebar-opened .main-content-wrap > .main-content {
        margin-left: 0;
    }
    body:not(.sidebar-opened) .main-content-wrap > .main-content {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sidebar-toggle {
        display: none;
    }
}

.product-default .label-group {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
}
.product-default .title-wrap .btn-icon-wish {
    margin-top: -2px;
}
.product-default .product-action {
    position: relative;
    margin-bottom: 1.5rem;
    color: #333;
    text-align: center;
}
.product-default .btn-add-cart,
.product-default .btn-icon-wish,
.product-default .btn-quickview {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #6f6e6b;
    line-height: 34px;
}
.product-default .btn-icon-wish,
.product-default .btn-quickview {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 0;
    transition: all 0.25s ease;
}
.product-default .btn-icon-wish.checked,
.product-default .btn-quickview.checked {
    color: #e27c7c;
}
.product-default .btn-icon-wish.checked i:before,
.product-default .btn-quickview.checked i:before {
    content: "";
}
.product-default .btn-icon-wish:hover,
.product-default .btn-quickview:hover {
    color: #333;
}
.product-default .btn-icon-wish {
    left: 0;
}
.product-default .btn-icon-wish.added-wishlist i::before {
    content: "";
    color: #da5555;
}


.config-swatch-list {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}
.config-swatch-list li a {
    position: relative;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    margin: 3px 6px 3px 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.config-swatch-list li .color-panel {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #fff;
    transition: all 0.3s;
    margin-right: 1.5rem;
}
.config-swatch-list li span:last-child {
    cursor: pointer;
}
.config-swatch-list li:hover span:last-child {
    color: #08C;
}
.config-swatch-list li.active a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-family: "porto";
    font-size: 1.1rem;
    line-height: 1;
    content: "";
}
.config-swatch-list a:hover .color-panel,
.config-swatch-list a:focus .color-panel,
.config-swatch-list li.active .color-panel {
    box-shadow: 0 0 0 0.1rem #dfdfdf;
}
.price-slider-wrapper {
    padding: 1.5rem 0.4rem 0.5rem 0.6rem;
}

.filter-price-action {
    margin-top: 2.5rem;
    padding-bottom: 0.5rem;
}
.filter-price-action .btn {
    padding: 5px 1.5rem 6px 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.filter-price-action .filter-price-text {
    font-size: 1.2rem;
    line-height: 2;
}
