/* Webfonts: Auge and Chopin (BG) */
@font-face {
    font-family: 'Auge';
    src: url('../fonts/Auge/WEB/Auge-Medium.woff2') format('woff2'),
         url('../fonts/Auge/WEB/Auge-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Auge';
    src: url('../fonts/Auge/WEB/Auge-MediumItalic.woff2') format('woff2'),
         url('../fonts/Auge/WEB/Auge-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Auge';
    src: url('../fonts/Auge/WEB/Auge-Bold.woff2') format('woff2'),
         url('../fonts/Auge/WEB/Auge-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Auge';
    src: url('../fonts/Auge/WEB/Auge-BoldItalic.woff2') format('woff2'),
         url('../fonts/Auge/WEB/Auge-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Bulgarian-localized Chopin family */
@font-face {
    font-family: 'Chopin';
    src: url('../fonts/Chopin/WEB/Chopin-BG-Regular.woff2') format('woff2'),
         url('../fonts/Chopin/WEB/Chopin-BG-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chopin';
    src: url('../fonts/Chopin/WEB/Chopin-BG-RegularItalic.woff2') format('woff2'),
         url('../fonts/Chopin/WEB/Chopin-BG-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Chopin';
    src: url('../fonts/Chopin/WEB/Chopin-BG-SemiBold.woff2') format('woff2'),
         url('../fonts/Chopin/WEB/Chopin-BG-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chopin';
    src: url('../fonts/Chopin/WEB/Chopin-BG-SemiBoldItalic.woff2') format('woff2'),
         url('../fonts/Chopin/WEB/Chopin-BG-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Chopin';
    src: url('../fonts/Chopin/WEB/Chopin-BG-Bold.woff2') format('woff2'),
         url('../fonts/Chopin/WEB/Chopin-BG-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chopin';
    src: url('../fonts/Chopin/WEB/Chopin-BG-BoldItalic.woff2') format('woff2'),
         url('../fonts/Chopin/WEB/Chopin-BG-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Chopin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #505358;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Auge', sans-serif;
}

h1,.h1 {
    font-size: 3.2rem
}

h2,.h2 {
    font-size: 2.4rem
}

h3,.h3 {
    font-size: 1.9rem
}

h4,.h4 {
    font-size: 1.7rem
}

h5,.h5 {
    font-size: 1.4rem
}

h6,.h6 {
    font-size: 1.2rem;
}

.w200px{
    width: 200px;
}
.header-right {
    border-bottom: 0px !important;
}
.header-search form {
    width: auto;
}
.search-image{
    width: 35px;
}
.choose-template-btn {
    font-size: 13px;
}
#removecookie {
    background-color: #08c;
}
#moreinfo {
    background-color: #08c;
}
.brand-owl-carousel .item > a > img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f7f7f7;
}
.banner {
    background-color: transparent;
}
.banner.children-books {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 0;
}
.banner.children-books::after {
    display: block;
    content: '';
    padding-top: calc(6/16 * 100%);
}
.banner.children-books .breadcrumb {
    padding: 0;
}
.banner.children-books .breadcrumb .home-link {
    display: block;
}
.banner.children-books .breadcrumb .home-link i {
    font-size: 4.6em;
    color: rgba(255,255,255,0.62);
}
.banner.children-books .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255,255,255,0.62);
    font-size: 3em;
    vertical-align: unset;
    margin: 0;
}
.banner.children-books h1.banner-title {
    color: #000;
    background-color: rgba(255,255,255,0.62);
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    margin-bottom: 0;
}
.banner.banner-image {
    margin-bottom: 0;
}
.new-content-title {
    background: #f93149;
    width: 100%;
    display: block;
}
.news-title {
    border-bottom: 0px solid #e6e6e6;
}
.zoomContainer{
    display: none;
}
.status-stock{
    font-weight: bold;
}
.box-checkbox .control-label{
    width: 100%;
}

div.stars {
    display: inline-block;
    margin: 0;
}
div.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 2px;
    font-weight: 400;
    font-size: 18px;
}
div.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "FontAwesome";
    content: "\f006";
    color: #43454b;
    text-indent: 0;
    opacity: .25;
}
.ratingList a.active::before {
    content: "\f005";
    color: #fed700;
    opacity: 1;
}
div.stars:hover a::before {
    content: "\f005";
    color: #fed700;
    opacity: 1;
}
div.stars a:hover ~ a::before {
    content: "\f005";
    color: #43454b;
    opacity: .25;
}
.reviewlist li{
    border-bottom: .1rem solid #efefef;
    padding-bottom: 20px;
}
#comments .toolbox-pagination{
    border-top: 0;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 6em;
    font-family: 'star';
    font-weight: 400;
    word-break: keep-all;
}
.star-rating::before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
    letter-spacing: 0.313em;
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #2c2d33;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    letter-spacing: 0.313em;
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700;
}
.brand-outer{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
}
.brand-outer:hover{
    background-color: #eee;
}
.brand-grid-image{
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    max-height: 250px;
}
.form-control-custom{
    max-width: 100%;
}
.menu-category .modcontent {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}
.menu-category .modcontent .navbar{
    padding: 0;
}
.menu-category .list-group > li {
    border-bottom: 1px dotted #E4E4E4;
    margin: 0;
    position: relative;
}
.menu-category .list-group > li a {
    color: #333333;
    padding: 10px 0;
    display: block;
}
#bfMenu .active a {
    color: #F4A137;
}
.products-list .list-view{
    width: 100%;
}
#scroll-spy .list-group{
    width: 100%;
}
#scroll-spy .list-group > li a{

    padding: 10px 15px;
}
#scroll-spy .list-group > li a.active{
    color: #fff;
    background-color: #f93149;
}
.modal-open .modal{
    padding: 0 !important;
}

