.mask-rhombus {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.mask-circle {
    -webkit-mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0.5) 50%);
    mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0.5) 50%);
}

.box-figure div {
	position: absolute;
	border: 2px solid #e7e7e7;
	display: block;
	top: 10%;
	left: 10%;
    width: 70%;
    height: 70%;
	border-radius: 1.4rem;
	transform: translate(5%,5%) rotate(45deg);
	background-color: transparent;
    overflow: hidden;
	z-index: 2;
}
.box-figure {
	position: relative;
	display: block;
    overflow: hidden;
	z-index: 1;
}


.btn-unfold {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #6f6e6b;
    line-height: 34px
}

.btn-unfold {
    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
}

.btn-unfold.checked {
    color: #e27c7c
}

.btn-unfold.checked i:before {
    content: ""
}

.btn-unfold:hover {
    color: #333
}



.easy-rating-list li {
    display: inline-block;
}

.comment-sub-form textarea.form-control {
    min-height: unset;
}

.text-rtl,
.align-rtl {
    text-align: right;
    direction: rtl;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.comments-level-1 {}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border-bottom: 1px solid var(--light);
}

.meta ul.meta-list .meta-item {}

.order-complete .cart-title,
.meta-title {
    font-weight: 600;
    font-size: 1em;
}

.order-complete .card-content,
.meta-value {
    font-size: 0.9em;
}

.meta-block span,
.meta-block a {
    display: inline-block;
    background-color: var(--light);
    border: 1px solid #eee;
    margin: 0 1px 2px 0!important;
    padding: 2px 5px;
    font-weight: 400!important;
    font-size: 1em!important;
    line-height: 1em!important;
    color: var(--secondary)!important;
}

.divide-line:not(.up-effect) .product-default .btn-quickview {
    width: unset!important;
}

.hide-span span {
    display: none;
}

.hide-icon i {
    display: none;
}

.inner-icon:hover figure .btn-icon-compare {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    transition: padding-top 0.2s, padding-bottom 0.2s, opacity 0.2s
}

.inner-icon .btn-icon-view,
.inner-icon .btn-icon-compare {
    background-color: transparent
}

.product-default .btn-icon-view,
.product-default .btn-icon-quickview,
.product-default .btn-icon-compare {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 2px;
    width: 36px!important;
    height: 36px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 0;
    transition: all 0.25s ease;
    border: 1px solid #f4f4f4;
    color: #6f6e6b;
    line-height: 34px;
}

.inner-icon .btn-icon-view {
    background-color: transparent;
    top: auto;
    font-size: 1.4rem;
    right: 0;
}

.product-default .btn-icon-compare {
    background: #f4f4f4;
}

.product-default .btn-icon-view {
    background-color: rgb(244, 244, 244);
}

.top-categories a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    color: #222529;
    font-size: 1.4rem;
    font-weight: 600;
}

.top-categories a i {
    font-size: 4.2rem;
    padding: 2.9rem 3rem 3rem;
    background-color: #f4f4f4;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: 1.5rem;
    transition: background-color 0.3s;
}

.ratings-container .ratings-container .rating-stars {
    white-space: nowrap;
}

.ratings-container .product-ratings,
.ratings-container .rating-stars {
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 900;
}

.address h3 {
    font-size: 1.8rem;
}

.address .title {
    margin-bottom: 2.9rem;
}

.address label {
    margin-bottom: 1.1rem;
}

.address .form-control {
    height: 37px;
}

.address h4 {
    font-size: 1.7rem;
    letter-spacing: -0.016em;
}

.address .heading {
    margin-bottom: 6px;
}

.address .address-action {
    padding: 0.8rem 2.3rem 0.7rem;
    background: #f4f4f4;
    color: #222524;
    font-family: "Open Sans", sans-serif;
}

.address .address-action:hover {
    background-color: #08C;
    color: #fff;
}

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

.address .select-custom {
    margin-bottom: 1.7rem;
}

