.custom-checkbox+label::before {
    width: 22px;
    height: 22px;
}
.product__description-title-similar{
	padding-left: 0px;
}

.success-error-coupon{
	border-radius: 30px;
    overflow: hidden;
}
.authors__list a:first-child::before{
  display: none !important;
}
.success-error-coupon ul{
	margin-bottom: 0px;
}
.product__type-label:has(input[value="audio"]:checked)::after {
    position: absolute;
    bottom: -20%;
    left: 0%;
    width: 100%;
}
.product__type-label:has(input[value="ebook"]:checked)::after {
    position: absolute;
    bottom: -20%;
    left: 0%;
    width: 100%;
}
.audio.audio-price.content-price .default-sale-cross{
	line-height: 42px;
    margin-bottom: -21px;
}
.ebook.ebook-price.content-price .default-sale-cross{
	line-height: 42px;
    margin-bottom: -21px;
}

@media (max-width: 768px){
    
	.product__content-variations{
    	padding-bottom: 20px;
    }
	.product__main-content .product__content{
    	padding-top: 20px;
    }
	.audio.audio-price.content-price .default-sale-cross, .ebook.ebook-price.content-price .default-sale-cross {
        line-height: 24px;
        margin-bottom: 0px;
    }
}
@media (min-width: 768px){
	.book-name {
        line-height: 17.8px;
    }




    /*li.catalog__item{*/
    /*    width: max-content !important;*/
    /*}*/
    .blog-swiper__img {
        object-fit: cover !important;
    }
    .blog-swiper__img-wrapper{
        background-color: black !important;
    }
    .book-buttons{
        gap: 1%;
    }
    .book-buttons > a{
        width: 73.5%;
        max-width: 50%;
    }
    .book-buttons > div{
        width: 100%;
        max-width: 50%;
    }
}
.about-us__partner-image{
    object-fit: cover;
}
.no-variation{
    font-size: 19px;
    color: #A79D90;
}
.podcasts-seo{
    margin-top: 120px;
}
.single-post__facebook{
	padding: 4.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__content{
	justify-content: space-between;
}
.single-post__facebook{
	position: relative;
}
.single-post__facebook a{
	opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 9999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.single-post__facebook::after{
	content: url('./assets/img/fc.svg');
    top: 22%;
    right: 23%;
    filter: grayscale(1);
    position: absolute;
}

.all-items-menu-item{
	padding: 6px 24px 1px;
    background: rgba(209, 170, 0, 0.2);
    border-radius: 24px;
    margin-left: -22px;
    margin-bottom: 6px;
}
.single-post__facebook:hover::after {
    filter: brightness(1);
}

.single-post__facebook > span{
	opacity: 0 !important;
    position: absolute;
    top: 2px;
    z-index: 999999;
}
.single-post__date, .loyalty__date, .editor-columns__card-date, .single-column__date, .blog-swiper__date, .single-column__card-date{
	text-transform: lowercase;
}
.checkout__final-info-cashback>span:nth-last-child(2) {
    font-size: 16px;
    line-height: 22px;
}
.removeAccount-popup {
    position: fixed;
    display: flex;
    place-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(153, 153, 153, .4);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}
.removeAccount-fullwidth{
    font-size: 19px;
    border-radius: 88px;
    padding: 12px 24px;
    margin-top: 8px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    color: #131110;
    border: 1px solid #131110;
}
.removeAccount-fullwidth:hover {
    background: #fff;
    border: 1px solid #fff;
}
.removeAccount-remove{
    font-size: 19px;
    background: #131110;
    color: #fff;
    border-radius: 88px;
    padding: 12px 24px;
    margin-top: 8px;
    width: 100%;
}
.removeAccount-remove:hover{
    color: #ffff41;
}
.removeAccount-buttons-wrap{
    display: flex;
    gap: 8px;
}
.removeAccount-popup.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.buttonsWrap{
    grid-column: 1/3;
}
.removeAccount{
    align-content: center;
    margin-left: auto;
    margin-right: 20px;
    font-size: 16px;
    color: #95897A;
    line-height: 20.8px;
    transition: 0.3s;
    cursor: pointer;
}

.removeAccount:hover{
    opacity: 0.7;
}
.book-buttons__wrapper > .book-buttons > a:not(.product__add-to-cart){
    display: none;
}
.woocommerce-MyAccount-navigation > ul > li > a{
    width: 100%;
}
.troubles{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    left: 0;
}
.troubles__content{
    background: #FAE100;
    padding: 8px;
}
.troubles__main-content{
    margin: 0px 88px 88px 88px;
}
.troubles__cross{
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    height: 30px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.troubles__cross svg{
    transition: 0.3s;
}
.troubles__cross svg:hover{
    transform: rotate(45deg);
}
.troubles__title{
    width: 371px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.troubles__title p{
    font-size: 40px;
    line-height: 44px;
    color: #131110;
    margin-bottom: 16px;
}
.troubles__text{
    color: #6c6300;
    font-size: 16px;
    line-height: 20.8px;
}
.troubles__text a{
    color: #131110;
    font-size: 16px;
    line-height: 20.8px;
}
p.completed{
    background-color: #0C8346 !important;
}
p.failed{
    color: white;
    background-color: #FF4A1C;
}
.product__gallery-except{
    bottom: 3px;
    background: rgba(19, 17, 16, 0.4);
    color: white;
    width: max-content;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 88px;
}
.product__gallery-except:hover{
    background: rgba(19, 17, 16, 1);
    color: white;
}
.fb_iframe_widget span{
    width: 26px !important;
}
.product__gallery-except:focus{
    color: black;
    background: #fae100;
}
.product__gallery-except:active{
    color: black;
    background: #fae100;
}
.single-post__post-books{
    margin-bottom: 0px;
}

    
    .cky-btn-revisit-wrapper.cky-revisit-bottom-left{
        position: absolute;
        bottom: 15px;
        z-index: 9999;
    }
#handle_form{
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
}
#handle_form > div{
    background: #fae100;
    padding: 44px 24px;
    margin: 0px 15px;
}
#handle_form > div > h2{
    font-size: 24px;
    line-height: 24px;
    color: black;
}
.single-column__first-column-wrapper {
    margin-top: 40px !important;
}
@media (max-width: 1440px){
    .product__description-text p:nth-last-child(1){
        display: none;
    }
    .product__description-text p:nth-last-child(2){
        display: none;
    }
    .product__description-text p:nth-last-child(3){
        display: none;
    }
    .product__description-text p:nth-last-child(4){
        display: none;
    }
    .product__description-text p:nth-child(2){
        display: none;
    }
    .product__description-text p:nth-child(3){
        display: none;
    }
    /*.product__description-text p:nth-child(4){*/
    /*    display: none;*/
    /*}*/
    .product__description-text p:nth-child(5){
        display: none;
    }
    article.author__de.product__description-text > p{
        display: block !important;
    }
}
html{
    position: relative;
}
.quotes__content, .quotes__author, .anotation p{
    display: block !important;
}
.product__added-to-cart-label {
    z-index: 9999;
}
.product__gallery-except{
    z-index: 998;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left{
    background: #fae100 !important;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left button{
    filter: brightness(0);
}
.single-post {
    	padding-top: 0px;
}
@media (max-width: 992px){
    .site-footer {
        padding-bottom: 89px;
    }
}
.product__content-shipping, .product__content-payments{
    background-color: #EDEBE7 !important;
    padding: 12px;
}
.product__content-price-cashback {
        color: #A79D90 !important;
}
@media (max-width: 768px){
    .default-sale-cross{
        font-size: 24px;
        line-height: 24px;
    }
    .product__pre-order-text {
        font-size: 14px;
        line-height: 16.8px;
    }
    .product__content-price-cashback {
        font-size: 14px;
        color: #A79D90;
    }
    .product__content-variations{
        zoom: 0.9;
    }
    .current-letter.all-authors::after {
        top: 6px;
        bottom: 5px;
        left: -4px;
        right: 2px;
        zoom: 0.8;
    }
    .additional-order-text-mobile{
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .checkout__call_me {
        margin-left: 10px;
    }
    .removeAccount{
        margin: 37px auto 20px;
        
    }
    .deleteAddressModal-content{
        margin: 0px 15px;
        min-width: unset;
    }
    .removeAccount-buttons-wrap{
        flex-direction: column;
        gap: 0px;
    }
    .deleteAddressModal{
        padding: 0px 10px;
    }
    .deleteAddressModal .deleteAddressModal-btns__wrap {
        gap: 0px;
    }
    .cashback__text h5{
        line-height: 20px;
    }
    .myAccountPage .woocommerce-myAccount-navigation-parent-block .logout-button{
        bottom: 11%;
    }
    .troubles__title{
        justify-content: unset;
        gap: 5%;
    }
    .troubles{
        padding: 10px;
    }
    .troubles__title{
        width: 100%;
        max-width: 322px;
    }
    .troubles__title p{
        font-size: 24px;
        line-height: 24px;
    }
    .troubles__main-content{
        margin: 0px 24px 44px 24px;
    }
    .cashback__info{
        flex-direction: column;
        gap: 10px;
    }
    .cashback__info a{
        width: 100%;
        text-align: center;
    }
    .cashback__total-text{
        zoom: 0.8;
    }
    .cashback__tab{
        display: grid;
        grid-template-columns: 80% 20%;
        height: 78px;
        border-radius: 24px;
    }
    .cashback__number{
        margin-top: 0px;
    }
    .cashback__expiry{
        grid-column: 1;
        margin-top: -3px;
        margin-bottom: 7px;
    }
    .cashback__amount{
        grid-column: 1 / 3;
        grid-row: 1 / -1;
        margin-bottom: -70px;
    }
    .product__swiper-img-single{
        height: 600px !important;
    }
    
}
.product__description-text.anotation-overflow{
    display: none;
}
.product__description-text.anotation.seo-text > a{
        display: none;
}
@media (max-width: 600px){
    .deleteAddressModal-content__header h1{
        line-height: 24px;
    }
}
@media (max-width: 576px){
.swipers-title {
        max-width: 240px;
       }
    .single-post__facebook::after {
        zoom: 1.3;
    }
    .about-us__team-title{
        font-size: 24px;
        line-height: 24px;
    }
    .about-us__team-partner{
        gap: 16px;
    }
    .about-us__partner-image-wrapper{
        min-height: unset;
        height: max-content;
    }
    .about-us__team{
        padding: 44px 0px;
    }
    .podcasts-seo{
        margin-top: 0px;
    }
    .myAccountPage .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--cashback{
        order: 1 !important;
    }
    .product__description-text.anotation.seo-text > a{
        margin-bottom: 0px;
        display: flex;
    }
    .product__description.container{
        position: relative;
    }
    .product__description-text__content{
        transition: 0.3s;
        max-height: 400px;
        overflow: hidden;
    }
    .product__description-text__content-visible{
        max-height: 100%;
    }
    .anotation-overflow{
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        position: absolute;
        height: 171px;
        bottom: 105px;
        width: 100%;
        display: block;
    }
    .product__description.product__tabs.container{
        border: none;
    }
    .catalog__title{
        padding-top: 86px;
        padding-bottom: 24px;
    }
    .podcasts__page-title{
        margin-top: 19px;
        margin-bottom: 24px;
    }
    .events-page > .container > .page-title, .blog-page > .container > .page-title{
        margin-top: 19px;
        margin-bottom: 24px;
    }
    .blog-page__navigation, .authors-page__abc-wrapper{
        margin-bottom: 16px;
    }
    .checkout__wrapper > .page-title{
        margin: 19px auto;
    }
    .container.wishlist{
        padding-top: 89px;
    }
    .container.wishlist > .wishlist__title{
        margin-bottom: 24px;
    }
    .container.wishlist > .wishlist__count{
        margin-bottom: 8px;
    }
    .catalog__items {
        column-gap: 6px;
        row-gap: 6px;
    }
    .container.catalog{
        margin-bottom: 0px;
    }
    .authors-page__title{
        margin-top: 19px;
        margin-bottom: 16px;
    }
	.single-post {
    	padding-top: 31px;
	}
	.book-price.sale > .product__price{
    	font-size: 12px;
    }
    .book-price.sale > span{
    	font-size: 12px;
    }
    .product__swiper-img-single{
        height: 350px !important;
    }
    .site-branding__global-mobile-parent{
        top: 66px !important;
    }
    .except svg{
        right: 2%;
        top: 5%;
    }
    .myAccountPage .customAddress .customAddress-table__itemsWrap .actions {
        gap: 30px;
        top: 31%;
        height: unset;
        justify-content: space-around;
    }
    
}
.product_tags{
    gap: 4px !important;
}
.product_tags li{
    gap: 4px !important;
}
@media (max-width: 475px) {
    .books-swiper__wrapper {
        display: flex;
        justify-content: unset;
    }
}
@media (max-width: 420px){
    .product_tags{
        zoom: 0.85;
    }
    
}
@media (max-width: 375px){
    .product_tags{
        zoom: 0.7;
    }
}
@media (max-width: 374.9px){
	.book-buttons{
    	zoom: 0.9;
    }
}

.copy-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 1000;
}

.copy-popup.fade-out {
    opacity: 0;
}

.orders__title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 432px;
}
.logout-button > button{
	border: none;
}
.swiper-backface-hidden .swiper-slide {
    background-position-x: 95% !important;
}
.authors__list{
	display: flex;
}
.authors__list a{
	display: flex;
    align-items: center;
}
.book-author{
	display: flex;
    align-items: center;
}
.authors__list a::before, .author-dot{
	content: "";
    height: 3.5px;
    width: 3.5px;
    margin-left: 8.25px;
    margin-right: 8.25px;
    background: black;
    display: inline-block;
    border-radius: 3600px;
}
.author-dot{
	background: unset !important;
    display: flex;
    align-items: center;
}
.author-dot::before{
	display: none !important;
}
.author-dot{
	background:rgba(149, 137, 122, 1);
}
.product__description.product__description-author.container{
	display: block !important;
}
.product__description.product__description-author.container > .single-author-block:nth-child(n+2){
	padding-top: 48px;
    margin-top: 48px;
}
.product__description.product__description-author.container > .single-author-block{
	position: relative;
}
.product__description.product__description-author.container > .single-author-block:nth-child(n+2)::before{
	height: 1px;
    width: 70%;
    display: block;
    position: absolute;
    top: 0;
    background: rgba(149, 137, 122, 1);
    content: '';
    right: 0;
}
.product__description.product__description-author.container > .single-author-block:nth-child(n+2) > h2{
	opacity: 0 !important;
    height: 0; !important;
}
.product__description.product__description-author.container > div{
	display: grid;
	gap: 2%;
    grid-template-columns: 27.25% 39.5% 29.25%;

}
.book-author {
    display: flex;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    white-space: nowrap;
}

.book-author .scroll-content {
    display: inline-flex;
    white-space: nowrap;
    animation: scroll-author 8s linear infinite alternate;
    min-width: max-content;
}

@keyframes scroll-author {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% + 100%)); }
}


@media (max-width: 768px){
	.authors__list a::before{
    	background: rgba(149, 137, 122, 1);
    }
    .product__description.product__description-author.container > div{
    	display: flex;
        flex-direction: column;
    }
    .product__description.product__description-author.container > .single-author-block:nth-child(n+2)::before{
    width: 100%;
}
.product__description.product__description-author.container > .single-author-block:nth-child(n+2){
	padding-top: 16px;
    margin-top: 24px;
}
}