﻿.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.woocommerce .button {
    height: 36px !important;
}

.woocommerce .checkout-button,
#place_order {
    background-color: #ff5a01 !important;
}

.woocommerce .checkout-button:hover,
#place_order:hover {
    background-color: rgba(255, 90, 1, .8) !important;
}

#main {
    padding-bottom: 30px;
}

.main-nav {
    display: block;
    position: relative;
    padding: 0 0 0 110px;
    margin-left: -150px;
}

.sub-menu {
    opacity: 0;
    padding: 27px 10px 0 25px;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 95%;
    left: -2px;
    z-index: 1;
    background: #000;
    width: 202px;
    font-size: 12px;
    overflow: hidden;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.menu-item-has-children .sub-menu {
    padding: 27px 10px 0 25px;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.menu-item-has-children .sub-menu li {
    padding: 0 0 15px;
    letter-spacing: 1.5px;
    position: relative;
    list-style: none;
    margin: 0;
    min-height: 35px;
}

.main-nav {
    display: block;
    position: relative;
    padding: 0 0 0 110px;
    margin: 27px 0 0 -150px;
}

.menu-item-has-children .sub-menu li:last-child {
    padding: 0 0 20px 0
}

.menu-item-has-children .sub-menu li:last-child:before {
    display: none
}

.menu-item-has-children .sub-menu li a {
    color: #fff
}

.menu-item-has-children .sub-menu li a:hover {
    color: #ff5a01
}

.menu-item-has-children .sub-menu li a:after {
    display: none
}

.woocommerce .quantity .qty {
    background-color: #1b1d1e;
    border: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #1b1d1e;
    border-radius: 0px;
}

.woocommerce table.shop_table {
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-collapse: collapse !important;
}

.showcoupon,
.showcoupon:hover {
    color: #515151;
}

.showcoupon:hover {
    text-decoration: underline;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #1b1d1e;
    border-radius: 0px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    color: #000 !important;
    border-top: 3px solid #ff5a01 !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li,
.woocommerce-error li a,
.woocommerce-info li a,
.woocommerce-message li a {
    color: #000 !important;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00 !important;
    border: 4px solid;
}

.woocommerce form .form-row.woocommerce-invalid{
    background-color: #a00 !important;
}

.woocommerce-info::before {
    color: #ff5a01;
}

body.login div#login p#backtoblog {
    display: none;
}

.login h1 a {
    background-image: none, url(../png/new-logo.png) !important;
    background-size: contain;
    height: 150px;
    width: 100%;
}

.login form {
    background-color: #000 !important;
    color: #fff !important;
}

.login #login_error {
    color: #000;
}

div#login_error a {
    color: red;
}

.button-primary,
.gform_button {
    margin: 0 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none !important;
    overflow: visible !important;
    left: auto !important;
    color: #fff !important;
    background-color: #ff5a01 !important;
    border-radius: 0px !important;
    border: 0 !important;
    display: inline-block !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.gform_button {
    min-height: 40px;
    border-radius: 25px !important;
}

.login label,
.login #backtoblog a,
.login #nav a,
.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
    color: #fff !important;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
    text-decoration: underline !important;
}

.gform_wrapper li.gfield.gfield_error {
    background: 0 !important;
}

.form-holder {
    margin: 0px;
}

.video-teaser-no-sub {
    position: relative;
}

.video-teaser-no-sub:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.video-teaser-no-sub-image {}

.video-teaser-no-sub-overlay {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 1;
}


/* Change WC Acct Page Column Widths */

@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 22%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}


/* Style WC Account Endpoint Links */

nav .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width: 200px;
    font-size: 17px;
    line-height: 26px;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #000;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    font-weight: bold;
    cursor: default;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px #000;
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(0, 0, 0, 0.07);
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0, 0, 0, 0.07);
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
}

.woocommerce-MyAccount-navigation {
    max-width: 300px;
    min-width: 200px;
    float: left;
    width: 25%;
}

.woocommerce-MyAccount-content {
    width: 70%;
    float: left;
    margin-left: 15px;
}

.woocommerce-MyAccount-navigation-link--subscriptions,
.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.full-width {
    width: unset !important;
}