/* Slow-motion Zoom Container */
.overflow-hidden{
    overflow: hidden;
}

.img-hover-zoom-slowmo img {
    transition: transform 2s, filter 3s ease-in-out;
}

/* The Transformation */
.img-hover-zoom-slowmo:hover img {
    transform: scale(1.5);
}
.header-dropdowns-promo{
    display:flex !important;
}
.bf-cart{
    margin-left: auto;
}
.header-bottom-mobile, .header-bottom-mobile .header-dropdowns{
    display:block !important;
}
.header-bottom-mobile .header-dropdowns .header-dropdown{
    float:left;
}
.bf-cart .cart-dropdown .dropdown-toggle::before {
    color: #000;
}
.bf-cart .cart-dropdown .dropdown-toggle::after {
    color: #000 !important;
}
.bf-cart .btn-remove::before {
    content: '';
}
.panel-heading {
    padding: 10px 5px;
    background: #f9f9f9;
}
.panel-title {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #4a4a4a;
}
.panel-body {
    padding: 10px 0;
}
.panel-body.blurred {
    position: relative;
}
.panel-body.blurred:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
}

#productQuickViewModal .product-single-container, #productBuyModal .product-single-container{
    margin-bottom: 0;
}
#productQuickViewModal .modal-header, #productBuyModal .modal-header{
    display: none;
}
#productQuickViewModal .close, #productBuyModal .close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}
#productQuickViewModal .modal-body, #productBuyModal .modal-body{
    max-height: unset;
}
.products-list .product-layout .left-block .countdown_box .countdown_inner, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .countdown_box .countdown_inner, .end-date-time, .end-date-title{
    background: #08c;
    color: #fff;
}
#product-promo-time .remaining-time .countdown_box{
    padding: 5px;
    color: #000;
    border-left: 3px solid #f93149;
}
.search-image{
    float: none;
}.search-title{
    float: none;
}

#company_info .help-block, #companyCustomer .help-block {
    color: rgb(224, 43, 39);
    font-size: 1.2rem;
}

.footer-bottom a {
    margin-left: 5px;
}

.contact-info:hover {
    color: unset;
}

.footer .contact-info {
    margin-top: 0;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.4;
}

#my_profile {
    cursor: pointer;
}

.dropdown-cart-products {
    max-height: 350px;
    overflow-y: auto;
}

