/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */















.i-poster-outlet-border .elementor-element.elementor-element-b5848eb.e-con-full.e-flex.e-con.e-child {
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ea9e21, rgba(0, 0, 0, 0)) 1 100%;
    border-image-slice: 1;
    border-image-width: 0 2px 0 0;
}

.i-poster-outlet-border .elementor-element.elementor-element-e598679.e-con-full.e-flex.e-con.e-child {
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ea9e21, rgba(0, 0, 0, 0)) 1 100%;
    border-image-slice: 1;
    border-image-width: 0 2px 0 0;
}

.i-poster-outlet-border .elementor-element.elementor-element-ff6dafc.e-con-full.e-flex.e-con.e-child {
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ea9e21, rgba(0, 0, 0, 0)) 1 100%;
    border-image-slice: 1;
    border-image-width: 0 2px 0 0;
}

ul.eye-top-head-link {
    display: flex;
}

.header-top li.top-head-li-item {
    list-style: none;
}

.header-top li.top-head-li-item:nth-child(1),
.header-top li.top-head-li-item:nth-child(2),
.header-top li.top-head-li-item:nth-child(3) {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}

.header-top li.top-head-li-item a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.header-top li.top-head-li-item a:hover {
    color: #ea9e21 !important;
}

.header-top li.top-head-li-item a span {
    background: #ea9e21;
    padding: 5px 8px;
    border-radius: 25px;
    border: 1px solid #ea9e21;
}

.header-top li.top-head-li-item a span:hover {
    background: transparent;
}

.single-product .swiper.swiper-slider.swiper-container.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    height: 370px;
}

.product_attributes .elementor-shortcode {
    font-size: 18px;
    font-weight: 500;
    font-family: jost;
    
}

/* frenchise-popup-custome */
.contact-form {
    max-width: 70%;
    padding-top: 20px;
    font-family: Arial, sans-serif;
    padding-bottom: 20px;
    height: 400px;

}


.form-row {
    display: flex;
    column-gap: 1px;

}

.form-row .form-group {
    flex: 1;

}

.form-group {
    margin-bottom: 15px;
}



.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #000000;
    font-weight: 700;
    font-size: 12px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #ffffff;
    opacity: 0.7;
}

.contact-form textarea {
    height: 90px;
    resize: vertical;
}

.contact-form input[type="submit"] {
    padding: 7px 10px 7px 10px;
    background-color: #D69325;
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    width: 30%;
}

@media (max-width: 768px) {
    .contact-form {
        max-width: 90%;
        padding: 0 10px;
    }
}


/* my-account */

.page-id-11 main#content {
    background-color: #f7f7f7;
    padding: 20px;
    box-shadow: 1px 1px 28px -6px #6c6767;
    margin-top: 3em;
    margin-bottom: 3em;
	max-width: 90% !important;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    background-color: #f5f5f5;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #808080;
    width: 70%;
    cursor: pointer;
}

.woocommerce-MyAccount-navigation ul li:hover {

    background-color: #E3921D;
    border: 1px solid #E3921D;
}


.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: black;
}

.woocommerce-MyAccount-navigation ul li:hover a {

    color: white !important;
}


.page-id-11 h1.entry-title {
    font-size: 36px;
    font-weight: 500;
    font-family: jost;
}

.woocommerce-MyAccount-content a {
    color: #E3921D;
    text-decoration: none;
}

/* Tablets (768px and below) */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul li {
        width: 90%;
        font-size: 16px;
        padding: 12px;
    }

    .page-id-11 h1.entry-title {
        font-size: 28px;
    }

    .page-id-11 main#content {
        padding: 15px;
        margin-top: 2em;
        margin-bottom: 2em;
    }
}

/* Mobile Phones (480px and below) */
@media (max-width: 480px) {
    .woocommerce-MyAccount-navigation ul li {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .page-id-11 h1.entry-title {
        font-size: 24px;
        text-align: center;
    }

    .page-id-11 main#content {
        padding: 10px;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
}

/* Between 1200px and 769px (e.g., tablets in landscape or small laptops) */
@media (max-width: 1200px) and (min-width: 769px) {
    .woocommerce-MyAccount-navigation ul li {
        width: 100%;
      
    }

    .page-id-11 h1.entry-title {
        font-size: 32px;
    }

    main#content {
        
        margin-bottom: 2.5em;
    }
}