.subscription-icon {
    width: 32px;
    height: 32px;
    margin-left: 5px;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

ul.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

ul.slick-dots li button {
    border-radius: 2rem;
    border: none;
    color: #0000;
    font-size: 0;
    padding: 0px;
    height: 12px;
    width: 12px;
}

ul.slick-dots {
    text-align: center;
}

ul.slick-dots li.slick-active button {
    background: #ff5a01;
}


/*********************** Landing V2 Template Styles ***********************/

.slider-section {
    text-align: center;
    position: relative;
    /*background: #000;*/
    min-height: 900px;
    padding: 139px 0 106px;
}

section.slider-section h2,
section.slider-section .description,
.slider-section h2 {
    margin-bottom: 3rem;
}

.inner-wrap-v2>div {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.inner-wrap-v2>div.img-wrapper,
.inner-wrap-v2 h2 {
    margin-bottom: 1.5rem;
}

.inner-wrap-v2 .sub-heading {
    text-transform: uppercase;
    letter-spacing: 6px;
}

.inner-wrap-v2 .description {
    font-size: 16px;
}

.slider-section h2 span {
    color: #ff5a01;
}

.third-section {
    padding-bottom: 3rem;
    position: relative;
}

.third-section .description {
    margin-top: 6rem;
}

.ctn-btn-view.text-center {
    width: 100%;
    position: absolute;
    top: -52px;
}

.ctn-btn-view span:nth-of-type(2) {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ctn-btn-view-inner {
    display: inline-block;
    background: #1b1d1e;
    background-image: linear-gradient(#242627, #191a1e);
    padding: 20px 40px;
    border-radius: 2rem;
    line-height: normal;
    vertical-align: middle;
    font-style: italic;
    font-size: 20px;
}


/*********************** Login Page Styles ***********************/

.ctm-outer-form-wrap {
    padding: 139px 0 106px;
}

.ctm-reg-form-wrap * {
    display: block;
}

.ctm-login-form-wrap .u-column2.col-2 {
    display: none;
}

.ctm-outer-form-wrap input {
    background: #fff;
    margin: 12px 0px !important;
    color: #000;
}

.ctm-outer-form-wrap .woocommerce form .form-row input.input-text,
.ctm-outer-form-wrap .woocommerce form .form-row textarea {
    color: #fff !important;
}

.ctm-login-form-wrap form {
    border: none !important;
    padding: 0px !important;
}

.ctm-reg-form-wrap form {
    margin-top: 40px;
}

.ctm-reg-form-wrap input[type=text] {
    width: 100%;
}

.ctm-outer-form-wrap input[type=submit],
.ctm-outer-form-wrap .woocommerce button.button {
    background: #ff5a01;
    border-color: #ff5a01;
    padding: 10px 20px;
    font-size: 18px;
    border-style: solid;
    border-radius: 2rem;
    color: #fff;
    line-height: 18px !important;
    min-height: auto !important;
    min-width: 110px;
    font-weight: 500;
    width: 110px;
    margin-top: 45px !important;
}

.ctm-outer-form-wrap .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.position-relative {
    position: relative;
}


/*********************** Register Page Styles ***********************/

#gform_wrapper_6 li.sub-heading {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #dcdcdc;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    padding-left: 32px;
}

#gform_wrapper_6 li.sub-heading:before {
    content: '';
    width: 22px;
    display: inline-block;
    border-top: 1px solid #fff;
    position: absolute;
    top: 44%;
    left: 0;
}

#gform_wrapper_6 li label {
    font-weight: 500;
}

#gform_wrapper_6 li input,
#gform_wrapper_6 li select,
.checkout-wrap input,
.checkout-wrap select,
.checkout-wrap .select2-container--default .select2-selection--single,
.checkout-wrap textarea {
    height: 48px;
    margin: 12px 0;
    width: 90%;
}

.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error {
    border-color: #fff;
    color: #fff;
    background-color: red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
    padding: 0;
    color: #fff;
}

.gform_wrapper .gfield_required {
    display: none;
}


/*********************** Blog Page Styles ***********************/

.blog-wrap {
    padding: 50px 0;
}

.post-content.first-post-content {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 55px);
    left: 40px;
}

.blog-wrap img.pro-img {
    border-radius: 50%;
    margin-top: -7px;
}

.blog-wrap .post-content span {
    color: #fff;
    margin-right: 7px;
}

.blog-wrap .post-content p {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 21px;
}

.blog-wrap img.post-featured {
    border-radius: 6px;
}

.blog-wrap article {
    margin: 25px 0;
}

.w-100 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.first-post-content h5 {
    margin: 15px 0px;
}

nav.pagination .prev,
nav.pagination .next {
    background: #36393b;
    padding: 7px 18px;
    border-radius: 2rem;
}

