/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/


.header_top_part {
	content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0;
    background:  transparent;
}
.weng-cart-page .woocommerce .input-text.qty{
    text-align: center;
    min-height: 44px  !important;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 !important;
}
#eh-stripe-card-element{
	padding: 5px 12px !important;
}
#eh-eh_stripe_pay-cc-form {
	border: 1px solid #d6d1dd !important;
}
.woocommerce-checkout #payment div.payment_box {
  font-size: 1em  !important;
  color: #000  !important;
}
.woocommerce-checkout #payment {
  margin-top: 20px;
}

.projectgallery .swiper-pagination{
   margin-top:30px;  
}
.woocommerce-message::before {
	color: #7f54b3 !important;
}
.wa__popup_powered{
	display:none;
}
.pp-advanced-menu--dropdown .sub-arrow {
	transform: rotate(-90deg);
}
.woocommerce-message {
	border-top-color: #7f54b3  !important;
}
.woocommerce .u-column1.col-1, .woocommerce-page .u-column2.col-2 {
	min-height: 480px;
}
#productcategoryst .page-numbers.current{
	  background: #e9e6ed;
	  color: #816e99;
	  font-size: 1em;
	  font-weight: 400;
	  padding: .5em;
	  border: none;
	  min-width: 1em;
}
#productcategoryst .page-numbers{
	background: unset;
	  color: #c36;
	  font-size: 1em;
	  font-weight: 400;
	  padding: .5em;
	  border: none;
	  min-width: 1em;
}
.products-quantity{
	display: inline;
	font-size: .9em;
	line-height: 1.3;
    font-weight: 400;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
#productstabs .pp-woo-products-summary-wrap span.price,#productsall .pp-woo-products-summary-wrap span.price{
	display: inline;
}


#productstabs .pp-woo-product-wrapper .pp-woo-products-summary-wrap {
  margin-top: -10px ;
}

#productstabs .pp-woocommerce-pagination,#productsall .pp-woocommerce-pagination{
	margin-top:20px;
}

#productcategoryst a.page-numbers:hover{
  background: #e9e6ed;
  color: #816e99;
}
.common_button {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	opacity: 0.5;
	background: #FFF;
}
.common_button_about {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    opacity: 0.5;
    background: #858486;
}

.hero_button a, .about_button a {
	padding: 0px !important;
}
.page-numbers a.page-numbers{
	padding: .5em  !important;
}
a.pp-button.elementor-button.elementor-size-sm.elementor-repeater-item-2febd8b.view_more_button {
    height: 40px !important;
    width: 75px !important;
    border: 0.5px solid #d3cff87d !important;
	margin-left: -45px;
}

.pp-divider.pp-divider-vertical {
    opacity: 0.3;
}

#our_services .e-con>.e-con-inner {
    gap: 0px !important;
}

.project_text {
	width: 375px !important;
}

.credits a {
    color: #ffffff !important;
}

.credits a:hover {
    color: #D3CFF8 !important;
}

::-webkit-input-placeholder { /* Edge */
  color: #000000 !important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #000000 !important;
}

::placeholder {
  color: #000000 !important;
}

a.footer_color {
    color: #ffffff;
}

a:hover.footer_color {
    color: #D3CFF8;
}

a.header_mobile {
    color: #ffffff !important;
}

a:hover.header_mobile {
    color: #d3cff8 !important;
}


/*=======================================
 * Home
 * ======================================*/
.swiper-button-next:after, .swiper-button-prev:after{
	content: unset !important;
}
.elementor-flip-box__layer__inner {
    display: flex;
    flex-direction: column;
}

a.elementor-flip-box__button.elementor-button.elementor-size-sm {
    order: 0 !important;
}

.elementor-flip-box__layer__title {
   order: 2;
   margin: 0px !important;
	 padding-top: 10px !important;
}

/*=======================================
 * Vertical Line
 * ======================================*/

.vertical-line{
	position: relative;
	width: 1.5px;
	height: 200px;
	left: -1px;
	right: 0;
	margin: 0 auto 0;
}

.vertical-line::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #3F3636;
	width: 100%;
	height: 100%;
}

.vertical-line::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1.5px;
	height: 100%;
	margin: auto;
	background: #D3CFF8;
	will-change: transform, width;
	animation: line_animation 2s cubic-bezier(0.25, 0.1, 0.1, 1) infinite;
	transform-origin: top;
}