.address .select-custom::after {
    top: 72%;
    right: 1.5rem;
}

.address .form-control {
    line-height: 1.5;
}

.address.account-content h4 {
    font-size: 1.4rem;
    letter-spacing: 0;
}

.address-box {
    display: inline-block;
    position: relative;
    margin-bottom: 2.9rem;
    width: 100%;
    transition: 0.3s border-color;
    font-size: 1.4rem;
    line-height: 3rem;
    vertical-align: top;
    word-wrap: break-word;
}

.order-table-container .btn,
.order-detail-container .btn,
.download-table-container .btn {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
}

.custom-account-container {
    margin-bottom: 5.6rem;
}

.download-table-container {
    padding-top: 3px;
}

.download-table-container p {
    margin-bottom: 3.9rem;
}

.download-table-container .btn {
    padding: 9px 24px 8px;
    background-color: #f4f4f4;
    color: #222529;
    border: none;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.download-table-container .btn:hover {
    color: #fff;
    background-color: #08C;
}

.order-table-container .btn-dark {
    min-width: 200px;
    padding: 16px 0 15px;
    font-size: 15px;
    letter-spacing: -0.015em;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.account-sub-title {
    margin-top: 0.6rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    letter-spacing: -0.01em;
}

.account-sub-title i {
    font-size: 3.5rem;
    color: #d3d3d4;
}

.table.table-order,
.table.table-downloads {
    margin-bottom: 1px;
    font-size: 14px;
}

.table.table-order thead th,
.table.table-downloads thead th {
    border-top: none;
    border-bottom-width: 1px;
    padding: 1.3rem 1rem;
    font-weight: 700;
    color: #222524;
}

.table.table-order tbody td,
.table.table-downloads tbody td {
    vertical-align: middle;
}

.order-old-price,
.product-old-count {
    font-size: 0.9em;
    text-decoration: line-through;
}

.order-new-price {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
}

.product-new-count {
    text-decoration: underline;
}

.order-info {
    font-size: 1.4rem;
}

.order-info .order-id,
.order-info .order-date,
.order-info .order-status {
    color: #000;
}

.order-detail-container .title {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
}

.table.table-order-detail th {
    font-weight: 600;
}

.table.table-order-detail th,
.table.table-order-detail td {
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 24px;
}

.table.table-order-detail thead th {
    border: none;
}

.table.table-order-detail .product-title {
    display: inline;
    color: #08C;
    font-size: 1.4rem;
    font-weight: 400;
}

.table.table-order-detail .product-count {
    color: #08C;
}

.order-update {
    padding: 2rem;
    background-color: #f5f7f7;
}

.order-update+.order-update {
    margin-top: 1rem;
}

.order-update .order-update-time {
    font-weight: 700;
}

.order-update p {
    margin-bottom: 0;
    font-weight: 300;
}

.order-detail-container address {
    margin-bottom: 2rem;
    line-height: 1.75;
}

.order-detail-container address p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .table.table-order thead {
        display: none;
    }
    .table.table-order td {
        display: block;
        border-top: none;
        text-align: center;
    }
    .table.table-order .product-thumbnail img {
        display: inline;
    }
    .table.table-order tbody tr {
        position: relative;
        display: block;
        padding: 10px 0;
    }
    .table.table-order tbody tr:not(:first-child) {
        border-top: 1px solid #ddd;
    }
    .table.table-order .product-remove {
        position: absolute;
        top: 12px;
        right: 0;
    }
}

.wishlist-title {
    margin-top: 5.3rem;
    margin-bottom: 2.8rem;
}

.wishlist-table-container {
    margin-bottom: 5.5rem;
}

.wishlist-table-container .table-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: 1.42857;
    text-transform: uppercase;
}

.wishlist-table-container .btn {
    height: 42px;
    width: auto;
    padding: 0 25px !important;
    font-size: 13px;
    line-height: 42px;
    text-indent: 0;
}