nav.pagination>* {
    padding: 4px 10px;
}

nav.pagination span {
    background: #ff5a01;
    border-radius: 2rem;
}

nav.pagination {
    margin: 25px 0px;
    padding-top: 20px;
}

.video-share-container {
    width: 50px;
}

.ays_cb_and_a {
    display: none;
}


/*********************** Cart Page Styles ***********************/

.cart-wrap .cart-collaterals,
.cart-wrap form.woocommerce-cart-form {
    width: 50%;
    display: inline-block;
    width: calc(50% - 50px);
    padding: 0 25px;
    vertical-align: top;
}

.cart-wrap .cart-collaterals {
    padding: 0 45px;
}

.cart-wrap td,
.cart-wrap tr,
.cart-wrap table {
    border: 0 !important;
}

.cart-wrap .woocommerce table.shop_table {
    border-top: 0px solid rgba(255, 255, 255, .5) !important;
}

.cart-wrap tr.cart_item td {
    padding: 10px 12px;
    display: block;
    text-align: right !important;
    font-weight: 600;
}

.cart-wrap tr.cart_item td:nth-child(odd):not(:first-child) {
    background: #121315;
}

.cart-wrap .woocommerce table.shop_table_responsive tr td:before,
.cart-wrap .woocommerce-page table.shop_table_responsive tr td:before {
    font-weight: 500;
    color: #a5a5a5;
}

.cart-wrap .coupon {
    margin: 30px 0px;
    margin-left: -12px;
}

.cart-wrap .coupon input,
.cart-wrap button.button {
    background: #313536;
    border: none !important;
    padding: 8px 17px 11px 17px !important;
    border-radius: 2rem !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    min-height: 42px !important;
    min-width: auto !important;
    width: unset !important;
}

.cart-wrap .coupon button.button {
    width: auto !important;
    background: #fff !important;
    float: left !important;
    margin-left: 12px;
}

.cart-wrap .coupon~button.button {
    width: calc(100% + 12px) !important;
    margin-left: -12px;
}

.cart-wrap .cart-collaterals .cart_totals {
    background-image: linear-gradient(#292a2c, #151618);
    border-radius: 10px;
}

.cart-wrap .cart-collaterals .cart_totals h2 {
    padding: 25px;
    font-size: 22px;
}

.cart-wrap .cart_totals table {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: calc(100% - 40px);
}

.cart-wrap .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

.cart-wrap .cart_totals .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0px !important;
    border-radius: 0 0 8px 8px;
}

.cart-wrap .cart_totals tr.recurring-totals th {
    border-color: #000 !important;
}

.cart-wrap .cart-collaterals .cart_totals,
.cart-wrap .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.cart-wrap .cart-collaterals .cart_totals tr th,
.checkout-wrap tr th {
    border: none;
    text-align: left;
    width: 50%;
    font-weight: 500 !important;
    color: #a5a5a5;
}

.cart-wrap .cart-collaterals td {
    text-align: right;
}

.cart-wrap .cart-collaterals tr.recurring-totals th {
    text-align: center;
}

.cart-wrap .cart-collaterals tr.recurring-totals {
    border: 1px solid #000 !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.cart-wrap .woocommerce-cart-form thead {
    display: none;
}

.cart-wrap .woocommerce-cart-form tr:first-child td:not(:first-child):before {
    content: attr(data-title) ": ";
    float: left;
}

.cart-wrap .woocommerce-cart-form tr td.product-thumbnail {
    display: none !important;
}


/*********************** Checkout Page Styles ***********************/

.checkout-wrap .woocommerce-info {
    color: #fff;
    background: #1b1d1e;
    background-image: linear-gradient(#333535, #090a0a);
    padding: 14px 40px;
    border-radius: 2rem;
    line-height: normal;
    vertical-align: middle;
    font-size: 14px;
    border: none !important;
    width: 54%;
    font-style: normal;
}

.checkout-wrap .woocommerce-info a {
    color: #fff;
}

.checkout-wrap h3:not('.no-head'):before {
    content: '';
    width: 22px;
    display: inline-block;
    border-top: 1px solid #fff;
    position: absolute;
    top: 44%;
    left: 0;
}

.checkout-wrap .woocommerce-billing-fields h3,
.checkout-wrap .woocommerce-additional-fields h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #dcdcdc;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
}

.checkout-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.checkout-wrap .select2-container--default .select2-selection--single {
    width: 100%;
}