@keyframes line_animation {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }
    45% {
        transform: scaleY(1);
        transform-origin: top;
    }
    55% {
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/*=======================================
 * Circle image Rotation
 * ======================================*/
.section_image_logo,
.section_image_logo_right{
	position: relative;
}

.section_image_logo img {
    position: absolute;
    width: 190px;
    height: 190px;
    z-index: 1;
    top: 50px;
    left: 50px;
    animation: spin 32s linear infinite;
}

.section_image_logo_right img {
    position: absolute;
    width: 192px;
    height: 184px;
    z-index: 1;
    top: -90px;
    right: -20px;
    animation: spin 40s linear infinite;
}

@keyframes spin 
{ 
  100% { transform:rotate(360deg); } 
}

/*=======================================
 * Circle image Rotation (project page)
 * ======================================*/
.project_section_image_logo,
.project_section_image_logo_right{
	position: relative;
}

.project_section_image_logo img {
    position: absolute;
    width: 190px;
    height: 190px;
    z-index: 1;
    top: -35px;
    left: 50px;
    animation: spin 32s linear infinite;
}

.project_section_image_logo_right img {
    position: absolute;
    width: 192px;
    height: 184px;
    z-index: 1;
    top: -90px;
    right: -20px;
    animation: spin 40s linear infinite;
}

@keyframes spin 
{ 
  100% { transform:rotate(360deg); } 
}

/*=======================================
 * Our Project
 * ======================================*/
.slick-slider{
	margin-bottom:0px!important;
}
.our-project-wraper{
	margin-bottom:0px !important;
}
.our-project-slide{}
/* .our-project-slide .our-project-content{
	display:flex;
    align-items: center;
	color:#FFF;
}
.our-project-slide .our-project-content .project-features{
	width:57%;
}
.our-project-slide .our-project-content .project-content{
	width:43%;
	padding:45px;
    position: relative;
} */
.our-project-slide .project-features{
	height:800px;
}
.our-project-slide .project-features img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.project-content .top-content .round-shap{
	width:16px;
	height:16px;
	border-radius: 4px;
	opacity: 0.5;
	background: #FFF;
    display: block;
}
.project-content .top-content h5{
	color: #FFF;
	text-align: left;
    font-family: "Mukta", Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 5.6px;
    margin: 15px 0px;
}

.project-content .title{
	color: #FFF;
    font-family: "DM Serif Display", Sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.project-content .excerpt,
.project-content .excerpt p {
	width: 375px;
	color: #FFF;
    font-family: "Mukta", Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
}

.project-content .view-more-button{
    color: #D3CFF8;
    font-family: "Mukta", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 25px 0px 40px 0px;
    display: block;
}
.project-content .view-more-button span{
	position:relative;
}
.project-content .view-more-button span:before{
	content:'';
	width: 75px;
	height: 40px;
	position:absolute;
	border: 0.5px solid #D3CFF8;
	opacity: 0.5;
	right:-40px;
    top: -10px;
}

.project-content .view-more-button:hover {
    color: #ffffff;
}

.project-content .button-arrows button{
	border:0px;
	padding:0px;
	background-color:transparent !important;
}
.project-content .button-arrows button:focus{
	outline:0px !important;
}
.project-content .button-arrows button.prev-btn{
	margin-right:30px;
}
.project-content .button-arrows{
	margin-bottom: 40px;
}
.our-project-wraper .slick-dots {
    bottom: 8px !important;
    display: flex;
    width: 250px;
    left: 0%;
}
.our-project-wraper .slick-dots li button:before{
	content:unset !important;
}
.our-project-wraper .slick-dots li{
	margin: 0px !important;
	width: 100% !important;
	height: 5px;
}
.our-project-wraper .slick-dots li button{
	background-color: #FFFFFF;
	width: 100% !important;
	height: 1px !important;
	display: block;
	border-radius: 0px !important;
	padding: 0px !important;
    margin-top: 4px;
}
.our-project-wraper .slick-dots li.slick-active{
  background:#D3CFF8;
}


/* .our-project-wraper .project-count{
    position: absolute;
    left: 310px;
    margin-top: 10px;
} */
.footer-text{
    display: flex;
    align-items: center;
    gap: 20px;
	color:#FFF;
    position: absolute;
    bottom: 0px;
    left: 266px;
}
.footer-shape{
	width:250px;
	height:1px;
	position:relative;
    margin-top: -15px;
}

.footer-shape ul{
	display:flex;
    padding: 0px;
}
.footer-shape ul li{
    flex-grow: 1;
    background: transparent;
    height: 11px;
    position: relative;
    font-size: 0px;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
}
.footer-shape ul li.active:before{
	content:"";
	width:100%;
	height: 6px;
	background: #D3CFF8;
	position:absolute;
	left:0;
    top: 6px;
}
.our-project-slide .footer-shape{
	display:none;
}
.our-project-slide.slick-active .footer-shape{
	display:block;
}

/**********contact us************/

.about_company {
	box-shadow: none !important;
}

.about_company:hover h3, .about_company:hover p, .about_company:hover i, .about_company:hover a, .about_company:hover h2, .about_company:hover ul > li {
    color: #ffffff !important;
}

.about_company ul > li {
	font-size: 16px !important
}

.about_company a {
    color: #ffffff !important;
	font-size: 16px !important
}

button#wpforms-submit-1074 {
    width: 100%;
	background-color: #837DB9;
	border: 1px solid #837DB9;
}

button#wpforms-submit-1074:hover {
	background-color: #D3CFF8;
	border: 1px solid #D3CFF8;
}


