.wc_payment_method span.wc-stripe-card-icons-container { display: none !important;; }
div#payment { padding: 20px !important; }
.checkout-frm > div.elementor-container{ display: grid; grid-template-columns: 1fr max-content 1fr; }
div#order_review th:nth-child(2), #order_review td:nth-child(2) { text-align: right; }
#order_review .cart-subtotal{ display:none; }
div#order_review .cart-saving th, div#order_review .total-save{ color: #00b834; font-family: Roboto; font-weight: 500; }
#order_review .order-total th, #order_review .order-total td{color: #000; }
/*.woocommerce-checkout-review-order{display:none} */
p#billing_state_field { margin: 0 6px !important; }
p#billing_state_field, p#billing_city_field, p#billing_postcode_field { width: 32%; display: inline-block; margin-bottom: 0; }
p#billing_city_field input, p#billing_postcode_field input{ padding: 11px 10px !important; }
.select2-selection__rendered#select2-billing_state-container{ height: 41px !important; line-height: 40px; }
.summery-review{ display:flex; justify-content: space-between; }
.checkout-frm > .elementor-container > .elementor-column:nth-child(1), 
.checkout-frm > .elementor-container > .elementor-column:nth-child(2), 
.checkout-frm > .elementor-container > .elementor-column:nth-child(3){ width:100%; }
.checkout-frm > .elementor-container > .elementor-column:nth-child(2){ max-width:1140px; }
.e-checkout__column.e-checkout__column-end {
	background: #f5f5f5; padding:40px 0 40px 38px;
}
body #wfacp-e-form .wfacp_main_form.woocommerce .chckout-prdct-info input[type=radio]{
	position:relative; margin-right:10px;
}
li.wc_payment_method.payment_method_stripe_cc.wc-stripe-no-desc label {
    font-size: 16px; color: black;
}
li.wc_payment_method.payment_method_ppcp label {
    font-size: 16px;
    color: black !important;
}
span.wc-stripe-card-icons-container { display: none; }
li.wc_payment_method.payment_method_ppcp label img { display: none; }
ul.wc_payment_methods.payment_methods.methods li input { width: 20px; height: 20px; cursor:pointer; }
input#billing_state {
    border-radius: 4px !important;
    background-color: white !important;
    border: 1px solid lightgrey !important;
}
li.wc-stripe-checkout-banner-gateway.banner_payment_method_ppcp.button-count_1.active { max-width: 100%; }
.productPacItem__priceBlock__labelTag {
	border-radius: 4px;
	background: #ffc438;
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #333;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}
@media(max-width:520px){
	
	.flexslider{
		margin:0 0 5px !important;
	}
.productPacItem__priceBlock__price{
		font-size:18px !important;
	}
	
}
@media only screen and (max-width: 600px) {
  .elementor-image-box-wrapper {
    display: flex;
    }
}
.productPacItem__discount__box {
    display: flex;
    padding: 8px 10px;
    gap: 4px;
    width: 86px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    color: #333;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.productPacItem__discount__box.desktopHide {
    display: none;
}
@media screen and (max-width: 767px) {
   .wcprdct-variations.productPackages__container {
        justify-content: space-between;
    }
	.productPacItem__priceBlock__container {
        align-items: end !important;
    }
}
@media screen and (max-width:1071px) {
	div.productPacItem__discount__box.desktopHide {
		display: flex;
		width: 57px;
		padding: 4px 8px;
		font-size: 12px;
	}
	.productPacItem__discount__container.mobileHide {
        display: none;
    }
	.productPacItem__divider.mobileHide {
		display: none;
	}
	.wcprdct-variations.productPackages__container {
        grid-template-columns: minmax(100px, auto) 1fr minmax(87px, auto);
        padding: 12px;
    }
}
h3#order_review_heading {
	cursor: pointer;
	display:block;
    z-index: 2;
    position: relative;
	line-height: 25px;
}
.e-checkout__order_review svg {
	cursor: pointer;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	transition: transform .5s ease;
	transform: rotate(0);
	position: relative;
    top: 2px;
    left: 8px;
    z-index: 1;
}
.e-checkout__order_review._down-arw svg {
    transform: rotate(180deg);
}
.woocommerce-checkout-payment {
	margin-top: 0px !important;
}
.no-margn p { margin-bottom:0 !important;}
.prdct-checklist ul{ list-style-type:none; padding:0; margin:0;}
.prdct-checklist ul li{
	background:url('https://doshiva.com/wp-content/uploads/2024/11/chck-icn.png') no-repeat;
	padding-bottom:13px;
	padding-left: 30px;
	background-size:24px;
}
.chckout-prdct-info {
    display: grid;
    flex-direction: column;
    gap: 12px;
	padding-top:40px;
    padding-bottom: 32px;
}
.wcprdct-variations {
    display: grid;
    grid-template-columns: auto auto 119px auto 119px;
    padding: 16px;
    border-color: #E0E0E0;
    background-color: #f7fdff;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #3362AB;
    transition: background-color .3s ease-in-out, border-bottom-left-radius .15s ease-in-out, border-bottom-right-radius .15s ease-in-out;
    overflow: hidden;
}
.wcprdct-variations > .productPacItem__firstBlock > img {
    margin: 0 10px;
}
.wc-variations--unchecked {
    border-color: #e0e0e0;
    background-color: #fff;
    overflow: hidden;
}
.productPacItem__firstBlock {
    display: flex;
    align-items: center;
}
.productPacItem__label__container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.productPacItem__label__amount {
    color: var(--card-text-primary, #333);
    text-align: center;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    text-transform: capitalize;
}
.productPacItem__label {
    color: var(--card-text-primary, #333);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.productPacItem__divider {
    height: 100%;
    width: 1px;
    margin: 0 16px;
    background-color: #e0e0e0;
}
.productPacItem__discount__container {
    display: flex;
    justify-content: center;
}
.prd-img img{
	width: 85px;
	height: 85px;
	object-fit: cover;
	border-radius: 3.085px;
	margin: 0 10px;
}
.productPacItem__discount__box img {
    width: 12px;
    height: 12px;
}
.productPacItem__priceBlock__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.productPacItem__priceBlock__oldPrice {
    color: #808080;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration: line-through;
}
.productPacItem__priceBlock__mainPriceBlock {
    display: flex;
    justify-content: center;
}
.productPacItem__priceBlock__mainPriceBlock>sup {
    vertical-align: super;
    font-size: smaller;
    color: #333;
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 11px;
}
.productPacItem__priceBlock__price {
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 17px;
    text-transform: capitalize;
    margin-right: 2px;
    margin-left: 2px;
}
.productPacItem__priceBlock__cents {
    color: #333;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 9px;
    margin-bottom: 4px;
}
.productPacItem__priceBlock__each--with-cents {
    line-height: 0;
}
.productPacItem__priceBlock__each {
    color: #333;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
	line-height:12px;
}
.bars__container {
    display: grid;
    gap: 8px;
    padding-bottom: 32px;
}
.bars__bar_1 {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #fff5f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    white-space: nowrap;
}
.bars__bar_1_leftText {
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    margin-right: 16px;
    font-weight: 700;
    line-height: 20px;
}
.bars__bar_1_leftText_red {
    color: #ff2d2b;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.bars__bar_1__colorBar {
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    width: 100%;
    height: 12px;
}
.bars__bar_2 {
    border-radius: 4px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: #f0f5ff;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.bars__bar_3 {
    border-radius: 4px;
    border: 1px solid var(--cc-shopify-border-dividers, #e0e0e0);
    background: #fffef3;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;
    color: var(--CC-Shopify-Dark-gray, #333);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.bars__bar_3 img, .bars__bar_3 svg {
    margin-right: 8px;
}
.bars__bar_2 img, .bars__bar_2 svg {
    margin-right: 8px;
}
.bars__bar_3_clockTime {
    color: #333;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.bars__bar_1__colorBar_colored {
    transition: all 2s ease-in-out;
    background: linear-gradient(90deg, #cbfe00 0%, #fee500 48.44%, #ff2b2b 100%);
    border-radius: 100px 0 0 100px;
}
.flex-control-thumbs {
    height: 138px;
}
figure.woocommerce-product-gallery__wrapper {
    display: flex;
}
div#wc_slider {
    width: calc(100% - 85px);
}
div#wc_carousel {
    width: 100px;
    height: 400px;
    overflow: hidden;
}
div#wc_slider .flex-viewport {
    height: 400px;
}
#wc_carousel .slides li {
    float: none !important;
    margin-bottom: 5px;
}
#wc_carousel .slides img {
    border-radius: 4px;
    object-fit: cover;
    border: 0;
}
#wc_slider .flex-viewport {
    border-radius: 10px;
    border: 1px solid var(--gallery-border-color, #d9ccbd);
    overflow: hidden;
}
#wc_slider .flex-direction-nav a:before{
    font-size: 16px;
    width: 32px;
    height: 32px;
    background-color: #ffffffb3;
    border-radius: 6.4px;
    padding: 5px 10px;
}
div.flexslider:hover .flex-direction-nav .flex-prev, div.flexslider:hover .flex-direction-nav .flex-next{ opacity:1; }

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #place_order{
    background-color: #5bc0de;
    width: var(--purchase-button-width, auto);
    float: none;
    color: var(--purchase-button-normal-text-color, #fff);
    min-height: auto;
    padding: var(--purchase-button-padding, 1em 1em);
    border-radius: var(--purchase-button-border-radius, 3px);
}
/* .woocommerce-checkout-review-order{ display:none; } */
.e-sticky-right-column .e-checkout__order_review {
	background: #f5f5f5 !important;
	padding: 16px !important;
	border-radius: 8px !important;
	border: 1px solid #e0e0e0 !important;
}
.orderV3__topCont {
    overflow: hidden;
    transition: all .3s;
    max-height: 53px;
}
.orderV3__savingsLabel__cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.elementor-widget-woocommerce-checkout-page .woocommerce h3{
	margin-bottom:0 !important;
} .woocommerce-checkout-review-order{ margin-top:30px; }
.orderV3__savingsLabel {
	color: #00b834;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.separator {
	display: flex;
	align-items: center;
	color: var(--CC-Shopify-Dark-gray, #333);
	margin: 16px 0;
}
.separator:before, .separator:after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #e0e0e0;
}
.separator__noText {
	padding: 0 !important;
}

