/*
Theme Name:  Adam Haddrick
Version:     1.0.0
Template:    nectar-blocks-theme
Description: Child theme for Nectarblocks.
Author:      Sense
Text Domain: nectar-blocks-theme
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/
.lg-backdrop {
	background-color: #fff;
}
.lg-next, .lg-prev {
    background-color: #fff;
    color: #000;
}
.lg-container .lg-toolbar .lg-counter, .lg-container .lg-toolbar .lg-icon {
    color: #000;
}
.nectar-blocks-image-grid__grid .nectar-blocks-image-grid__caption {
	display: none;
}
.nectar-blocks-button .nectar-component__icon svg {
    height: 0.5em !important;
}
.nectar-blocks-button {
	 transition: all 1s ease;
}
.nectar-blocks-button a:hover {
    flex-direction: row-reverse !important;
}
#footer-outer .row:not(#copyright) {
	padding: 40px 0 !important;
}
#footer-outer #footer-widgets .col p {
    padding-bottom: 0px !important;
}
#footer-outer .container > .row {
    gap: 0px;
}
#footer-widgets a {
	text-decoration: none;
}
.footer-small-text {
	font-size: 1rem !important;
}
.woocommerce-breadcrumb {
	display: none;
}
.product .quantity {
	display: none !important;
}
.nectar-prod-wrap .product_meta {
	display: none !important;
}
.nectar-prod-wrap .product-meta {
	display: none !important;
}
.swiper-vertical {
	display: none;
}
.nectar-prod-wrap .swiper-slide {
	background: #F3F3F3;
	padding: 6rem;
}
/* .swiper-button-next::before, .swiper-button-prev::before {
    background-color: #F3F3F3 !important;
} */
.nb-swiper .swiper-arrow-control {
    display: none !important;
}
.art-print-card img {
	background: #F3F3F3;
	padding: 3rem;
	object-fit: contain !important;
}
.single-product-main-image .woocommerce-product-gallery__image img:not([role="presentation"]) {
    object-fit: contain;
}
.woocommerce-product-details__short-description {
	font-size: 1.125rem;
	line-height: 1.4;
}
.woocommerce div.product form.cart .variations label {
	font-size: 0.875rem;
	font-weight: normal;
}
.woocommerce div.product form.cart .variations select {
	font-size: 1rem;
	background-color: #F3F3F3 !important;
    padding: 10px;
    border-radius: 0;
    min-width: 250px;
}
#nectar-content-wrap button.single_add_to_cart_button {
    font-size: 1.25rem;
    border-radius: 150px !important;
    max-width: 175px;
    padding: 10px 15px !important;
}
.woocommerce div.product .summary p.price {
	font-family: 'Barlow' !important;
    font-weight: normal !important;
}
.single-product .related.products h2 {
	font-size: 1.5rem;
    text-align: center;
    text-transform: initial;
    font-weight: normal;
}
.nectar-woo-carousel__top {
    justify-content: center;
}
.related.products img {
	background: #F3F3F3;
	padding: 3rem;
	object-fit: contain !important;
}
#gform_submit_button_1 {
	border-radius: 150px !important;
    font-size: 1.125rem !important;
    text-transform: uppercase !important;
    padding: 10px 15px !important;
	background-color: #000 !important;
}
.gfield input, textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.gfield_label {
	font-size: 1.125rem !important;
}
.gform-theme--foundation .gform_fields {
    row-gap: 25px !important;
}
.gform-theme--foundation .gfield textarea.large {
    min-block-size: 10rem !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    font-size: 1.5rem !important;
    font-weight: normal !important;
    text-transform: inherit;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	border-radius: 150px !important;
}
.wc-block-cart__submit-button {
	border-radius: 150px !important;
	margin-top: 2rem !important;
}
.cross-sells-product .wp-block-button.wc-block-components-product-button {
	display: none !important;
}
.lg-object.lg-image {
	max-width: 850px;
	max-height: 850px;
}
@media only screen and (min-width: 1025px) {
    .single-product .row > .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="in_sidebar"] .single-product-summary, .single-product .row > .product[data-gallery-style="left_thumb_sticky"][data-tab-pos*="fullwidth"] .summary.entry-summary, .single-product .product[data-gallery-style="left_thumb_sticky"][data-tab-pos*="fullwidth"] .summary.entry-summary {
        align-content: center !important;
    }
}