.pp-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .pp-wpforms .wpforms-container .wpforms-field select, .pp-wpforms .wpforms-container .wpforms-field textarea {
    max-width: 100%!important;
    padding: 8px 20px;
	background-color: #f1f6fc;
}

.send_us_form {
    background: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    padding: 60px 35px !important;
}
.send_us_form .gform_fields {
	gap:25px !important;
}
.send_us_form input, .send_us_form textarea{
	padding: 8px 20px;
    background-color: #f1f6fc;  
	border-width: 0px 0px 1px 0px;
    border-color: #837db99c;
}
.send_us_form input:focus, .send_us_form input:focus-visible {
	outline:none;
}
.send_us_form input.gform_button {
    background-color: #837db9;
    width: 100%;
    color: #FFF;
    line-height: 24px;
}

.send_us_form input::-ms-input-placeholder, .send_us_form textarea::-ms-input-placeholder {
  color: #abb8c3;
}

.send_us_form input::placeholder, .send_us_form textarea::placeholder {
  color: #abb8c3;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-top: 5px;
}

/**********Products Page************/
h2.woocommerce-loop-product__title {
    min-height: 80px;
}

.products_section a.button.product_type_simple {
	display: none; 
}

.related_templates h2.woocommerce-loop-product__title {
    color: #837DB9 !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    padding: 20px 0px 10px 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-left: 6px !important;
}

span.woocommerce-Price-amount.amount, thead {
    color: #000 !important;
}

table thead:first-child tr:first-child th {
	background: #D3CFF8;
}

.woocommerce table.shop_table tr {
    color: #000000 !important;
	font-size: 16px !important;
} 

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
    background: #7f54b3 !important;
	color: #ffffff;
    opacity: 1;
}

.woocommerce form .form-row label {
	color: #000;
}

.woocommerce-privacy-policy-text p {
    color: #000;
}

.woocommerce a.added_to_cart {
    margin-left: 10px;
    border: 1px solid #000;
    padding: 9px 20px !important;
	border-radius:2px;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #7249A4;
    border-color: #7249A4;
}

.woocommerce .quantity .qty {
	margin-left: 10px;
}

.woocommerce-billing-fields h3 {
    color: #000000 !important;
    text-transform: capitalize;
}


.product-remove .screen-reader-text {
    top: 0 !important;
    width: 100% !important;
    position: relative !important;
    -webkit-clip-path: none;
    clip-path: none;
}

.product-thumbnail .screen-reader-text {
    top: 0 !important;
    position: relative !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
}



.woocommerce ul.products li.product .button {
    display: inline-block;
    padding: 10px 20px !important;
    margin-top: 1em;
	background-color: #837db9;
	color: #ffffff;
	border:1px solid #837db9;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    padding: 40px 40px 0px 40px;
    border-radius: 20px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    padding: 40px 40px 40px 40px;
    border-radius: 20px;
}

.select2-container .select2-selection--single {
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    top: 0px;
}

.woocommerce-privacy-policy-text a {
    color: #7249a4;
}

ul.payment_methods li[class*=payment_method]>input[name=payment_method]+label {
	color: #000000;
}

.woocommerce .quantity .qty {
    width: 80px;
	margin-left: 3px;
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 5px auto #7249A4;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=number] {
  -moz-appearance: textfield;
}

:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)) {
	margin-top: 2px !important;
    margin-left: 3px !important;
} 
.elementor-kit-6 h2 {
    color: #000000;
	text-transform: capitalize;
}

/*==========================
 * woocommerce single page
 * ========================*/
.quantity [type=button], .quantity input[type=number], .quantity [type=submit], .quantity button{
	color: #7f54b3;
	border-color: #7f54b3;
}
.quantity [type=button]:hover, .quantity [type=submit]:hover, .quantity button{
	color: #ffffff; 
}
h2.woocommerce-loop-product__title {
	min-height: auto;
}
.woocommerce a.added_to_cart {
	border: 1px solid #7f54b3;
	color: #7f54b3;
}
.woocommerce table.shop_table td a{
	color: #7f54b3;
}
.woocommerce-info, .woocommerce-info a, .woocommerce-info::before { 
	color: #7f54b3;
	border-top-color: #7f54b3;
}
.woocommerce ul.order_details {
	color: #000;
	padding: 0;
}
.woocommerce ul.order_details li { 
	margin-bottom: 15px; 
}
#productstabs .woocommerce-loop-product__link img, #productsall .woocommerce-loop-product__link img{
	height: 275px;
	object-fit: cover;
}
/*=============================
 * weng-cart-page
 * ============================*/
.weng-cart-page .product-thumbnail img{
	 width:60px !important
}
.weng-cart-page .product-remove{
}
.weng-cart-page .product-quantity{
	text-align:center;
	width:20%;
}
.weng-cart-page th.product-quantity{
	text-align:left;	
}
.weng-cart-page .product-quantity button{
	width:40px;
}
.weng-cart-page .cart_totals{
    background-color: #f6f6f6;
	padding:30px;
}
.weng-cart-page .cart_totals h2{
	font-size:2em !important;
    margin-bottom: 30px !important;
}

.weng-cart-page table td, .weng-cart-page table th{
	border:0px !important;	
}
.weng-cart-page table.shop_table th{
	padding:15px 15px;
}
.cart_totals .shop_table td{
    vertical-align: middle !important;
}

.woocommerce .woocommerce-customer-details address{
	color:#000 !important;
}
.woocommerce-order-details h2{
	font-size:2em !important;
}

.pp-woo-my-account h2{
	font-size:2em !important;
}

.pp-woo-my-account .woocommerce-button{
    background-color: #837db9 !important;
    color: #FFF !important;
    padding: 12px 30pxF !important;
    border-radius: 0 !important;
}
.checkout_coupon.woocommerce-form-coupon p,#order_review_heading{
	color:#000;
}
.woocommerce-notice.woocommerce-notice--success {
	color: var( --e-global-color-primary );
	font-family: "DM Serif Display", Sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 36px;
	font-size: 36px;
	text-align: center;
}
.woocommerce ul.order_details {
	  display: flex;
	  align-items: center;
	  align-content: center;
	  justify-content: center;
	  text-align: center;
	  margin: 50px 0;
}
/*
.screen-reader-text {
     clip: rect(1px,1px,1px,1px)  !important;
     word-wrap: normal !important;
     -webkit-clip-path: none  !important;
     clip-path: none  !important;
     height: auto  !important;
     width: 100%  !important;
	top: 0 !important;
}

.skip-link  {
	display: none !important;
}
*/

/*
.odometer-digit-inner {
    right: -5px!important;
} */

/**********Media Query************/

