/*
 Theme Name:   bootCommerce Child
 Description:  bootScore WooCommerce Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.2.0.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

body,div,h1,h2,h3,h4,h5,h6,span,input,butoon,a {
	font-family: 'Montserrat', sans-serif;	
}


.top-description {
	
}

.top-description p {
	font-size: 22px;
    color: #fff;
}

.top-button {
	
}
.top-button a {
	
}

.top-title {
	
}

.top-title h1 {
    font-size: 170px;
    text-transform: uppercase;
    color: #f6a866;
    font-weight: 900;
}

@media(max-width: 991px) {
    .top-title h1 {
      font-size: 130px;
    }
}

@media(max-width: 767px) {
    .top-title h1 {
      font-size: 90px;
    }
}

@media(max-width: 550px) {
    .top-title h1 {
      font-size: 50px;
    }
}

.top-autor {
	
}

.top-autor p {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
}

.site-navigation {
    background: #252525 !important;
}

.site-navigation .navbar-nav .nav-link {
    color: #fff !important;
}

@media (max-width: 991px) {
    .site-navigation .navbar-nav .nav-link {
        color: #000 !important;
    }
}

.womo-logo {
    width: 90px;
    padding-left: 10px;
    position: relative;
    opacity: 0.6;
}

.womo-logo:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
}

.womo-logo img {
    display: block;
    width: auto;
    background: #fff;
    padding: 5px;
}

.logo-box {
    margin-right: 0;
    position: relative;
}

.womo-footer-logo img {
    width: 100px;
}

header p {
    margin-bottom: 0;
}

.banner-content-price span small {
    font-size: 15px;
    font-weight: normal;
}

.banner-content-price span {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
}

.banner .banner-content h1 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 5em;
    letter-spacing: 5px;
}

.banner .banner-content .after-title {
    font-size: 25px;
    line-height: 30px;
    text-transform: lowercase;
}

.banner .banner-content .before-list {
    position: relative;
    margin-bottom: 30px;
}

.banner .container .row {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.banner {
    position: relative;
}

.banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.banner > div {
    position: relative;
    z-index: 9;
}

.dark-bg .banner-content ul li {
    font-size: initial;
    line-height: 30px;
}

.banner .banner-content ul {
    margin-bottom: 0;
}

.auhtor-img-order {
    padding-left: 0 !important;
    padding-right: 30px;
}

.auhtor-img.auhtor-img-order:before {
    right: 10px;
}

.btn-dark-bg {
    border-radius: 46px;
    border-color: #dd0000;
    background: #dd0000;
}


/** testimonials **/

.dark-bg .review-item .client-info p {
    font-size: 16px;
    line-height: 25px;
}

.client-info p {    
    font-size: 22px;
    line-height: 150%;
}

.dark-bg .review-item .client-position {
    font-style: italic;
}

.dark-bg .banner-content ul li i {
    color: #dd0000;
}

.testimonial {
    position: relative;
}

