body{
	margin:0;
}
/*header style*/
header , footer , main {
    max-width: 1400px;
    margin: 10px auto;

}
.nias-header , footer {
	    background-color: #fff;
	box-shadow: 0 0 40px -10px #0000000f;
	    border-radius: 20px;
}
@media only screen and (max-width:1024px){
	header , footer , main{
		    margin: 10px 10px;

}
}

header:after {
    content: "";
    background-color: #004b7f30;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    filter: blur(60px);
    z-index: -9;
}
/*fix style icon*/
.elementor-icon-wrapper {
    display: flex;
}

a#elementor-menu-cart__toggle_button {
    display: flex;
    align-items: center;
    padding: 10px;
}

span.elementor-button-icon {
    display: flex;
}
/*mini cart quantity*/
span.elementor-button-icon-qty {
    top: -13px!important;
    left: -12px!important;
}

/*shortcode*/
.margin-left-auto{
	margin-left:auto;
}
.margin-right-auto{
	margin-right:auto;
}
.margin-top-auto{
	margin-top:auto;
}
.backdrop-filter-blur:before {
    content: "";
    backdrop-filter: blur(6px);
}

@media only screen and (max-width:767px){
	header .elementor-button {
    padding: 10px !important;
}
.nias-myacc-btn span.elementor-button-text {
	display:none
	}
	

}


/*off canvas overlay*/
.elementor-widget-off-canvas .e-off-canvas__overlay{
	backdrop-filter:blur(5px);
}



/*slash before title*/
.slash-before-title:before{
    content: "";
    background-color: var(--e-global-color-437e7a5);
    width: 5px;
    height: 100%;
    position: absolute;
    transform: rotate(10deg);
    right: 2px;
    z-index: 0;
    top: 0;
    
}
.slash-before-title:after{
    content: "";
    background-color: var(--e-global-color-9c1b4c0);
    width: 5px;
    height: 100%;
    position: absolute;
    transform: rotate(10deg);
    right: -3px;
    z-index: 0;
    top: 7px;
}
.slash-before-title span{
	z-index:1;
	position: relative;
}

/*footer list icon on hover*/
footer{
	li.elementor-icon-list-item:hover .elementor-icon-list-icon {
    transform: rotate(180deg);
}

.elementor-icon-list-icon {
    transition: all 0.3s;
}
}


/*same cart and cehck out*/
.e-cart__column-inner.e-sticky-right-column {
    display: none;
}


.woocommerce .blockUI.blockOverlay,.woocommerce .loader{
	opacity:1!important;
	   position: fixed!important;
    display: flex;
	justify-content:center;
	align-items:center;
height:100vh;
	width:100vw;
	top:0;
	right:0;
	background-color:#ffffff70!important;
	backdrop-filter:blur(7px);

}
.single-product .loader , .single-product .blockUI.blockOverlay{
	position:absolute!important;

}
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {

    height: 50px;
    width: 50px;
    display: flex;
	justify-content:center;
	align-items:center;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('https://minasorangonline.com/wp-content/uploads/2024/08/svgexport-1-37.svg') center center;
    background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}
.woocommerce .blockUI.blockOverlay:after,.woocommerce .loader:after{
	content:"در حال بروز رسانی، ممنون از صبوری شما...";
	margin-top:110px;
		
}

/*nias tooltip*/
.nias-tooltip:before {
    color: white;
    content: attr(data-tooltip);
    background-color: #00000082;
    padding: 5px 10px;
    border-radius: 10px;
    position: absolute;
    top: -40px;
    text-align: center;
	right:0;
	width:100%;
	transform:scale(0) rotate(45deg);
	transition:all 0.3s;
	backdrop-filter:blur(5px);
}
.nias-tooltip:hover:before {
    transform: scale(1) rotate(0deg);
}

/*minicart blur*/
.elementor-menu-cart__container{
	backdrop-filter: blur(8px);
}