#searchForm .tt-scrollable-menu .tt-menu{
    width: 500px;
    max-height: 250px;
}

.modal-dialog .modal-header {
    display: block;
    border: none;
    height: unset;
}

#nwsltr-sidebar-result {
    color: red;
}
#nwsltr-sidebar-result.green-color {
    color: green !important;
}
.form-control-custom{
    width: 100%;
    max-width: 100% !important;
}

input:disabled,
.form-control:disabled,
.form-control[readonly] {
    color: #ccc;
    background-color: #eee;
    border-color: #ccc;
}

.form-control-autocomplete {
    display: block;
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
}

.field-salesorder-customer_type .radio label,
.field-salesorder-delivery_type_id .radio label,
.field-salesorder-delivery_service .radio label,
.field-salesorder-payment_type_id .radio label {
    display: flex;
    align-items: center;
}

.field-salesorder-delivery_type_id .radio label + span.negotiated-text {
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
}

.field-salesorder-customer_type .radio input,
.field-salesorder-delivery_type_id .radio input,
.field-salesorder-delivery_service .radio input,
.field-salesorder-payment_type_id .radio input {
    margin-right: 0.5em;
}

.field-salesorder-delivery_service .help-block {
    color: #e02b27;
    font-size: 1.2rem;
}
.dropdown-cart-total .empty-label{
    display: block;
    margin: 0 auto;
}
#productBuyModal button.cont-shopping{
    background-color: #000;
    color: #fff;
    border: none;
}
#productBuyModal a.go-to-cart{
    background-color: #f93149;
    color: #fff;
    border: none;
}
section.promo-section .week-offer figure{
    position: relative;
}
.paction {
    position: relative !important;
    display: -ms-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-size: 1.8rem !important;
    color: #302e2a !important;
    background-color: #f4f4f4 !important;
    border: 1px solid #d8d8d6 !important;
    transition: all .3s !important;
    transition-duration: 0.3s !important;
    text-decoration: none !important;
    text-align: center !important;
    min-width: 40px !important;
    height: 40px !important;
}
section.promo-section .week-offer figure a, section.promo-section .other-promotions figure a{
    width: unset;
}
section.promo-section .other-promotions figure{
    position: relative;
}
section.promo-section .other-promotions .product{
    margin-bottom: 0;
}
.noUi-connect, .noUi-handle{
    background: #f93149 !important;
}
.btn-primary{
    background-color: #f93149;
    border-color: #f93149;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #d32035 !important;
    border-color: #d32035 !important;
}
.layout-btn.active, .layout-btn:hover, .layout-btn:focus{
    color: #f93149;
}
.entry {
    color: #505358;
}
.entry .entry-media{
    position: relative;
}
.entry .entry-date{
    position: absolute;
    top: 10px;
    left: 10px;
}
.entry-body{
    margin-left: 0;
}
.simple-entry-list .entry-media{
    width: 100%;
    position: relative;
}
.simple-entry-list .entry-media .entry-date{
    position: absolute;
    top: 10px;
    left: 10px;
}
.entry-title a, .simple-entry-list a, .single .entry-title{
    color: #393939 !important;
    font-weight: 600;
}
.entry-title a:hover{
    text-decoration: none;
}
.contact-info i{
    background-color: #f93149;
}
.product-sm:hover .product-image, .product-sm:hover .product-details {
    transform: unset !important;
}
.product-sm{
    padding: 15px;
}
.product-sm .backdrop{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33,33,33,0.4);
}
.product-sm:hover .backdrop{
    display: block;
}
.product-action .paction.quick-view{
    z-index: 2;
}
.dropdown-cart-action{
    padding: 0;
    margin-top: 1rem;
}
.dropdown-cart-total{
    font-weight: 600;
    margin-bottom: 0.2rem;
    padding: 0;
}
.letter-list {
    padding: 25px 0 25px;
    text-align: center;
    text-transform: capitalize;
}
.letter-list a {
    background: #fff none repeat scroll 0 0;
    color: #333;
    border: medium none;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 0 20px;
    position: relative;
    transition: all 0.4s ease-out 0s;
    z-index: 2;
}
.letter-list a:hover, .letter-list a.is-checked {
    background: #f93149 none repeat scroll 0 0;
    color: #fff;
}


