/*!
	Theme Name: Hello Elementor Child
	Template: hello-elementor
*/
li h2.woocommerce-loop-product__title {
    height: 50px;                /* Fixed height */
    overflow: hidden;            /* Hides the overflowing text */
    position: relative;          /* Required for positioning the ellipsis */
    line-height: 20px;           /* Set the line height */
    max-height: 50px;            /* Limit the maximum height to match the height */
    display: -webkit-box;        /* For WebKit browsers */
    -webkit-line-clamp: 2;       /* Number of lines to show (3 lines in this case) */
    -webkit-box-orient: vertical;/* Required for WebKit browsers */
}

li h2.woocommerce-loop-product__title::after {
               /* Add ellipsis */
    position: absolute;          /* Position the ellipsis */
    bottom: 0;                   /* Position at the bottom of the container */
    right: 0;                    /* Align to the right */
    background-color: white;     /* Background color to hide overflow text */
    padding-left: 10px;          /* Spacing from the text */
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid black;
    box-shadow: 5px 10px #888888;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	padding-top:5px;
	padding-bottom:5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
	padding-top:2px;
	padding-bottom:2px;
}

.woocommerce-MyAccount-navigation-link--downloads{
	display:none;
}

.site-main{
	min-height:400px;
}

.woocommerce button.button{
	margin-top:10px;
}

.woocommerce-MyAccount-navigation ul{
	list-style:none;
}


#wpfBlock_1 .wpfFilterVerScroll {
	display:flex;
}

#wpfBlock_1  .wpfFilterVerScroll li{
	padding-right:5px;
}

.wpfMainWrapper{
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    padding: 5px;
    margin-bottom: 15px;
}

.single-product section.products{
	clear:both;
}

/* Cart page */

.woocommerce a.remove {
	background-color: red;
	border-radius:1em;
	color:white !important;
	font-size:1em;
	line-height:1em;
}

#coupon_code{
	width: 350px;
    margin-top: 5px;
}


        #coupon-button {
            padding: 10px 20px;
			margin-top: 5px;
            font-size: 16px;
            background-color: white;
            color: black;
            border: 1px solid #ccc;
            border-radius: 4px;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: bold;
        }
        #coupon-button:hover {
            background-color: #f0f0f0;
        }

	   #update-cart-button {
            padding: 10px 20px;
			margin-top: 5px;
            font-size: 16px;
            background-color: black;
            color: white;
            border: 1px solid #ccc;
            border-radius: 4px;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: bold;
        }

#place_order {
	width:100%
}


.subscription_details a.button.cancel{
	display:none;
} 

.cart_totals .first-payment-date, .recurring-total .first-payment-date{
	display:none;
}

.shipping.recurring-total{
	display:none;
}

.woocommerce-error{
	background: lightyellow;
}

table.woocommerce-table--order-details tfoot tr:nth-child(2), table.order_details tfoot tr:nth-child(2){
  display: none;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
   margin-top: 12px;
}

.elementor-icon-box-title{
	font-weight:800;
}

.elementor-widget .elementor-icon-list-item{
	margin-top:10px;
	margin-bottom:10px;
}

.elementor-icon-list-text{
	font-weight:500;
}

.woocommerce-cart table.cart td.product-remove{
	width:10px!important;
}

.woocommerce-cart table.cart .product-thumbnail img{
	width:80px;
}

.bos4w-display-options input{
	margin-right:5px;
}

@media (min-width: 768px){
    #customer_details{
        width: 60%;
        float: left;
    }
    #order_review_heading{
        width: 30%;
        float: left;
		margin-left:2%;
    }
    #order_review{
        width: 38%;
        float: left;
		margin-left:2%;
    }
	/*
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
	*/
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{
	margin-left: -30px;
}

#customized-product-title{
    color: #110729 ;
    font-size: 32px ;
    font-weight: 800;
    line-height: 60px;
}

.product form.cart{
    color: #110729;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.site-main .breadcrumbs{
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
}

.site-main .breadcrumbs a{
   color:black;
}