.testimonial:before {
    content: '';
    background: url('/wp-content/uploads/2023/09/faq.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 260px;
}

.top-hellow-text {
    
}

.top-hellow-text h2 {
    
}

.top-hellow-text h2 span{
    color: #f6a866;
    font-size: 70px;
    font-weight: 900;
}

.top-hellow-text h2 span:last-child{
    margin-left: 100px;
}

@media (max-width: 767px) {
    .top-hellow-text h2 span:last-child {
        margin-left: 0;
    }
}

/** banner **/

.banner-img {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    float: none;
}

.panel-grid {
    margin-bottom: 0 !important;
}

.footer {
    background: #252525;
    padding: 80px 0px 0px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.footer_widget a {
    color: #caab77;
}

.footer_widget a:hover {
    color: #dd0000;
}

.mfp-content {
    width: 100%;
    max-width: 800px;
    padding: 30px;
    background: #fff;
}

.header-actions .btn {
    padding: 0 !important;
}

.header-actions .btn  i {
    color: #fff;
    font-size: 30px;
}

.cta-inner {
    background: #e7e7e7;
}

.cta-inner .subheading2, .cta-inner h2 {
    color: #444;
}

.logo-box a {
    color: #f6a866;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: bold;
}

.contact-last .widget_text {
    text-align: center;
    padding: 70px 20px;
    position: relative;
    border-radius: 10px;
    background: #e7e7e7;
}

.footer .footer-contact {
    padding-left: 0;
}

@media(max-width: 575px) {
    .main-header .btn-dark-bg {
        display: none;
    }
    .banner .banner-content h1 {
        font-size: 4em;
    }
    .footer_widget {
        text-align: left;
    }
    .topic-item .icon-box {
        position: relative;
    }
    .topic-item .topic-content {
        padding-right: 0;
    }
}

@media (max-width:991px) {
    header .btn-outline-secondary {
        margin-right: 15px;
    }
}

@media (max-width:476px) {
    
    header .btn-primary {
        padding: 10px !important;
        font-size: 14px;
    }
    
    .logo-box a {
        font-size: 18px;
    }
}

@media(max-width: 434px) {
    .banner .banner-content h1 {
        font-size: 3em;
        letter-spacing: 2px;
    }

}

.book-preview .section-padding {
    padding-bottom: 60px !important;
}

.book-preview h1, .book-preview h2, .book-preview  h3, .book-preview  h4, .book-preview  h5, .book-preview  h6, .book-preview  h1, .book-preview  h2, .book-preview  h3, .book-preview  h4, .book-preview  h5, .book-preview  p {
    color: #fff !important;
}

.book-preview .blockquote p {
    color: #000 !important;
}

.book-preview .blockquote .blockquote-footer {
    color: #444 !important;
}

.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;  // added this
}

.owl-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.lang-item-first a img {
    width: 20px !important;
    height: 15px !important;
    margin-left: 3px;
    margin-top: -2px;
}

.lang-item-first.menu-item {
    display: none;
}

@media (min-width: 992px) {
    .lang-item-first.menu-item {
        position: absolute;
        right: 0;
    }
}

.navbar-expand-lg .offcanvas-body {
    position: relative;
}

.offcanvas.show {
    height: 100vh;
    top: 0px !important;
    z-index: 999999;
}

.footer_widget p {
    color: #fff !important;
}

.woocommerce-shipping-fields {
    display: none !important;
}

.order-button {
   
}

.order-button .add_to_cart_inline {
    border: none !important;
    font-weight: bold;
    color: #363636;
    font-size: 36px;
}

.order-button .add_to_cart_button, .btn-primary {
    background: #f0453d;
    border: none !important;
}

.order-button .add_to_cart_button:hover, .btn-primary:hover, .btn-primary:focus {
    border: none !important;
    background: #d42921;
}

.order-button-content .order-button .add_to_cart_button {
    padding: 30px;
    font-size: 30px;
}

.btn.btn-outline-primary {
    background: #fbe5c0;
    color: #333;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background: #fbe5c0;
    color: #333;
}

.order-button-content {

}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f6a86640;
}

.accordion-button:focus {
    box-shadow: none;
}

.offcanvas-top-nezlamni {
    max-width: 800px;
    margin: 0 auto;
}

.offcanvas-top-nezlamni .cart-footer {

}

.added_to_cart.wc-forward {
    display: none !important;
}

.shopping_cart-box {

}

.btn-uk {
    background: #ffe6bb;
}

.btn-nouk {
    background: #ffe6bb;
}

.btn-uk:hover, .btn-nouk:hover {
    background: #caab77;
}

.offcanvas-top-nezlamni .btn-outline-dark {
    background: #424b28;
    color: #fff;
    max-width: 347px;
    margin: 0 auto;
}

.btn-nouk-description {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

/** Woocommerce **/

#billing_country_field {
    background: #e7d0a9;
    border-radius: 0.25rem;
    margin-top: 15px;
    display: none;
}
#billing_country_field label {
    margin-left: 15px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
}

.minicart-buttons-quanity-box {
    margin-bottom: 15px;
}

.minicart-buttons-quanity-box .quantity-number {
    width: 160px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;}