/*style woocommerce cart*/
.product-subtotal bdi {
    background-color: #0080D8;
    padding: 5px 15px;
    border-radius: 8px;
    color: white;
    span{
        color:white!important;
    }
}
td.product-price bdi{
	color:#0080D8!important;
	span{
			color:#0080D8!important;
	}
	border:1px dashed #0080D8;
	padding: 5px 15px;
	border-radius:8px

}
.qty {
    background: transparent!important;
    border:none!important;
    outline:none;
	    font-family: "nias peyda", Sans-serif!important;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    min-width: 28px;
    max-width: 40px;
    text-align: center!important;
    border: none!important;
    border-radius:0!important;
	outline:none!important;
}
a.remove{
	    font-size: 0!important;
}
a.remove:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(https://minasorangonline.com/wp-content/uploads/2024/08/Frame-55.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 10px;
}
@media only screen and (max-width:769px){
td.product-thumbnail {
    display: table-cell!important;
}

td.product-thumbnail:before {
    content: "تصویر محصول:"!important;
}

td.product-thumbnail a {
    float: left;
}

td.product-thumbnail {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}
}
a.remove:after {
    content: attr(aria-label);
    display: block;
    font-size: 12px;
    position: absolute;
    left: 25px;
    top: 0;
    background-color: #ff99992e;
    color: red;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: normal;
    transform: scale(0) rotate(45deg);
    transition: 0.3s linear;
    backdrop-filter:blur(5px);
    max-width:230px;
    min-width:230px;
  white-space: nowrap;
  overflow: hidden;
	  text-overflow: ellipsis;


}
     a.remove{
position:relative;}

a.remove:hover:after {
    transform: scale(1) rotate(0);
}

@media only screen and (min-width:770px){
    a.remove:after {
        left:auto;
        right:24px;
    }
	.quantity {
    justify-content: flex-start!important;
}

}

/*fix woocommerce font*/
.elementor-widget-woocommerce-cart .woocommerce  , .elementor-widget-woocommerce-checkout-page , .elementor-widget-woocommerce-my-account{
    font-family: "nias peyda", Sans-serif!important;
	input , select , button{
		    font-family: "nias peyda", Sans-serif!important;
	}
}



/*qty style*/
.quantity {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.quantity button {
	border: none;
margin: 0!important;
    background-color: #0080d836;
    color: #0080d8;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: all 0.3s;
	cursor:pointer;
	    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity button:hover {
    background-color: #0080d8;
    color: white;
    transform: scale(1.1);
}

.woocommerce .quantity .qty {
border: none;
border-radius: 25px;
margin-left: -7px!important;
z-index: 1;
margin-right: -7px;
}

.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
.qty[type=number] {
-moz-appearance: textfield;
}



/*fix price*/

p.price {
    margin: 0;
    color: #004b7f !important;
    font-weight: bold;
	  display: flex;
    flex-direction: column;
	font-weight:bold!important
}

ins {
    text-decoration: none;
}

p.price del bdi {
    font-size: 15px;
    font-weight: normal;
}


/*effect card
.swiper-wrapper .niasproductcart:hover {
    opacity: 1;
    transition:all 0.5s;
}
.swiper-wrapper:hover > :not(:hover){
    opacity:0.5;
    transition:all 0.5s;
    filter:grayscale(1);
}
.swiper-wrapper > :not(:hover){
        transition:all 0.5s;
	
}

*/
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button {

   background-color:#0000000d;
    padding:10px;
    border-radius:50px;
    backdrop-filter:blur(5px);
    color:#0080d8;
    border:1px solid white;
    svg{
       fill:#0080d8!important; 
    }
    
}
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button:hover{
scale:1.3;
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet-active {
    width: 30px!important;

    background-color: #0080d8;
}

.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
		border-radius:5px!important;
    width: 15px;
    transition:all 0.5s;
}