.woocommerce-pagination.simple-pagination{
    padding: 10px 0 75px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    display: none;
}
.woocommerce-notices-wrapper{
    width: 100%;
}
li.product .sg-wrap-types .text{
	display: none!important;
}
.single-product .summary.entry-summary .sg-wrap-types{
	width: 100%;
	justify-content: flex-start;
}
.single-product .summary.entry-summary .sg-wrap-types .text{
	margin-right: 10px;
    font-weight: 600;
}
.sg-shop .woocommerce button.button:disabled[disabled]{
    opacity: 1;
    color: #fff;
}
.sg-shop-filter-unset{
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.sg-shop-filter-unset a,
.sg_download_button {
    background: #E0E0E0;
    border: solid 1px #E0E0E0;
    border-radius: 20px;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    color: #171717;
    padding: 0 25px 0 25px;
    position: relative;
    margin-bottom: 10px;
    display: inline-flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all .3s;
}
.sg-shop-filter-unset a{
    margin-bottom: 5px;
    min-height: 30px;
    line-height: 1;
    padding: 0 15px;
}
.page-template-my-books .sg_download_button{
    padding: 0 10px 0 10px;
}
.sg-shop-filter-unset a:hover,
.sg_download_button:hover {
    background: #fff;
}
.sg-shop-filter-unset a:before{
    content: '';
    background: url(../../images/close-little.svg?ver=2);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 5px 0 -10px;
}
.lds-default{
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: 25vh;
    opacity: 0;
    pointer-events: none;
    z-index: -9;
}
.products-grid .products{
    position: relative;
}
.products-grid .products.loader .lds-default{
    opacity: 1;
    pointer-events: all;
    z-index: 9;
}
.products-grid .products.loader:before{
    display: none!important;
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #5D5FEF;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
img{
    transition: all .3s;
}
.products-grid .products.loader li{
    filter: grayscale(100%);
    opacity: .6;
}
.archive main{
    overflow: visible;
}
.loop-outofstock{
    font-size: 14px;
    line-height: 18px;
}
.page-template-wishlist .loop-outofstock{
    font-size: 12px;
    line-height: 18px;
    margin-right: 28px;
}
.products-grid{
    display: flex;
    width: calc(100% + 20px);
    flex-wrap: wrap;
}
.products-grid aside{
    width: 185px;
    float: left;
    margin-right: 50px;
}
.products-grid .products{
    width: calc(100% - 235px);
}
.no-products{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 25vh;
}
.no-products strong{
    font-size: 20px;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product a img{
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    height: 256px;
    object-fit: cover;
}
.sg-shop .woocommerce ul.products.columns-5 li.product,
.sg-shop .woocommerce-page ul.products.columns-5 li.product{
    width: calc(20% - 20px);
    margin-right: 20px;
}
.sg-shop .woocommerce .products.columns-6{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -8px;
}
.sg-shop .woocommerce .products.columns-5{

}
.sg-shop .woocommerce ul.products.columns-6 li.product,
.sg-shop .woocommerce-page ul.products.columns-6 li.product{
    width: calc(16.6% - 20px);
    margin-right: 20px;
}
.sg-shop .woocommerce ul.products.columns-5 li.product.last,
.sg-shop .woocommerce-page ul.products.columns-5 li.product.last,
.sg-shop .woocommerce ul.products li.last,
.sg-shop .woocommerce-page ul.products li.last{
    margin-right: 0;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.woocommerce-shop-top,
.woocommerce nav.woocommerce-pagination,
.woocommerce-pagination.simple-pagination{
    display: grid;
    width: 100%;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul{
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination.simple-pagination a,
.woocommerce-pagination.simple-pagination span{
    margin: 0 5px;
}
.woocommerce-pagination.simple-pagination a,
.woocommerce-pagination.simple-pagination span{
    padding: 0.5em;
    min-width: 1em;
}
.woocommerce-pagination.simple-pagination a svg{
    margin-bottom: -3px;
}
.woocommerce nav.woocommerce-pagination ul{
    display: flex;
    align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-pagination.simple-pagination nav a,
.woocommerce-pagination.simple-pagination nav span,
.woocommerce nav.woocommerce-pagination ul li span{
    color: #828282;
    font-size: 16px;
    font-weight: 600;

}
.woocommerce-pagination.simple-pagination a:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover{
    color: #5D5FEF;
    background: transparent;
}
.woocommerce-pagination.simple-pagination span.current,
.woocommerce nav.woocommerce-pagination ul li span.current{
    color: #5D5FEF;
    border-radius: 100%;
    border: solid 1px;
    background: transparent;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-marks{
    position: absolute;
    left: -7px;
    top: 25px;
    display: flex;
    flex-direction: column;
}
.product-marks div{
    display: inline-flex;
}
.product-marks span{
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 10px;
    border-radius: 25px;
    margin-bottom: 5px;
}
.product-marks .discount{
    background: rgba(255, 127, 55, 0.95);
    border: 1px solid #FF7F37;
}
.product-marks .top{
    background: #FC015BF2;
    border: 1px solid #FC015BF2;
}
.product-marks .new{
    background: #0ACF83;
    border: 1px solid #0ACF83;
}
.product-loop-types{
    display: flex;
    margin: 0;
}
.product-loop-types span{
    width: 20px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    order: 9;
}
.product-loop-types .product-loop-types__epub{
    order: 1;
    background-image:url(../../images/type-epub.svg?ver=2);
}
.product-loop-types .product-loop-types__mobi{
    order: 2;
    background-image:url(../../images/type-mobi.svg?ver=2);
}
.product-loop-types .product-loop-types__pdf{
    order: 3;
    background-image:url(../../images/type-pdf.svg?ver=2);
}
.product-loop-types .product-loop-types__mp3_in_zip{
    background-image:url(../../images/type-mp3_in_zip.svg?ver=2);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    color: #171717;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    padding: 0;
    margin: 10px 0 5px;
    height: 40px;
    overflow: hidden;
    transition: all .3s;
}
.sg-wrap-types {
    display: flex;
    justify-content: space-between;
    width: 160px;
    max-width: 100%;
}
.sg-wrap-types .rating {
    color: #171717;
    font-size: 15px;
    font-weight: 500;
}
.sg-wrap-types .all_rating {
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 500;
}
.woocommerce .sg-wrap-types .rating_wrap img {
    width: 14px;
    height: 14px;
}
.woocommerce ul.products li.product a .rating_wrap img {
    width: 14px;
    height: 14px;
    border: none;

}
.sg-wrap-types .rating, .sg-wrap-types .rating {
    font-size: 13px;
}
.sg-wrap-types .product-rate .rating {
    margin-right: 5px;
}
.sg-wrap-types .product-rate .rating_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce .sg-wrap-types .product-rate img{
    margin: 0 !important;
    margin-right: 5px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover{
    color: #fc015b;
}
.product-loop-author{
    color: #828282;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    font-weight: 500;
    margin: 5px 0 15px;
}
.product-loop-author a{
    color: #828282;
}
.product-loop-author a + a{
    margin-left: 5px;
}
.product-loop-author a:hover{
    color: #5D5FEF;
}
.woocommerce ul.products li.product .price, .selected_book .price{
    order: 1;
    color: #171717;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    width: 100%;
    align-items: baseline;
}
.selected_book .price{
    font-size: 22px;
}
.woocommerce ul.products li.product .price ins, .selected_book .price ins{
    color: #FC015B;
    margin-right: 5px;
    text-decoration: none;
}
.woocommerce ul.products li.product .price del, .selected_book .price del{
    color: #828282;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    opacity: .5;
    order: 2;
}
.selected_book .price del {
    font-size: 15px;
}
.woocommerce ul.products li.product.outofstock img{
    filter: grayscale(100%);
    opacity: .6;
}
.woocommerce.single-product ul.products li.product.outofstock img,
.woocommerce.page-template-home ul.products li.product.outofstock img{
    filter: none;
    opacity: 1;
}
.woocommerce ul.products li.product.outofstock .price,
.woocommerce ul.products li.product.outofstock .price ins,
.woocommerce ul.products li.product.outofstock .price del{
    color: #828282;
}
.woocommerce ul.products li.product .button{
    margin-top: 0;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
    /*top: -6px;*/
    top: auto;
    right: auto;
    left: 15px;
}
.sg-shop .woocommerce ul.products li.product .button.loading{
    padding-left: 30px;
}

/* filters */
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar{
    background-color: #E0E0E0;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle{
    background-color: #828282;
    border-color: #828282;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single{
    background-color: #5D5FEF;
    border-radius: 15px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before{
    border-top: 5px solid #5D5FEF;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min,
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max{
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    width: 40%;
    padding: 5px;
}
.yith-wcan-filters .yith-wcan-filter{
    position: relative;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both:after{
    content: "-";
    position: absolute;
    left: calc(48%);
}
.filter-title{
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
#filter-tax-18{
    display: none!important;
}
.yith-wcan-filter.filter-tax .filter-content{
    max-height: 25vh;
    overflow-y: auto;
}
.filter-content::-webkit-scrollbar{
    width: 5px;
}
.filter-content::-webkit-scrollbar-track{
    box-shadow: none;
}
.filter-content::-webkit-scrollbar-thumb{
    background: #BDBDBD;
    border-radius: 5px;
}
.filter-content::-webkit-scrollbar-thumb:hover{
    background: #BDBDBD;
    border-radius: 5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{
    margin-bottom: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.parent-0 label{
    font-size: 13px;
    padding-right: 25px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.parent-1 label{
    padding: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label{
    display: flex;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a{
    font-size: 13px;
    line-height: 16px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a {
    font-weight: 600;
    font-size: 12px;
    color: #171717!important;
    font-family: 'Montserrat';
    line-height: 16px!important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{
    margin-bottom: 10px!important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle{
    height: 17px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul{
    padding-left: 0;
    margin-top: 10px;
}
.filter-content input[type='checkbox']{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.yith-wcan-filter .item-count{
    /*display: none;*/
}
.yith-wcan-filter .filter-items label{
    position: relative;
}
.yith-wcan-filter .filter-items label:before{
    content: '';
    width: 16px;
    height: 16px;
    border: solid 1px #b3b3b3;
    border-radius: 3px;
    position: absolute;
    left: -25px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.yith-wcan-filter .filter-item{
    padding-left: 25px;
}
.yith-wcan-filter .filter-item.active label:before{
    content: '';
    background-image: url(../../images/uil_check.svg);
    background-position: center;
    background-size: cover;
    border: solid 1px #171717;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle{
    right: 0;
    top: 0;
    width: 20px;
}
.yith-wcan-filter.filter-tax .filter-content{
    padding-right: 2px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both{
    padding: 20px 15px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled{
    display: none!important;
}
/* end of filters */

/* woocommerce shop order */
.storefront-sorting{
    margin: 25px 0 30px;
    display: flex;
    width: calc(100% - 2px);
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.storefront-sorting .woocommerce-shop-top{
	display: content !important;
}
.sg-shop .woocommerce .woocommerce-ordering{
    margin: 0 auto 0 0;
    float: left;
    display: flex;
}
.sg-shop .woocommerce .woocommerce-ordering img{
    padding-right: 5px;
}
.sg-shop .woocommerce-ordering{
    text-transform: uppercase;
    font-weight: 500;
    /*font-size: 14px;*/
    font-size: 12px;
    order: 2;
}
.sg-shop .woocommerce-ordering select{
    border: none;
    outline: none!important;
    font-family: 'Montserrat';
    text-transform: uppercase;
    /*font-size: 14px;*/
    font-size: 12px;
    color: #828282;
    font-weight: 600;
    margin-top: -1px!important;
    cursor: pointer;
}
.woocommerce-tax-title{
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.woocommerce-tax-title .count{
    color: #828282;
    font-size: 12px;
    font-weight: 500;
}
.storefront-sorting h1{
    width: auto;
    order: 1;
    margin: 0;
}
.filters-block{
    display: flex;
    width: 100%;
}
.mobile-filter{
    display: none;
}
/* end of woocommerce shop order */

/* sg shop filters */
.sg-shop-filter{
    margin: 0 0 30px;
}
.sg-shop-filter,
.sg-shop-filter ul,
.sg-shop-filter ul li{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.sg-shop-filter.sg-shop-filter-products{
    margin-bottom: 30px;
}
.sg-shop-filter strong,
.filter-title{
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
.sg-shop-filter .filter-title .toggle{
    background-size: 24px;
    width: 30px;
    height: 30px;
    top: -5px;
    transition: all .3s;
}
.sg-shop-filter ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sg-shop-filter.collapsed ul,
.sg-filter-input{
    display: none;
}
input[type=text].sg-filter-input{
    height: 35px;
    margin-bottom: 15px;
    padding: 5px 15px 6px;
}
.sg-shop-filter.collapsed.active ul,
.sg-shop-filter.collapsed.active .sg-filter-input{
    display: flex;
}
.sg-shop-filter.collapsed.active .toggle{
    transform: rotate(180deg);
}
.sg-shop-filter ul.first{
    /*margin: 0 0 30px;*/
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.sg-shop-filter ul.second{
    margin-top: 10px;
    display: none;
}
.sg-shop-filter li.parent.active ul.second{
    display: flex;
}
.sg-shop-filter ul::-webkit-scrollbar{
    width: 5px;
}
.sg-shop-filter ul::-webkit-scrollbar-track{
    box-shadow: none;
}
.sg-shop-filter ul::-webkit-scrollbar-thumb{
    background: #BDBDBD;
    border-radius: 5px;
}
.sg-shop-filter ul::-webkit-scrollbar-thumb:hover{
    background: #BDBDBD;
    border-radius: 5px;
}
.sg-shop-filter ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    flex-direction: column;
}
.sg-shop-filter ul li.parent label{
    padding-right: 20px;
}
.sg-shop-filter ul li.parent ul.second label{
    padding-right: 0;
}
.sg-shop-filter ul li label{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #171717;
    font-family: 'Montserrat';
    cursor: pointer;
}
.sg-shop-filter ul li label .count{
    color: #B4B4B4;
}
.sg-shop-filter input[type=checkbox]{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.sg-shop-filter ul li label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: solid 1px #b3b3b3;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.sg-shop-filter .grey label.top-level:before,
.sg-shop-filter ul li label.active:before{
    content: '';
    background-image: url(../../images/uil_check.svg);
    background-position: center;
    background-size: cover;
    border: none;
}
.sg-shop-filter .grey label.top-level:before{
    background-image: url(../../images/uil_check_grey.svg);
}
.sg-shop-filter .grey label.top-level.active:before{
    background-image: url(../../images/uil_check.svg);
}
.sg-shop-filter .toggle{
    position: absolute;
    right: 0;
    top: -2px;
    background-image: url(../../images/arrow-simple.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 20px;
    height: 20px;
    transition: all .3s;
    cursor: pointer;
}
.sg-shop-filter li.parent.active .toggle{
    transform: rotate(180deg);
}
#sg-shop-price{
    margin-top: 35px;
}
.sg-shop-filter-price__input{
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    margin: 20px 0 40px;
}
.sg-shop-filter-price__input input{
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    width: 40%;
    padding: 5px;
}
.sg-shop-filter-price__input:after{
    content: "-";
    position: absolute;
    left: calc(48%);
}
.sg-filter-buttons{
    display: none;
}
/* end of sg shop filters */

.products li.product a.button{
    min-width: 80%;
}
.swiper-wrapper.products li.product a.button{
    min-width: auto;
}
.products li.product .add-to-wishlist{
    left: 5px;
    top: 7px;
}
.products li.product .add-to-wishlist svg{
    width: 22px;
    height: 22px;
}
ul.products li.product .add-to-wishlist{
    position: relative;
    right: 0;
    top: auto;
    bottom: -6px;
    left: 5px;
}
.filter-header{
    display: none;
}
.page-template-wishlist .prod-cards.woocommerce,
.woocommerce-edit-account #sg-account-item-edit-account,
.page-template-search .prod-cards.woocommerce{
    padding-top: 15px;
}
.woocommerce-edit-account #sg-account-item-edit-account h1,
.page-template-wishlist .prod-cards.woocommerce h1,
.page-template-search .prod-cards.woocommerce h1{
    margin-top: 0;
}
.woocommerce-account h1,
.woocommerce-account.page-template-default .cms-editor h1{
    margin: 10px 0 30px;
}
.single-post .home-swiper .product-small-details{
    display: none!important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
    padding: 15px 25px;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: inherit;
    width: 100%;
    border: 1px solid #E6E6E6!important;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px!important;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li{
    display: flex;
    width: 100%;
    align-items: center;
}
.woocommerce-error li a,
.woocommerce-info li a,
.woocommerce-message li a{
    order: 9;
    margin-left: auto!important;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
    top: 26px;
    left: 25px;
}
.woocommerce-error::before{
    content: "\e016";
    color: #FC015B;
}
.sg-shop.woocommerce-checkout form.woocommerce-form-login p.lost_password a,
.sg-shop.woocommerce-checkout form.woocommerce-form-login a{
    text-decoration: none!important;
    color: #5D5FEF;
    font-weight: 600!important;
    transition: all .3s;
}
.sg-shop.woocommerce-checkout form.woocommerce-form-login p.lost_password a:hover,
.sg-shop.woocommerce-checkout form.woocommerce-form-login a:hover{
    color: #000;
}
.ret-cart-btn{
    display: none!important;
}
.woocommerce-checkout.page-template-default section.content{
    margin-bottom: 25px;
}
.search_product-type{
	display: flex;
}

/*  start of pw-gift-card  */
.woocommerce-mini-cart-title .variation-,
.single-product-type-pw-gift-card .buy_now,
.single-product-type-pw-gift-card .sg-wrap-types,
.single-product-type-pw-gift-card .add-to-wishlist,
.single-product-type-pw-gift-card .product-loop-author,
.single-product-type-pw-gift-card .quantity{
    display: none!important;
}
.single-product .single-product-type-pw-gift-card form.cart.fixed{
    position: relative!important;
    width: 100%;
    border: none;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.single-product-type-pw-gift-card .pwgc-label {
    font-weight: 400;
    padding-left: 10px;
}
.single-product-type-pw-gift-card .price .woocommerce-Price-amount:last-child{
    margin-left: 10px;
}
.single-product-type-pw-gift-card .single_add_to_cart_button.disabled{
    background-color: #5D5FEF!important;
}
#gift-card-amount,
#pwgc-purchase-container input,
#pwgc-purchase-container select,
#pwgc-purchase-container textarea{
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #979797;
    border-radius: 20px;
    height: 35px;
    padding: 0 15px;
    background-color: transparent;
    outline: none;
}
#pwgc-purchase-container textarea{
    height: 100px;
    resize: none;
    padding: 10px 15px;
}
/*  end of pw-gift-card  */

@media (max-width: 1199px) {
    .sg-shop .woocommerce ul.products.columns-5 li.product,
    .sg-shop .woocommerce-page ul.products.columns-5 li.product{
        width: calc(25% - 20px);
        margin: 0 10px 40px!important;
        clear: none;
    }
    .sg-shop .woocommerce ul.products.columns-6 li.product,
    .sg-shop .woocommerce-page ul.products.columns-6 li.product{
        width: calc(20% - 20px);
        margin: 0 10px 40px!important;
        clear: none;
    }
}
@media (max-width: 991px){
    .selected_book .price{
        font-size: 18px;
    }
    .selected_book .price del {
        font-size: 11px;
    }
    /*.sg-shop .woocommerce-ordering select{*/
    /*    margin-top: -2px;*/
    /*}*/
    .sg-shop .woocommerce ul.products.columns-5 li.product,
    .sg-shop .woocommerce-page ul.products.columns-5 li.product{
        width: calc(33.33% - 20px);
        margin: 0 10px 50px!important;
        clear: none;
    }
    .sg-shop .woocommerce ul.products.columns-6 li.product,
    .sg-shop .woocommerce-page ul.products.columns-6 li.product{
        width: calc(25% - 20px);
        margin: 0 10px 40px!important;
        clear: none;
    }
    .woocommerce-tax-title{
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column-reverse!important;
        margin-bottom: 20px;
    }
    .storefront-sorting .woocommerce-tax-title h1{
        margin: 20px 0 5px;
    }
    .products-grid aside{
        margin-right: 25px;
    }
    .products-grid .products {
        width: calc(100% - 210px);
    }
    .sg-shop .swiper-slide a.button{
        width: calc(100% - 58px);
        padding: 0 10px;
        height: 32px!important;
    }
    .sg-wrap-types{
        width: 100%;
    }
    .sg_cat_slider .swiper-wrapper.products{
        transform: none!important;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sg_cat_slider .swiper-wrapper.products .swiper-slide{
        width: calc(50% - 7.5px)!important;
        margin: 0 0 15px 0!important;
    }
    .sg_cat_slider .home-swiper_control,
    .sg_cat_slider .swiper-wrapper.products .swiper-slide{
        display: none;
    }
    .sg_cat_slider .swiper-wrapper.products .swiper-slide:nth-child(1),
    .sg_cat_slider .swiper-wrapper.products .swiper-slide:nth-child(2),
    .sg_cat_slider .swiper-wrapper.products .swiper-slide:nth-child(3),
    .sg_cat_slider .swiper-wrapper.products .swiper-slide:nth-child(4),
    .sg_cat_slider .swiper-wrapper.products .swiper-slide:nth-child(5),
    .sg_cat_slider .swiper-wrapper.products .swiper-slide:nth-child(6){
        display: block;
    }
	.single-product .summary.entry-summary .sg-wrap-types{
		width: 100%;
		justify-content: flex-start;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.single-product .summary.entry-summary .sg-wrap-types .text{
		margin-bottom: 5px;
	}
}
@media (max-width: 767px){
    .products-grid aside{
        opacity: 0;
        pointer-events: none;
        position: fixed;
        display: flex;
        flex-direction: column;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 15px;
        transition: all .3s;
    }
    .mobile-filter-active{
        overflow: hidden;
    }
    .mobile-filter-active .filter-title{
        position: relative;
    }
    .mobile-filter-active .yith-wcan-filter.filter-tax .filter-title:after{
        content: '';
        width: 14px;
        height: 10px;
        position: absolute;
        background-image: url(../../images/arrow-simple.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 5px 0 0 10px;
    }
    .mobile-filter-active .yith-wcan-filter.filter-tax.active .filter-title:after{
        transform: rotate(180deg);
    }
    .yith-wcan-filters .yith-wcan-filter{
        margin-bottom: 15px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle{
        background-image: url(../../images/arrow-simple.svg);
    }
    .yith-wcan-filter.filter-tax .filter-content{
        display: none;
    }
    .yith-wcan-filter.filter-tax.active .filter-content{
        display: block;
    }
    .mobile-filter-active .products-grid aside{
        z-index: 999;
        opacity: 1;
        pointer-events: all;
    }
    .mobile-filter-active .filter-header{
        display: flex;
        min-height: 70px;
        padding: 0;
        border-bottom: 1px solid #E6E6E6;
        margin: -15px 0 15px;
        align-items: center;
        width: 100%;
        color: #171717;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .mobile-filter-active .filter-header img{
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .mobile-filter-active .filter-header svg{
        margin-left: auto;
    }
    .products-grid{
        margin-left: -10px;
    }
    .products-grid .products{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .filters-block img{
        margin-right: 5px;
    }
    .woocommerce-tax-title{
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column-reverse!important;
        margin-bottom: 20px;
    }
    .mobile-filter{
        display: flex;
        text-transform: uppercase;
        align-items: center;
        width: 50%;
        justify-content: center;
        padding: 10px 15px;
        cursor: pointer;
    }
    .sg-shop .woocommerce .woocommerce-ordering{
        font-size: 0;
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        border-left: solid 1px #E6E6E6;
    }
    .filters-block {
        display: flex;
        width: 100%;
        border: solid 1px #E6E6E6;
    }
    .mobile-filter,
    .sg-shop .woocommerce .woocommerce-ordering select{
        font-weight: 600;
        font-size: 14px;
        color: #171717;
    }
    .sg-shop .swiper-slide a.button.button-full{
        width: calc(100% - 24px);
    }
    .no-products{
        padding: 0 10px;
        margin: -15px 0 20px;
    }
    .no-products strong{
        font-size: 16px;
    }
    .sg-shop-filter.product_cat ul.first{
        max-height: none;
        overflow-y: visible;
    }
    #sg-filter{
        max-height: calc(100vh - 175px);
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 15px;
    }
    .sg-filter-buttons{
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 15px 15px;
        justify-content: space-between;
        align-items: baseline;
        z-index: 999;
    }
    .sg-filter-buttons .button{
        width: calc(50% - 5px);
    }
    .sg-shop-filter ul.second{
        margin-top: 20px;

    }
    .sg-shop-filter ul li label:before{
        top: 2px;
    }
    .sg-shop-filter ul li{
        margin-bottom: 15px;
    }
    #sg-filter::-webkit-scrollbar{
        width: 5px;
    }
    #sg-filter::-webkit-scrollbar-track{
        box-shadow: none;
    }
    #sg-filter::-webkit-scrollbar-thumb{
        background: #BDBDBD;
        border-radius: 5px;
    }
    #sg-filter::-webkit-scrollbar-thumb:hover{
        background: #BDBDBD;
        border-radius: 5px;
    }
    .sg-shop-filter .toggle{
        top: -5px;
        background-size: 16px;
        width: 30px;
        height: 30px;
    }
    #sg-shop-price{
        padding: 0 20px;
    }
    .sg-shop-filter ul li label{
        font-size: 14px;
        line-height: 20px;
    }
    .sg-shop-filter strong, .filter-title{
        margin-bottom: 15px;
    }
    html {
        margin-top: 46px !important;
    }
    .woocommerce-checkout .breadcrumbs,
    .page-template-default.page .breadcrumbs,
    .page-template-search .breadcrumbs,
    .page-template-publishers .breadcrumbs,
    .page-template-authors .breadcrumbs,
    .page-template-wishlist .breadcrumbs{
        margin: 0 0 0;
    }
    .page-template-search .breadcrumbs{
        margin-bottom: 10px;
    }
    .archive-form-top{
        margin-top: 10px;
    }
    .woocommerce-cart h1.cart-title, .woocommerce-checkout h1{
        margin-top: 10px!important;
    }
    .storefront-sorting .woocommerce-tax-title h1{
        margin-top: 10px;
    }
    .page-template-default.page.woocommerce-cart .breadcrumbs,
    .page-template-default.page.woocommerce-account .breadcrumbs{
        margin: 20px 0 10px;
    }
    .woocommerce h1, h1 {
        line-height: 22px;
        font-size: 22px;
    }
    .woocommerce-cart .breadcrumbs{
        margin-bottom: 10px;
    }
    .sg_product_slider h2, #products-grid h2.products-grid-ttl, .sg-authors h2, .sg_cat h2{
        max-width: 75%;
    }
    .sg_product_slider .home-swiper{
        margin-top: 15px;
    }
    .sg_cat .flex{
        padding-bottom: 10px;
    }
    .single-product .prod-cards.woocommerce.sg_cat.sg-authors{
        padding-top: 0;
    }
    .slide-author-row.sg_author_slider{
        margin-top: 0;
    }
}
@media (max-width: 567px){
    .sg_cat_slider .swiper-wrapper.products .swiper-slide:nth-child(7),
    .sg_cat_slider .swiper-wrapper.products .swiper-slide:nth-child(8){
        display: block;
    }
    .sg_cat{
        margin-bottom: -10px;
    }
    .sg_cat_slider .home-swiper_control,
    .sg_cat_slider ul.products::before{
        display: none;
    }

    .sg-shop .woocommerce ul.products.columns-5 li.product,
    .sg-shop .woocommerce-page ul.products.columns-5 li.product,
    .sg-shop .woocommerce ul.products.columns-6 li.product,
    .sg-shop .woocommerce-page ul.products.columns-6 li.product{
        width: calc(50% - 20px);
        margin: 0 10px 50px!important;
        clear: none;
    }
    .filters-block {
        width: calc(100% + 33px);
        margin-left: -16px;
        margin-right: -17px;
    }
    .mobile-filter,
    .sg-shop .woocommerce .woocommerce-ordering select{
        font-size: 11px;
        max-width: 100%;
    }
    .sg-shop .woocommerce .woocommerce-ordering{
        padding: 10px 20px;
    }
    .woocommerce ul.products.swiper-wrapper li.product .product-marks{
        left: -7px;
    }
}

@media (max-width: 1199px) {
    .woocommerce ul.products.swiper-wrapper li.product a img.attachment-woocommerce_thumbnail,
    .woocommerce ul.products li.product a img {
        height: 315px;
    }
}
@media (max-width: 767px) {
    .woocommerce ul.products.swiper-wrapper li.product a img.attachment-woocommerce_thumbnail,
    .woocommerce ul.products li.product a img {
        height: 250px;
    }
}
@media (max-width: 549px){
    .woocommerce ul.products.swiper-wrapper li.product a img.attachment-woocommerce_thumbnail,
    .woocommerce ul.products li.product a img {
        height: 350px;
    }
}
@media (max-width: 499px){
    .woocommerce ul.products.swiper-wrapper li.product a img.attachment-woocommerce_thumbnail,
    .woocommerce ul.products li.product a img {
        height: 300px;
    }
	.woocommerce-shop-top .cpage-numbers{
		width: 100% !important;
    	display: flex !important;
    	align-items: center;
    	flex-wrap: wrap !important;
    	justify-content: center;
	}
}
@media (max-width: 430px){
    .woocommerce ul.products.swiper-wrapper li.product a img.attachment-woocommerce_thumbnail,
    .woocommerce ul.products li.product a img {
        height: 270px;
    }
}

@media (max-width: 396px){
    .woocommerce ul.products.swiper-wrapper li.product a img.attachment-woocommerce_thumbnail,
    .woocommerce ul.products li.product a img{
        height: 256px;
    }
}
@media (max-width: 370px){
    .woocommerce ul.products.swiper-wrapper li.product a img.attachment-woocommerce_thumbnail,
    .woocommerce ul.products li.product a img{
        height: 230px;
    }
}
@media (max-width: 359px){
    .woocommerce ul.products.swiper-wrapper li.product a img.attachment-woocommerce_thumbnail,
    .woocommerce ul.products li.product a img{
        height: 200px;
    }
}