/* address-section */

.page-id-10 h1.entry-title {
    font-size: 36px;
    font-family: 'Jost';
    font-weight: 500;
}

.page-id-10 h3.wc-block-components-product-name {
    font-size: 16px;
}


.woocommerce-Address-title.title a {
    color: white;
    text-decoration: none;
    background-color: #E3921D;
    margin: 10px 0px;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;

    width: 70%;
}

.woocommerce-Address-title.title h2 {
    font-size: 36px;
    font-family: 'Jost';
    font-weight: 500;
}

.woocommerce-Address address {
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 400;
    font-style: normal;
}

.woocommerce-account .addresses .title .edit {
    float: left;
}

@media (max-width: 768px) {
    .page-id-11 main#content {
        padding: 15px;
        margin-top: 2em;
        margin-bottom: 2em;

        max-width: 94% !important;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-Address-title.title h2 {
        font-size: 20px;
        font-family: 'Jost';
        font-weight: 500;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .page-id-10 h1.entry-title {
        font-size: 28px;
        font-family: 'Jost';
        font-weight: 500;
    }

    .page-id-10 h3.wc-block-components-product-name {
        font-size: 15px;
    }

    .woocommerce-Address-title.title a {
        color: white;
        text-decoration: none;
        background-color: #E3921D;
        margin: 10px 0px;
        padding: 5px 5px 5px 10px;
        border-radius: 5px;
        width: 90%;
        display: inline-block;
    }

    .woocommerce-Address-title.title h2 {
        font-size: 23px;
        font-family: 'Jost';
        font-weight: 500;
    }

    .woocommerce-Address address {
        font-size: 15px;
        font-family: 'Jost';
        font-weight: 400;
        font-style: normal;
    }

    .woocommerce-account .addresses .title .edit {
        float: none;
        display: inline-block;
        background-color: #E3921D;
        color: white;
        text-decoration: none;
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 5px;
        margin-top: 10px;
        width: auto;
        height: auto;
        text-align: center;
    }
}


/* Account-details */

form.woocommerce-EditAccountForm.edit-account p {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

form.woocommerce-EditAccountForm.edit-account p label {
    width: 50%;
}

form.woocommerce-EditAccountForm.edit-account p input {
    width: 50%;
}

span#account_display_name_description {
    max-width: 100%;
    display: none;
}

form.woocommerce-EditAccountForm.edit-account fieldset p label {
    width: 50%;
}

form.woocommerce-EditAccountForm.edit-account fieldset p label {
    width: 50%;
}

form.woocommerce-EditAccountForm.edit-account fieldset p span {
    width: 50%;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button {
    margin-top: 20px;
    background: #E99E21;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/* Base layout for WooCommerce Edit Account Form */
form.woocommerce-EditAccountForm.edit-account p {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

form.woocommerce-EditAccountForm.edit-account p label {
    width: 40%;
}

form.woocommerce-EditAccountForm.edit-account fieldset p {
    width: 100%;
    display: block;
}

form.woocommerce-EditAccountForm.edit-account fieldset p label {
    width: 100%;
}

/* Base styles for show-password-input */
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* Responsive breakpoints */

/* Tablet: up to 1024px */
@media (max-width: 1024px) {

    .woocommerce form .show-password-input,
    .woocommerce-page form .show-password-input {
        right: 1em;
    }
}

/* Between 1024px and 768px */
@media (max-width: 991px) {

    .woocommerce form .show-password-input,
    .woocommerce-page form .show-password-input {
        left: 10.5em;
    }

    form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button {
        width: 25%;
        font-size: 14px;
        padding: 12px;
    }
}

/* Mobile: up to 768px */
@media (max-width: 768px) {
    form.woocommerce-EditAccountForm.edit-account p {
        flex-direction: column;
    }

    form.woocommerce-EditAccountForm.edit-account p label,
    form.woocommerce-EditAccountForm.edit-account fieldset p label {
        width: 100%;
    }

    .woocommerce form .show-password-input,
    .woocommerce-page form .show-password-input {
        top: 55%;
        right: 1.5em;
    }

    form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button {
        width: 25%;
        font-size: 14px;
        padding: 12px;
    }
}

/* Small mobile: up to 480px */
@media (max-width: 480px) {

    .woocommerce form .show-password-input,
    .woocommerce-page form .show-password-input {
        top: 60%;
        right: 0.5em;
    }
}




table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;

}

/* billing-address */

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    width: 300px;
}

p#billing_first_name_field label.required_field {
    padding-right: 86px;
}

p#billing_last_name_field label.required_field {
    padding-right: 86px;
}