.button-minicart-quanity {width: 40px;height: 38px;padding: 0;border: 0;line-height: 1em;display: flex;align-items: center;justify-content: center;background: #ffe6bb;color: #000;}

.banner-content .add_to_cart_inline, .site-navigation .add_to_cart_inline {
    display: none !important;
}

.cart_totals  {

}
.banner .banner-content .btn {
    margin-bottom: 10px;
    max-width: max-content;
}

/* General Partners
--------------------------------------------- */
.general-partners .widget-title {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #404040;
}

.general-partners .textwidget {
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}

.general-partners .custom-html-widget {
    margin-top: 30px;
}

.general-partner-title {
    font-weight: bold;
    margin-bottom: 15px !important;
    text-align: center;
}

.general-partners a {
    text-decoration: none;
}

.general-partners p {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.general-partner-colum {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.general-partner-colum-parent {
    margin: 10px 15px;
}

@media (max-width: 767px) {
    .general-partners-center .general-partner-colum {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .general-partners-bottom .general-partner-colum {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .general-partners-bottom .general-partner-colum p {
        font-size: 11px;
    }

    .general-partners-bottom .general-partner-colum a img {
        height: auto;
        width: 100%;
    }

    .novaposhta-partner a img {
        width: 100%;
        max-width: 250px !important;
    }
}

@media (max-width: 530px) {
    .general-partner-colum {
        width: 100% !important;
        max-width: none;
    }
}


.yakaboo-logo {
    margin-top: 0;
    margin-bottom: 0;
}

.gallery-columns-4 .gallery-item {
    width: 100%;
    max-width: none;
}

.owl-carousel.gallery {
    margin-bottom: 0 !important;
}

.owl-theme.galleryid-7 .owl-nav {
    margin-top: 0 !important;
}

.owl-prev {
    width: 45px;
    height: 70px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40%;
    margin-left: 0;
    border:0px solid black;
    background: #ffffffab !important;
}

.owl-next {
    width: 45px;
    height: 80px;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 40%;
    right: 0;
    border:0px solid black;
}
.owl-prev:hover, .owl-next:hover {
    background: #ffffff !important;
}

.owl-prev span, .owl-next span {
    font-size: 100px;
    color: #bc7e18;
    line-height: 0;
}


/** STALEVI **/

.lead-magnite {
    background: url('/wp-content/uploads/2023/09/nezlamni-book-fon-scaled.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.lead-magnite-box {
    position: relative;
    background: url('/wp-content/uploads/2023/09/chain-bottom-scaled.jpg');
    background-size: cover;
    backdrop-position: center bottom;
}

.lead-magnite-box:before {
    content: '';

}

.lead-magnite-box > div {
    position: relative;
    z-index: 4;
}

@media (max-width: 991px) {
    .lead-magnite-box {
        padding-top: 60px;
    }
    .lead-magnite {
        padding: 60px 0;
    }
}

.lead-magnite-box .row {
    width: 75%;
    margin: 0 auto;
    min-height: 800px;
}

@media (max-width: 991px) {
    .lead-magnite-box .row {
        width: 100%;
        min-height: 0;
    }
}

.lead-magnite-image {
    
}

.lead-magnite-image img {
    
}

.lead-magnite-text {
    
}

.lead-magnite-text p {
    font-size: 35px;
    line-height: 150%;
    font-weight: bold;
    color: #fff;
    border: none !important;
    padding: 0 !important;
}

.lead-product-image {
    
}

.lead-product-image img {
    
}

.lead-product-text {
    
}

.lead-product-text p {
    
}

.lead-magnite-box {

}

.lead-magnite .btn-primary {
    display: inline-block;
    padding: 30px;
    font-size: 30px;
    border: none !important;
    background: #f6a866;
    color: #fff !important;
    text-transform: none;
    font-weight: 500;
    border-radius: 0.25rem;  
}

.lead-magnite-text_price {
    color: #f0453d;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 19px;
}

.lead-magnite-text_title {
    
}

.client-desc {
    width: 400px;
    padding-right: 100px;
}

.client-desc h4 {
    font-size: 16px;
}

.client-desc p {
    font-size: 14px;
}

.client-img {
    width: 60px;
    text-align: left;
    border-radius: 50%;
    margin-bottom: 10px;
}

.client-info {
    width: calc(100% - 400px);
}

.heores-box {
    position: relative;
    background: linear-gradient(to bottom, #f0453d 80%, #ebdfc9 20%);
}

.heores-box:before {
    content: '';
    background: url('/wp-content/uploads/2023/09/top-red.jpg');
    background-size: cover;
    background-repeat:  no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
}

.heroes-plashka {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}

.heroes-plashka h4 {
    text-align: center;
} 

.heroes-plashka p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 110%;
}

@media (max-width: 991px) {
    .client-desc {
        width: 260px;
        padding-right: 30px;
    }
    .client-info {
        width: calc(100% - 260px);
    }
}

@media (max-width: 767px) {
    h2 span, h2, .center-heading h3, .heading-title {
        font-size: 40px;
        line-height: 110%;
    }
    .lead-magnite-text p {
        font-size: 25px;
        line-height: 150%;
    }
    .client-desc {
        width: 100%;
        padding-right: 30px;
    }
    .client-info {
        width: 100%;
    }
    .client-info p {
        font-size: 16px;
    }
}

.preorder {
    background: linear-gradient(0deg, #ebdfc9, #ece1cc00);
}

.preorder-box {
    width: 75%;
    margin: 0 auto;
}

.chain-box {
    background: url(/wp-content/uploads/2023/09/chain-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 300px;
}

.heroes-slider {
    display: block !important;
}

.heroes-slider-mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .heroes-slider {
        display: none !important;
    }

    .heroes-slider-mobile {
        display: block !important;
    }
}