.author-item{
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 2rem;
}

.author-item .content{
    padding: 10px;
    position: relative;
    z-index: 1;
}

.author-item .backdrop{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200,200,200,0.5);
    display: none;
}

.author-item:hover .backdrop{
    display: flex;
}

.author-item .thumb {
    position: relative;
    overflow: hidden;
}

.author-item .thumb:before {
    display: block;
    content: '';
    padding-top: 100%;
}

.author-item .thumb img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.brand-grid {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 2rem;
}
.brand-grid .thumb img{
    margin: 0 auto;
    max-height: 200px;
}
.brand-grid .content {
    padding: 10px;
    position: relative;
    z-index: 1;
}
.brand-grid .backdrop{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200,200,200,0.5);
    display: none;
}
.brand-grid:hover .backdrop{
    display: flex;
}

.author-info .author-image img{
    margin: 0 auto;
}
.author-books-container  .product figure{
    height: 350px;
}
.author-books-container  .product figure > a{
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
}
.author-books-container  .product figure > a img{
    height: auto;
    width: auto;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.form-control{
    height: 3.8rem;
}
#registration .row > label.control-label{
    line-height: 3.8rem;
}
#registration label.control-label > div.form-group{
    margin: 0;
}
.faq-list .card{
    border-left: 3px solid #f93149;
    border-radius: 3px;
    margin-bottom: 1rem;
}
.faq-list .card a{
    padding: 1rem;
}
.faq-list .card h2{
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
}
.faq-list .card a:active, .faq-list .card a:focus{
    text-decoration:none;
}
.jobs-list .card{
    border-left: 3px solid #f93149;
    border-radius: 3px;
    margin-bottom: 1rem;
    padding: 1rem;
}
.jobs-list .card h2{
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
}
.header-bottom {
    background-color: #f9f9f9;
}
a:hover, a:active, a:focus{
    text-decoration: none !important;
}
.header-menu .dropdown-menu{
    padding: 0;
}
.header-menu .dropdown-menu > a{
    padding: 5px 10px !important;
}
.header-menu .dropdown-menu > a:hover{
    background-color: #f4f4f4;
}
fieldset legend{
    padding: 5px 10px;
    border-left: 3px solid #f93149;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.product-col .product-image-container{
    max-width: 70px;
}
td.product-price-td button.addToCart{
    background-color: #f4f4f4;
}
td.product-price-td button.addToCart:hover{
    background-color: #f93149;
    color: #fff;
}
.prod-full-screen i{
    color: #f93149;
    font-size: 20px;
}
.stock .status-stock,
.stock .status-limited-stock,
.stock .status-not-in-stock {
    font-weight: bold;
}
.stock .status-stock{
    color: #279c1c;
}
.stock .status-not-in-stock {
    color: #f93149;
}
.stock .status-limited-stock {
    color: #ffc107;
}
.stock .status-stock:before {
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    color: #279c1c;
    margin-right: 5px;
    margin-left: 10px;
}
.product-single-details .price-box{
    margin: 0;
}
.product-single-details #inputQty{
    padding: 0;
}
.product-single-details .paction.add-wishlist:hover{
    background-color: #f93149 !important;
    color: #fff !important;
    border: 1px solid #f93149 !important;
}
.product-single-details .paction.add-cart{
    background-color: #f93149 !important;
    color: #fff !important;
    border: 1px solid #f93149 !important;
    border-radius: 0 !important;
    padding: 5px 15px;
}
.product-single-details .product-single-qty{
    max-height: 40px;
}
.product-single-details .product-single-qty .input-group{
    max-height: 40px;
}
.product-single-details .product-single-qty .input-group input{
    height: 40px;
}
.input-group-btn:hover{
    background-color: #f93149;

}
.input-group-btn:hover button:before, .input-group-btn:hover button:after{
    background-color: #fff !important;
}
.subproduct-image-box{
    width: 80px;
    height: 100px;
}
.subproduct-image-box a{
    display: block;
    height: 100%;
    text-align: center;
}
.subproduct-image-box a img{
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}
.plus-stack {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
}
.product-single-tabs .tabs ul.nav-tabs{
    justify-content: flex-start;
}
.product-single-tabs .tabs .tab-content{
    padding: 15px 0;
}
.product-single-tabs .tabs ul.nav-tabs .nav-item a{
    font: unset;
    font-weight: 600;
}
.product-single-tabs .tabs ul.nav-tabs .nav-item a.active{
    color:#f93149;
    border-bottom-color:#f93149;
    font-weight: 600;
}
.nav.nav-tabs .nav-item .nav-link:hover{
    color:#282d3b;
}
.ratingList li.active .empty, .close_fieldset, .select_color i, .categories_list .active > a > span::before, .categories_list a > span::after, .hide, #go_to_top.type_2.animate_ftl, .a_title.active .plus_icon, .a_title .minus_icon {
    opacity: 0;
}
.add-product-review .checkbox-label .form-group{
margin: 0;
}
.product-author-wrapper{
    margin: 10px 0;
    padding: 10px;
}
.product-author-content > div:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.product-author-text{
    position:relative;
}
.product-author-wrapper .view-more-author{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.product-specification-content .table-striped tbody tr:nth-of-type(2n+1){
    background-color: unset;
}
.featured-products figure, .bestseller-products figure {
    height: 250px;
}
.featured-products figure > a, .bestseller-products figure > a {
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
}
.featured-products figure > a img,.bestseller-products figure > a img {
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*
.owl-carousel:not(.product-single-carousel) .owl-item img{
    width: unset;
}
*/
.prod-full-screen{
    opacity: 1;
}
.product-single-details > .product-title{
    float: left;
}
.product-single-details .btns-view-next{
    float: right;
}
.product-single-details .btns-view-next > a{
    display: block;
    float: right;
}
.products-list .product-layout .left-block .countdown_box .countdown_inner, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .left-block .countdown_box .countdown_inner, .end-date-time, .end-date-title{
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #f93149;
}
#product-promo-time .remaining-time .countdown_box{
    text-align: center;
}
#product-promo-time .remaining-time .countdown_box .title{
    background-color: transparent;
}
.add-info-wraper{
    position: relative;
}
.add-info-wraper .add-info{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    width: 250px;
    z-index: 5;
    display: none;
}
.product-single-details .btns-view-next > a.prev:hover .add-info.prev-product{
    display:flex;
}
.product-single-details .btns-view-next > a.next:hover .add-info.next-product{
    display:flex;
}