.wishlist-table-container .btn-quickview {
    margin-right: 6px;
    background: #f4f4f4;
    color: #222529;
    font-family: "Open Sans", sans-serif;
}

.wishlist-table-container .btn-quickview:hover {
    background-color: #08C;
    color: #fff;
}

.wishlist-table-container .btn-shop {
    font-weight: 600;
    text-transform: uppercase;
    min-width: 160px;
}

.table.table-wishlist tr th {
    padding: 10px 5px 10px 16px;
}

.table.table-wishlist tr th.thumbnail-col {
    width: 10%;
}

.table.table-wishlist tr th.product-col {
    width: 29%;
}

.table.table-wishlist tr th.price-col {
    width: 13%;
}

.table.table-wishlist tr th.status-col {
    width: 19%;
}

.table.table-wishlist tr td {
    padding: 20px 5px 23px 16px;
}

.table.table-wishlist .product-price {
    color: inherit;
    font-size: 1.4rem;
    font-weight: 400;
}

.table.table-wishlist .price-box {
    margin-bottom: 0;
}

.table.table-wishlist .stock-status {
    color: #222529;
    font-weight: 600;
}

.box-content .table-wishlist,
.box-content .table-cart {
    margin-bottom: 15px;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
}

.box-content .table-wishlist .wishlist-empty,
.box-content .table-cart .wishlist-empty {
    margin-bottom: 1rem;
    text-align: center;
}

.box-content .btn-go-shop {
    padding: 16px 0;
    margin-top: 2rem;
    border: none;
    text-transform: uppercase;
    text-align: center;
    min-width: 200px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.015em;
    background-color: #353a40;
    color: #fff;
}

.box-content .btn-go-shop:hover {
    background-color: #08C;
    color: #fff;
}

i.cart-empty,
i.wishlist-empty {
    font-size: 100px;
    color: #d3d3d4;
}

