html {
    font-size: 16px;
}
.hide {
    display: none;
}
.theme-btn,
#camping_checklsit input.theme-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 10px;
    min-width: 150px;
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
    letter-spacing: 0.5px;
    overflow: hidden;
    z-index: 1;
    width: fit-content;
    height: 50px;
    text-align: center;
}
.theme-btn:hover,
#camping_checklsit input.theme-btn:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.login-btn.theme-btn {
    border: 2px solid var(--color-primary);
    height: 50px;
}
.theme-btn:hover {
    color: #fff;
}
a.btn-close {
    cursor: pointer;
}
.alink-color,
.blog-content-area a,
.comment-respond .logged-in-as a,
.term-description a,
.dashbox a {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.alink-color:hover,
.blog-content-area a:hover,
.comment-respond .logged-in-as a:hover,
.term-description a:hover,
.dashbox a:hover {
    background: var(--color-secondary);
    color: #fff;
}
.slide-arrow {
    position: absolute;
    right: 15px;
    width: 47px;
    height: 47px;
    text-align: center;
    top: -65px;
    cursor: pointer;
    z-index: 1;
    line-height: 45px;
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 4px;
    font-size: 22px;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-arrow:before {
    background-color: var(--color-primary);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    -webkit-transition: width .6s;
    -moz-transition: width .6s;
    -o-transition: width .6s;
    transition: width .6s;
    transform-origin: top left;
}
.slide-arrow:hover:before {
    height: 100%;
    width: 200%;
}
.slide-arrow:hover {
    color: #fff;
}
.slide-arrow.prev-arrow {
    right: 70px;
}
.center-arrow .slide-arrow {
    top: 40%;
    background-size: 25px;
}
.center-arrow .slide-arrow.prev-arrow {
    left: 10px;
}
.center-arrow .slide-arrow.next-arrow {
    right: 10px;
}
.bottom-arrow .slide-arrow {
    bottom: -50px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bottom-arrow .slide-arrow.prev-arrow {
    left: -55px;
}
.bottom-arrow .slide-arrow.next-arrow {
    right: -55px;
}
.top-title,
.page-header h1 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto 20px;
    text-transform: capitalize;
    line-height: 1.2;
    padding-bottom: 10px;
    color: var(--color-secondary);
    min-width: 150px;
    /*background-image: -webkit-linear-gradient(45deg, #f7941d 46%, #082043 81%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;*/
}
.top-title:after,
.page-header h1:after {
    width: 150px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top-title:before,
.page-header h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--color-primary);
}
.accordion-body ol li {
    margin-bottom: 5px;
}
.liarrow {
    margin-bottom: 20px;
}
.liarrow li,
.taxonomy-description li,
.info-bottom .accordion-body li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
    font-size: 16px;
}
.liarrow li:before,
.taxonomy-description li:before,
.info-bottom .accordion-body li:before {
    position: absolute;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 6.827 6.827"><path fill="082043" fill-rule="nonzero" d="M.96 3.568h3.082v-.31H.96z"/><path fill="%23f7941d" fill-rule="nonzero" d="M4.148 2.536v2.046l.242-.164 1.29-.877.187-.128-.188-.127-1.29-.877-.24-.164z"/></svg>');
    left: 0;
    width: 34px;
    height: 34px;
    top: -5px;
}
.latitude-pay h3 {
    color: #2eaae1;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 15px;
}
/*Cart Page Style Start */
.cart-dropdown .quantity {
    display: none;
}
.woocommerce table th {
    font-weight: 500;
    padding: 5px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 75px;
}
.woocommerce table td.product-thumbnail {
    text-align: center;
}
.woocommerce a.remove {
    font-weight: 400;
    margin: 0 auto;
}
.woocommerce .cart .product-quantity .quantity {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.woocommerce .cart .product-quantity .quantity button {
    text-decoration: none;
    min-width: 25px;
    height: 40px;
    border: 1px solid #ddd;
    background: 0 0;
    box-shadow: none;
}
.woocommerce .cart .product-quantity .quantity input {
    width: 50px;
    font-size: 15px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 0;
}
.woocommerce .cart .product-quantity .quantity input:focus {
    outline: none;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
/* Chrome, Safari, Edge, Opera */
.product-quantity .quantity input::-webkit-outer-spin-button,
.product-quantity .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */

.product-quantity .quantity input[type=number] {
    -moz-appearance: textfield;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 0.618em 1em;
    font-size: 16px;
    height: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 0;
    text-transform: capitalize;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
    background-color: var(--color-primary);
}
.coupon #coupon_code {
    width: auto;
    height: 40px;
    margin-right: 10px;
}
.cart-collaterals .cart_totals {
    display: flex;
    justify-content: space-between;
}
.cart-collaterals .calculate-box, .cart-collaterals .cart-total-box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    width: 49%;
    height: fit-content;
}
.calculat-shipping label {
    width: 100%;
}
.calculat-shipping form {
    position: relative;
}
.calculat-shipping input#postcode {
    height: 40px;
    float: revert;
    border: 1px solid #ddd;
    padding: 0 145px 0 15px;
    width: 100%;
}
.calculat-shipping input#preview,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 0 25px;
    font-size: 16px;
    border: none;
    height: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    border-radius: 0;
}
.calculat-shipping input#preview:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 65%;
    border-right: 1px solid #ddd;
    font-weight: 500;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    position: relative;
    line-height: 50px;
    height: 50px;
    border-radius: 0;
    margin-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}
/*Cart Page Style End */
/*Checkout Style Start*/

#logintab form.login .input-text {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    height: 40;
}
#logintab button.xoo-ml-open-lwo-btn.button.btn.button.btn {
    width: 200px;
}
#logintab .woocommerce-form.woocommerce-form-login.login .form-row {
    width: 100%;
    text-align: left;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox  input#rememberme {
    width: auto;
}
#logintab .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin-right: 0;
    width: 200px;
}
#logintab p.lost_password {
    text-align: left;
}
#logintab p.lost_password a {
    color: red;
}
#logintab .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    content: '\f070';
    width: 20px;
    text-align: center;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
    content: '\f06e';
}
span.xoo-ml-inline-verify {
    z-index: 7;
}
.woocommerce button.button.woocommerce-Button, 
.woocommerce button.button {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 10px;
    min-width: 150px;
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
    letter-spacing: 0.5px;
    overflow: hidden;
    z-index: 1;
}
.woocommerce button.button.woocommerce-Button:disabled,
.woocommerce button.button:disabled {
    padding: 10px 22px !important;
    color: #fff !important;
}
.woocommerce button.button.woocommerce-Button:hover,
.woocommerce button.button:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.separator {
    display: flex;
    align-items: center;
}
.separator .line {
    height: 3px;
    flex: 1;
    background-color: #000;
}
.separator h5 {
    padding: 0 2rem;
}
.wel-info {
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}
.wel-info input {
    background: #fff;
    height: 40px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 15px;
}
.form-row .checkbox {
    margin-left: 0;
}
.cart-actions .coupon:nth-child(2) button.button {
    border: none;
}
.cart-actions .order-md-first {
    width: 98%;
    margin: 0 auto !important;
}
.woocommerce #paymenttab #place_order,
.woocommerce-page #paymenttab #place_order {
    float: right;
    border-radius: 10px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 6px 20px;
}
.form-row.form-row-wide.create-account.woocommerce-validated {
    padding: 0;
    margin: 0;
}
.woocommerce .woocommerce-billing-fields .form-row input,
.woocommerce .woocommerce-billing-fields .form-row textarea,
.woocommerce-shipping-fields__field-wrapper .form-row input,
.woocommerce-shipping-fields__field-wrapper .form-row textarea, 
.woocommerce-additional-fields textarea,
form.woocommerce-ResetPassword.lost_reset_password input,
.form-row input {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    height: 40px;
}
.woocommerce .woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
form.woocommerce-ResetPassword.lost_reset_password .form-row,
.track_order .form-row {
    width: 100% !important;
}
.woocommerce .woocommerce-billing-fields .state_select {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.woocommerce form .form-row .select2-container {
    width: 100% !important;
}
#ui-id-1 li div {
    font-size: 14px;
    background: transparent;
}
#ui-id-1 li:hover {
    background-color: #ddd;
}
#ui-id-1.ui-menu .ui-menu-item {
    padding: 2px 14px;
    border-bottom: 1px solid #ddd;
}
#ui-id-1 li .ui-state-active {
    border: none;
    margin: 0;
}
.woocommerce-account-fields {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
h3#ship-to-different-address,
.woocommerce-billing-fields h3,
.your-order-info h3 {
    font-size: 23px;
}
.woocommerce table.shop_table tfoot th {
    font-weight: 500;
}
.cu-t {
    margin-bottom: 10px;
    font-size: 23px;
}
.checkout-coupon, .custom-reward-points {
    border: 2px dashed var(--color-primary);
    padding: 10px;
    box-shadow: var(--shadow-primary);
    background: #fff;
    margin-bottom: 15px;
}
.coupon-reward .coupon #coupon_code {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.coupon-reward .coupon {
    position: relative;
}
.coupon-reward .coupon button.button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 20px !important;
    font-size: 16px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
    color: #fff;
}
.coupon-reward .coupon button.button:hover {
    background-color: var(--color-primary) !important;
    color: #000 !important;
}
.coupon-reward .reward-points-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.coupon-reward .reward-points-wrapper .user_redeem_points {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.coupon-reward .custom_reward_button_redeem .custom_redeem_reward {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 20px !important;
    font-size: 16px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
    border: none;
    color: #fff;
}
.reward-points-wrapper label {
    width: 200px;
}
.woocommerce-remove-coupon,
#woocommerce_remove_redeem_points {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}
.woocommerce-page #paymenttab #place_order  {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 20px !important;
    font-size: 16px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
}
.checkout-alltab .theme-btn {
    cursor: pointer;
}
.woocommerce .your-order-info table.shop_table {
    margin: 0;
}
.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}
.checkout-alltab .accordion-button {
    padding: 10px 15px;
    pointer-events: none;
    box-shadow: none;
}
/*.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}*/
.accordion-button:focus {
    box-shadow: none;
}
.checkout-alltab .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--color-primary);
}
.conbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.checkout-alltab .accordion-body {
    padding: 20px 10px;
}
.return-card,
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 700px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}
.track_order,
.supplier-wapper, .checklistform {
    max-width: 700px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}
/*Checkout Style End*/