.promo-countdown {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #f93149;
}

#discount_code {
    height: 100%;
}

.checkout-form #discount_code {
    max-width: 100%;
}

.mobile-menu li.open > a, .mobile-menu li.active > a,
.mobile-menu li a:hover, .mobile-menu li a:focus {
    color: #f93149;
}
.widget select{
    height: 3rem;
    padding: 0;
}
#moreinfo, #removecookie{
    background-color: #f93149 !important;
}

.cart-dropdown .dropdown-toggle .cart-count{
    background-color: #f93149;
}
.bfriday-wrapper .products-category h2.category-name{
    margin: 0;
    padding: 5px 10px;
    border-left: 3px solid #f93149;
}
.bfriday-wrapper .header-top{
    background-color: #f9f9f9;
}
.product-label.label-sale {
    background-color: #f93149;
}

.product-label.label-sale {
    background-color: #f93149;
}
.product-label+.product-label+.product-label {
    top: 6.2rem;
}
.product-label+.product-label+.product-label+.product-label {
    top: 8.8rem;
}
.category-image-box{
    overflow:hidden;
}
.category-image-box img{
    transition: transform .8s; /* Animation */
}
.category-image-box:hover img{
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .children-books-header .main-nav {
        display: none;
    }
    .main-header.header-bottom .cart-dropdown {
        order: 2;
    }
    .main-header.header-bottom.sticky-header.fixed .cart-dropdown {
        order: 2;
        margin-top: 0.5em;
    }
    .main-header.header-bottom .mobile-menu-toggler {
        order: 3;
    }
    .main-header.header-bottom.sticky-header.fixed {
        display: block!important;
    }
    .header-bottom .main-nav {
        display: none;
    }
    .header-middle .logo img {
        max-width: 60%;
    }
    .product-single-gallery {
        margin-bottom: 1rem!important;
    }
}