p#billing_country_field span.woocommerce-input-wrapper {
    width: 100px;
    margin-left: 0px;
}

p#billing_address_1_field label.required_field {
    padding-right: 58px;
}

p#billing_address_2_field input#billing_address_2 {
    margin-left: 180px;
}

p#billing_city_field label.required_field {
    padding-right: 81px;
}

p#billing_state_field label.required_field {
    padding-right: 125px;
}

p#billing_postcode_field label.required_field {
    padding-right: 94px;
}

p#billing_phone_field span.woocommerce-input-wrapper {
    margin-left: 0px;
}

p#billing_email_field label.required_field {
    padding-right: 55px;
}

p#billing_state_field span.woocommerce-input-wrapper {
    width: 100px;
}

.woocommerce-address-fields button.button {
    margin-top: 20px;
    background: #E99E21;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}


.woocommerce-form woocommerce-form-login login .form-row {
    display: none;
    column-gap: 1px;
}

@media (max-width: 1240px) {

    p#billing_first_name_field label.required_field {
        padding-right: 42px;
    }

    p#billing_last_name_field label.required_field {
        padding-right: 42px;
    }

    p#billing_country_field span.woocommerce-input-wrapper {
        width: 100px;
        margin-left: 0px;
    }

    p#billing_city_field label.required_field {
        padding-right: 42px;
    }

    p#billing_state_field label.required_field {
        padding-right: 85px;
    }

    p#billing_postcode_field label.required_field {
        padding-right: 55px;
    }

    p#billing_phone_field span.woocommerce-input-wrapper {
        margin-left: 0px;
    }

    .woocommerce form .form-row .input-text,
    .woocommerce form .form-row select {
        width: 200px;
    }

    p#billing_address_1_field label.required_field {
        padding-right: 16px;
    }

    p#billing_address_2_field input#billing_address_2 {
        margin-left: 200px;
    }

    p#billing_email_field label.required_field {
        padding-right: 22px;
    }
}

/* login/log-out */

#customer_login .form-row {
    display: block !important;
}


/* Shipping Address */
.woocommerce-address-fields__field-wrapper p {
    width: 100%;
    display: flex;
}

.woocommerce-address-fields__field-wrapper p label {
    width: 25%;
}

span#select2-shipping_country-container {
    width: 100px;
}

p#shipping_address_2_field {
    margin-left: 185px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 100px;
}

@media (max-width: 1240px) {
    .woocommerce-address-fields p label {
        width: 45%;
    }

    p#shipping_address_2_field {
        margin-left: 170px;
    }

}

/* main-header-css */
.elementor-icon-box-title a {
    color: #ffffff;
}


.category-filter .wfpTitle.wfpClickable {
    font-size: 16px;
    font-family: jost;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: -10px;
}



.page-id-3588 .page-content a {
    text-decoration: none;
}




/* Cart page */


.page-id-9 a.wc-block-components-product-name {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}


.page-id-9 a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none;
    background: transparent;
    border: 1px solid #ea9e21;
    color: #ea9e21;
    font-size: 18px;
    width: 80%;
    border-radius: 5px;
}

.page-id-9 a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    text-decoration: none;
    background: #ea9e21;
    border: 1px solid #ea9e21;
    color: #fff;
    
	
}

.page-id-9 .wc-block-cart__submit-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-id-3337 .elementor-icon-box-title a {
    text-decoration: none !important;
}

.page-id-3337 .elementor-button-wrapper a {
    text-decoration: none;
}

.comments-area a, .page-content a {
	text-decoration: none !important;
}

.page-id-9 h1.entry-title {
    font-size: 55px;
    font-weight: 500;
	color:#333333;
}

.wc-block-cart-item__wrap a.wc-block-components-product-name {
    font-size: 15px;
}


/* Mobile Phones (767px and below) */
@media (max-width: 767px) {

    .page-id-9 h1.entry-title {
        font-size: 45px;
    }

    .wc-block-cart-item__wrap a.wc-block-components-product-name {
        font-size: 16px;
    }

    .wc-block-components-totals-wrapper {
        font-size: 16px;
    }

    .page-id-9 .wc-block-cart__submit-container {
        width: 100%;
    }
}