/*Product Slider Style Start*/
.product-bottom-sec .slick-slide,
.home-product .slick-slide  {
    margin: 5px;
}
.product-bottom-sec .slick-list,
.home-product .slick-list {
    margin:  -5px;
}
.product-wrapper-bottom {
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 0 0 6px 0px #ddd;
}
.product-wrapper-bottom .pro-name {
    padding: 5px 10px;
    border-top: 1px solid #eee;
    min-height: 53px;
    display: flex;
    align-items: center;
}
.pro-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.pro-img {
    padding: 3px;
}
.pro-img img {
    margin: 0 auto;
    height: 200px;
    object-fit: contain;
}
@media only screen and (min-width: 576px) {
    .pro-img img {
        height: 250px;
    }
}
@media only screen and (min-width: 992px) {
    .pro-img img {
        height: 215px;
    }
}
@media only screen and (min-width: 1200px) {
    .pro-img img {
        height: 260px;
    }
}
@media only screen and (min-width: 1400px) {
    .pro-img img {
        height: 300px;
    }
}
.product-wrapper-bottom:hover .pro-name a {
    color: var(--color-primary);
}
.price-list {
    padding: 10px;
    border-top: 1px solid #dddddd7a;
    position: relative;
}
.price-list .price-box {
    font-weight: 700;
}
.price-list ins .amount,
.price-list bdi {
    color: var(--color-primary);
    font-size: 22px;
}
.price-list del bdi {
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}
ins {
    text-decoration: none;
}
.product-wrapper-bottom .badge {
    position: absolute;
    margin: 5px 0 0 5px;
    background: var(--color-primary);
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    padding: 5px 9px;
}
.product-wrapper-bottom .other-tags {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-wrapper-bottom .short_description_badge {
    background: var(--color-primary);
    color: #fff;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 5px;
    width: fit-content;
    display: inline-block;
}
.product-wrapper-bottom p {
    margin-bottom: 0;
}
.product-wrapper-bottom .product-sale-box {
    padding: 5px 10px;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: center;
    background: linear-gradient(120deg,rgba(255,94,0,1) 35%,rgba(243,28,9,1) 60%);
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
    -webkit-animation-name: salePulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    border-radius: 4px;
    margin-bottom: auto;
    width: fit-content;
}
/*Product Slider Style End*/

/*Blog List Style Start */
.blog-box {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
}
.blog-box:hover {
    background: #fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}
.blog-thumb a {
    display: block;
    overflow: hidden;
}
.blog-thumb a img {
    width: 100%;
    transition: 0.5s;
    object-fit: cover;
}
.blog-box:hover a img {
    transform: scale(1.1);
}
.blog-content {
    padding: 30px 15px 10px;
    border-radius: 0 0 7px 7px;
    position: relative;
}
.blog-content .date-full {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 20px 15px 10px 15px;
    color: #000000;
    background-color: #fff;
    border-top: 2px solid var(--color-secondary);
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    right: 6%;
    top: -16%;
    text-align: center;
    -webkit-box-shadow: 0 0 12px 0px rgb(0 0 0 / 48%);
    box-shadow: 0 0 12px 0px rgb(0 0 0 / 48%);
}
.blog-content .date-full .day {
    color: #031424;
    font-size: 30px;
    font-weight: bold;
}
.blog-content .date-full .month {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}
.blog-cat-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}
.featured-title h5 a {
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 20px;
}
.blog-cat li {
    display: inline-block;
    margin-right: 10px;
}
.blog-cat-info i {
    color: var(--color-primary);
}
.blog-cat a {
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s;
    margin-left: 5px;
}
.blog-cat i {
    transform: rotate(87deg);
    color: var(--color-primary);
}
.blog-read-btn {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--color-secondary);
}
.blog-read-btn i {
    padding-left: 5px;
}
.blog-pagination {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-pagination li {
    margin: 0 5px;
}
.blog-pagination li a {
    width: 45px;
    height: 45px;
    background: var(--color-white);
    border-radius: 3px;
    text-align: center;
    transition: 0.4s;
    font-weight: 500;
    display: flex;
    box-shadow: 0px 0 7px 2px #ddd;
    align-items: center;
    justify-content: center;
}
.blog-pagination li.active a,
.blog-pagination li a:hover {
    background: var(--color-primary);
    color: var(--color-white);
}
/*Blog List Style End */

/*Blog Detail Style Start */
.blog-content-area {
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
}
.blog-content-area .post-image img {
    width: 100%;
}
.single-blog-content .post-meta ul {
    display: flex;
    margin-bottom: 10px;
}
.single-blog-content .post-meta ul li {
    margin-right: 15px;
    font-weight: 500;
}
.single-blog-content .post-meta ul li i {
    margin-right: 9px;
    color: var(--color-primary);
}
.single-blog-content .post-meta ul li span i {
    margin-right: 0;
}
.single-blog-content .post-meta ul li span  {
    margin-right: 10px;
}
.blog-btm-info {
    padding: 10px;
    border-top: 1px solid #dddddd7a;
    position: relative;
}
.product-wrapper-bottom .blog-img img {
    transition: all .5s ease-in-out;
}
.product-wrapper-bottom .blog-img {
    overflow: hidden;
}
.product-wrapper-bottom:hover .blog-img img {
    transform: scale(1.03);
}
.blog-name {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}
.tag-info a {
    border: 1px solid #ddd;
    font-size: 14px;
    color: var(--color-dark);
    padding: 0 10px;
    margin: 0 5px 5px 0;
    display: inline-block;
    line-height: 27px;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: var(--color-white);
}
.tag-info a:hover {
    background-color: var(--color-secondary);
    color: #ffff;
}
.sidebar-wapper.tag-info li {
    margin-bottom: 0;
    display: inline-block;
}
.author-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 15px;
    box-shadow: 0 0 10px 5px #ddd;
}
.author-social ul li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.author-social ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.author-social ul li.facebook a {
    background-color: #3b5999;
}
.author-social ul li.instagram a {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.author-social ul li.twitter a {
    background-color: #00aced;
}
.author-social ul li.youtube a {
    background-color: #d12121;
}
.author-social ul li.linkedin a {
    background-color: #0A66C2;
}
.author-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blog-content-area img {
    margin: 10px auto;
}
.blog-content-area h3 {
    margin: 10px 0;
}
.blog-content-area h3 b {
    font-weight: 500;
    font-size: 25px;
}
.blog-content-area h2 b {
    font-weight: 500;
}
p.h2title {
    padding-bottom: 5px;
}
.single-blog-content h1 {
    font-size: 30px;
}
.single-blog-content h2 {
    font-size: 25px;
    margin: 10px 0;
}
.single-blog-content h3 {
    font-size: 23px;
}
.sidebar-wapper {
    border-radius: 5px;
    background-color: #F4F4F4;
    overflow: hidden;
    padding: 10px 10px 0;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.sidebar-wapper .widget-menu li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.sidebar-wapper .widget-menu li img {
    height: 75px;
    max-width: 75px;
    object-fit: cover;
    border: 1px solid #ddd;
}
.sidebar-wapper .widget-menu li h5 a {
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}
.sidebar-wapper .widget-title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(45, 40, 78, 0.07);
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
}
.other-title {
    font-weight: 600;
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 15px;
}

/*Blog Detail comment Stary */
.comment-respond form {
    max-width: 700px;
}
.comment-respond form label {
    display: block;
    margin-bottom: 5px;
}
.comment-respond .acf-field .acf-label label {
    font-weight: normal;
    margin: 0 0 5px;
}
.comment-respond form textarea,
.comment-respond form input {
    background: #fff;
    height: 40px;
    border: 1px solid #eee;
    width: 100%;
    padding: 4px 8px;
}
.comment-respond form textarea {
    height: 150px;
}
.comment-respond form input.submit {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 10px;
    min-width: 150px;
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
    letter-spacing: 0.5px;
    overflow: hidden;
    z-index: 1;
    width: fit-content;
    height: 50px;
}
.comment-respond form input.submit:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.comments-area .comment-list {
    list-style-type: none;
    padding-left: 0;
}
.comment-list li .comment-body {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.comment-list li .comment-body .comment-author img {
    min-width: 70px;
    width: 70px;
    max-height: 70px;
    border-radius: 100%;
    margin-right: 25px;
}
.comment-list li .children {
    margin-left: 30px;
}
.comment-list .comment-u-n {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}
.comment-date-time {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}
.comment-list .comment-text p {
    line-height: 23px;
}
.comment-list a.comment-edit-link {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration: underline;
}
.comment-list .reply {
    border: 1px solid var(--color-primary);
    width: fit-content;
    padding: 5px 10px;
    border-radius: 4px;
}
/*Blog Detail comment End */

/*Blog Detail Style End */

/*Footer Link Page Style Start*/

.img-boxanimation {
    margin-bottom: 15px;
    box-shadow: var(--shadow-primary);
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.img-boxanimation:before,
.img-boxanimation:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    -o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-boxanimation:hover:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-boxanimation:hover:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-drop-shadow a.img-boxanimation {
    border: none;
    box-shadow: none;
}
.img-drop-shadow img {
    filter: drop-shadow(0 0 5px #000);
}
.faq-header {
    border-bottom: 1px solid var(--color-primary);
    margin-top: -20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.faq-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
   .faq-header ul li {
    width: 30%;
    display: inline-block;
    margin: 10px;
}
.faq-header ul li a {
    width: 100%;
    box-shadow: 0 0 6px 1px #ddd;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.faq-header ul li a:before {
    display: inline-block;
    content: '';
    height: 50px;
    width: 50px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 10px;
}
.faq-header ul li:nth-child(1) a:before {
    background: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/fq-order.png');
}
.faq-header ul li:nth-child(2) a:before {
    background: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/fq-shopping.png');
}
.faq-header ul li:nth-child(3) a:before {
    background: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/fq-return.png');
}
.faq-header ul li:nth-child(4) a:before {
    background: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/fq-refunds.png');
}
.faq-header ul li:nth-child(5) a:before {
    background: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/fq-product.png');
}
.faq-header ul li:nth-child(6) a:before {
    background: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/fq-coins.png');
}
/*Footer Link Page Style End*/

/*Footer Payment Page Style Start*/
.paycat-wapper,.catalogue,.theme-box-hover {
    box-shadow: var(--shadow-primary);
    transition: all 500ms ease;
    background: #fff;
    text-align: center;
    margin-bottom: 15px
}
.paycat-wapper:hover,.catalogue:hover,.theme-box-hover:hover {
    transform: translateY(-5px)
}
.catalogue {
    padding: 10px;
    margin-bottom: 20px
}
.paycat-wapper h5 {
    margin-bottom: 0;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    font-size: 17px
}
.paycat-wapper img {
    width: 150px;
}
/*became-a-supplier style start*/
.supplier-wapper .contactform li label,
.supplier-wapper .contactform li input,
.supplier-wapper .contactform li textarea,
#camping_checklsit label,
#camping_checklsit input {
    width: 100%;
}
.supplier-wapper .contactform li label,
#camping_checklsit label {
    margin-bottom: 2px;
}
.supplier-wapper .contactform li input,
.supplier-wapper .contactform li textarea,
#camping_checklsit input {
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
}
.become-influencer-page .supplier-wapper {
    max-width: 100%;
}
.form-control {
    background: #fff;
    height: 40px;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-radius: 0;
    font-size: 16px;
}
.supplier-wapper #contact-form label {
    margin-bottom: 2px;
}
.supplier-wapper #contact-form input {
    margin-bottom: 20px;
}
#form_become_influencer #price {
    width: 100%;
    height: 40px;
    border: 1px solid #ced4da;
    padding: 0 5px;
}
#form_become_influencer .md-form.text-area_block textarea {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
}
.supplier-wapper .contactform li textarea {
    min-height: 80px;
    padding: 10px;
}
.supplier-wapper .contactform li,
.supplier-wapper #contact-form .md-form {
    position: relative;
    margin-bottom: 10px;
}
.req-star {
    color: red;
}
.error-text {
    color: red;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: -5px;
    border-radius: 2px;
    font-size: 15px;
    z-index: 0;
}
.supplier-wapper #contact-form .md-form .error-text {
    bottom: -22px;
}
.error-text.err-show {
    display: block;
}
.thanks-popup .open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}
.thanks-popup .form-popup {
    display: none;
    position: fixed;
    border: 6px solid #f1f1f1;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: white;
}
.thanks-popup .form-container {
    padding: 10px;
    background-color: #fff;
    border: 1px dashed var(--color-primary);
}
.thanks-popup .form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}
.thanks-popup .form-container .cancel {
    background-color: var(--color-primary);
    padding: 5px 8px;
    float: right;
    position: absolute;
    right: -25px;
    top: -15px;
    margin: 0px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
}
.thanks-popup .form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}
#thanks-popup-block {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    left: 0px;
    z-index: 9999;
}
.thanks-popup .form-container p {
    text-align: center;
    margin: 0px;
}
.thanks-popup .form-container h1 {
    color: red;
    margin-bottom: 10px;
    margin-top: 0px;
}
@media only screen and (max-width:767px) {
    .thanks-popup .form-popup {
        width: 90%;
        max-width: 400px;
    }
    .thanks-popup .form-container .cancel {
        right: -14px;
        top: -14px;
        width: 30px;
        height: 30px;
        padding: 0px;
    }
    .thanks-popup .form-container h1 {
        font-size: 18px !important;
    }
    .thanks-popup .form-container p {
        font-size: 14px;
    }
}
/*became-a-supplier style End*/
/*Footer Payment Page Style End*/
/*My Account Page Style Start*/
.woocommerce-account .content-area,
.woocommerce-cart .content-area {
    padding: 0 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    border: 1px solid #ddd;
    padding: 10px;
}
.woocommerce-MyAccount-navigation-link a {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 6px 1px #ddd;
    padding: 3px;
    margin-bottom: 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
   border: 1px solid var(--color-primary);
}
.woocommerce-MyAccount-navigation-link a:before {
    display: inline-block;
    content: '';
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation-link:nth-child(1) a::before {
    background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-dash.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(2) a::before {
     background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-mydetail.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(3) a::before {
     background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-address.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(4) a::before {
     background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-rewards.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(5) a::before {
    background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-order.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(6) a::before {
     background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-cart.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(7) a::before {
    background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-wishlist.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(8) a::before {
     background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-track.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(9) a::before {
     background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-faq.png);
}
.woocommerce-MyAccount-navigation-link:nth-child(10) a::before {
     background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/d-logout.png);
 }
.woocommerce-MyAccount-navigation-link--coupons {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
}
.earn-reward-box {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .dash-content {
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}
.earn-info {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.earn-link {
    display: flex;
    background-color: #f4f5f7;
    border-radius: 6px;
    align-items: center;
    padding: 6px 10px;
    justify-content: space-between;
    margin-top: 15px
}
.earn-link p {
    font-weight: 500
}
.earn-link a i {
    margin-left: 10px;
    font-weight: 500
}
.earn-link a {
    background-color: var(--color-primary);
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}
.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 18px
}
.woocommerce-Addresses .woocommerce-Address {
    border: 1px solid #ddd;
    width: 49%!important
}
.woocommerce-Addresses header.woocommerce-Address-title.title {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 5px;
    margin-bottom: 10px
}
.woocommerce-Addresses .woocommerce-Address address {
    margin: 0;
    padding: 0 10px 10px
}
.woocommerce-account .addresses .title .edit:before {
    content: '\f044';
    margin-right: 5px;
    font-family: "Font Awesome 5 Pro";
}
.couponterms p {
    margin-bottom: 0;
}
.coupon-box {
    border: 2px dashed #78b031;
    padding: 10px;
}
.cou-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cou-box div {
    width: 50%;
}
.cou-img img {
    width: 140px;
}
.coupon-content h1 {
    font-size: 26px;
    color: #f44336;
    margin: 0;
}
.coupon-content p {
    font-size: 13px;
    color: #696969;
    margin-bottom: 0;
}
.coupon-content p span {
    color: red;
}
.copy-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-button {
    height: 45px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
    margin-top: 5px;
}
.copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.copy-button button {
    padding: 5px 20px;
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid transparent;
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background-color: var(--color-secondary);
    letter-spacing: 1px;
    padding: 0 10px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    height: 31px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 100%;
}
.track-btn a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.woocommerce table.my_account_orders li:not(:last-child) a {
    margin-bottom: 5px;
}
/*My Account Page Style End*/
/*Category Page Style End*/
.all-cat-wrapper .single-cat .thambnail {
    display: flex;
    align-items: center
}
.all-cat-wrapper .single-cat .thambnail .cat-heading {
    margin: 0 10px;
    font-size: 20px
}
.all-cat-wrapper .single-cat .thambnail .parent-cat {
    padding: 10px
}
.all-cat-wrapper .single-cat .thambnail .parent-cat img {
    border-radius: 3px;
    background: #fff;
    border: 2px solid #0c124c;
    width: 75px
}
.all-cat-wrapper .single-cat .thambnail .product-count {
    font-size: 20px;
    color: #0c124c;
    font-weight: 500
}
.all-cat-wrapper .wrapper .sub-cat ul.parent-cat {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em
}
.all-cat-wrapper .wrapper .sub-cat ul {
    padding: 0;
    margin: 0
}
.all-cat-wrapper .wrapper .sub-cat ul .first-child a {
    color: #0c124c;
    font-size: 17px;
    font-weight: 500
}
.all-cat-wrapper .wrapper .sub-cat ul .second-child a {
    color: #000;
    font-size: 15px;
    font-weight: unset
}
.all-cat-wrapper .wrapper .sub-cat {
    padding: 7px;
    border-top: none
}
.all-cat-wrapper .wrapper .sub-cat ul li.first-child {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 6px 2px #ccc;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none
}
.all-cat-wrapper .sub-cat .second-child {
    padding-left: 15px;
    position: relative
}
.all-cat-wrapper .sub-cat .second-child:before {
    position: absolute;
    content: "\f061";
    font-family: "font awesome 5 pro";
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 0;
    font-size: 10px;
    top: 6px
}
.all-cat-wrapper .sub-cat .second-child:hover a {
    color: #0c124c !important;
    text-decoration: underline
}
/*Category Page Style End*/
/*Login Page Style Start*/
#customer_login .nav-tabs {
    border: none;
}
#customer_login .nav-tabs li {
    width: 50%
}
#customer_login .nav-tabs a {
    border: none;
    padding: 10px 25px;
    box-shadow: 2px 2px 4px #ccc;
    background: #ddd;
    color: #000;
    width: 100%!important;
    display: block;
    border-radius: 0!important;
    text-align: center
}
#customer_login .nav-tabs .nav-link:focus,#customer_login .nav-tabs .nav-link:hover {
    isolation: inherit
}
#customer_login .nav-tabs a.active {
    color: var(--color-primary);
    background: #fff;
    border-bottom: 2px solid var(--color-primary);
}
#customer_login .login,
#customer_login .register,
#customer_login .xoo-lwo-form {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
    margin-top: 15px;
}
#customer_login label {
    text-align: left;
    font-size: 15px
}
.or-linr {
    position: relative;
    text-align: center;
    margin: 20px 0
}
.or-linr:before {
    left: 0
}
.or-linr:after {
    right: 0
}
.or-linr:before,.or-linr:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 50%;
    height: 1px;
    background: #ddd
}
.or-linr span {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 0 10px
}
.social_media_login {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px
}
div.nsl-container[data-align=left] {
    text-align: left;
    width: 48%
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
    padding: 0;
    width: 100%
}
div.nsl-container div.nsl-container-buttons a[data-plugin=nsl] {
    margin: 0
}
div.nsl-container .nsl-button-google[data-skin=light] {
    border-radius: 5px!important
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}
select.xoo-ml-phone-cc + .select2.select2-container {
    min-width: 120px !important;
    width: inherit !important;
}
.lost_password a {
    text-decoration: underline;
    font-weight: 500;
    color: red;
}
.login-button {
    display: flex;
    justify-content: space-between;
}
.login-button * {
    width: 48%;
}
.login-button {
    display: block;
}
/*Login Page Style End*/
/*Sale Page Cat Style Start*/
.sale-cat-wapper {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px 10px;
}
.sale-cat-box {
    text-align: center;
    overflow: hidden;
}
.img-cat-box {
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 2px 2px 7px #ccc;
    padding: 10px;
    background: var(--color-primary);
    margin: 7px;
}
.sale-cat-wapper h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
}
/*Sale Page Cat Style End*/
/*Product enquiry Style Start*/
#product-enquiry .modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#product-enquiry .modal-header .close {
    position: absolute;
    right: 0;
    top: 9px;
    border: none;
    background: 0 0;
    font-size: 25px;
}
.modal-popup .form-group {
    margin-bottom: 10px;
}
.g-recaptcha div {
    width: 100% !important;
}
/*Product enquiry Style End*/
/*Product Review Style Start*/
/* Review popup css */
.review_popup-body {
    padding: 10px;
}
.review_popup-body button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: none;
    background: red;
    color: #fff;
    font-size: 25px;
    border-radius: 100px;
    box-shadow: 0 0 20px 8px #ddd;
    height: 25px;
    width: 25px;
    padding: 0;
}
#review-feedback textarea.form-control {
    min-height: 100px;
    margin: 10px auto;
    width: 95%;
}
#review-feedback .send-feedback {
    margin-right: 10px;
    background-color: var(--color-secondary);
    letter-spacing: 1px;
    padding: 5px 10px;
    font-size: 16px;
    width: fit-content;
    height: 40px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.review_popup-emoji {
    margin: 0 5px;
}
#review-thanks h3 {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}
.review-popup {
    box-shadow: 0 5px 20px #ddd;
    padding: 20px;
}
.rating-stars {
    display: block;
    width: fit-content;
    padding: 10px 100px 10px 10px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #000;
    overflow: hidden;
    margin: 15px auto;
}
.rating-counter {
    font-size: 20px;
    color: #fff;
    width: 80px;
    text-align: center;
    background-color: var(--color-secondary);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 55px;
    padding: 0 10px;
}
.rating-counter:before {
    content: "0 Star";
    transition: all 0.25s ease 0s;  
}
.rating-stars input { display: none; }
.rating-stars label {
    width: 25px;
    height: 25px;
    background: #000b;
    display: inline-flex;
    cursor: pointer;
    margin: 5px 1px;
    transition: all 1s ease 0s;
    clip-path: polygon(50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%, 50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%);
}
.rating-stars label[for=rs0] {
    display: none;
}
.rating-stars label:before {
    width: 90%;
    height: 90%;
    content: "";
    background: orange;
    z-index: -1;
    display: block;
    margin-left: 5%;
    margin-top: 5%;
    clip-path: polygon(50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%, 50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%);
    background: linear-gradient(90deg, yellow, orange 30% 50%, #184580 50%, 70%, #173a75 100%);
    background-size: 205% 100%;
    background-position: 0 0;
}
.rating-stars label:hover:before {
    transition: all 0.25s ease 0s;      
}
.rating-stars input:checked + label ~ label:before {
    background-position: 100% 0;
    transition: all 0.25s ease 0s;  
}
.rating-stars input:checked + label ~ label:hover:before {
    background-position: 0% 0
}
.rating-stars #rs1:checked ~ .rating-counter:before {
    content: "1 Star";
}
.rating-stars #rs2:checked ~ .rating-counter:before {
    content: "2 Star";
}
.rating-stars #rs3:checked ~ .rating-counter:before {
    content: "3 Star";
}
.rating-stars #rs4:checked ~ .rating-counter:before {
    content: "4 Star";
}
.rating-stars #rs5:checked ~ .rating-counter:before {
    content: "5 Star";
}
.rating-stars label + input:checked ~ .rating-counter:before {
    color: #fff !important;
    transition: all 0.25s ease 0s;
}
.rating-stars label:hover ~ .rating-counter:before {
    color: #fff !important;
    transition: all 0.5s ease 0s;
}
.rating-stars label[for=rs1]:hover ~ .rating-counter:before {
    content: "1 Star" !important;
}
.rating-stars label[for=rs2]:hover ~ .rating-counter:before {
    content: "2 Star" !important;
}
.rating-stars label[for=rs3]:hover ~ .rating-counter:before {
    content: "3 Star" !important;
}
.rating-stars label[for=rs4]:hover ~ .rating-counter:before {
    content: "4 Star" !important;
}
.rating-stars label[for=rs5]:hover ~ .rating-counter:before {
    content: "5 Star" !important;
}
.rating-stars input:checked:hover ~ .rating-counter:before {
    animation: none !important;
    color: #fff !important ;
}
/* Review popup css end*/
/*Product Review Style end*/
/*Homepage Style Start*/
.productsblock .productstab {
    position: relative;
    border: 0;
    text-align: center;
    margin: 30px auto;
    display: block;
}
.productsblock .productstab .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    float: none;
    position: relative;
}
.productsblock .productstab .nav-item .nav-link {
    font-size: 18px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    color: #000;
    line-height: 18px;
    text-transform: capitalize;
    padding: 14px 25px;
    border-radius: 3px;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}