@media (max-width: 768px) {
    .header-middle {
        padding-top: 0.8em!important;
        padding-bottom: 0.8em!important;
    }
    .info-box{
        max-width: 100%;
    }
    .bundles-info.cards .card {
        flex-basis: calc(100% - 1em)!important;
    }
    .breadcrumb-nav .container {
        padding: 0;
    }
    .breadcrumb-nav .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: scroll;
        padding: 0.5em 1em;
    }
    .btns-view-next {
        display: none;
    }
    .banner.banner-inline .banner-title {
        font-size: 1.8rem;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    section.promo-section .other-promotions .section-title {
       margin-top: 1em;
    }
    .widget-newsletters {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .card.bundle-page .table {
        width: auto;
        margin-top: 1em;
    }
    .card.bundle-page .table td {
        text-align: left!important;
    }
    .first-banners .col-sm-4:not(:last-child),
    .second-banners .col-sm-4:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .banner.children-books .breadcrumb .home-link i {
        font-size: 2.2em;
    }
    .banner.children-books .breadcrumb-item+.breadcrumb-item::before {
        font-size: 1.2em;
    }
    .banner.children-books h1.banner-title {
        font-size: 1.2em;
    }
}

@media (max-width: 360px) {
    #searchForm .tt-scrollable-menu .tt-menu {
        width: 120%;
    }
    .product-single-details .paction.add-cart {
        padding: 5px 10px;
    }
    .product-single-details .product-single-qty, .product-single-details .paction {
        margin: 0.5rem 0rem 0.5rem 0.5rem;
    }
    .product-single-qty {
        margin-right: 1.5rem!important;
    }
}

.home-news .new-img {
    overflow: hidden;
}

.home-news .new-img img {
    margin: 0 auto;
}

.tab-content .product-file-content{
    padding-top: 30px;
}
.tab-content .product-file-content a{
    display: block;
    width: 100%;
    text-align: center;
}
.tab-content .product-file-content a > img{
    margin: 0 auto;
}
#widget-body-categories ul li a{
    display: block;
    width: 100%;
    transition: unset;
}
#widget-body-categories ul li:hover a{
    padding-left: 10px;
    border-left: 2px solid red;
    font-weight: bold;
}
.news-single .entry-media {
    background-color: #fff;
}
.single.news-single .entry-body img{
    height: auto!important;
}
.label-not-available {
    background-color: #004085;
}
.expect-soon-wrapper{
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: green;
    color: white;
    font-weight: bold;
    text-align: center;
}
.qv-expect-soon-wrapper{
    width: 100%;
    background-color: green;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}