@media only screen and (max-width: 1366px) {

	 html {
		overflow-x: hidden;
	}
		
    body {
		overflow: hidden;
	} 
	.main_tab .pp-advanced-menu--main .pp-menu-item {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

}
@media only screen and (max-width: 1200px){
	.project-features img{
		height: 490px;
		object-fit: cover;
		object-position: center center;
	}
}
@media only screen and (max-width: 1040px){
	.project-features img{
		height: 520px; 
	}
}
@media only screen and (max-width: 1024px) {
	.about_elegent img, .contact_message img {
		width: 340px;
		height: auto;
	}
	.elegant_design_left {
		top: 50%;
		left: 42%;
		transform: translate(-50%, 0%);
	}
	.elegant_design_right {
		top: 50%;
		left: 50%;
		transform: translate(-80%, 0%);
	}
	.contact_design_left {
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.contact_design_right {
		top: 50%;
		left: 50%;
		transform: translate(-70%, -50%);
	}
	.project-content .excerpt, .project-content .excerpt p {
		width: 100%;
	}
	.project-content .button-arrows {
		margin-bottom: 10px;
	}
	.footer-text { 
		bottom: -35px; 
	} 
}

@media only screen and (max-width: 1024px) {
	.main_tab .pp-advanced-menu--main .pp-menu-item {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.weng-cart-page .product-quantity button {
		width: auto !important;
		padding: 0.5rem 0.5rem  !important;
	}
	.product-quantity input[type="number"]{
		padding: 7px  !important;
	}
}
@media only screen and (max-width: 992px) {
	.firm_elegant_design p br {
		display: none; 
	}
}
@media only screen and(max-width: 991px){
	.our-project-wraper .slick-dots, .footer-text{
		display: none !important;
	}
	.project-content .button-arrows {
		margin-bottom: 0;
	} 
	.project-features img{
		height: 528px;
	}
}
@media only screen and (max-width: 880px) {
	.footer_menu .pp-menu-item {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.woocommerce .quantity .qty {
		width: 50px !important;
	}
	
	[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
		cursor: pointer;
		padding: 0.5rem 0.5rem;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100% !important;
	}
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		margin-top: 20px;
	}
}


@media only screen and (max-width: 767px) {
	#productstabs .e-n-tabs-heading {
		flex-direction: column;
	}
	.weng-cart-page .product-quantity {
		width: 100%  !important;
	}
	.header_top_part {
		border: none !important;
	}
	.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner, 
	.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after, 
	.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before  {
		background-color: #ffffff;
	}
	.elegant_design_left {
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.wengstone_footer .e-con-inner {
    	gap: 0px !important; 
	}
	.project-content .top-content .round-shap {
		display: block;
		text-align: center !important;
		margin: 0 auto !important;
	}
	.project-content .top-content h5 {
		text-align: center !important;
	}
	.project-content .excerpt, .project-content .excerpt p {
		width: auto !important;
		text-align: center !important;
	}
	.project-content .view-more-button {
		text-align: center !important;
	}
	.project-content .button-arrows {
		margin-bottom: 10px;
	}
	.footer-text {
		bottom: 10px !important;
		left: 50% !important;
		transform: translate(-50%, 0) !important;
	}
	.project-content .title {
		text-align: center !important;
		font-size: 20px !important;
	}
	.about_button p br {
		display: none;
	}
	.project-content .button-arrows {
		text-align: center !important;
	}
	.our-project-wraper .slick-dots {
		bottom: -15px !important;
		display: flex;
		width: 250px;
		left: 50%;
		transform: translate(-50%, 0) !important;
	}
	.project_section_image_logo img, .section_image_logo img {
		top: 0px !important;
		width: 170px;
		height: 170px;
		left: 30px;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		font-size: 1em;
	}
	.elementor-kit-6 h2 {
		font-size: 40px;
	}
	.elementor-2174 .elementor-element.elementor-element-6b1ecb7.e-con {
		--flex-wrap: nowrap !important;
	}
	.project-features img{
		height: auto;
	}
	#productstabs .woocommerce-loop-product__link img, #productsall .woocommerce-loop-product__link img {
	height: 345px;
	object-fit: cover;
}
} 
@media only screen and (max-width: 560px) {
.payment_box  .form-row-first,.payment_box  .form-row-first,.payment_box  .form-row-last,.payment_box .form-row-last {
    	float: unset   !important;
    	width:100%   !important;
    }
} 
    
@media only screen and (max-width: 480px) {
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(1,1fr);
	}
	#relatedproducts .elementor-grid-mobile-2 .elementor-grid{
	grid-template-columns: repeat(2, 1fr)  !important;
}
	.checkout_coupon.woocommerce-form-coupon{
		display: flex;
        flex-direction: column;
	}
	.checkout_coupon.woocommerce-form-coupon .form-row-first{
		width: 100%  !important;
	}
	
	
}
@media only screen and (max-width: 420px) {
	
	#productstabs .pp-woo-product__column-mobile-2 ul.products li.product,#productsall .pp-woo-product__column-mobile-2 ul.products li.product{
		width: 100% !important;
	}
	
    
}
@media only screen and (max-width: 350px) {
	.section_image_logo img {
		left: 70px !important;
	}
	.find_out br {
		display: none;
	}
	.send_us_form {
		padding: 20px 15px !important;
	}
	.send_us_form input,.send_us_form textarea {
		width: 260px  !important;
	}
}