.productsblock .productstab .nav-item .nav-link.active,
.productsblock .productstab .nav-item .nav-link:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ddd;
    text-indent: -9999px;
    margin: 0;
}
.slick-dots li.slick-active button {
    background-color: var(--color-primary);
}
.customer-say {
    background-color: #f8f8fa;
    padding: 50px 0;
    margin-bottom: 50px;
}
.customer-say .home-title {
    z-index: 1;
}
/*.customer-say .slick-slide,
.shop-review-slider .slick-slide {
    margin:  15px;
}
.customer-say .slick-list,
.shop-review-slider .slick-list {
    margin:  -15px;
}
.testimonials-box {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px #00000026;
    padding: 15px 25px;
    background-image: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/home/quote.png');
    background-position: right 10px;
    background-repeat: no-repeat;
}*/
.testimonials-box {
    padding: 5px;
}
.rev-wapper {
    box-shadow: var(--shadow-primary);
    background-color: var(--color-white);
    padding: 10px;
    min-height: 145px;
}
.rating-info {
    display: flex;
    line-height: 0;
    align-items: center;
}
.feedback-star span {
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #00b67a;
    margin-right: 2px;
    text-align: center;
    line-height: 19px;
    font-size: 19px;
}
.veri-info {
    font-size: 14px;
    color: green;
}
.veri-info i {
    font-size: 10px;
    width: 17px;
    height: 17px;
    background: #9E9E9E;
    text-align: center;
    line-height: 17px;
    border-radius: 100px;
    color: #fff;
}
.feedback-content {
    margin: 10px 0;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.feedname b {
    font-size: 18px;
}
.title-link {
    margin: 10px 0;
    line-height: 20px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
}
.star-box {
    position: relative;
    font-size: 30px;
    display: flex;
    overflow: hidden;
    line-height: 30px;
}
.star-box p {
    margin-bottom: 0;
    background-color: #ddd;
    margin-right: 3px;
    color: #fff;
}
.star-box span {
    width: 94%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: auto;
    display: flex;
    overflow: hidden;
}
.star-box span p {
    background-color: #00b67a;
}
.review-count {
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.home-footer-content {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
#more {
    display: none;
}
.topcat-wapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.topcat-inner {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}
.category-wapper {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 10px;
}
.cat-img-wrapp {
    position: relative;
    text-align: center;
    border-radius: 5px;
    transition: .5s ease-in-out;
    z-index: 1;
    padding: 10px;
    background-color: #ef8c151a;
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: 0 0 20px #00000026;
}
.category-box h3 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.feature-list {
    margin: 0 15px;
}
.feature-list .container {
    padding: 15px;
    position: relative;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.feature-list .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.feature-list .wrapper::before {
   content: "";
    position: absolute;
    background: #2d2f48;
    width: 1px;
    height: 55px;
    right: 0;
}
.feature-list .wrapper.last-child::before {
    display: none;
}
.feature-list .wrapper .icon {
    margin-right: 15px;
    width: 60px;
}
.feature-list .wrapper .title .box-title {
    color: #031424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.feature-list .wrapper .title p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    padding-right: 50px;
    margin-bottom: 0;
}
/*.category-box {
    position: relative;
    text-align: center;
    border-radius: 3px;
    transition: .5s ease-in-out;
    z-index: 1;
    padding: 15px;
    background-color: #f7dec0;
}
.category-box:hover {
    box-shadow: 5px 9px 20px #00000026;
}
.category-box a {
    display: flex;
    align-items: center;
    width: 100%;
}
.category-box a img {
    max-width: 70px;
}
.category-box h3 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
    width: calc(100% - 70px);
    font-weight: 600;
    text-transform: capitalize;
}*/

/*Homepage Style End*/
td.removewishlist {
    vertical-align: middle;
}
.wish-p-delete.text-center {
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}
/*payment radio btn style */
.payment_methods li {
    padding-left: 20px !important;
    position: relative;
}
.payment_methods li .input-radio {
    position: absolute;
    margin-right: 0 !important;
    top: 18px;
    left: 0;
}
/*payment radio btn style  End*/
.cr-all-reviews-shortcode ol.commentlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cr-all-reviews-shortcode ol li.review {
    width: 49.5%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
}
/*coupon code copy style start*/
.coupon-cart .cpn-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-shadow: 0 0.125rem 0.5rem 0 #00000030;
    border: 1px solid #fb5a651a;
    border-radius: 0.625rem;
    margin-bottom: 25px;
    padding: 1.5rem 1.25rem;
    position: relative;
}
.cpn-wrapper .cpn-ringl {
    -webkit-box-shadow: inset -.125rem 0 .25rem 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset -.125rem 0 .25rem 0 rgba(0,0,0,.2);
        box-shadow: 0 0.125rem 0.5rem 0 #00000030;
    border: 1px solid #fb5a651a;
    background-color: #fff;
    border-radius: 100%/50%;
    position: absolute;
    height: 2.5rem;
    width: 1.25rem;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 0
}
.cpn-wrapper .cpn-ringr {
    -webkit-box-shadow: inset 0.125rem 0 0.25rem 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset .125rem 0 .25rem 0 rgba(0,0,0,.2);
        box-shadow: 0 0.125rem 0.5rem 0 #00000030;
    border: 1px solid #fb5a651a;
    background-color: #fff;
    border-radius: 100%/50%;
    position: absolute;
    height: 2.5rem;
    width: 1.25rem;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
}
.cpn-wrapper .cpn-ringl .cpn-ring-cover {
    background-color: #fff;
    border-top: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    position: absolute;
    height: 39px;
    width: 0.75rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    left: -0.675rem;
}
.cpn-wrapper .cpn-ringr .cpn-ring-cover {
    background-color: #fff;
    border-top: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    position: absolute;
    height: 39px;
    width: 0.75rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    right: -0.675rem;
}
.cpn-wrapper .cpn-nm {
    text-align: center;
    max-width: 150px;
    width: 100%;
}
.cpn-detail-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2.5rem;
    width: 100%;
    position: relative;
    justify-content: space-between;
}
.cpn-divider {
    border: 1px dashed;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.125rem;
}
.cpn-title {
    font-size: 1.875rem;
    line-height: 1.2;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
}
.cpn-desc {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: #5c5c5c;
}
.cpn-button {
    max-width: 225px;
    width: 100%;
    display: flex;
    align-items: center;
}
.cpn-button .discount-code {
    background-color: var(--color-secondary);
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
    margin-left: 10px;
}
.discountp {
    margin-bottom: 0;
    margin-left: auto;
}
.copy-click {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-secondary);
    padding: 10px 20px;
    border: 2px dashed var(--color-secondary);
    border-radius: 6px;
    margin-left: 10px;
    position: relative;
}
.copy-click:before {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23404040" d="M158.87 334.21a28.56 28.56 0 0 0-28.54 28.53c1.57 37.85 55.51 37.84 57.07 0a28.56 28.56 0 0 0-28.53-28.53Zm0 42.06a13.55 13.55 0 0 1-13.54-13.53c.75-17.95 26.33-17.95 27.07 0a13.55 13.55 0 0 1-13.53 13.53Z"/><path fill="%23404040" d="M450.28 146.1a7.48 7.48 0 0 0-2.67-5.9 67 67 0 0 0-26.88-12.3c-15-3.28-38.37-3.17-64.85 16-26.15 18.93-63.46 47.15-91.21 68.3-1-.63-2-1.24-3.06-1.82L203.51 178c31-38.15 2.37-95.64-46.88-93.67-62.82 3.38-76.21 89.35-17.31 111.52a59 59 0 0 1 9.2 4.27c29.12 16.64 51.57 33.74 68.44 52.15-16.87 18.4-39.32 35.51-68.44 52.15a59.53 59.53 0 0 1-9.21 4.26 57.42 57.42 0 0 0-37.91 55.82c1.33 49.39 61.9 74.19 97.34 39.68 21.39-19.75 23.48-55.49 4.77-77.65l58.1-32.41c1-.58 2.05-1.19 3.06-1.81 28 21.32 65.07 49.37 91.21 68.29 24.39 16.92 43.18 20.07 64.85 16 16.38-3.59 26.46-12 26.88-12.31a7.51 7.51 0 0 0-.24-11.68L317.24 252.25l130.13-100.37a7.48 7.48 0 0 0 2.91-5.78ZM156 187.07a74.41 74.41 0 0 0-11.54-5.34c-43.51-16.38-33.65-79.93 12.78-82.43a42.24 42.24 0 0 1 31.13 11.84c16.92 15.6 17.3 44.29.86 60.37a10.82 10.82 0 0 0 2.45 17l60.11 33.53c-11.32 8.85-16.66 12.28-24.52 19.2-17.88-19.24-41.27-37-71.27-54.17Zm273.66 170.8c-12 5.72-35.82 11.65-64.94-9.44-24.93-18.05-59.94-44.48-87.38-65.38L305 261.72ZM261.85 276c-2.56 1.91-66.06 37.35-70.21 39.94a10.81 10.81 0 0 0-2.45 17 42.22 42.22 0 0 1 12.17 29.76c.51 23.47-20.71 43.86-44.16 42.46-46.41-2.51-56.32-66-12.78-82.44a73.49 73.49 0 0 0 11.58-5.3c32.83-18.76 57.72-38.24 76.1-59.57a63.7 63.7 0 0 1 9.48-9.06c5.74-4.41 15.7-12 27.88-21.34 28-21.39 67.84-51.53 95.26-71.39 23.15-16.56 44.66-18.6 64.94-9.44-.04 0-125.27 97.84-167.81 129.38Z"/><path fill="%23404040" d="M158.87 113.23a28.57 28.57 0 0 0-28.54 28.53c1.57 37.85 55.51 37.84 57.07 0a28.56 28.56 0 0 0-28.53-28.53zm0 42.06a13.55 13.55 0 0 1-13.54-13.53c.75-17.95 26.33-17.95 27.07 0a13.55 13.55 0 0 1-13.53 13.53zm104.47 87.29a8.06 8.06 0 0 0-8.06 8.06c.39 10.68 15.73 10.68 16.12 0a8.06 8.06 0 0 0-8.06-8.06z"/></svg>');
    width: 35px;
    height: 35px;
    top: -20px;
    left: 0;
    transform: rotate(15deg);
}
.copy-click:after {
    content: attr(data-tooltip-text);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    padding: 8px 16px;
    white-space: nowrap;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 0 -12px rgba(0, 0, 0, 0);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce);
}
.copy-click.is-hovered:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translate(-50%, 0);
    transition-timing-function: var(--ease);
    color: #000;
    font-weight: 400;
}
.copy-click.is-copied {
    background-color: var(--color-secondary);
    color: #fff;
}
.copy-click.is-copied:after {
    content: attr(data-tooltip-text-copied);
}
/*coupon code copy style End*/
.logout-code {
    filter: blur(3px);
}
.sc-header.faq-header ul li:nth-child(1) a:before {
    background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/sccoin.png);
}
.sc-header.faq-header ul li:nth-child(2) a:before {
    background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/refunds.png);
}
.sc-header.faq-header ul li:nth-child(3) a:before {
    background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/scbonus.png);
}
.sc-header.faq-header ul li:nth-child(4) a:before {
    background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/scspend.png);
}
.sc-header.faq-header ul li:nth-child(5) a:before {
    background: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/scfaq.png);
}
.err-box {
    background: red;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
.suc-box {
    background: green;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
.checklist-info {
    border: 1px solid var(--color-primary);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.terms-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.accordion-wrapper .accordion-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #ddd;
}
.accordion-item .accordion-header:hover h3 {
    background-color: #aa8fff;
    color: #fff;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f7941d70;
}
.step-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--color-secondary);
    text-underline-offset: 10px;
    margin-bottom: 25px !important;
}
.faq-img-shadow {
    margin-bottom: 15px;
    box-shadow: var(--shadow-primary);
    border: 1px solid #ddd;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-wrapper .accordion-body p:last-child {
    margin-bottom: 0;
}
.accordion-body p {
    margin-bottom: 8px;
}
.accordion-body p:last-child {
    margin-bottom: 0;
}
/*BNPL page style start */
.payicon-wapper {
    text-align: center;
    border: 2px solid #aa8fff;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: #ede6ff;
    height: 100%;
}
.payicon-wapper img {
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.payicon-wapper:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.payicon-wapper h3 {
    margin: 25px 0 8px;
    font-size: 23px;
}
.zipp-inner {
    border: 2px solid #aa8fff;
    border-radius: 4px;
    padding: 20px;
}
.zipp-inner h3 {
    font-size: 23px;
    margin: 0;
}
.zipp-inner p {
    font-size: 17px;
    line-height: 24px;
}
.zipp-inner .row {
    padding: 20px 0;
    align-items: center;
}
.zipp-inner .row:not(:last-child) {
    border-bottom: 2px solid #aa8fff;
}
.comparison-list img {
    height: 40px;
}
.comparison-list p {
    margin-bottom: 0;
}
.comparison-list i {
    color: #aa8fff;
    font-size: 30px;
}
.comparison-list tr {
    vertical-align: middle;
}
.comparison-list table {
    border: 1px solid #aa8fff;
}
.title-sm {
    font-size: 23px;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}
.title-sm:before {
    content: "";
    width: 100%;
    background-color: #aa8fff;
    display: block;
    height: 2px;
    bottom: -8px;
    position: absolute;
    z-index: -1;
    left: 0;
}
.payment-page .accordion-item {
    margin-bottom: 15px;
    border: 2px solid #aa8fff;
}
.payment-page .accordion-item .accordion-header:hover h3 {
    background-color: #aa8fff;
    color: #fff;
}
.payment-page .accordion-button:not(.collapsed) {
    color: #aa8fff;
    background-color: #ede6ff;
}
.sign-btn {
    background-color: #aa8fff;
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 5px;
}
.sign-btn:hover {
    color: #fff;
}
.paymentget-top-category .trending-cat {
    width: 100%;
    border-radius: 4px;
}
.paymentget-top-category .trending-cat h3 {
    font-size: 18px;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paymentget-top-category .trending-cat img {
    width: 120px;
    height: 120px;
    margin: 10px auto 0;
    text-align: center;
    object-fit: contain;
    display: table;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.paymentget-top-category .trending-cat:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.paymentget-top-category .payment-cat .col-md-2 {
    width: 20%;
    margin-bottom: 15px;
    float: left;
}
.brand-wrapper,
.pcat-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
}
/*BNPL page style end */
.brand-inner {
    padding: 5px;
    border: 1px solid #ddd;
}
.note-color {
    color: red;
}
.hide {
    display: none;
}
/*Checkout Cutom Tab Style Start*/
.checkout-detail {
    display: none;
    opacity: 0;
}
.checkout-detail.detail-show {
    display: block;
    opacity: 1;
    transition: opacity .15s linear;
}
.checkout-stepbox {
    box-shadow: 0 0 9px #ccc;
    padding: 15px;
}
.checkout-tabhead {
    margin-bottom: 30px;
}
.checkout-tabhead .tabtitle {
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 22px;
    font-weight: 500;
}
.tabtitle.active-step {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    position: relative;
    color: #fff;
}
.tabtitle.active-step:after {
    position: absolute;
    content: '';
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--color-primary);
}
.woocommerce-form-login.login button.button {
    width: 100%;
}
.checkout-detail .theme-btn {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 10px !important;
    font-size: 16px;
    border: 1px solid var(--color-primary);
    height: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
}
.checkout-detail .conbtn .theme-btn {
    width: auto;
}
.checkout-detail #billing_country_field {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 99%;
    margin: 0 auto 6px;
}
.woocommerce .checkout-detail .select2-container {
    width: 100% !important;
}
.address-wrapper h3,
#ship-to-different-address span,
.your-order-info h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
    text-underline-offset: 10px;
    margin-bottom: 12px;
}
#ship-to-different-address {

}
.logintab-wrapper .woocommerce-form.woocommerce-form-login.login .form-row {
    width: 100%;
    text-align: left;
}
#addresstab .form-row {
    width: 100%;
}
.ship-cost-total table {
    margin-bottom: 0 !important;
}
.product-name img {
    max-width: 50px;
    height: 50px;
    margin-right: 10px;
    box-shadow: 0 0 9px #ccc;
    border-radius: 5px;
}
.woocommerce table.shop_table td.checkout-pname {
    line-height: 0;
}
.your-orderpname {
    line-height: 22px;
}
.your-order-info a.woocommerce-remove-coupon,
.your-order-info .order-total .woocommerce-Price-amount.amount {
    display: block;
}
.address-wrapper select {
    height: 41px;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.ship-cost-total {
    box-shadow: 0 0 9px #ccc;
    background: #fff;
    padding: 10px;
    position: sticky;
    top: 90px;
}
.your-order-info .cart_item dl.variation {
    display: none;
}
.wel-info,
.woocommerce-form.woocommerce-form-login.login,
.xoo-lwo-form {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}
.wel-info {
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .checkout-tabhead .tabtitle {
        width: 32%;
    }
}
@media only screen and (max-width: 767px) {
    .checkout-tabhead .tabtitle {
        font-size: 17px;
        padding: 8px 3px;
    }
    .tabtitle.active-step:after {
        bottom: -10px;
    }
}
@media only screen and (max-width: 415px) {
    .checkout-detail .conbtn .theme-btn {
        width: auto;
        width: 100%;
    }
}
/*Checkout Cutom Tab Style End*/
/*Signup Advantage Style Start*/
.redeem-coin {
    background-color: #f7941d1f;
    margin-top: 50px;
    padding-top: 40px;
}
.coinbox {
    background-color: var(--color-primary);
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}
.coinbox h5 {
    font-size: 55px;
    font-weight: 700;
}
.coinbox p {
    font-size: 20px;
}
.coin-info p {
    text-align: center;
    width: fit-content;
    margin: 25px auto;
    font-size: 25px;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
.numbox span {
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    color: var(--color-primary);
}
.benefit-tbl table thead {
    background-color: var(--color-primary);
}
.benefit-tbl table thead tr th {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.benefit-tbl table thead tr th:nth-child(2) {
    border: solid #fff;
    border-width: 0 2px;
}
.benefit-tbl table tbody tr td:first-child {
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    margin: 0;
    padding-left: 10px;
}
.benefit-tbl table tbody tr td {
    padding: 10px 15px;
    background: #f7941d1f;
}
.benefit-tbl table tbody tr td i {
    font-size: 30px;
    font-weight: 500;
}
.benefit-tbl table tbody tr td i.fa-times {
    color: red;
}
.benefit-tbl table tbody tr td i.fa-check {
    color: #4CAF50;
}
.benefit-tbl table {
    border-color: var(--color-primary);
}
.benefit-tbl table.table>:not(:first-child) {
    border-top: 2px solid var(--color-primary);
}
.square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    float: left;
}
.square-flip {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}
.square,
.square2 {
    width: 100%;
    height: 100%;
}
.square {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.square-flip .square {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index: 1;
}
.square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.square2 {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index: 1;
}
.square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
/*Square content*/
.square-container {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) scale(1);
    transform: translateY(-50%) translateX(0px) scale(1);
    transform-style: preserve-3d;
    z-index: 2;
}
.square-flip:hover .square-container {
    -webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px) scale(.88);
    transform: translateY(-50%) translateX(-650px) scale(.88);
    transform-style: preserve-3d;
}
.square-container2 {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform-style: preserve-3d;
    z-index: 2;
}
.square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform-style: preserve-3d;
}
.square-container p {
    width: fit-content;
    margin: 0 auto;
    background: var(--color-primary);
    padding: 3px 10px;
    font-size: 19px;
    border-radius: 6px;
    color: #fff;
}
/*Style text*/
.square-flip h2 {
    color: #000;
    font-size: 22px;
}
.square-flip h3 {
    font-size: 17px;
    line-height: 26px;
}
/*Elements*/
.flip-overlay {
    display: block;
    background: #f7941d1f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 1px solid var(--color-primary);
}
.align-center {
    margin: 0 auto 10px;
    max-width: 100px;
}
.kallyas-button {
    display: block;
    width: 160px;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: var(--color-primary);
    margin: 0 auto 15px;
    border-radius: 5px;
    text-decoration: none;
}
.kallyas-button:hover {
    color: #fff;
}
/*ADD SHADOWS OPTIONAL*/
.square-flip .square .boxshadow,
.square-flip .square .textshadow,
.square-flip .square2 .boxshadow,
.square-flip .square2 .textshadow {
    -ms-transition: 0.60s;
    transition: 0.60s;
    -webkit-transition: 0.60s;
}
.rewards-signup {
    background: #f7941d1f;
}
.rews-wrp {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .square-container,
    .square-container2 {
        padding: 10px;
    }
    .square-flip {
        height: 300px;
    }
    .rews-wrp {
        margin: 20px auto;
    }
}
/*Signup Advantage Style End*/
/*Responsive Style Start*/
@media (max-width: 1400px) and (min-width: 1201px) {
    .feature-list .wrapper .title .box-title {
        font-size: 14px;
    }
}
@media (max-width: 1400px) {
    .feature-list .wrapper .title p {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .home-title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .feature-list .wrapper::before {
        height: 100%;
        right: -15px;
    }
    .all-cat-wrapper .wrapper .sub-cat ul.parent-cat {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
.nsearchinput-pl.well li {
    width: 100%;
}
.nsearchinput-pl.well li a {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #efefef;
    margin: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 22px;
}
@media only screen and (max-width: 991px) {
    .mobile-search.active,
    .close-button.active {
        display: block;
    }
    .mobile-search {
        position: relative;
        margin: 5px 15px;
    }
    .mobile-search .form-control {
        background-color: #fff;
        border-radius: 4px;
        position: relative;
        border: 1px solid #ddd;
        height: 50px;
        padding: 0 45px 0 15px;
        width: 100%;
    }
    .bhoechie-tab-menu {
        width: 30%;
    }
    .subcat-wrapper {
        width: 70%;
    }
    .page_content:before,
    .page_content:after {
        display: none;
    }
    .accordion-container .set-wrapper {
        width: 25%;
    }
    .category-wapper {
        grid-template-columns: repeat(4,1fr);
    }
    .topcat-wapper {
        grid-template-columns: repeat(3,1fr);
    }
    .cpn-button {
        max-width: 136px;
        display: block;
        text-align: center;
    }
    .cpn-button .discount-code {
        margin-left: 0;
        margin-top: 10px;
    }
    .cpn-wrapper .cpn-nm {
        max-width: 95px;
    }
    .brand-wrapper,
    .pcat-wrapper  {
        grid-template-columns: repeat(3,1fr);
    }
}
@media only screen and (max-width: 767px) {
    .accordion-container .set-wrapper {
        width: 50%;
    }
    .social_media_login {
        display: block;
    }
    div.nsl-container[data-align="left"] {
        width: 100%;
        margin-bottom: 15px;
    }
    .cart-collaterals .cart_totals {
        display: block;
    }
    .cart-collaterals .calculate-box,
    .cart-collaterals .cart-total-box {
        width: 100%;
        margin: 0;
    }
    .cart-collaterals .cart-total-box {
        margin: 20px 0;
    }
    .coupon #coupon_code {
        width: 65%;
    }
    .coupon {
        display: flex;
    }
    .woocommerce .cart .button,
    .woocommerce .cart input.button {
        padding: 0.618em 0;
        font-size: 14px;
    }
    .woocommerce-cart-form {
        box-shadow: none;
        background: transparent;
    }
    .woocommerce .woocommerce-cart-form tbody .cart_item,
    .account-orders-table .order {
        box-shadow: 0 0 9px 1px #ccc;
        position: relative;
        margin-bottom: 15px;
        background: #fff;
    }
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
        text-align: center !important;
    }
    .woocommerce-page table.cart .product-thumbnail:before {
        display: none;
    }
    .woocommerce-page table.cart.table>:not(:first-child) {
        border-top: none;
    }
    .woocommerce-page table.cart.table-bordered>:not(caption)>* {
        border-width: 0;
    }
    .woocommerce-page table.cart td.product-remove {
        position: absolute;
        right: 5px;
        top: 5px;
        padding: 0px;
        border: none !important;
    }
    .woocommerce a.remove {
        width: 28px;
        background-color: var(--color-primary);
        color: #fff !important;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 3px;
        height: 28px;
    }
    .woocommerce table.shop_table {
        border: none;
    }
    .woocommerce .cart tbody .cart_item td {
        border-bottom: 1px solid #e6e6e6;
    }
    .woocommerce .cart .product-quantity .quantity {
        margin-left: auto;
        margin-right: 0;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 500;
    }
    .woocommerce table.shop_table_responsive td.actions {
        border: 1px solid #ddd;
        background: #fff;
    }
    .tablink {
        font-size: 14px;
        height: 44px;
    }
    #Login .woocommerce-form.woocommerce-form-login.login .form-row {
        width: 100%;
    }
    .exp-more-cat .col-md-2 {
        width: 30%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    .m-acmenu {
        position: fixed;
        bottom: 20px;
        left: 5px;
        z-index: 10;
        background: #fff;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        box-shadow: 0 0 8px 0 #f7941d;
        font-size: 36px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 280px;
        height: 100%;
        max-height: 100%;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #fff;
        overflow: auto;
        margin-top: 0 !important;
    }
    .woocommerce-MyAccount-navigation.open-acmenu {
        left: 0px;
        padding-bottom: 50px !important;
        border: none !important;
    }
    .track_order {
        width: 60%;
    }
    .account-orders-table .order td {
        border-bottom: 1px solid #e6e6e6;
    }
    .table.account-orders-table>:not(:first-child) {
        border-top: none;
    }
    .woocommerce-Addresses .woocommerce-Address {
        width: 100%!important;
        margin-bottom: 10px;
    }
    .track_order {
        width: 95%;
    }
    .faq-header ul li {
        width: 100%;
    }
    .client-testimonial {
        padding-bottom: 60px;
    }
    .servicesblock .services {
        padding: 0;
        margin-bottom: 10px;
    }
    .customer-say .slick-slide,
    .shop-review-slider .slick-slide {
        margin: 0;
        padding: 10px;
    }
    .customer-say .slick-list,
    .shop-review-slider .slick-list {
        margin: 0;
    }
    .testimonials-box {
        padding: 15px 10px;
    }
    .category-wapper {
        grid-template-columns: repeat(3,1fr);
    }
    .topcat-wapper {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .topcat-inner {
        margin-bottom: 0;
    }
    .feature-list .container-fluid {
        padding: 10px;
    }
    .category-box {
        margin-bottom: 0;
    }
    .tp-banner-item-4,
    .mb-25 {
        margin-bottom: 15px;
    }
    .all-cat-wrapper .wrapper .sub-cat ul.parent-cat {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .coupon-cart .cpn-wrapper,
    .cpn-detail-box {
        display: block;
        padding: 0;
    }
    .coupon-cart .cpn-wrapper {
        padding: 15px;
    }
    .cpn-wrapper .cpn-nm {
        margin: 0 auto;
    }
    .cpn-divider {
        width: 100%;
        height: 0;
        top: -12px;
    }
    .cpn-title {
        font-size: 21px;
    }
    .cpn-button {
        display: flex;
        max-width: 225px;
        margin: 10px auto 0;
    }
    .cpn-button .discount-code {
        margin-left: 10px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 675px) {
    .xoo-lwo-form .button.button,
    .login-button * {
        width: 100%;
    }
    .login-button * {
        margin-bottom: 15px;
    }
    .accordion-body .woocommerce-info {
        margin-bottom: 0;
    }
    .checkout-alltab .theme-btn {
        padding: 10px 15px;
    }
    .home-title, .entry-title, .related h2 {
        font-size: 25px;
    }
    .suggested-product .slide-arrow {
        bottom: -50px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .suggested-product .slide-arrow.prev-arrow {
        left: -55px;
    }
    .suggested-product .slide-arrow.next-arrow {
        right: -55px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table {
        border: none;
    }
    .wc-stripe-card-icons-container,
    .wc-stripe-paymentRequest-icons-container {
        float: left !important;
    }
    .category-wapper {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .customer-say {
        padding: 50px 0 20px;
        margin-bottom: 20px;
    }
    .tp-category-item-3 {
        margin-bottom: 15px;
    }
    .discount-code-section .discount-code-box {
        display: block;
        padding: 15px;
        text-align: center;
    }
    .discount-code-section .discount-code-box .discount-code {
        margin-top: 12px;
        display: inline-block;
    }
    .rts-box-catagory-section .catagory-box {
        margin-bottom: 15px;
    }
    .tp-category-main-box {
        margin-bottom: 15px;
    }
    .tp-banner-content-4 {
        top: 10px;
        left: 10px;
    }
    .tp-banner-title-4 {
        font-size: 20px;
    }
    .tp-banner-item-4.sm-banner .tp-banner-content-4 {
        top: 10px;
    }
    .tp-banner-full-content {
        bottom: 10px;
        left: 15px;
        padding: 10px 15px;
    }
    .tp-banner-full-title {
        font-size: 20px;
    }
    .pcat-wrapper  {
        grid-template-columns: repeat(2,1fr);
    }
    .zipp-inner {
        padding: 0 20px;
    }
    .zipp-inner .row {
        padding: 10px 0;
    }
    .comparison-list img {
        height: auto;
    }
}
@media only screen and (max-width: 575px) {
     .top-title {
        font-size: 22px;
        line-height: 30px;
    }
    .earn-link p {
        font-size: 14px;
        width: 50%;
        line-height: 18px
    }
    .earn-link a {
        padding: 0 10px
    }
    .cr-all-reviews-shortcode ol li.review {
        width: 100%;
    }
    .feature-list .wrapper::before {
        display: none;
    }
    .productsblock .productstab .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 9px;
    }
    .feature-list .col-xl-3:not(:last-child) .wrapper {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .customer-say .slick-slide,
    .shop-review-slider .slick-slide {
        padding: 0;
    }
}
@media only screen and (max-width: 475px) {
    .other-tags {
        flex-direction: column;
    }
    .pcat-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .trending-cat a {
        display: flex;
        align-items: center;
    }
    .paymentget-top-category .trending-cat img {
        margin: 10px;
        width: 80px;
        height: 80px;
    }
}

/*.click-frenzy-tag .col-md-4,
.click-frenzy-tag .col-md-6 {
    position: relative;
}
.click-frenzy-tag .col-md-4:before,
.click-frenzy-tag .tp-banner-item-4:before,
.click-frenzy-tag .col-md-6:before,
.tp-banner-full:before {
    content: '';
    position: absolute;
    background: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/click-frenzy.png');
    width: 80px;
    height: 72px;
    right: 13px;
    bottom: 16px;
    z-index: 1;
}
.click-frenzy-tag .tp-banner-item-4:before,
.tp-banner-full:before {
    right: 0;
    bottom: 0;
}
.click-frenzy-tag.top-tag .col-md-4:before {
    background: url('/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/click-frenzy-otp.png');
    top: 0;
    bottom: auto;
    width: 80px;
    height: 68px;
}
@media only screen and (max-width: 675px) {
    .click-frenzy-tag .col-md-4:before, 
    .click-frenzy-tag .tp-banner-item-4:before, 
    .click-frenzy-tag .col-md-6:before, 
    .tp-banner-full:before {
        transform: scale(0.8);
        right: 4px;
        bottom: 9px;
    }
    .click-frenzy-tag.top-tag .col-md-4:before {
        top: -6px;
    }
    .click-frenzy-tag .tp-banner-item-4:before, .tp-banner-full:before {
        right: -6px;
        bottom: -6px;
    }
}*/
#reviews .cr-ajax-reviews-cus-images-div,
.cr-ajax-reviews-list .cr-comment-images {
    display: none;
}
.woocommerce-shipping-totals.shipping{
    display:none !important;
}
.top-slider .slick-slide img {
    margin: 0 auto;
}
.sale-ttlbox {
    background-color: var(--color-primary);
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    box-shadow: rgb(0, 0, 0) 4px 4px 0px 0px;
}
.sale-join {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 70px 25px;
    margin: 20px 0;
    background-image: url(/web/20231226052020im_/https://cdn.paylatershop.com.au/wp-content/themes/pls-shop/assets/img/salebg.webp);
    background-color: var(--color-primary);
    background-position: center;
}
.sale-join h2 {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: rgb(0, 0, 0) 4px 4px 0px 0px;
}
.sale-join a {
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    box-shadow: rgb(0, 0, 0) 4px 4px 0px 0px;
    font-weight: 500;
    font-size: 20px;
}
.sale-join a:hover {
    color: #000;
}
/*product grid timer style start*/
.tmb {
    display: flex;
    align-items: center;
}
.tim {
    position: absolute;
    right: 33px;
    font-weight: 500;
    font-size: 20px;
}
.tim p {
    width: 28px;
    display: inline-block;
}
@media only screen and (max-width: 1199px) {
    .tim {
        right: 20px;
        font-size: 14px;
    }
    .tim p {
        width: 20px;
    }
}
/*product grid timer style end*/
/*Timer Style Start*/
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}
.flip-clock-wrapper a:hover {
    color: #fff;
}
.flip-clock-wrapper ul {
    list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}
.flip-clock-wrapper.clearfix:after {
    clear: both;
}
.flip-clock-wrapper.clearfix {
    *zoom: 1;
}
/* Main */
.flip-clock-wrapper {
    -webkit-user-select: none;
}
.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}
.flip-clock-meridium a {
    color: #313333;
}
.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}
/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
}
.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}
.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}
.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
}
.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}
.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}
.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px;
}
.flip-clock-divider:first-child {
    width: 0;
}
.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}
.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}
.flip-clock-dot.top {
    top: 30px;
}
.flip-clock-dot.bottom {
    bottom: 30px;
}
@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-moz-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-o-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}
@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }
    100% {
        -moz-transform: rotateX(0deg);
    }
}
@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }
    100% {
        -o-transform: rotateX(0deg);
    }
}
@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}
@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }
    100% {
        -moz-transform: rotateX(-90deg);
    }
}
@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }
    100% {
        -o-transform: rotateX(-90deg);
    }
}
@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}
.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@media only screen and (max-width: 575px) {
    .flip-clock-wrapper ul li a div {
        font-size: 50px;
    }
    .flip-clock-wrapper ul li {
        line-height: 70px;
    }
    .flip-clock-wrapper ul {
        height: 70px;
        line-height: 70px;
    }
    .flip-clock-divider {
        height: 79px;
    }
    .flip-clock-dot.bottom {
        bottom: 20px;
    }
}
marquee {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 20px;
    padding: 6px 2px;
    margin-bottom: -7px;
}
/*Footer Style Start*/