.qv-expect-soon-wrapper-text{
    color: green;
    font-weight: bold;
}
.product-single-details .product-desc{
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.product:not(.product-sm):hover .product-image-container {
    box-shadow: 0px 0px 38px rgba(0,0,0,0.1);
}
.dropdown-cart-products .product-label.e-book,
.table-cart .product-label.e-book,
.new-products .product-label.e-book {
    top: 0;
    right: 0;
    font-size: 0.9rem;
    padding: .35rem;
}
.dropdown-cart-products .product-label.e-book {
    left: 0;
    right: unset;
}
.product-single-details .paction.add-cart.e-book {
    background-color: #08c !important;
    border: 1px solid #08c !important;
}
td.product-price-td button.addToCart.e-book:hover{
    background-color: #08c;
    color: #fff;
}
.product-label.label-black {
    background-color: #21293c!important;
}
.product-single-details .product-desc .sku {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
}
.product-quick-view .product-label.label-black {
    position: static;
    display: inline-block;
    margin-top: 0.5em;
}
.contact-page .contact-info {
    margin: 0;
}
.contact-page .contact-title {
    display: inline-block;
    font-size: 2rem;
    border-bottom: 2px solid #f93149;
    margin-bottom: 0.75em;
    padding-bottom: 0.25em;
}
.cart-promo-price {
    color: #f93149;
}

.bundles-info.cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-bottom: 1em;
}
.bundles-info.cards .card {
    position: relative;
    margin: 0.5em;
    border-radius: 0.3em;
    flex: 0 0 calc(50% - 1em);
}
.bundles-info.cards .card.grow {
    flex-grow: 1!important;
}
.bundles-info.cards .card .card-title {
    font-size: 1.3em;
    color: #333;
}
.bundles-info.cards .card .card-body {
    padding: 1em;
    min-height: unset;
}
.bundles-info.cards .card .card-discount .percent {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f93149;
    color: #ffffff;
    padding: 0.3em 0.5em;
}
.bundles-info.cards .card .card-discount .sum {
    font-size: 1.1em;
    padding: 0.3em;
    font-weight: bold;
    color: #333;
}
.bundles-info.cards svg {
    height: 100px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    fill: #f93149;
    opacity: 0.1;
}
.table.table-cart tfoot td {
    padding: 1rem 0 1rem;
}
.bundles-info .bundle-table thead {
    background-color: #f93149;
    color: white;
}
.bundles-info .bundle-table th {
    border: none;
}
.bundles-info .bundle-table th, .bundles-info .bundle-table td {
    vertical-align: middle;
}
.bundles-info .bundle-table .percent {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f93149;
    color: #ffffff;
    padding: 0.3em 0.5em;
}
.bundles-info .bundle-table .sum {
    font-size: 1.1em;
    padding: 0.3em;
    font-weight: bold;
    color: #333;
}
.card.bundle-page {
    margin-bottom: 2rem;
}
.card.bundle-page .card-title {
    margin-bottom: 0.8em;
}
.card.bundle-page .card-body {
    min-height: unset;
}
.card.bundle-page .card-body p:last-child {
    margin-bottom: 0;
}
.card.bundle-page span.percent {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f93149;
    color: #ffffff;
    padding: 0.3em 0.5em;
}
.card.bundle-page span.text {
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
}
.card.bundle-page a {
    text-decoration: none;
}
.btn-export:focus,
.btn.remove-product:focus {
    color: #fff;
}
.btn.remove-product {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.user-offer-form .product-title {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0;
}
.user-offer-form .product-price {
    font-size: 1.1em;
    font-weight: 600;
}
.user-offer-form td.price-cell {
    width: 120px;
}
.user-offer-form td.quantity-cell {
    width: 170px;
}
.user-offer-form td.button-cell {
    width: 140px;
}
.notify-wrappper .notify-result.error {
    color: #dc3545;
}
.notify-wrappper .notify-result.success {
    color: #28a745;
}
.authors-slider-title {
    font-size: 1.2em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}
.authors-slider .author-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.authors-slider .author-label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    cursor: pointer;
    z-index: 999;
}
.authors-slider.owl-theme .owl-prev {
    left: -20px;
    margin-top: -10px;
    font-size: 1.2em!important;
}
.authors-slider.owl-theme .owl-next {
    right: -20px;
    margin-top: -10px;
    font-size: 1.2em!important;
}
.selected-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1em;
}
.selected-filter {
    margin-right: 0.8em;
}
.promo-slider-title {
    font-size: 1.2em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}