.woocommerce-notices-wrapper {
    display: none;
}
.separator_text, .wcproduct-summay h2 {
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0 16px;
}
.lines{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 31%;
    border-bottom: 1px solid #ccc;
}
.inner_headings, .wcproduct-summay h4{
    color: #333;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
}
.inner_text, .wcproduct-summay p{
    color: #5c5c5c;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.icons{
    align-self: flex-start;
    margin-right: 16px;
}
.icons_1{
    align-self: flex-start;
    margin-right: 9px;
}
.icons_1 i{
      font-size: 25px;
}
.icons i{
    font-size: 25px;
}

span#select2-billing_country-container,
input#billing_first_name,
input#billing_email,
input#billing_phone,
input#billing_last_name,
input#billing_city,
input#billing_postcode,
span#select2-billing_state-container,
input#billing_address_1{
    background: white !important;
    border: 1px solid lightgrey  !important;
    border-radius: 4px  !important;
	color: black !important;
}



.woocommerce .col2-set, .woocommerce-page .col2-set .col-1{
    padding: 0px !important;
}


.woocommerce .col2-set, .woocommerce-page .col2-set .col-1{
		padding: none !important;
		margin-top: 2% !important;
    border: none !important;
}

p#billing_customer_field, p#billing_name_field, p#payment_method{
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: var(--CC-Shopify-Dark-gray, #333);
    padding-bottom: 16px;
}