@media (max-width: 1199px) {
    .wishlist-table-container .btn {
        width: 100%;
    }
    .wishlist-table-container .btn:first-child {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .wishlist-table-container {
        border-top: 4px solid #08C;
    }
    .table.table-wishlist {
        border: 1px solid #e7e7e7;
        border-top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    }
    .table.table-wishlist,
    .table.table-wishlist tbody {
        display: block;
    }
    .table.table-wishlist thead {
        display: none;
    }
    .table.table-wishlist tr td {
        padding: 0.5rem 1rem;
        border-top: 0;
    }
    .table.table-wishlist tr td.product-col {
        padding-bottom: 0.5rem;
    }
    .table.table-wishlist .product-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3rem 0;
        border-top: 2px solid #ddd;
    }
    .table.table-wishlist .product-row:first-child {
        border-top: 0;
    }
    .table.table-wishlist .product-col {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .table.table-wishlist .product-col .product-image-container {
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .table.table-wishlist .btn-shop {
        width: 100%;
    }
}

.qty-col {
    min-width: 98px;
}

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

.cart-discount {
    margin-bottom: 4rem;
}

.cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.cart-discount form {
    max-width: 420px;
}

.cart-discount .input-group-append {
    margin-left: 3px;
}

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

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

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

.return-to-shop .btn {
    padding: 1.6rem 3.6rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
}

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

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

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

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

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

.form-login-toggle,
.form-coupon-toggle {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 24px;
}

.form-login-toggle a,
.form-coupon-toggle a {
    color: #222524;
}

.form-login-toggle {
    margin-bottom: 0.8rem;
}

.form-coupon-toggle {
    margin-bottom: 2.3rem;
}

.table-step-shipping {
    max-width: 600px;
}

.table-step-shipping tr td {
    padding: 1.8rem 1.5rem;
    border: 0;
    border-bottom: 1px solid #ccc;
}

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

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

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

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

.payment-methods {
    padding: 2rem 0.8rem 0;
    margin-bottom: 4.6rem;
    border-bottom: 1px solid #e7e7e7;
}

.payment-methods h4 {
    margin-bottom: 1.5rem;
}

.payment-methods ul {
    margin: 1.5rem 0 0;
}

.payment-methods .custom-radio {
    margin: 0;
}

.payment-methods li+li {
    margin-top: 1.5rem;
}

.btn-place-order {
    width: 100%;
    margin-bottom: 0.6rem;
    padding: 1.4rem;
    font-family: "Open Sans", sans-serif;
}

.cart-dropdown .dropdownmenu-wrapper {
    padding: 2rem;
    overflow-y: auto;
    height: 100%;
}

.cart-dropdown .dropdownmenu-wrapper:before {
    right: 28px;
    left: auto;
}

.cart-dropdown .dropdownmenu-wrapper:after {
    right: 29px;
    left: auto;
}

.cart-dropdown .product {
    display: flex;
    margin: 0 !important;
    padding: 2rem 0;
    align-items: center;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    font-family: Poppins, sans-serif;
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    width: 100%;
    margin: 0;
    margin-left: auto;
    border: 1px solid #f4f4f4;
}

.cart-dropdown .product-image-container a:after {
    display: none;
}

.cart-dropdown .product-title {
    padding-right: 1.5rem;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    line-height: 19px;
    color: #222529;
    font-weight: 500;
}

.cart-dropdown .product-title a {
    color: #222529;
}

.cart-dropdown .product-details {
    margin-bottom: 3px;
    font-size: 1.3rem;
}

.cart-dropdown .btn-remove {
    position: absolute;
    top: -11px;
    right: -9px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: inherit;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.cart-dropdown .btn-remove span {
    display: block;
    margin-top: 1px;
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus {
    color: #08C;
}

.sticky-header .cart-dropdown {
    margin-top: 0;
    margin-bottom: 0;
}

.dropdown-cart-header,
.dropdown-cart-total {
    font-weight: 700;
    line-height: 38px;
}

.dropdown-cart-header {
    margin-bottom: 1.7rem;
}

.dropdown-cart-total {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    font-family: Poppins, sans-serif;
}

.dropdown-cart-total .cart-total-price {
    margin-left: auto;
    font-size: 1.5rem;
}

.dropdown-cart-header {
    font-size: 2rem;
    font-family: Poppins, sans-serif;
}

.dropdown-cart-header a:hover {
    text-decoration: underline;
}

.dropdown-cart-action .btn {
    padding: 1.3rem 2.5rem 1.4rem;
    border-radius: 0.2rem;
    color: #fff;
    height: auto;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.025em;
    border-color: transparent;
}

.dropdown-cart-action .btn:last-child:hover {
    color: #fff;
}

.dropdown-cart-action .view-cart {
    margin: 1rem 0;
    background: #e7e7e7;
    color: #222529;
}

.dropdown-cart-action .view-cart:hover,
.dropdown-cart-action .view-cart:focus {
    background: #f1f1f1;
    color: #222529;
}

.compare-dropdown .dropdown-toggle {
    text-transform: uppercase;
}

.compare-dropdown .dropdown-toggle i {
    margin-top: -0.2rem;
    margin-right: 0.2rem;
}

.compare-dropdown .dropdown-toggle i:before {
    margin: 0;
}

.compare-dropdown .dropdown-toggle:after {
    display: none;
}

.compare-products {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compare-products .product {
    position: relative;
    margin: 0;
    padding: 0.5rem 0;
    box-shadow: none !important;
}

.compare-products .product:hover {
    box-shadow: none;
}

.compare-products .product-title {
    margin: 0;
    color: #696969;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase;
}

.compare-products .btn-remove {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    margin-top: -1.2rem;
    padding: 0.5rem 0;
    color: #777;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}

.compare-actions {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.compare-actions .action-link {
    display: inline-block;
    color: #777;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.compare-actions .btn {
    min-width: 110px;
    margin-left: auto;
    padding: 0.9rem 1rem;
    border: 0;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
    text-align: center;
    text-transform: uppercase;
}

.cart-dropdown a:hover,
.cart-dropdown a:focus {
    color: inherit;
}

.cart-dropdown .mobile-cart {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
    transform: translate(340px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 1050;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

.cart-opened .cart-dropdown .mobile-cart {
    transform: none;
}

.cart-dropdown .mobile-cart .btn-close {
    position: absolute;
    left: -4.2rem;
    top: 0.7rem;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 300;
}

.cart-product-info {
    color: #696969;
}

.cart-opened .cart-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

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

i.cart-empty {
    font-size: 100px;
    color: #d3d3d4;
}

.ntemp35 .blog-type2 .post {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0
}

.ntemp35 .blog-type2 .post-media {
    margin: 0
}

.ntemp35 .blog-type2 .post-body {
    flex: 1;
    -ms-flex: 1;
    z-index: 1;
    position: relative;
    margin: 0px 0 0 -32px;
    padding: 3.6rem 3.6rem 3.3rem;
    border: 0;
    background-color: #fff
}

.ntemp35 .blog-type2 .post-body .post-date {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 0 1rem;
    padding: 0.2rem 0.8rem;
    color: #fff;
    background-color: #222529;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: none
}

.ntemp35 .blog-type2 .post-title {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase
}

.ntemp35 .blog-type2 .post-content {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.9
}

.ntemp35 .blog-type2 .post-content p {
    max-width: 250px;
    margin-bottom: 1.3rem;
    line-height: 1.7
}

.ntemp35 .blog-type2 .read-more {
    float: left;
    color: #222529;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase
}

.ntemp35 .blog-type2 .read-more i {
    display: inline-block;
    margin-top: -0.2rem;
    line-height: 1;
    vertical-align: middle
}

.blog-type3 .post-slider>.owl-stage-outer {
    margin: -45px -40px;
    padding: 45px 40px
}

.blog-type3 .post a:focus,
.blog-type3 .post a:hover {
    text-decoration: none
}

.blog-type3 .post .read-more {
    font-weight: 700;
    float: none;
    color: #08C;
    text-transform: uppercase
}

.blog-type3 .post-media {
    margin-bottom: 0.6rem
}

.blog-type3 .post-media .prod-full-screen {
    right: 5px;
    bottom: 5px
}

.blog-type3 .post-meta {
    margin-bottom: 1.8rem;
    font-size: 0.8em;
    text-transform: uppercase
}

.blog-type3 .post-meta>span {
    margin-right: 0.5rem
}

.blog-type3 .post-meta>span:not(.meta-date) {
    line-height: 1;
    color: #08C
}

.blog-type3 .post-meta>span:not(.meta-date):hover>a {
    border-bottom: 1px solid #08C
}

.blog-type3 .post-meta i {
    margin-right: 0.7rem
}

.blog-type3 .post-title {
    margin-bottom: 1.9rem;
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -0.025em
}

.blog-type3 .post-title:hover {
    color: #08C
}

.blog-type3 .post-content p {
    margin-bottom: 1.5rem;
    line-height: 25px;
    letter-spacing: -0.028em;
    font-size: 1.4rem
}

.blog-type3 .post-box {
    padding: 2.4rem 1.9rem 0.3rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07)
}

.blog-type4 {
    margin-top: 4.1rem;
    padding: 3.8rem 0 2.5rem
}

.blog-type4 .post {
    font-size: 1.6rem
}

.blog-type4 .post-body {
    padding-bottom: 1.2rem
}

.blog-type4 .post-media {
    flex: 1 0 26.7rem;
    max-width: 50%
}

.blog-type4 .post-title {
    margin-bottom: 1.1rem;
    font-size: 18px;
    font-weight: 600
}

.blog-type4 .post-content {
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

.blog-type4 .post-content p {
    margin-bottom: 1.3rem
}

.blog-type4 .post-comment {
    font-size: 10px;
    font-family: "Open Sans", sans-serif
}

.blog-type4 .post-comment i {
    margin-right: 5px;
    font-size: 13px
}

.blog-type4 .section-title {
    margin-bottom: 2.2rem
}

@media (min-width:576px) {
    .blog-type4 .post-body {
        margin-left: 1.7rem
    }
}

.blog-type4 .testimonial {
    padding: 2.4rem 0 3.3rem 2rem
}

.blog-type4 .testimonial figure {
    flex: 1 0 96px;
    max-width: 96px
}

.blog-type4 .testimonial .testi-content {
    padding-top: 8px
}

.blog-type4 .testimonial blockquote {
    padding: 16px 3rem 11px 2.2rem;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif
}

.blog-type4 .testimonial blockquote:before {
    top: 1.2rem;
    left: -0.3em;
    font-size: 4rem
}

.blog-type4 .testimonial .testimonial-owner figure {
    margin-right: 4px
}

.blog-type4 .testimonial .testimonial-owner h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    line-height: 1
}

.blog-type4 .testimonial .testi-author {
    margin-left: 32px;
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px
}

.testimonial-section .text-gray {
    color: #777
}

.testimonial-section blockquote {
    margin: 0
}

.testimonial-section:before {
    left: 0
}

.testimonial-section .testimonial-owner {
    font-family: Poppins, sans-serif
}

.testimonial-section .testimonial-owner .testimonial-title,
.testimonial-section .testimonial-owner span {
    text-transform: capitalize
}

@media (max-width:767px) {
    .testimonial-section .testimonial {
        margin-bottom: 40px
    }
}

.testimonial-type1 {
    margin-bottom: 40px
}

.testimonial-type1 blockquote {
    padding: 0 4rem;
    font-family: Playfair Display, Georgia, serif
}

.testimonial-type1 blockquote:after,
.testimonial-type1 blockquote:before {
    font-size: 80px;
    font-weight: 400
}

.testimonial-type1 blockquote:before {
    left: 0
}

.testimonial-type1 blockquote p {
    font-size: 24px;
    line-height: 30px;
    padding: 0 4.5rem
}

@media (max-width:1199px) {
    .testimonial-type1 blockquote p {
        padding: 0
    }
}

.testimonial-type1 .testimonial-owner {
    margin-top: 6px
}

.testimonial-type1.inner-blockquote figure {
    max-width: 62px
}

.testimonial-type1.inner-blockquote blockquote:before {
    left: 1%
}

.testimonial-type1.inner-blockquote blockquote:after {
    right: 1%
}

.testimonial-type1.inner-blockquote p {
    font-size: 17px
}

.testimonial-type2 {
    margin: 0 0 20px
}

.testimonial-type2>p {
    padding: 0 2rem
}

.testimonial-type3 {
    margin: 0 0 40px
}

.testimonial-type3 blockquote {
    font-family: Playfair Display, Georgia, serif
}

.testimonial-type3 blockquote:before {
    top: 15px;
    left: 6px;
    font-weight: 500
}

.testimonial-type3:not(.testimonial-color):before {
    top: 15px;
    left: 6px;
    font-weight: 500
}

.testimonial-type3:not(.testimonial-color) blockquote p {
    padding: 0 1rem
}

.testimonial-type3 .testimonial-owner {
    margin: 12px 0 0 8px
}

.testimonial-type3 .testimonial-owner figure {
    margin-right: 12px
}

.testimonial-type3 .testimonial-arrow-down {
    border-top-color: #f4f4f4;
    margin-left: 28px
}

.testimonial-type3.bg-blue blockquote {
    background-color: #0099e6
}

.testimonial-type3.bg-blue .testimonial-arrow-down {
    border-top-color: #0099e6
}

.testimonial-type3.bg-red blockquote {
    background-color: #e7766f
}

.testimonial-type3.bg-red .testimonial-arrow-down {
    border-top-color: #e7766f
}

.testimonial-type3.bg-green blockquote {
    background-color: #30bec6
}

.testimonial-type3.bg-green .testimonial-arrow-down {
    border-top-color: #30bec6
}

.testimonial-type3.bg-grey blockquote {
    background-color: #444c57
}

.testimonial-type3.bg-grey .testimonial-arrow-down {
    border-top-color: #444c57
}

.testimonial-type4 {
    margin: 0 0 40px
}

.testimonial-type4 blockquote {
    font-family: Poppins, sans-serif
}

.testimonial-type4 blockquote:before {
    font-size: 35px;
    top: 15px;
    left: 6px;
    font-weight: 500
}

.testimonial-type4 blockquote p {
    padding: 0 1rem
}

.testimonial-type4 .testimonial-owner {
    align-items: center;
    margin: 12px 0 15px 30px
}

.testimonial-type4 .testimonial-owner figure {
    margin-right: 12px
}

.testimonial-type5>p {
    padding: 6px 20px;
    font-size: 17px
}

.testimonial-type5 .testimonial-owner {
    padding-top: 15px
}

.testimonials-big-type .testimonial {
    display: flex
}

.testimonials-big-type .testimonial figure {
    margin-right: 3rem;
    width: 120px
}

.testimonials-big-type .testimonial img {
    min-width: 80px;
    border-radius: 50%
}

.testimonials-big-type .testimonial .testimonial-owner {
    max-width: 930px
}

.testimonials-big-type .testimonial blockquote {
    padding: 0;
    margin-left: 0
}

.testimonials-big-type .testimonial blockquote:before {
    top: -3rem;
    left: 0;
    font-size: 4rem
}

.testimonials-big-type .testimonial blockquote p {
    margin-bottom: 1.6rem;
    line-height: 2.6rem;
    color: #777
}

.testimonials-big-type .testimonial .meta {
    padding-top: 2.2rem
}

.testimonials-big-type .testimonial .testimonial-title {
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: 600;
    text-transform: unset
}

.testimonial-color blockquote {
    padding: 4rem 6.4rem 4rem 7.2rem
}

.testimonial-color blockquote:after,
.testimonial-color blockquote:before {
    font-size: 80px
}

.testimonial-color blockquote:before {
    left: 28px
}

.testimonial-color blockquote p {
    font-size: 17px
}

.testimonial-color .testimonial-arrow-down {
    left: 45px
}

.testimonial-bg .container {
    padding-top: 58px;
    padding-bottom: 58px
}

.owl-dots-simple.owl-theme .owl-dots {
    position: relative
}

.owl-dots-simple.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    background: #D6D6D6;
    border: none;
    display: block;
    transition: opacity 0.2s;
    border-radius: 30px
}

.owl-dots-simple.owl-theme .owl-dots .owl-dot span:before {
    display: none
}

.owl-dots-simple.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-simple.owl-theme .owl-dots .owl-dot:hover span {
    background: #08C
}

.circle-icons .circle {
    display: inline-block;
    font-size: 32px;
    height: 6.4rem;
    width: 6.4rem;
    text-align: center;
    line-height: 6.4rem;
    border-radius: 50%;
    color: #fff;
    background: #08C;
    margin-bottom: 2rem
}

.fontawesome-icon-list>div {
    white-space: nowrap;
    overflow: hidden
}

.fontawesome-icon-list>div,
.sample-icon-list>div {
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    color: #222
}

.fontawesome-icon-list>div:hover,
.sample-icon-list>div:hover {
    color: #08C
}

.fontawesome-icon-list>div:hover i,
.sample-icon-list>div:hover i {
    font-size: 28px;
    vertical-align: -6px;
    color: #08C
}

.fontawesome-icon-list i,
.sample-icon-list i {
    display: inline-block;
    background-image: none;
    font-size: 14px;
    margin-right: 4px;
    text-align: center;
    width: 32px
}

.product-desc-content li {
    margin-bottom: 9px;
    letter-spacing: 0
}

.custom-product-single-tabs .product-desc-content ol,
.custom-product-single-tabs .product-desc-content ul,
.product-single-tabs.product-tabs-list .product-desc-content ol,
.product-single-tabs.product-tabs-list .product-desc-content ul,
.product-sidebar-right .product-desc-content ul,
.product-desc-content ol,
.product-desc-content ul,
.product-single-tab-two .product-desc-content ul,
.product-single-collapse .product-desc-content ol,
.product-single-collapse .product-desc-content ul,
.product-desc-content ul {
    margin-left: 10px;
}

.product-desc-content ul li {
    list-style-type: circle;
    position: relative;
    margin-bottom: 0px
}

.custom-product-single-tabs .product-desc-content li:before,
.product-single-tabs.product-tabs-list .product-desc-content li:before,
.product-sidebar-right .product-desc-content li:before,
.product-desc-content li:before,
.product-single-tab-two .product-desc-content li:before,
.product-single-collapse .product-desc-content li:before,
.product-desc-content li:before {line-height: normal;}

.tx-wrap,
.tx-wrap a {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.xtra-content {
    padding:2.1rem;
    margin-bottom:1.9rem
  }
  .xtra-banner {
    position:relative;
    margin-bottom:2.5rem;
    margin-top:3px
  }
  .xtra-slide-image {
    max-height: 235px;
    height: unset;
    background-size:auto;
    background-position-x: right;
  }
  
  .xtra-banner h2 {
    color:#777;
    font-size:2.5em;
    font-weight:400
  }
  .xtra-banner h3 {
    font-size:2.5em
  }
  .xtra-banner h4 {
    font-size:5.625em
  }
  .xtra-banner h5 {
    font-size:1.125em;
    padding-top:1.1rem;
    margin-bottom:3.2rem
  }
  .xtra-banner .coupon-sale-text {
    padding:0.5rem 1.2rem 0.5rem;
    margin-left:1.6rem;
    margin-right:2.7rem;
    font-size:2em;
    background-color: #fff;
  }
  .xtra-banner .btn {
    margin-top:2px;
    padding:1.15em 3.8em 1.1em 3.75em;
    font-size:1.125em;
    font-weight:700
  }
  .xtra-slide-content {
    position:absolute;
    top:47.8%;
    left:6%;
    transform:translateY(-50%)
  }
  .xtra-slide-content h2 {
    font-family:"Segoe Script","Savoye LET";
    line-height:1.334;
    letter-spacing:0.086em
  }
  .xtra-slide-content h3 {
    margin-bottom:2.2rem
  }
  .xtra-slide-content .coupon-sale-text {
    padding:0.5rem 0.9rem 0.5rem;
    margin-top:-1rem
  }
  .xtra-slide-content h2,
  .xtra-slide-content h3,
  .xtra-slide-content h5 {
    line-height:1
  }


.extra-banner {
    padding: 6.8rem 0
}

.extra-banner .extra-content {
    padding-top: 2px
}

.extra-banner h3 {
    font-size: 3em
}

.extra-banner h4 {
    font-size: 1.125em
}

.extra-banner h5 {
    font-size: 1em
}

.extra-banner .btn {
    font-size: 0.75em;
    padding: 1em 2em;
    font-weight: 600
}

.extra-coupon {
    position:relative;
    display:inline-block;
    padding: 0.5rem 0.75rem;
    letter-spacing: -0.01em;
    padding:5px 8px;
    transform:rotate(-2deg)
  }
  .extra-coupon .extra-twist {
    position:absolute;
    left:-40px;
    top:5%;
    transform:translateY(-50%) rotate(-90deg);
    font-size:0.65em;
    font-style:normal;
    opacity:0.6;
    letter-spacing:0
  }
  .extra-coupon .extra-bold {
    display:inline-block;
    padding:5px 8px;
    font-size:1.6em;
  }
  .extra-coupon .extra-italic {
    font-size:2em;
    font-style:normal;
  }