.checkout-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*        color: #000;*/
    line-height: 40px;
}

.checkout-wrap .woocommerce .col2-set .col-1,
.checkout-wrap .woocommerce .col2-set .col-2 {
    width: 100%;
    max-width: unset !important;
}

.checkout-wrap .woocommerce table td,
.checkout-wrap .woocommerce table th,
.checkout-wrap table.shop_table {
    border: none !important;
}

.checkout-wrap table.shop_table tr.cart-subtotal {
    border-bottom: 1px solid #000;
}

.checkout-wrap .woocommerce table thead th {
    padding-top: 30px;
}

.checkout-wrap table.shop_table.woocommerce-checkout-review-order-table,
.checkout-wrap .woocommerce-checkout #payment {
    background-image: linear-gradient(#292a2c, #151618);
    border-radius: 10px;
}

h3#order_review_heading:before,
.gift-certificate.sc_info_box h3:before {
    display: none;
}

.payment_box.payment_method_stripe {
    background: transparent !important;
    color: #fff !important;
}

.gift-certificate.sc_info_box~h3,
.gift-certificate.sc_info_box~div {
    margin-top: 0 !important;
}

.gift-certificate.sc_info_box {
    color: #fff;
    background-image: linear-gradient(#292a2c, #151618);
    border-radius: 10px;
}

.gift-certificate input {
    height: auto;
    width: auto;
}


/*.checkout-wrap #order_review {
    padding: 20px;
    background-image: linear-gradient(#292a2c, #151618);
    border-radius: 10px;
}*/

.coming-soon-menu {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cart-wrap .cart-collaterals,
    .cart-wrap form.woocommerce-cart-form {
        width: 100%;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        width: 100% !important;
        margin-top: 10px;
        margin-left: 0;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0;
        width: 100% !important;
    }
    .checkout-wrap .woocommerce-info {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #customer_details {
        width: 60%;
        float: left;
        padding-right: 25px;
    }
    #order_review_heading {
        width: 30%;
        float: left;
        margin-top: -90px;
        position: relative;
    }
    #order_review {
        width: 40%;
        float: left;
        margin-top: -45px;
    }
    .checkout-wrap .woocommerce table.shop_table td {
        width: 50%;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }
    .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row {
        width: 47%;
        display: inline-block;
    }
    .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(even) {
        margin-left: 6%;
    }
}

@media only screen and (min-width: 991px) {
    .ctm-outer-form-wrap .col-6-section:first-child {
        border-right: 2px solid #000;
        padding-right: 6%
    }
    .ctm-outer-form-wrap .col-6-section:nth-of-type(2) {
        padding-left: 6%;
    }
    .ctm-outer-form-wrap .col-6-section:first-child:after {
        content: 'OR';
        height: 46px;
        width: 46px;
        line-height: 46px;
        text-align: center;
        position: absolute;
        top: 50%;
        right: -24px;
        background: #000;
        border-radius: 50%;
        color: #a4a4a4;
    }
    .ctm-outer-form-wrap .woocommerce-LostPassword.lost_password {
        position: absolute;
        bottom: 135px;
        right: 15%;
    }
    .ctm-outer-form-wrap .woocommerce-LostPassword.lost_password a {
        color: #a4a4a4;
    }
    .ctm-outer-form-wrap label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
        margin-top: 20px;
    }
}

.quiz-image-holder {
    position: relative;
}

.information_form input[type=text] {
    color: #fff !important;
}

.raaus-disclaimer {
    font-size: 12px;
    margin-top: 30px;
}

a.btn-reverse {
    background: #000;
    min-width: 110px;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    color: #fff;
}

.trg-easybooks-newtemplate a.button--bestia {
    font-size: 22px;
    line-height: 125%;
    color: #FFFFFF;
    position: relative;
    padding: 22px 80px 22px 40px;
    background: #FF5A01;
    box-shadow: 0px 10px 21px 1px rgba(0, 0, 0, 0.09);
    width: max-content;
}

.trg-easybooks-newtemplate a.button--bestia::after {
    content: url(../arrowuprightwhite.html);
    position: absolute;
    right: 40px;
    top: 22px;
}

.trg-easybooks-newtemplate .button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.trg-easybooks-newtemplate .button--bestia span {
    position: relative;
    z-index: 999;
}

.woocommerce .blockUI.blockOverlay {
    position: fixed !important;
    right: 0;
    bottom: 0;
}