p#billing_name_field, p#payment_method {
    margin-top: 5%;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: none;
}
.shipping_address {
    display: none !important;
}

@media (max-width: 767px) {

.productPacItem__discount__container {
    display: flex;
	 margin-left: 45% !important;
    justify-content: center;
}

.productPacItem__firstBlock .elementor img {
    height: auto;
    max-width: 60%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* 	div#wc_slider .flex-viewport{
		height: 140px
	}

	div#wc_carousel{
		height: 170px;
	} */
}
@media screen and (max-width:600px){

.bars__container {
    display: grid;
    gap: 8px;
    padding-bottom: 0px !important;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: -5%;
	margin-top:5%;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
	figure.woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: column-reverse;
	}
	div#wc_carousel{ width:100% !important; }
	#wc_carousel .slides li{
		float:left !important;
		padding-left: 8px;
	}
	#wc_slider.flexslider{ width:100% !important; }
	div#wc_slider .flex-viewport, div#wc_carousel{ height: auto !important; }
}

div#wc_carousel {
    width: 100px;
    height: 408px;
    overflow: hidden;
}
@media screen and (max-width:460px){
	.productPacItem__priceBlock__each{ margin-top: 10px; }
}
@media screen and (max-width:768px){
	.checkout-frm > div.elementor-container {
		display: flex;
		grid-template-columns: none;
	}
	.checkout-frm .elementor-container .elementor-column:nth-child(1), .checkout-frm .elementor-container .elementor-column:nth-child(2), .checkout-frm .elementor-container .elementor-column:nth-child(3){ width: none; }
	.checkout-frm .elementor-container .elementor-column:nth-child(2) {
		max-width: none;
	}
	.e-checkout__column.e-checkout__column-end { width:100%;padding: 16px 16px 24px; }
	.woocommerce #order_review table.shop_table th { padding-right: 0; }
}