.subscribe-area {
    background-color: var(--color-secondary);
    padding-bottom: 65px;
    padding-top: 70px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.subscribe-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    max-width: 100%;
}
.subscribe-shape-2 {
    position: absolute;
    top: 53%;
    left: 10%;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    z-index: -1;
}
.subscribe-shape-3 {
    position: absolute;
    bottom: 10%;
    left: 12%;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    z-index: -1;
}
.subscribe-shape-4 {
    position: absolute;
    top: -5%;
    right: 12%;
    z-index: -1;
}
.subscribe-plane {
    position: absolute;
    right: 17%;
    top: 24%;
    width: 399px;
    height: 110px;
    z-index: -2;
}
.subscribe-plane-shape {
    position: absolute;
    top: -34%;
    left: -6%;
}
.subscribe-plane svg {
    position: absolute;
    top: 0;
    right: 0;
}
.subscribe-plane svg path {
    stroke-dasharray: 4;
    stroke-dashoffset: 0;
    -webkit-animation: tp-svg-line 30s linear forwards infinite;
    animation: tp-svg-line 30s linear forwards infinite;
}
@-webkit-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@-moz-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@-ms-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
.subscribe-content {
    color: #fff;
}
.subscribe-content span {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}
.subscribe-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0;
}
footer.footer {
    background-color: #f1f1f1;
    padding-top: 50px;
}
.app-icon-img {
    display: flex;
    align-items: center;
}
.email-box {
    position: relative;
}
.email-box input.form-control {
    height: 45px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    font-size: 17px;
    text-transform: capitalize;
    padding-right: 115px;
}
.email-box .btn-submit {
    height: 45px;
    cursor: pointer;
    background-color: var(--color-primary);
    font-size: 17px;
    font-weight: 400;
    border: none;
    text-transform: capitalize;
    border-radius: 0 4px 4px 0;
    color: #fff;
    padding: 0 15px;
    letter-spacing: 0.5px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#res_message,
#res_message2 {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin-top: 4px;
    width: fit-content;
    z-index: 1;
}
.email-box .success {
    color: green;
}
.email-box .error {
    color: red;
}
.social-inner li {
    display: inline-block;
    vertical-align: middle
}
.social-inner li a {
    padding: 0;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: relative
}
.social-inner li a:after {
    content: "";
    height: 42px;
    width: 42px;
    right: -3px;
    top: -3px;
    position: absolute;
    border-radius: 50%;
    border: 1px dashed var(--color-secondary);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.social-inner li a:hover:after {
    border-color: var(--color-secondary);
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite
}
keyframes spinaround 0% {
    transform: rotate(0deg)
}
keyframes spinaround 100% {
    transform: rotate(360deg)
}
@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spinAround {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
.social-inner li a i {
    color: #fff;
    font-size: 25px;
}
.social-inner li.facebook a {
    background-color: #3b5999
}
.social-inner li.twitter a {
    background-color: #00aced
}
.social-inner li.youtube a {
    background-color: #d12121
}
.social-inner li.instagram a {
    background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
}
.social-inner li.pinterest a {
    background-color: #c8232c
}
.social-inner .twitter i:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M8 2H1L9.26086 13.0145L1.44995 21.9999H4.09998L10.4883 14.651L16 22H23L14.3917 10.5223L21.8001 2H19.1501L13.1643 8.88578L8 2ZM17 20L5 4H7L19 20H17Z' fill='rgba(255,255,255,1)'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    width: 24px;
    height: 24px;
}
.f-title {
    padding: 0 0 10px;
    position: relative;
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
}
.f-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--color-secondary);
    border-radius: 100px;
}
.footer-menu-list li {
    margin-bottom: 5px;
    line-height: 20px;
}
.footer-menu-list li a,
.m-footer .contact-info a {
    font-weight: 400;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.2px;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 0.7px;
}
.footer-menu-list li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: var(--color-primary);
    left: -15px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-menu-list li a:hover:before {
    opacity: 1;
    left: 0;
}
.footer-menu-list li a:hover {
    color: #2eaae1;
    padding-left: 14px;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-menu-list li a:hover {
    color: var(--color-primary);
}
.footer-menu-list .current-menu-item a {
    letter-spacing: 1px;
    color: var(--color-primary);
}
.m-footer .contact-info li span {
    font-size: 20px;
    margin-right: 8px;
    width: 25px;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0;
}
.m-footer .contact-info li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 17px;
    padding-left: 35px;
    position: relative;
    word-wrap: break-word;
}
.whats-float a {
    background-color: #25d366;
    color: #fff;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    padding: 0 5px 0 45px;
    position: relative;
    display: inline-block;
    line-height: 20px
}
.whats-float a:hover {
    text-decoration: none
}
.whats-float a:focus {
    outline: none;
    text-decoration: none
}
.whats-float a span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.whats-float i {
    font-size: 30px;
    color: #fff;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    position: absolute;
    left: 8px;
    top: 4px
}
.whats-float small {
    display: block;
    font-size: 13px;
    font-weight: 600
}
.whats-float a:hover i {
    transform: rotate(360deg)
}
.footer-copyright p {
    margin: 0;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 0.5px;
    background: var(--color-primary);
    color: #fff;
    font-size: 18px;
}
.footer-copyright p a {
    color: #fff;
}
.footer-copyright p a:hover {
    color: var(--color-secondary);
}
.footer-copyright {
    position: relative;
}
.footer-pay-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 3px;
    border-top: 1px solid #ddd;
    margin-top: 35px;
}
.footer-pay-icon .paybox {
    width: 80px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 0 5px 7px 0;
    padding: 3px;
    border-radius: 2px;
    transition: all 500ms ease;
}
.footer-pay-icon .paybox:hover {
    transform: translateY(-5px);
}
/*Footer Style End NIKS*/
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transform: scale(0.3);
    box-shadow: 0 0 8px 0 #ffffff;
    z-index: 9;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 90px;
    opacity: 1;
    transform: scale(1)
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 100px;
}

