/*
*Theme Name:     PatioTime Child Theme
*Theme URI: 	 https://patiotime.loftocean.com/
*Description:    PatioTime child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       patiotime
*Text Domain: 	 patiotime-child
*Version:        1.0
*/

 /** Add your styles below **/


.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
}

.elementor-products-grid ul.products.elementor-grid li.product a {
    border: 0.2px solid #F1C81E !important;
    height: 302px !important;
    display: block !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    margin-top: 48px;
}
.woocommerce .woocommerce-loop-category__title {position: absolute !important;left: 0;right: 0 !important;margin: 0 auto;}

li.product-categor {
    display: inline-block !important;
}


div#about_sec .pt-title-text {
    width: 91% !important;
    margin: 20px auto 0px !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 29.9px !important;
    font-weight: 300 !important;
}

.primary-menu > li > a:before {
    background: #ed1c24 !important;
}

.wpcf7-not-valid-tip {
    font-size: 10px !important;
    font-family: 'Oswald' !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
}
.wpcf7 form.invalid .wpcf7-response-output {display: none !important;}

.menu_section .pt-cta-wrap .pt-cta-img {
    height: 500px !important;
    width: 100% !important;
    overflow: hidden !important;
}

.menu_section .pt-cta-wrap .pt-cta-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

header#masthead {
    z-index: 99 !important;
}

.xoo-wsc-sc-count {
    background-color: #D3AC56 !important;
}

.site-header.custom-sticky-header.is-sticky.show-header {
    display: none;
}

.elementor-6487 .elementor-element.elementor-element-bd759ec img {
    width: 37% !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: #D3AC56;
    color: #fff !important;
}

.xoo-wsc-btn .amount {
    color: #fff !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    background: black !important;
}

.no-touch .entry-content a:not([class*="button"]) {
    color: #fff !important;
}

.wc-block-components-product-price .wc-block-components-product-price__value {
    color: #D3AC56 !important;
}

html .wc-block-components-button {
    background: #D3AC56 !important;
}

html .wc-block-components-button:hover {
    background: #D3AC56 !important;
    color: #fff !important;
}

.page-id-10 .page-title-section.page-title-large .entry-title {
    margin-top: 10%;
}

.page-id-11 .page-title-section.page-title-large .entry-title {
    margin-top: 10%;
}


@media only screen and (max-width: 1000px){
    section#menu_class .elementor-widget-wrap {padding-bottom: 0 !important;padding-top: 8px !important;}
	[data-id="6ff8e362"] .elementor-widget-wrap {
    padding: 40px 20px !important;
}
	
.site-header.custom-sticky-header.is-sticky.show-header {
    display: none;
}	
}


@media only screen and (max-width: 1000px){
.preloaders {
    height: 100vh !important;
    object-fit: cover !important;
}

.preloaders video#videoPlayer {height: 100vh !important;object-fit: cover !important;}
}


/*===============*/

.woocommerce-product-gallery,
.woocommerce-loop-product__thumbnail {
    display: none !important;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    display: none  !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100% !important;
    border: 1px solid #FFE;
    padding: 25px 40px 20px 40px;
    border-radius: 2px;
}


.woocommerce ul.products li.product .product-image {
    margin: 0;
}

.woocommerce ul.products li.product {
    position: relative;
    border: 1px solid #ffffff;
    padding: 26px 20px 20px 20px;
    border-radius: 1px;
    transition: all 0.3s linear;
}

.woocommerce ul.products li.product .product-image img {
    display: none;
}


h2.woocommerce-loop-product__title {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #f1c81e !important;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.woocommerce.single.single-product .summary.entry-summary .price {
    margin-bottom: 2px !important;
    color: #F1C81E;
}

.woocommerce.single.single-product .summary.entry-summary .entry-title {
    font-size: 45px;
    margin-bottom: 2px;
}

.woocommerce button.button.alt.single_add_to_cart_button:not(:hover) {
    background: #F1C81E;
    color: #000;
}

.product_meta {
    display: none !important;
}

.woocommerce ul.products li.product:hover {
    background: #f1c81e3d !important;
    transform: scale(1.02);
}

.page-title-section {
    padding: 100px 0px 50px !important;
}

.wc-block-cart tr.wc-block-cart-items__row img {
    display: none !important;
}

.wc-block-cart tr.wc-block-cart-items__row td.wc-block-cart-item__image {
    display: none !important;
}


td.wc-block-cart-item__product {
    width: 88%;
}

.wc-block-components-product-name {
    font-size: 24px;
}

.wc-block-components-product-price .wc-block-components-product-price__value {
    color: #F1C81E;
    font-size: 17px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    border: 1px solid #fff !important;!i;!;
}

.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button {
    border: 1px solid #fff;
}


.is-large.wc-block-cart .wc-block-cart-items {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 32px;
    border: 1px solid #fff !important;!i;!;
    margin-bottom: 12px;
}

tr.wc-block-cart-items__header {
    border-bottom: 1px solid #fff !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 20px !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    font-size: 18px;
    letter-spacing: 1px;
}

.wc-block-components-sidebar {
}

.wc-block-cart__totals-title {
    padding-top: 15px !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
}
.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #fff;
    padding: 25px;
    margin-bottom: 20px !important;
}

.wc-block-components-button {
    padding: 2px !important;
    background: #eec51d !important;
    margin-top: 16px;
}

.wc-block-components-button:hover {
    background: #bf4d03 !important;
}

.wc-block-components-product-name {
    font-size: 20px !important;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #fff !important;
    padding: 20px !important;
}

.wc-block-components-title {
    margin-top: 26px !important;
    font-size: 24px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.wcpa_form_outer .wcpa_form_item label {
    margin-bottom: 12px;
}

.wcpa_form_outer {
    margin-bottom: 0 !important;
}

.wcpa_price_summary {
    background: transparent !important;
}

.wcpa_price_summary {
    margin-bottom: 26px;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 0 !important;
}

div#product-7418 p.price {
    display: none !important;
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-top: 18px !important;
    margin-bottom: 0px !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding: 0 !important;
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-top: 18px !important;
    margin-bottom: 0px !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding: 0 !important;
}

.wcstripe-payment-element.StripeElement {
}

p.content {
    margin: 0 !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    padding: 20px;
    background: rgb(255 255 255 / 87%);
    box-shadow: none !important;!i;!;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
    color: #000 !important;
    font-size: 18px;
    letter-spacing: 1px;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted span.wc-block-components-checkbox__label {
    color: #000 !important;
    letter-spacing: 0px;
    font-weight: 400;
}


a.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
    background: #ed1c24;
    padding: 4px 20px;
    transition: all 0.2s linear;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 10px;
}
a.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop:hover {
    background: #fff; 
    color: #000 !important; 

}

a.added_to_cart.wc-forward {
    background: #f0c71d;
    padding: 4px 20px;
    transition: all 0.2s linear;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000 !important;
}

a.added_to_cart.wc-forward:hover {
    background: #ed1c24; 
    color: #fff !important; 
}
a.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop.added {
    display: none;
}