.slider-promotions {
    padding: 1em;
    background-color: #f93149;
}
.slider-promotions .owl-stage {
    display: flex;
    align-items: stretch;
}
.slider-promotions .promo {
    background-color: #fff;
    display: flex;
    height: 100%;
}
.slider-promotions .promo .product-title {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slider-promotions .promo .price-box {
    margin-top: 1rem;
}
.slider-promotions .promo .product-price {
    font-size: 1.8rem;
}
.slider-promotions .promo .old-price {
    font-size: 1.6rem;
}
.children-books-header {
    display: block!important;
}
.children-books-header .logo {
    display: block;
    margin-right: 1em;
}
.children-books-header:not(.fixed) .logo img {
    max-height: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.children-books-header .menu > li > a {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}
.children-books-header .cart-dropdown {
    display: block;
}
.children-books-header.fixed .cart-dropdown {
    margin-top: 4px;
}
.children-books-header:not(.fixed) .cart-dropdown {
    margin-top: 5px;
}
.children-books-header .mobile-menu-toggler {
    order: 3;
}
.product-single-tabs .tabs.sticky-header {
    height: unset;
}
.product-single-tabs .tabs.sticky-header:not(.fixed-nav) .container {
    padding: 0;
}
.product-single-tabs .tabs.sticky-header .nav.nav-tabs .nav-item .nav-link {
    padding: 0.8rem 0;
}
.product-single-tabs .tabs.sticky-header .nav-link {
    transition: none;
}
.product-single-tabs .tabs.sticky-header:not(.fixed-nav) .nav.nav-tabs .nav-item:first-child .nav-link {
    color: #f93149!important;
    border-bottom: 2px solid #f93149!important;
}
.product-single-tabs .tabs.sticky-header.fixed-nav .nav.nav-tabs,
.product-single-tabs .tabs.sticky-header.fixed-nav .nav.nav-tabs .nav-item .nav-link {
    border: none;
}
.product-single-tabs .product-tab-title {
    text-transform: uppercase;
    border-bottom: 0.2rem solid #e7e7e7;
    padding-bottom: 0.5em;
    margin-bottom: 0;
}
.product-viewport-box {
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    padding: 0.25em 1em;
    background-color: #f93149;
}
.product-viewport-box .product-price {
    color: #fff;
    font-weight: bold;
}
.product-viewport-box .add-cart {
    border-radius: 0 !important;
    padding: 5px 15px;
    margin-left: 1em;
}
body.product-viewport-box-in-view {
    padding-bottom: 60px;
}
.banner.banner-inline {
    height: auto;
    position: relative;
}
.banner.banner-inline .banner-content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.checkout-form .form-control {
    max-width: 100%;
}
.checkout-form .select2-container--bootstrap .select2-selection--single {
    height: 38px;
    line-height: 1.8;
    border-radius: 0;
}
.icon-tiktok:after {
    display: block;
    content: '';
    background-image: url('/img/tiktok.svg');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
	background-position: center center;
}
.dual-price-mode .cart-promo-price {
    display: block;
}
.banner .banner-title {
    font-family: 'Auge', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
}

/* Typography overrides: Titles use Auge per client requirement */
/* Section and prominent headings -> Bold */
.title,
.heading .title,
.carousel-title,
.section-title,
.product-tab-title,
.authors-slider-title,
.promo-slider-title,
.bfriday-wrapper .products-category h2.category-name,
.page-header h1 {
    font-family: 'Auge', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
}

/* Product / Book titles -> Medium (retain promo-specific weights elsewhere) */
.product-title,
.product-title a,
.product-list-wrapper .product-title,
.product-sm .product-title,
.table.table-cart .product-title,
.table-mini-cart .product-title,
.product-single-extended .product-title,
.product-single-grid .product-single-details .product-title {
    font-family: 'Auge', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
}

.product-title a {
    color: #282d3b;
}

/* News / Blog titles -> Medium */
.entry-title,
.entry-title a,
.post .post-title,
.related-posts .entry-title,
.news-title {
    font-family: 'Auge', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.main-header .menu>li>a {
    font-weight: 600;
}
.main-header .menu li a {
    font-size: 1.45rem;
}
.price-box {
    font-family: 'Chopin', sans-serif;
    font-weight: 600;
}
.product-single-details .product-label {
    top: .1em;
}
/*.product-single-tabs {*/
/*    font-weight: 600;*/
/*}*/
.breadcrumb-item {
    text-transform: none;
    font: 400 1.2rem / 1.4 "Chopin", sans-serif;
    letter-spacing: .025rem;
}
.header-search .form-control, .header-search select {
    height: 38px;
    margin: 0;
    background-color: #fff;
    font: 400 1.3rem / 1.5 "Chopin", sans-serif;
}