.woocommerce div.product form.cart .button{
    margin-top: -1px;
	background-color: black;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions{
	display: block!important;
	border:none:!important;
	box-shadow:none:!important;
	height: 220px;
    overflow-y: scroll;
	
}

.elementskit-megamenu-panel{
	background:white;
}

.product-category-title {
    font-size: 24px;
    margin: 30px 0 20px;
    padding-bottom: 10px;
   /* border-bottom: 2px solid #f0f0f0; */
	font-weight:700;
}

.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
	width:100%;
}

.products li.product {
    flex: 0 0 calc(25% - 30px);
    margin: 0 15px 30px;
}

@media (max-width: 991px) {
    .products li.product {
        flex: 0 0 calc(33.333% - 30px);
    }
}

@media (max-width: 767px) {
    .products li.product {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 479px) {
    .products li.product {
        flex: 0 0 calc(100% - 30px);
    }
}
@media (min-width: 1200px) {
    #main.site-main {
        max-width: 1300px;
    }
}

.product {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
        }
        .woocommerce-product-gallery {
            flex: 1;
            min-width: 300px;
            margin-right: 40px;
        }
        .woocommerce-product-gallery img {
            max-width: 100%;
            height: auto;
        }
        .summary {
            flex: 1;
            min-width: 300px;
        }
        #customized-product-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 5px;
            line-height: 1.2;
            display: block;
        }
        .price {
            font-size: 18px;
            color: #666;
            margin-top: 0;
            margin-bottom: 20px;
            line-height: 1.2;
        }
		.woocommerce div.product p.price, .woocommerce div.product span.price bdi{
			color:black;
		}
        .bos4w-display-wrap {
            margin-bottom: 20px;
        }
        .bos4w-display-plan-text {
            font-weight: bold;
            margin-bottom: 10px;
        }
        .bos4w-display-options ul {
            list-style-type: none;
            padding: 0;
            margin-bottom: 10px;
        }
        .bos4w-display-options li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        .bos4w-display-dropdown label {
            display: block;
            margin-bottom: 5px;
        }
        .bos4w-display-dropdown select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }
		/*
        .cart {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
     
        .cart > :last-child {
            display: flex;
            align-items: center;
            margin-top: 10px;
            width: 100%;
        }
    */
        .quantity {
            margin-right: 10px;
        }
        .quantity input {
            width: 60px;
            height: 40px;
            padding: 0 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: white;
            color: black;
        }
        .single_add_to_cart_button {
            flex-grow: 1;
            height: 40px;
            background-color: black;
            color: white;
            border: none;
            padding: 0 20px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 4px;
        }
        .product_meta {
            margin-top: 20px;
            font-size: 14px;
            color: #666;
            padding-top: 10px;
            border-top: 1px solid #e0e0e0;
        }
		.product_meta a{
	       color:black;
		}
        .sku_wrapper {
            display: block;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .woocommerce-tabs {
            width:100%;
        }

        .wc-tabs {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .wc-tabs li {
            display: inline-block;
            margin-right: 20px;
        }
        .wc-tabs li a {
            text-decoration: none;
            color: #333;
            padding: 10px 20px;   
            border-bottom: none;
        }
		.woocommerce div.product .woocommerce-tabs .panel {
            border: 1px solid #e0e0e0;
            padding: 20px;
            margin-top: -1px;
        }
        .related.products {
            margin-top: 40px;
        }
       

h2.related-title {
   font-family: "Lato", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 39px; 	 
    margin-bottom: 30px;
    display: flex;
    align-items: center;
	width:100%;
}

h2.related-title::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 4px;
    background-color: #ED1F24;
    margin-right: 10px;
    vertical-align: middle;
}

h2.related-title span{
	color:#ED1F24;	
	font-weight: 300;
}

h2.related-title.page-title{
	padding-top:40px;
	padding-bottom:60px;
}

.cateogry-products-block ul.products li.product, .related.products ul.products li.product{
	border: 1px solid gray;
    border-radius: 8px;
    padding: 20px;
	margin: 0 15px 30px;
	
}

.woocommerce ul.products li.product a {
	color:black;
}

.woocommerce ul.products li.product .price{
	color:black;
}

.woocommerce ul.products li.product .price .bos4w-or-subscribe{
	color:gray;
}

.cateogry-products-block  ul.products li.product .button, .related.products ul.products li.product .button{
	background-color: #000;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
	font-size:14px;
	margin: 0 auto;
}

/*
 * Cart Page
 */ 
.woocommerce-page .page-header{
	display:none;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th{
	border: none;
}

.woocommerce table.shop_table{
	border: none;
}

.woocommerce table.shop_table tr:last-child td{
	border-top: 1px solid #ccc;
} 

.woocommerce table thead:first-child tr:first-child th {
	border-bottom: 1px solid #ccc;
	border-top:none;
}

.woocommerce table a{
	color: black;
}
.woocommerce table tbody>tr:nth-child(odd)>td, .woocommerce table tbody>tr:nth-child(odd)>th{
	background-color:white;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	border: 1px solid #ccc;
    padding: 5px;
	width:35%;
}


.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  margin:0px;
  padding:0.8em;
  background-color:	 #ED1F24;
  font-size:1em;	
	
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background-color:	 black;
}

.woocommerce .cart-collaterals{
	margin-bottom:15px;
}
.cart-collaterals .cart_totals h2{
	text-transform: uppercase;
	font-size: 1.5em;
    padding-left: 10px;
    font-weight: 800;
}
.cart-collaterals table td{
	text-align: right;
}

/* Order received page */
.woocommerce-order h2.related-title.page-title{
  padding-bottom:10px;	
}

.woocommerce ul.order_details{
  padding-top:5px;	
  padding-left:0px;
}


.woocommerce .woocommerce-order-details  table.shop_table{
  border: 1px solid rgba(0, 0, 0, .1);
}


/* My Account page */

.woocommerce-account .woocommerce{
	margin-top:15px;
}

.register-container {
    max-width: 600px;
    margin: 0px auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.entry-title {
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
    font-size: 28px;
}

.woocommerce-form-row {
    margin-bottom: 20px;
}

.woocommerce-form-row label {
    display: block;
    margin-bottom: 5px;
    color: #555555;
    font-weight: 600;
}

.woocommerce-Input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
}

.woocommerce-Input:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}

