/*
 Theme Name:   Limitless Secrets
 Description:  Official theme for the Limitless Secrets webshop
 Author:       Milcode BV
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


.site-primary-footer-wrap {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.wp-block-woocommerce-cart {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.entry-summary .product_title {
	margin-bottom: 20px !important;
}

.entry-summary .price {
	margin-bottom: 15px !important;
}

.attachment-woocommerce_thumbnail {
	border-radius: 15px !important;
}

.ast-onsale-card {
	top: 0 !important;
	left: 0 !important;
	font-size: 1.40em !important;
	background: #E22121 !important;
	color: #fff !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 15px !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 15px !important;
	padding: 0.4em 0.9em !important;
}

.ast-woo-product-category {
	opacity: 1 !important;
}

.woocommerce-product-gallery__wrapper {
	border-radius: 15px !important;
    overflow: hidden !important;
}

.woocommerce-product-details__short-description {
	font-weight: 500 !important;
}

.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
	background-color: #ff0000 !important;
	color: #fff !important;
}

.woocommerce-loop-product__title {
    color: #000 !important;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
}

.woocommerce-Price-amount {
    color: #000 !important;
    font-weight: 500 !important;
    font-family: 'Cinzel' !important;
    font-size: 1.2em !important;
}

.add_to_cart_button {
	border-radius: 30px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: 'Cinzel' !important;
    background-color: #3B161C !important;
	transition: transform .3s !important;
	font-size: 1.2rem !important;
    letter-spacing: 0.5px !important;
}

.add_to_cart_button:hover {
    transform: scale(1.03) !important;
}

.ast-shop-product-out-of-stock {
    color: #000 !important;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    font-family: 'Montserrat' !important;
    background: #F2D394 !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px !important;
}

li.outofstock a.button.product_type_simple {
    display: none !important;
}

.single_add_to_cart_button {
	border-radius: 30px !important;
    color: #000 !important;
    font-weight: 600 !important;
    background-color: #E59500 !important;
	transition: transform .3s !important;
	font-size: 1.2rem !important;
	padding: 15px 30px !important;
}

.single_add_to_cart_button:hover {
	transform: scale(1.03) !important;
}

.astra-shop-summary-wrap .star-rating {
	display: none !important;
}

.woocommerce-loop-product__title {
	font-size: 1.5em !important;
}

.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 1.3em !important;
}

.ast-primary-header-bar {
	border-bottom-width: 0 !important;
}

/* pagination */

nav.woocommerce-pagination ul li span.current {
	background: #000 !important;
}

nav.woocommerce-pagination ul li span.current {
 	border-color: #000 !important;
}

a.page-numbers {
    border: 1px solid #000 !important;
    color: #000 !important;
}

a.page-numbers:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* scroll to top button */

#ast-scroll-top {
	background-color: #000 !important;
}

/* header */

.site-primary-header-wrap {
    padding-inline: 7.5vw !important;
    padding-top: 0 !important;
}


/* woocommerce product search bar desktop */

.wp-block-search {
 	border: none !important;
}

.wp-block-search__label {
	display: none !important;
}

.wp-block-search__inside-wrapper  {
	display: flex !important;
	width: 400px !important;
	border: none !important;
	padding: 0 !important;
}

.wp-block-search__input {
	border: 0 !important;
	padding: 0 0 0 20px !important;
}

.wp-block-search__button {
	margin: 0 !important;
	border-radius: 0 !important;
	padding: 0 10px 0 0 !important;
	border: none !important;
	background: #fff !important;
}

.search-icon {
	fill: #000 !important;
}

/* woocommerce product search bar mobile */

.ast-below-header-bar {
	padding: 0 !important;
}

.ast-header-search {
	width: 100vw !important;
}

.search-field {
	width: 100vw !important;
	height: 100% !important;
	padding: 0 0 0 7.5vw !important;
	border: none !important;
}

.search-form {
	height: 100% !important;
	position: relative 100% !important;
	background: #fff !important;
}

.search-box {
	height: 100% !important;
}

.ast-header-search {
	height: 100% !important;
}

.ast-search-menu-icon .search-form button.search-submit {
    padding: 0 7.5vw !important;
}

/* footer */

.ast-builder-footer-grid-columns {
    max-width: none !important;
}

.footer-container {
    width: 100% !important;
    position: relative !important;
    margin: 0 !important;
}