/* Mobile Phones (1024px and below) */

@media (max-width: 1024px) {

    .page-id-9 h1.entry-title {
        font-size: 45px;
    }

    .wc-block-cart-item__wrap a.wc-block-components-product-name {
        font-size: 16px;
    }
}


/* single-product */


/* .single-product .elementor-kit-6 h1 {
    font-size: 24px !important;
} */

table.variations a.reset_variations {
    color: #000 !important;
}

.product_meta span a {
    color: #ffa600 !important;
}

.product_meta {
    display: grid;
    gap: 10px;
}

.product_meta span {
    font-size: 18px;
    font-weight: 600;
}

.product_meta span a {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
}
.product_meta .sku_wrapper span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
}

h1.product_title.entry-title {
    font-size: 10px;
}

button.single_add_to_cart_button.button.alt {
    border: 1px solid orange;
    background: transparent;
    color: orange;
}
button.single_add_to_cart_button.button.alt:hover {
    
    background-color: orange;
    color: #fff ;
}
.woocommerce div.product form.cart div.quantity {
   
    margin: 0px 15px 0 0;
}

.woocommerce .quantity .qty
 {
  
  padding: 6px 6px 6px 6px;
}

.woocommerce span.onsale {
   
    background-color: #ffa449;
    color: #ffffff;
    
}

.single-product div#primary {
    margin-top: 40px;
}

.variations table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th
{
    padding: 0px !important;
}

body.woocommerce .product p.price, body.woocommerce .product span.price {
   
    margin-top: 8px;
}

.woocommerce-Tabs-panel--description h2 {
    display: none;
}
.woocommerce-Tabs-panel--additional_information h2 {
    display: none;
}
.woocommerce table.shop_attributes td {
  
    padding: 0px 0px 0px 10px;
}

.woocommerce .related products .products ul, .woocommerce ul.products {
	margin-top :50px ;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000000;
}



.loadmore-button {
    display: inline-block;
    padding: 10px 20px !important;
    background: transparent !important;
    color: #000000 !important;
    border: 1px solid #000 !important;
    margin: 30px auto;
}

.loadmore-button:hover{
	background: #ea9e21 !important;
    color: #fff !important;
    border: 1px solid #ea9e21 !important;
}



td.woocommerce-product-attributes-item__value {
    font-style: unset !important;
    padding: 10px 10px !important;
}

th.woocommerce-product-attributes-item__label {
    align-content: center;
}
.flaticon-back .slick-arrow .slick-disabled .wpgs-for .slick-arrow {
    position: absolute !important;
   top: 80% !important;
    
}
	
.wpgs-for .slick-arrow {
    top:100% !important;
}

.woocommerce-product-gallery__image img{
    object-fit: cover !important;
}

img.attachment-shop_single {
    object-fit: cover;
}
.alignwide {
   margin: 0 !important;
}

.wpgs-nav .slick-prev {
    display: none !important;
}

.wpgs-nav .slick-next {
    display: none !important;
}

/* css for hide add to cart */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display:none !important ;
}






/* contact-us */

@media (max-width: 767px)
{
.elementor-3337 .elementor-element.elementor-element-fbc5884 img {
      width: 30%;
    }
	

.elementor-3337 .elementor-element.elementor-element-a373346 img {
	 width: 30%;
	}
}

@media (max-width: 1024px) {
 .elementor-widget-heading .elementor-heading-title {
        font-size: 40px;
    }
}



/* quick-buy */
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
background-color: #0066ff00
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button:hover {
background-color: #0066ff00
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
    color: #EA9E21;
}

.product_meta span a {
    font-size: 13px;
   }

.product_meta span {
    font-size: 15px !important; 
}
@media (max-width: 768px) {
	
	.product_meta span {
    font-size: 12px !important; 

	}
}
button.plus {
    border: none;
}

button.minus {
    border: none;
}

button.plus:hover {
   background-color:  #EA9E21;
}

button.minus:hover {
    background-color:  #EA9E21;
}


button.plus:focus {
   background-color:  #EA9E21;
}

button.minus:focus {
    background-color:  #EA9E21;
}


.lens-popup-header{
	padding-bottom: 2em!important;
}