/* Headder Style Start */
.header-nav.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 333;
    max-width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}
.header_middle.mobhead-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    max-width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
}
.preloader {
    background-color: #eaeaea;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.header_middle {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.top-search .form_control {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    border: 1px solid #ddd;
    height: 50px;
    padding: 0 45px 0 15px;
    width: 100%;
}
.top-search .flaticon-search {
    position: absolute;
    background-color: var(--color-primary);
    border-radius: 0 4px 4px 0;
    color: var(--color-white);
    height: 50px;
    width: 50px;
    right: 0;
    font-size: 25px;
    text-align: center;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
}
.list-inline-item:not(:last-child) {
    margin-right: 15px;
}
.header_top_iconbox .icon {
    border-radius: 4px;
    border: 1px solid var(--color-secondary);
    height: 50px;
    line-height: 55px;
    position: relative;
    text-align: center;
    width: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header_top_iconbox .details {
    margin: 0 9px;
}
.header_top_iconbox .icon span {
    font-size: 25px;
    color: var(--color-secondary)
}
.header_top_iconbox .details .subtitle,
.header_top_iconbox .details .title {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.header_top_iconbox .details .title {
    font-size: 16px;
    font-weight: 500;
}
.header_top_iconbox .icon .cart-count {
    background-color: var(--color-primary);
    border-radius: 50%;
    color: #0b1e40;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    right: -10px;
    height: 20px;
    width: 20px;
    top: -10px;
    line-height: 20px;
    text-align: center;
}
.r-top-head {
    align-items: center;
    display: flex;
    justify-content: end;
}
.r-top-head a {
    cursor: pointer;
}
.header-nav {
    background-color: var(--color-primary);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ace-responsive-menu>li {
    border: 0;
    display: inline-block;
    margin: 0;
    text-align: left;
    padding: 0 13px;
}
.ace-responsive-menu>li>a {
    position: relative;
    color: #fff;
    font-size: 17px;
    margin: 0;
    display: inline-block;
    padding: 13px 0;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
}
.widget_menu_home2 {
    position: absolute;
    right: 0;
    top: 0;
}
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: #333;
}
.menu-toggle #menu-btn {
    float: right;
    background: #202020;
    border: 1px solid #0C0C0C;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}
.pl200 {
    padding-left: 200px;
}
.ace-responsive-menu>li>a:before {
    background-color: var(--color-primary);
    content: "";
    height: 2px;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
}
.ace-responsive-menu>li.current-menu-item a:before,
.ace-responsive-menu>li a:hover:before {
    opacity: 1;
    width: 100%;
}
.ace-responsive-menu>li.current-menu-item a,
.ace-responsive-menu>li a:hover {
    color: var(--color-primary);
}
#mega-menu {
    height: 48px;
    position: absolute;
    top: 0;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#mega-menu a {
    color: #fff;
    line-height: 45px;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
}
#mega-menu .btn-mega:after {
    background-color: var(--color-primary);
    content: "";
    height: 30px;
    position: absolute;
    right: -12px;
    top: -3px;
    width: 1px
}
.header_middle .container,
.header-nav .container {
    max-width: 1320px;
}
.ace-responsive-menu > li.header-sale a {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #f7ac55 0%, #f7941d 29%, #E91E63 67%, #082043 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    padding: 0;
    position: relative;
    top: 5px;
    line-height: 40px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
/*Header Style End NIKS*/

/*Breadcrumb Style Start*/
.page-title {
    padding: 20px 0;
    margin-bottom: 30px;
    background: #f6f6f6;

}
.page-title .title {
    margin: 0;
    font-size: 45px;
}
.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb-wrapper a i {
    font-size: 20px;
}
.breadcrumb-wrapper .bread-sep i {
    margin: 0 10px;
    font-size: 18px;
}
.breadcrumb-wrapper .bread-title {
    color: var(--color-primary);
    font-size: 17px;
    font-weight: 600;
}
.entry-header {
    text-align: center;
    padding-bottom: 10px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}
.prd-brcm ul.breadcrumb {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
    background: #f6f6f6;
    margin-top: 0;
    justify-content: center;
}
.prd-brcm ul.breadcrumb li {
    display: inline-block;
    position: relative;
    color: var(--color-secondary);
    font-size: 17px;
}
.prd-brcm ul.breadcrumb a:hover {
    color: var(--color-primary);
}
.prd-brcm ul.breadcrumb li.home i {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.prd-brcm ul.breadcrumb li:not(:first-child) {
    padding-left: 20px;
}
.prd-brcm ul.breadcrumb li:not(:first-child)::before {
    position: absolute;
    left: 8px;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    font-weight: 300;
    color: var(--color-heading);
}
.entry-header.product-head {
    padding-top: 0;
}
.woocommerce-breadcrumb li a:hover {
    color: var(--color-primary);
}
.prd-brcm ul.breadcrumb.pdtlbrcm li:last-child {
    display: none;
}
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transform: scale(0.3);
    box-shadow: 0 0 8px 0 #ffffff;
    z-index: 9;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 90px;
    opacity: 1;
    transform: scale(1)
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 100px;
}
/*Breadcrumb Style End Niks*/
.sale-img a {
    font-size: 0 !important;
    position: relative;
    line-height: 0;
    height: 38px;
    display: inline-block;
}
.sale-img a:before {
    content: '';
    background: url(../img/sale-menu.png) no-repeat center;
    width: 70px;
    display: flex;
    height: 100%;
}
/* Loylty Point CSS */

.loyalty-progress {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.loyalty-progress li.section {
    display: inline-block;
    padding-top: 45px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 14.28%;
}

.loyalty-progress li.section:before {
    content: 'x';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    line-height: 25px;
    background: gray;
}
.status-bar {
    height: 2px;
    background: gray;
    position: relative;
    top: 18px;
    margin: 0 auto;
    width: 88%;
}
@keyframes changeBackground {
    from {
        background: gray
    }
    to {
        background: mediumseagreen
    }
}
.loyalty-progress li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}
.reward_meassages {
    display: flex;
    justify-content: center;
}
.reward_meassages>div {
    text-align: center;
    border: 2px solid #ddd;
    margin: 20px 10px;
    padding: 20px;
    background-color: var(--color-theme);
    color: white;
    position: relative;
    width: 20%;
    border-radius: 5px;
}
.reward_meassages>div::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 11px;
}
.reward_meassages .reward-point {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 17px;
    display: block;
}
.reward_meassages h5 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 43px;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 10px;
}
.product-info .product_title {
    font-size: 23px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--font-secondary);
}
.theme-cart-btn {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    padding: 10px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.theme-cart-btn:hover {
    background-color: transparent;
    color: var(--color-primary) !important;
}
.qty-wrap input.qty.form-control {
    width: 100%;
    height: 45px;
}
.btn-stack.btn-prddtl {
    gap: 15px;
}
.btn-wrap {
    width: 100%;
    gap: 15px;
}
.btn-wrap-inner {
    width: 50%;
}
/*Responsive Style Start*/

@media only screen and (min-width: 768px) {
    .mf-title {
        display: none !important;
    }
    .m-footer .collapse {
        display: inherit;
    }
}
@media only screen and (max-width: 1299px) {
    .header .header-category .mainmenu li.has-droupdown>a {
        padding: 0 15px;
    }
    .mainmenu-nav .top-menu>li>a {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .header .header-mainmenu,
    .header .header-top-bar {
        padding-left: 0;
        padding-right: 0;
    }
    .header .header-brand .logo {
        margin-right: 0;
    }
    .header-action li {
        margin: 0 10px;
    }
    .header .header-category {
        margin-right: 0;
    }
    .mainmenu-nav .top-menu>li>a {
        padding: 0 9px;
    }
    .header-top .header-info li {
        padding: 10px 9px;
    }
    .header-action {
        margin: 0;
    }
    li.header-btn {
        margin-right: 0;
    }
    .header .header-category .mainmenu li.has-droupdown>a {
        padding: 0 5px;
    }
    .search-product .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 991px) {
    .c_cartWrapper {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 5px;
    }
    .c_cartWrapper>div {
        line-height: 0;
    }
    .wrapper-header .c_cartWrapper a {
        padding: 0;
    }
    .c_cartWrapper .c_headerIcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .header-navbar {
        justify-content: space-between;
    }
    .mini-cart-box img {
        width: 40px;
    }
    .header-top-bar {
        display: none;
    }
    .animated-icon {
        width: 28px;
        height: 25px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        background: var(--color-secondary);
    }
    .animated-icon span:nth-child(1) {
        top: 2px;
    }
    .animated-icon span:nth-child(2) {
        top: 10px;
    }
    .animated-icon span:nth-child(3) {
        top: 18px;
    }
    .animated-icon.hamberger-open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .animated-icon.hamberger-open span:nth-child(2) {
        opacity: 0;
        left: -60px;
        top: 10px;
    }
    .animated-icon.hamberger-open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    #menu_wrapper.active {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        z-index: 99;
        background: rgb(0 0 0 / 54%);
        cursor: pointer;
    }
    #mobile-top-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        bottom: 0;
        background: white;
        z-index: 999;
        overflow-y: auto;
        overflow-x: auto;
        padding-top: 25px;
    }
    #mobile-top-menu #top-menu-closer {
        cursor: pointer;
        width: 35px;
        position: absolute;
        right: 0;
        padding: 5px;
        top: 0;
        background-color: var(--color-primary);
    }
    #top-menu-closer svg {
        fill: #fff;
    }
    #top-menu>li:after {
        display: none;
    }
    #top-menu>li>a {
        text-align: left;
        padding: 0;

        font-weight: 600;
    }
    #top-menu>li a:hover,
    #top-menu>li a:focus,
    #top-menu>li.current-menu-item a {
        color: var(--color-primary);
        text-decoration: none;
    }
    #top-menu>li.current-menu-item .m-shop-cat li a {
        color: #000;
    }
    /*Category Menu Style Start*/
    .m-shop-cat {
        background-color: #f9c280;
        border-radius: 3px;
        margin: 5px 10px 0;
        display: none;
    }
    .cat-all:before,
    span.icon-open-close {
        width: 40px;
        height: 39px;
        position: absolute;
        transition: all 500ms ease;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #242424;
        right: 0;
        top: 0;
    }
    .cat-all:before {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
    }
    li.cat-all a.icon-open-close {
        width: 100%;
    }
    .cm-open .icon-open-close:before,
    .cm-open:before {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .m-shop-cat li a,
    li.cat-all a {
        width: calc(100% - 35px);
        position: relative;
        transition: 0.3s;
        display: block;
    }
    .m-shop-cat li>.icon-toggle {
        width: 40px;
        text-align: center;
        right: 0px;
        position: absolute;
        z-index: 9;
        cursor: pointer;
        padding: 7px 5px;
        color: #242424;
        top: 0;
        transition: all 500ms ease;
        font-size: 22px;
    }
    #mobile-top-menu #top-menu>li {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 9px 10px;
        position: relative;
    }
    #top-menu {
        padding: 0 0;
    }
    .m-shop-cat li {
        padding: 8px 10px;
        border-bottom: 1px solid #00000075;
        text-align: left;
        position: relative;
    }
    .m-shop-cat li:last-child {
        border-bottom: none;
    }
    .m-shop-cat .has-submenu>.sub-menu {
        display: none;
        background-color: #f3a343;
        border-radius: 3px;
        margin-top: 6px;
    }
    .icon-toggle.sub-open {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .sub-menu.child_category.sub_category_ul {
        background-color: #fff;
        border-radius: 5px;
    }
    /*Category Menu Style end*/
    li.header-btn a {
        background: var(--color-primary);
        display: flex;
        align-items: center;
        width: fit-content;
        border-radius: 3px;
        padding: 11px 10px 7px !important;
        color: #fff;
    }
    .header-btn a img {
        margin-right: 10px;
        position: relative;
        top: -3px;
    }
    .header-btn a.coin-link {
        font-weight: 700;
        font-size: 20px;
        padding: 0 15px;
    }
    #top-menu>li>a.slink {
        padding: 10px !important;
        display: inline-block;
        color: #fff;
    }
    .mobile-social {
        padding: 10px;
        position: sticky;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 9;
    }
    .social-head li {
        display: inline-block;
    }
    .social-head {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .social-head li a {
        width: 40px;
        display: inline-block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        border-radius: 3px;
    }
    .social-head li a i {
        color: #fff;
    }
    .social-head li.facebook a {
        background-color: #3b5999;
    }
    .social-head li.twitter a {
        background-color: #00aced;
    }
    .social-head li.youtube a {
        background-color: #d12121;
    }
    .social-head li.instagram a {
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
    .social-head li.pinterest a {
        background-color: #c8232c;
    }
    .header_top_iconbox .details {
        display: none;
    }
    .header_top_iconbox .icon {
        margin-left: 10px;
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
    .header_top_iconbox .icon span {
        font-size: 20px;
    }
    .subscribe-content {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .search-popup .content-wrap {
        padding: 15px;
    }
    .search-top p {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .search-popup .close-trigger {
        right: 5px;
        top: 5px;
    }
    .widget_product_search #woocommerce-product-search-field,
    .widget_product_search .woocommerce-product-search button {
        height: 40px;
    }
    .cart-dropdown .cart-content-wrap {
        width: 320px;
    }
    .mini-cart-box .cart-count {
        top: -12px;
        right: -7px
    }
    .search-product .product-grid {
        display: inherit;
        padding: 0;
    }
    #search_results .single-product a {
        display: flex;
        align-items: center;
        box-shadow: 0 0 9px 2px #ccc;
        margin: 5px;
    }
    #search_results .single-product .image {
        width: 70px;
    }
    #search_results .single-product .desc {
        width: 80%;
        text-align: left;
        margin: 0 5px 0 10px;
        height: auto;
    }
    .search-product .product-grid .single-product {
        box-shadow: none;
        padding: 0 !important;
    }
    #search_results .search-result-row {
        height: 60vh;
        overflow: auto;
    }
    #search_results .product-grid,
    #search_results .category-section .category-wrapper {
        max-height: unset;
    }
    #search_results .category-section .category-wrapper .single-category {
        width: 50%;
        float: left;
        border: none;
    }
    #search_results .category-section .desc p:after {
        position: absolute;
        content: "|";
        top: 0px;
        left: -8px;
        color: var(--color-primary);
        font-weight: 600;
    }
    .footer-pay-icon .paybox {
        width: 60px;
        height: 35px;
    }
    .mf-title {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .footer-copyright p {
        margin-top: 10px;
    }
    .m-footer {
        background: #fff;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        position: relative;

    }
    .footer-menu-list li a,
    .m-footer .contact-info a {
        color: var(--color-heading);
    }
    .footer-box-widget {
        margin-bottom: 10px;
        padding: 20px 15px;
    }
    .m-footer .mf-title.collapsed::after {
        -webkit-transform: none;
        transform: none;
    }
    .social-footer {
        margin: 0;
        max-width: 300px;
    }
    .footer-menu-list,
    .contact-info {
        margin-top: 20px;
    }
    .footer-menu-list:before,
    .contact-info:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #ddd;
        top: 40px;
        left: 0;
    }
    .footer-menu-list li:last-child {
        margin-bottom: 0;
    }
    .m-footer .mf-title::after {
        content: "\f078";
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 0;
        top: 1px;
        transition: all 500ms ease;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    #newsletter-container {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-pay-icon {
        margin-top: 10px;
        border-radius: 5px;
    }
    .newsletter-section {
        margin-bottom: 20px;
        padding: 20px 15px;
    }
    .news-box {
        margin-top: 20px;
    }
    .block_newsletter .newsletter_form {
        width: 100%;
    }
    #footer .block-social {
        padding: 63px 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #footer .block-social ul {
        left: 10px;
        width: 100%;
    }
    #homeauto-modal .btn-close {
        right: 0;
        top: 0;
        border-radius: 0 0 0 20px;
    }
    .page-content {
        padding-bottom: 60px;
    }
    .title-box {
        display: block;
        text-align: center;
    }
    .breadcrumb-wrapper {
        justify-content: center;
    }
    .page-title .title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .header .header-mainmenu {
        padding: 5px 0;
    }
    .newsletter-thumbnail {
        width: 100%;
        text-align: center;
    }
    .newsletter-popup-right {
        padding: 20px 15px;
        width: 100%;
    }
}
@media only screen and (max-width: 675px) {
    .loyalty-progress li.section {
        display: block;
        width: 100% !important;
        padding-top: 0;
        text-align: left;
        padding-left: 40px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .loyalty-progress li.section:before {
        left: 0;
        text-align: center;
    }
    .status-bar {
        display: none;
    }
    .loyalty-progress {
        position: relative;
    }
    .loyalty-progress:before {
        content: '';
        height: 88%;
        background: gray;
        margin: 0 auto;
        width: 2px;
        position: absolute;
        left: 14px;
        top: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .subscribe-plane-shape {
        top: -70%;
    }
    .subscribe-plane {
        width: 250px;
    }
    .subscribe-plane svg {
        top: -38%;
        right: 20%;
    }
    .subscribe-title {
        font-size: 27px;
    }
    .subscribe-content {
        margin-bottom: 15px;
        background-color: #08204347;
        border-radius: 4px;
        padding: 5px;
    }
    .footer {
        padding-top: 20px;
    }
    .subscribe-content span {
        font-size: 16px;
    }
}
/*Responsive Style End*/
.theme-btn-cart,
button.theme-btn-cart {
    background-color: var(--color-primary);
    color: #fff;
    border: 2px solid var(--color-primary);
    padding: 8px 15px;
}
.theme-btn-cart:hover,
button.theme-btn-cart:hover {
    background-color: #fff;
    color: var(--color-primary);;
}
.cart-top-btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 95%;
    }
}
#left-sidebar .list-group-item.cata {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    word-wrap: break-word;
    text-wrap: auto;
}
#mobileFIlter .accordion-button {
    text-transform: capitalize;
    font-weight: 700;
    color: var(--color-primary);
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
#mobileFIlter .accordion-item {
    box-shadow: 0 0 6px 0px #ddd;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) {
    #mobileFIlter .collapse {
        display: block;
    }
    #mobileFIlter .accordion-button {
        pointer-events: none;
    }
    #mobileFIlter .accordion-button::after {
        display: none;
    }
}