.footer-sections {
    display: flex !important;
    flex-direction: column !important;
    padding-inline: 7.5vw !important;
    padding-bottom: 20px !important;
    padding-top: 40px !important;
    background: #3B161C !important;
}

.footer-company-contact-info-and-inner-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
}

.footer-company-contact-info-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.footer-company-contact-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    font-style: normal !important;
    margin: 0 !important;
}

.footer-company-logo-wrapper {
    width: 45vw !important;
    position: relative !important;
}

.footer-company-logo {
    width: 100% !important;
    object-fit: contain !important;
}

.footer__contact-info--link {
    display: flex !important;
    gap: 10px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    font-style: normal !important;
    font-size: 18px !important;
}

.footer__contact-info--icon {
    width: 25px !important;
    aspect-ratio: 1 !important;
    display: block !important;
}

.footer__contact-info--text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    gap: 5px !important;
}

.company-VAT-number {
    color: #ffffff !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.footer-title {
    font-size: 23px !important;
    font-family: 'Cinzel', sans-serif !important;
    color: #F2D394 !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

.footer-adress-link {
    text-decoration: none !important;
    color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    font-size: 16px !important;
}

.footer-inner-links-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.footer-inner-link {
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: color 0.3s ease;
}

.footer-inner-link:hover {
    color: #F2D394 !important;
}

.footer-social-icons-wrapper {
    display: flex !important;
    margin-top: 40px !important;
}

.footer-social-icons {
    display: flex !important;
    gap: 25px !important;
}

.footer-social-link {
    position: relative !important;
    width: 30px !important;
    height: 30px !important;
}

.footer-social-link--x {
    position: relative !important;
    width: 25px !important;
    height: 25px !important;
}

.footer-social-link--x img {
    margin-bottom: 2px !important;
}

.footer-social-icon {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.footer-bottom {
    padding-block: 20px !important;
    padding-inline: 7.5vw !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    align-items: center !important;
    background: #F2D394 !important;
}

.footer-bottom-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    color: #000 !important;
    margin: 0 !important;
}

.footer-bottom-text a {
    color: #000000 !important;
}

.footer-bottom-made-by-text-wrapper {
    position: static !important;
}

.footer-legal-links-wrapper {
    display: flex !important;
    gap: 5px !important;
}

.footer-legal-link {
    font-family: 'Montserrat', sans-serif !important;
    text-decoration: none !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.footer-legal-link:not(:last-of-type)::after {
    content: "|" !important;
    margin-left: 5px !important;
}

@media only screen and (min-width: 600px) {
    .footer-company-logo-wrapper {
        width: 30vw !important;
    }
}

@media only screen and (min-width: 900px) {
    .footer-company-contact-info-and-inner-links {
        flex-direction: row !important;
        gap: 3vw !important;
    }

    .footer-company-logo-wrapper {
        width: 15vw !important;
    }

    .footer-social-icons-wrapper {
        justify-content: flex-end !important;
        margin-top: 0 !important;
    }

    .footer__contact-info--text {
        font-size: 15px !important;
    }

    .company-VAT-number {
        font-size: 15px !important;
    }

    .footer-title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .footer-adress-link {
        font-size: 15px !important;
    }

    .footer-inner-link {
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 1100px) {
    .footer-company-contact-info-and-inner-links {
        gap: 5vw !important;
    }
}

@media only screen and (min-width: 1300px) {
    .footer-company-contact-info-and-inner-links {
        gap: 6vw !important;
    }

    .footer-bottom {
        flex-direction: row !important;
        padding-block: 15px !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: relative !important;
    }

    .footer-bottom-made-by-text-wrapper {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

@media only screen and (min-width: 1600px) {
    .footer-company-contact-info-and-inner-links {
        gap: 7vw !important;
    }

    .footer__contact-info--text {
        font-size: 16px !important;
    }

    .company-VAT-number {
        font-size: 16px !important;
    }

    .footer-title {
        font-size: 23px !important;
    }

    .footer-adress-link {
        font-size: 16px !important;
    }

    .footer-inner-link {
        font-size: 16px !important;
    }

    .footer-bottom-text {
        font-size: 15px !important;
    }

    .footer-legal-link {
        font-size: 15px !important;
    }

    .footer-social-icons {
        gap: 30px !important;
    }

    .footer-social-link {
        width: 35px !important;
        height: 35px !important;
    }
}

/* end footer section */








@media only screen and (max-width: 1200px) {  
	.ast-container {
		padding-top: 20px;
	}
}