.woocommerce-form-register__submit {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.woocommerce-form-register__submit:hover {
    background-color: #45a049;
}

.required {
    color: #ff0000;
}

/* Responsive design */
@media (max-width: 768px) {
    .register-container {
        margin: 20px auto;
        padding: 20px;
    }

    .entry-title {
        font-size: 24px;
    }
}


/* Checkout Page
 */

@media (min-width: 768px){
    .woocommerce .checkout .col2-set .col-1, .woocommerce-page .checkout .col2-set .col-1,
    .woocommerce .checkout .col2-set .col-2, .woocommerce-page .checkout .col2-set .col-2{
        width: 100%;
    }
	
}

.woocommerce .woocommerce-notices-wrapper{
	margin-top:15px;
}

.woocommerce-billing-fields {
	height: 520px;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields {
    text-transform: capitalize;
}

.woocommerce-billing-fields h3:first-child {
	font-size: 15px;
	padding-left: 3px;
	text-transform: uppercase;
	font-weight: bold;
}

.woocommerce-checkout input[type=text], select, textarea {
	border: 1px solid #c1b6b6;
	border-radius: 2px;
}

.woocommerce-checkout label {
	color: #a79e9e;
	font-size: 14px;
}

.woocommerce-checkout p {
	clear: none !important;
}

#billing_address_2_field, #shipping_address_2_field {
	display: none !important;
}

#billing_state_field .selection span,
#shipping_state_field .selection span {
	height: 38px;
	padding-top: 2px;
	border-radius: 2px;
}

#billing_address_1_field, #shipping_address_1_field {
	position: relative;		/* Billing and shipping detail field positions */
	bottom: 70px;
}