#age-verification {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.agemd-wrap {
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.agemd-header {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agemd-wrap p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.agemd-header a {
    font-size: 22px;
}
.agemd-header h5 {
    font-size: 20px;
}
.age-buttons {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.age-buttons .theme-btn {
    padding: 10px;
    width: 150px;
    cursor: pointer;
}
.p-variation-list {
    padding: 0 10px;
}
.p-variation-list p {
    width: fit-content;
}
.p-variation-list p:not(:last-child):after {
    display: inline-block;
    content: ',';
    margin: 0 5px 0 2px;
}
.clr-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 10px 5px;
}
.clr-wrap .thumb-variation {
    border-radius: 3px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 2px 0px #0000006b;
    overflow: hidden;
    cursor: pointer;
}
.clr-wrap .thumb-variation img {
    max-width: 100%;
    height: auto;
}
.acrd-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #ddd;
}
.acrd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}
.acrd-header.acrd-active,
.acrd-header:hover {
    background-color: var(--color-primary);
}
.acrd-body {
    display: none;
    padding: 15px;
    background-color: #fff;
}
.acrd-body p:last-child {
    margin-bottom: 0;
}
.acrd-arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
}
.acrd-arrow.up {
    transform: rotate(180deg);
}
.btn-stack button.btn.btn-default.btn-block {
    color: #fff;
}