#billing_city_field, #shipping_city_field {
	width: 47%;
	position: relative;
	bottom: 70px;
}

#billing_state_field, #shipping_state_field {
	width: 47%;
	position: relative;
	bottom: 150px;
	right: -53%;
}

#billing_postcode_field, #shipping_postcode_field {
	width: 47%;
	position: relative;
	bottom: 148px;
}

#billing_country_field, #shipping_country_field {
	position: relative;
	top: 150px;
	left: 53%;
}

#billing_phone_field {
	width: 47%;
	position: relative;
	bottom: 148px;
}

#billing_email_field {
	width: 47%;
	position: relative;
	bottom: 228px;
	right: -53%;
}

#billing_custom_date_field {
	position: relative;
	bottom: 230px;
}



#billing_phone, #billing_email, #billing_custom_date {
	border: 1px solid #c1b6b6;
	border-radius: 2px;
}

#ship-to-different-address {
	font-size: 1em;
	padding-left: 3px;
}

#ship-to-different-address span {
	color: black;
	padding-left: 7px;
}

#billing_last_name_field label, #billing_state_field label, #billing_country_field label, #billing_email_field label,
#billing_country_field span strong, #shipping_country_field span strong,
#shipping_last_name_field label, #shipping_state_field label, #shipping_country_field label
{
	padding-left: 15px;
}

#ship-to-different-address span {
	visibility: hidden;
	position: relative;
	text-transform: uppercase;
	content: 'Service address is different from billing?';
	font-weight: bold;
}

#ship-to-different-address span {
	visibility: hidden;
	position: relative;
}

#ship-to-different-address span:after {
	text-transform: uppercase;
	visibility: visible;
	position: absolute;
	top: 1px;
	left: 7px;
	content: 'Service address is different from billing?';
	display: inline-block;
	width: 350px;
}

#order_review_heading, .shop_table th {
	text-transform: uppercase;
}

#order_review_heading {
	font-weight:800;
	min-width: 38%;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-left: 1px solid #ABABAB;
	border-top: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	margin-bottom: 0px;
}

#order_review .shop_table {
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	border-radius: unset;
}

#order_review .shop_table thead {
	color: #747474;
}

#order_review .shop_table .cart_item {
	color: #747474;
	font-weight: 500;
}

#order_review .shop_table tbody .product-total,
#order_review .shop_table .cart-subtotal td,
#order_review .shop_table .tax-total td, 
#order_review .shop_table .order-total td,
#order_review .shop_table .cart-discount td {
	text-align: right;
}

#order_review .shop_table tfoot th,
#order_review .shop_table tfoot td {
	border-top: 1px solid #ABABAB !important;
}

#order_review #place_order {
	background-color: #ED1E24;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 2;
}

#payment .payment_box fieldset {
	border: 0;
}

#order_review #payment,
#order_review #payment .payment_box{
	background-color: #F7F7F7;
	padding:0px;
	margin-bottom:15px;
}

#payment li label[for=payment_method_stripe] {
	color: black;
	font-weight: 500;
}

#payment #wc-stripe-new-payment-method {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

#payment .payment_box label[for=wc-stripe-new-payment-method] {
	line-height: 1;
}

#payment ul.payment_methods {
	border-bottom: none !important;
	padding-bottom: 0px !important;
}

#payment fieldset {
	padding-left: 0px;
	padding-right: 0px;
}

#payment .place-order {
	padding-top: 0px !important;
}

#payment .customized_terms {
	padding: 0px 5px;
	font-size: 11px;
	overflow-y: unset;
	border: none;
	background: none;
	margin-bottom: auto;
	height: 200px;
	box-shadow: none;
}

#payment p.validate-required {
	padding-right: 0px;
	width: 350px;
}

#payment p.validate-required label {
	line-height: unset;
	font-size: 14px;
}

#payment #terms {
	margin-right: 3px;
	margin-left: -2px;
}

#payment .title-block {
	position: relative;
	top: 15px;
	left: 15px;
	text-transform: uppercase;
}

#payment .title-block h3 {
	font-weight: bold;
}
	