/*
Theme Name: Twenty Twenty-Four Child 
Theme URI: 
Description: Twenty Twenty-Four 
Author: Gilda
Author URI: 
Template: twentytwentyfour 
Version: 1.0
*/

@font-face {
	font-family: 'estedadv';
	src: url('fonts/estedad-fd-var.woff2') format('woff2-variations'),
		url('fonts/estedad-fd-var.woff2') format('woff2');
	font-weight: 100 900;
	font-display: fallback;
}
@font-face {
	font-family: estedad;
	src: url('fonts/estedad-FD-Regular.woff2') format('woff2');
}
@font-face {
	font-family: estedad;
	src: url('fonts/estedad-FD-Bold.woff2') format('woff2');
	font-weight: 700;font-variation-settings: "wght" 700;
}

:where(.wp-site-blocks *:focus),
:focus-visible {
	outline:unset
}

*{
	box-sizing: border-box;
}

html{
	overflow-x: hidden;
}
body {
    font-family: 'estedadv', 'Poppins';
	font-size:14px;
	background:#fff;
    --wp--style--root--padding-left: 0 !important;
    --wp--style--root--padding-right: 0 !important;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'estedadv', 'Poppins';
	font-weight:500;
}
p{
	font-size:15px;
}
a{
	text-decoration: none;
}
/*===========================*/

.wp-site-blocks{
	background-image:url(img/world_map.png);
	background-repeat: no-repeat;
	background-position:center 300px;
	background-size:contain;
}

body.home .wp-site-blocks,
body.archive.tax-product_cat .wp-site-blocks,
body.archive .wp-site-blocks,
body.post-type-archive .wp-site-blocks{
	background: none
}


.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
	color:#ffffff;
	transition:0.4s all;
	padding: 5px 10px;
    border-radius: 25px;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover{
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);	
}

header.wp-block-template-part .has-base-background-color{
	background-color: #1c49bc !important;
    width: 100%;
	padding:25px 0!important;
}

header .wc-block-mini-cart__button{
	padding:0px;
	position: relative !important;
}

body.home main,
body.archive.tax-product_cat main,
body.archive main,
body.post-type-archive main{
	padding-top:0px
}

.wp-block-media-text.is-stacked-on-mobile{
	background:#F9FAFF url(img/world_map.png)no-repeat center top;
	padding:60px 15% 80px;
	margin:0px;
	border-radius:0px 0px 150px 150px
}
.wp-block-media-text__content p{
	font-size:20px;
	color:#2e3741;
	margin-bottom:0px;
}
.wp-block-media-text__content p strong{
	color: #1c49bc;
	font-size:25px
}

.wp-block-navigation.items-justified-right{
	margin-left: 35px;
	flex-direction: row-reverse;
}

.wp-block-woocommerce-customer-account a,
.wc-block-mini-cart__quantity-badge{
	width:32px ;
	height: 32px;
	border-radius:50%;
	background:rgba(255,255,255,0.3);
	position:relative;
	padding:2px;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon,
.wc-block-mini-cart__button .wc-block-mini-cart__icon{
	width:28px ;
	height: 28px;
	color:#ffffff;
}

.wc-block-mini-cart__badge{
	background:#ff8731;
	color:#ffffff;
	top: -4px;
	right: auto;
    left: -10px;
	margin-right:0px;
	transform: unset;
	font-size: 12px;
}

.wp-block-navigation .wp-block-navigation-item{
	font-size:16px;
}


.slug-box{
	font-size:20px;
	color:#4D4D4D;
	margin-top: 10px;
	font-weight: bold
}
.slug-box strong{
	color:#1c49bc;
	font-size:22px;
}

.woocommerce.wc-block-breadcrumbs,
.show-results-product.is-layout-flex{
	display:none;
}

h1.wp-block-query-title{
	display: none
}

main.wp-block-group{
	padding-top:40px
}

.wc-block-product-template__responsive,
.wp-block-woocommerce-product-new.wc-block-product-new ul.wc-block-grid__products{
    display: grid;
    gap: 20px 15px;
    padding: 20px 0;
    list-style: none; 
}

.wc-block-product-template__responsive.columns-3,
.wc-block-product-template.is-flex-container>li ,
.wp-block-woocommerce-product-new.wc-block-product-new ul{
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
body.single-product .wc-block-product-template.wc-block-product-template{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	overflow:hidden;
}
body.single-product .wc-block-product-template.is-flex-container.is-flex-container.columns-5>li{
	width:unset;
}
body.single-product .wc-block-product-template.wc-block-product-template>li:nth-child(5){
	display:none
}

.wc-block-product-template__responsive li.wc-block-product,
.wc-block-product-template.is-flex-container>li,
.wc-block-grid.has-4-columns .wc-block-grid__product{
    background-color: #ffffff;
	border:1px solid rgba(17, 62, 83, 0.09);
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
    padding: 20px 20px 20px 10px;
    text-align: center;
	position:relative;
	transition:0.3s all;
}

a.cover-product{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:100%;
	margin:0px;
}

.wc-block-grid.has-4-columns .wc-block-grid__product{
	max-width: unset;
}
.wc-block-grid__product .wc-block-grid__product-link{
	display: block;
}

.wc-block-product-template__responsive li.wc-block-product > div[data-block-name="woocommerce/product-image"],
.wc-block-product-template.is-flex-container>li .wc-block-components-product-image,
.wc-block-grid__product .wc-block-grid__product-image{
    margin-bottom: 0px !important;
	margin-left:15px !important;
	float: right;
    align-items: center;
}

.wc-block-product-template__responsive li.wc-block-product > div[data-block-name="woocommerce/product-image"] a,
.wc-block-product-template.is-flex-container>li .wc-block-components-product-image a,
.wc-block-grid__product .wc-block-grid__product-image{
    display: block;
    width: 50px;
    height:40px;
    border-radius:8px;
}

.wc-block-product-template__responsive li.wc-block-product > div[data-block-name="woocommerce/product-image"] img,
.wc-block-product-template.is-flex-container>li .wc-block-components-product-image a img,
.wc-block-grid__product .wc-block-grid__product-image img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  object-fit:cover;
  object-position: center center;
}

.wc-block-product-template__responsive li.wc-block-product > div[data-block-name="woocommerce/product-image"] a:before ,
.wc-block-product-template.is-flex-container>li .wc-block-components-product-image a:before,
.wc-block-grid__product .wc-block-grid__product-image:before{
    content: "";
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    transform: rotate(45deg);
    z-index: 1;
}

.wc-block-product-template__responsive li.wc-block-product > h3.wp-block-post-title ,
.wc-block-product-template.is-flex-container>li h3.wp-block-post-title,
.wc-block-grid__product .wc-block-grid__product-title{
    font-size: 14px;
    color: #383838;
    margin-bottom: 5px;
	margin-top:10px !important;
    text-align: right;
	float: right;
}

.wc-block-product-template__responsive li.wc-block-product > h3.wp-block-post-title a ,
.wc-block-product-template.is-flex-container>li h3.wp-block-post-title a{
    text-decoration: none;
    color: inherit;
    display: block; 
	font-size:15px;
	font-family:'estedadv','Poppins';
	font-weight:500
}

.wc-block-product-template__responsive li.wc-block-product > div[data-block-name="woocommerce/product-price"] {
    
}

.wc-block-components-product-price.has-small-font-size,
.wc-block-grid__product .wc-block-grid__product-price{
	font-size:13px !important;
	color: #5c5c5c;
	position: absolute;
	top:45px;
	right:82px;
	text-align:right;
	direction:rtl;
	display: none;
}

.wp-block-button.wc-block-components-product-button,
.wc-block-grid__product-add-to-cart.wp-block-button{
	display: none;
}

.wc-block-product-template__responsive li.wc-block-product > div[data-block-name="woocommerce/product-button"] a.wp-block-button__link {
    background-color: #4caf50;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
    font-size: small;
}

.wc-block-product-template__responsive li.wc-block-product > div[data-block-name="woocommerce/product-button"] a.wp-block-button__link:hover {
    background-color: #45a049;
}

.wc-block-product-template__responsive li.wc-block-product:hover ,
body.single-product .wc-block-product-template.is-flex-container.is-flex-container.columns-5>li:hover,
.wp-block-woocommerce-product-new.wc-block-product-new ul li:hover{
    cursor: pointer;
	border: 1px solid rgba(28, 73, 188, 0.6);
}

.load-more-container{
	text-align:center;
	margin:30px auto;
}

.load-more-button{
	width: 200px;
    border: 2px solid #1c49bc;
	background: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #1c49bc;
	font-family:'estedadv';
	font-size:15px;
	font-weight:400;
	transition:0.4s all;
}
.load-more-button:hover,
.load-more-button:active{
	border: 2px solid #1c49bc;
	background:#1c49bc;
	color: #ffffff;
}

.wp-container-core-group-is-layout-23441af8{
	margin: 90px auto 0;
	background:#F9FAFF;
	border-radius:20px;
	padding:30px 50px;
	max-width:var(--wp--style--global--wide-size);
    grid-template-columns: repeat(auto-fit, minmax(173px, 1fr));
    justify-content: space-between;
    display: grid !important
;
}
.wp-container-core-group-is-layout-23441af8 figure.wp-block-image{
	margin: 0 20px;
	text-align:center;
}
.wp-container-core-group-is-layout-23441af8 figure.wp-block-image img{
	margin-top:15px;
}
.wp-container-core-group-is-layout-23441af8 figure.wp-block-image .wp-element-caption{
	font-family:'estedadv';
	font-size:13px;
	font-weight:700;
	color:#383838;
	text-align: center;
	margin-top:25px
}

.woocommerce .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow.product-category{
	float: none !important;
	margin: 0 auto !important;
	height: auto !important;
}

.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list {
	justify-content: center;
    margin: auto;
	display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
	position:relative;
	top:-50px
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-0{
	border-radius: 30px;
    background-color: #f3f3fd;
    height: 54px;
    display: flex;
	padding:0px;
    justify-content: space-around;
	margin:0px auto ;
	list-style: none;
	flex-direction:row-reverse;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li{
	color: #383838;
    border-radius: inherit;
	border:1px solid transparent;
    font-size:16px;
	align-self: center;
	text-align:center;
	position:relative;
	padding:13px 50px;
	min-width:200px;
	transition: 0.4s all;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li a{
	color:#1c49bc;
	font-weight:700;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li span.wc-block-product-categories-list-item-count{
	display: none;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li:before{
	content:'';
	display: block;
	position:absolute;
	top:13px;
	right:15px;
	width:25px;
	height:25px;
	z-index:1;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li:first-child:before{
	background:url(img/single-sim.png) no-repeat center center;
	background-size:25px;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li:nth-child(2):before{
	background:url(img/global-sim.png) no-repeat center center;
	background-size:25px;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li:last-child:before{
	background:url(img/regional-sim.png) no-repeat center center;
	background-size:25px;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li.active{
	background:#ffffff;
	border:1px solid #1c49bc;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li:hover{
	background:#ececf7;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li.active:hover{
	background:#ffffff;
}

.support-time{
	margin-top: 80px;
	background:#1c49bc;
	font-size:18px;
	color:#ffffff;
	margin-bottom:0px;
	padding-top:35px ;
	padding-bottom:35px;
	padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}
.support-time p{
	font-size:18px;
	font-weight: 700;
	color:#ffffff;
	margin:0px auto;
	width:var(--wp--style--global--wide-size);
	max-width: var(--wp--style--global--wide-size);
}
.support-time p span{
	float: left;
	background: url(img/footer-phone.png) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

footer{
	margin-top:0px;
    background-color: #2a2a2a;
    padding: 50px 0 30px;
	height: auto;
	overflow: hidden;
	clear: both
}
footer .has-global-padding{
	padding-top:0px !important;
	padding-bottom:0px !important
}

footer h2.has-body-font-family{
	color:#ffffff;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-family:'estedadv' !important;
}

footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
	color:rgba(255, 255, 255, 0.5);
	border: none;
	transition: 0.4s all;
}
footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover{
	border: none;
	color: rgba(255, 255, 255, 1);
	background: none;
}


footer .wp-block-columns-is-layout-flex > div{
	display: block;
	min-width:32%;
	height: auto !important;
}

footer .wp-block-columns-is-layout-flex > div:nth-child(2){
	display: none;
}

footer .wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow{
	width:100%;
	max-width: 100%;
	padding: 0px !important;
    margin: 0;
}

footer .wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow p{
	width:var(--wp--style--global--wide-size);
	margin: 10px auto;
	text-align: left;
	color:#ffffff !important;
	font-size:13px !important;
}
footer .wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow p a{
	color:#ff8731;
	text-decoration: none;
}



/*===================================== Detail */

body.page main > div,
body.woocommerce-cart main > div{
	max-width:var(--wp--style--global--wide-size) !important;
	margin:20px auto ;
}

body.page main h1,
body.woocommerce-cart main h1{
	max-width:var(--wp--style--global--wide-size) !important;
	margin:0 auto 30px !important;
}

main::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce.product .wp-container-core-columns-is-layout-28f84493.detail-product{
	margin-top:40px !important;
	display: block;
	height: auto;
	clear: both;
	overflow: hidden;
}

.wp-block-woocommerce-product-meta{
	display: none;
}
.wp-block-woocommerce-product-image-gallery {
	float: right;
	height:100px;
	margin-left: 20px;
}

.woocommerce .wp-block-woocommerce-product-image-gallery{
	max-width:100px !important;
	border-radius:20px;
	height:100px;
	overflow: hidden;
	border:2px solid #f2f2f2;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
	max-width:100px !important;
	border-radius:20px;
	overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	display:none
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
	opacity:0!important
}
.woocommerce.product .wp-container-core-columns-is-layout-28f84493.detail-product h1{
	font-size:30px;
	color:#383838;
	font-family:'estedadv','Poppins';
	font-weight: bold
}

.woocommerce.product .wp-container-core-columns-is-layout-28f84493.detail-product .wc-block-components-product-price.wc-block-grid__product-price{
	display: inline-block;
    padding: 5px 15px;
    font-size: 14px !important;
    background:#1c49bc ;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.wp-block-post-excerpt{
	margin-top:30px;
}

.wp-block-post-excerpt p{
	font-size:14px;
	color:#4d4d4d;
	line-height:28px;
}

.wp-block-woocommerce-add-to-cart-form{
	margin-top: 50px !important;
	float: right;
	width:100%;
}
.woocommerce div.product form.cart .variations tbody{
	display: block;
}
.woocommerce div.product form.cart .variations tbody tr{
	display: grid;
}

.woocommerce div.product form.cart .variations th.label{
	display: none
}

.wp-block-woocommerce-add-to-cart-form form.cart {
	display: block;
}


#pa_plan {
  display: none !important; 
}
.esim-plans-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    margin-top: 40px;
}

.esim-plan-box {
    border: 2px solid #f1f1f1;
    border-radius: 20px 20px 60px 20px !important;
	background:#ffffff;
    padding: 20px;
    width: calc(25.33% - 20px);
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: 0.4s all;
}

.plan-flag-title-wrapper{
	margin-bottom: 10px;
    display: flex;
    align-items: center;
	border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.plan-flag {
    width: 45px;
    margin-inline-end: 10px;
	border-radius: 15px;
    border: 1px solid #f2f2f2;
}

.plan-country {
    font-weight: 500;
    margin-bottom: 5px;
	font-size: 20px;
    font-family:'Poppins';
    color: #383838;
}

.plan-data, .plan-validity {
    color: #393d64;
    margin-bottom: 10px;
    float: right;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
	border-bottom: 1px solid #e9e9e9;
	padding-bottom:10px;
}


.plan-price{
	float: right;
	width:100%;
	font-size: 16px;
    font-weight: 500;
	color:#1c49bc;
	padding-top:10px;
	text-align: left;
}

.plan-data-value, .plan-validity-value {
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.buy-plan-button {
    color: #1c49bc;
    background: #ffffff;
    border: 1px solid  #1c49bc;
    border-radius: 25px;
    padding: 10px 20px;
	width:95%;
    cursor: pointer;
    font-family: 'estedadv';
    margin-top: 20px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    font-weight: 500;
	float: left;
}

.esim-plan-box:hover .buy-plan-button {
    background-color: #1c49bc;
	color:#ffffff;
}

.custom-plan-list.tab-content{
	width: 100%; 
	padding:30px;
	border-radius: 25px;
	border:2px solid rgba(28, 73 ,188,0.12);
	background:#F5F8FC;
}
.custom-plan-list.tab-content ul{
	margin:0 ;
	padding:0;
	list-style: none;
	height: auto;
	clear:both;
	overflow: hidden;
}
.custom-plan-list.tab-content ul li{
	width: 50%;
    float: right;
    position: relative;
    padding-right: 15px;
    font-size: 15px;
    color: #383838;
    font-family: 'estedadv';
    font-weight: 300;
    margin-bottom: 7px;
    line-height: 28px;
	padding-left:20px
}
.custom-plan-list.tab-content ul li:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	display:block;
	background:#1c49bc;
	position: absolute;
	top:13px;
	right:0px;
}

.custom-plan-list.tab-content ul li:first-child{
	width: 100%;
    border-bottom: 1px solid rgba(28, 73, 188,0.12);
    font-size: 20px;
    font-weight: 700;
    height: 45px;
    color: #1c49bc;
    margin-bottom: 20px;
    padding-right: 0px;
}
.custom-plan-list.tab-content ul li:first-child:before{
	display: none;
}

.custom-plan-list.tab-content ul li a{
	color: #1c49bc;
	font-weight:500
}

.wp-block-woocommerce-product-collection{
	margin: 80px 0 40px;
}
body.home .wp-block-woocommerce-product-collection,
body.archive.tax-product_cat .wp-block-woocommerce-product-collection,
body.archive .wp-block-woocommerce-product-collection,
body.post-type-archive .wp-block-woocommerce-product-collection{
	margin-top:0px;
}

.wp-block-woocommerce-product-collection h2{
	color:#383838;
	font-size:32px;
	margin-bottom:20px
}

.wc-block-components-notice-banner.is-error{
    background-color: rgba(250, 240, 240, 0.6);
    border: 3px solid rgba(250, 240, 240, 0.8);
    border-radius: 15px;
}

.wc-block-components-notice-banner.is-success{
	background-color: rgba(3, 97, 51, 0.09);
    border: 3px solid rgba(3, 97, 51, 0.4);
    border-radius: 20px;
}

.wc-block-components-notice-banner:focus-visible{
	outline: none;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{
	font-size:14px
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{
	padding: 5px 15px !important;
    border: 1px solid;
    border-radius: 20px;
    color: #ffffff !important;
    font-size: 14px;
    opacity: 1;
    text-decoration: none;
}
.wc-block-components-notice-banner.is-error .wp-element-button{
	background-color: rgba(204, 23, 24, 0.6) !important;
    border-color: rgba(204, 23, 24, 0.8);
}

.wc-block-components-notice-banner.is-success .wp-element-button{
	background-color: rgba(3, 97, 51, 0.4) !important;
    border-color: rgba(3, 97, 51, 0.4);
}

.woocommerce div.product form.cart .reset_variations,
.single_variation_wrap{
	visibility:hidden !important;
	display: none !important
}

/*========================== Cart */ 


.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
    width: 45px;
    margin-inline-end: 10px;
	border-radius: 15px;
    border: 1px solid #f2f2f2;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	font-weight: 500;
    margin-bottom: 5px;
	font-size: 20px;
    font-family:'estedadv';
    color: #383838;
	text-decoration: none;
}
.wc-block-components-product-price{
	color:#1c49bc;
}
.wc-block-cart-items__header-image,
.wc-block-cart-items__header-total,
.wc-block-cart-items__header-product{
	font-size:18px; 
	color:#383838;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
	padding: 5px 15px !important;
    border: 1px solid rgba(204, 23, 24, 0.6);
	background:rgba(204, 23, 24, 0.6);
    border-radius: 20px;
    color: #ffffff !important;
    font-size: 14px;
    opacity: 1;
    text-decoration: none;
	transition:0.4s all;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{
	border: 1px solid rgba(204, 23, 24, 0.9);
	background:rgba(204, 23, 24, 0.9);
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value{
	font-weight: 500;
    font-family: 'Poppins';
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block{
    background: #fdfdfd;
    padding: 30px 20px;
    border: 3px solid #f3f3f3;
    border-radius: 20px;
}
.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce{
	margin-bottom:30px;
	font-size:28px;
	font-weight:700;
	font-family:'estedadv';
	color:#1c49bc;
}
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block{
	margin-bottom:30px
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
	font-size: 22px !important;
    color: #383838 !important;
    margin-bottom: 10px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
	color:#1c49bc;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-components-checkout-return-to-cart-button{
	border: 1px solid rgba(17, 62, 83, 0.12);
    padding: 4px;
    background: #f8fafc;
	color:#383838;
	font-size:13px;
	border-radius:10px;
	height:50px;
	transition:0.4s all;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.wc-block-components-checkout-return-to-cart-button:hover{
	border: 1px solid rgba(17, 62, 83, 0.52);
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button{
	padding:15px ;
	border-radius:15px;
	color:#1c49bc;
	border:1px solid #1c49bc;
	background:#ffffff;
	transition:0.4s all
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:hover{
	color:#ffffff;
	background:#1c49bc;
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{
	opacity:1
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{
	color:#383838;
	border: 1px solid #bcbcbc;
    border-radius: 10px;
	font-size:13px;
	padding:7px 20px;
	height:50px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=password]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus{
	border: 1px solid #9c9c9c;
}
.wc-block-components-button:not(.is-link):focus{
	box-shadow: unset;
	outline: unset
}
.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-title.wc-block-components-title{
	color:#1c49bc;
	font-size:18px;
	border-bottom:1px solid #1c49bc;
	padding-bottom:10px;
	margin-bottom:40px
}
.wc-block-components-checkout-step__description{
	font-size:14px; 
	color:#383838;
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus{
	box-shadow: none;
	border-color:#cc1818;
}
.wc-blocks-components-select .wc-blocks-components-select__select{
	border:1px solid #9c9c9c;
	border-radius: 10px;
    font-size: 13px;
    padding: 7px 20px;
    height: 50px;
}
.wc-blocks-components-select__container,
.wc-block-components-text-input.wc-block-components-address-form__first_name{
	margin-bottom:10px;
}
.wc-blocks-components-select .wc-blocks-components-select__select:focus{
	border:1px solid #9c9c9c;
}
.wc-block-components-address-form__address_2-toggle:hover{
	text-decoration: unset;
	color:#1c49bc
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
	color:#383838;
	font-size:14px;
}
.wc-block-checkout__add-note .wc-block-components-textarea{
	border:1px solid #9c9c9c;
	border-radius:10px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
	border:1px solid #1c49bc;
	color:#1c49bc;
	background:#ffffff;
	border-radius:10px;
	padding:10px;
	transition:0.4s all;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{
	color:#ffffff;
	background:#1c49bc;
}

.wc-block-components-checkout-return-to-cart-button{
	border-radius: 10px;
    line-height: 34px;
	height:40px;
    padding: 2px 25px;
	text-align:center
}
.rtl .wc-block-components-checkout-return-to-cart-button svg{
	display: none;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
	font-size:18px;
	margin-bottom:20px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
	border-radius:10px;
	border:1px solid #f2f2f2;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
	border:1px solid #fe8731
}
.wc-block-components-order-summary .wc-block-components-order-summary-item{
	border-bottom:1px solid #f1f1f1;
}

.wp-block-woocommerce-order-confirmation-status{
	border: 2px solid rgba(42, 81, 63, 0.12);
    border-radius: 15px;
    padding: 10px 25px;
    margin-bottom: 30px !important;
    background: #e5eae8;
}

.wp-block-woocommerce-order-confirmation-status h1,
.wp-block-woocommerce-order-confirmation-totals-wrapper h2{
	display: none;
}
.wp-block-woocommerce-order-confirmation-status p{
	font-size:18px;
	color:#2a563d;
	background: url(img/check.png)no-repeat right center;
	background-size:20px;
	padding-right:25px;
}
.wc-block-order-confirmation-summary ul li{
	padding: 3px 30px;
    text-align: center;
    background: #f5f5f5;
    border: 2px solid rgba(0, 0, 0, 0.068);
    line-height: 30px;
    border-radius: 15px;
}
.wc-block-order-confirmation-totals{
	margin-top:30px
}
.wc-block-order-confirmation-totals table{
	border: 2px solid rgba(0, 0, 0, 0.068);
	border-radius:20px;
	overflow:hidden
}
.wc-block-order-confirmation-totals table td, .wc-block-order-confirmation-totals table th{
	font-size:14px;
}
.wc-block-order-confirmation-totals table th,
.wc-block-order-confirmation-totals table tfoot tr:last-child td{
	background:#f5f5f5;
	padding:25px;
}
.wc-block-order-confirmation-totals table td.wc-block-order-confirmation-totals__total{
	color:#1c49bc;
}
.wc-block-order-confirmation-totals table td{
	padding-left:25px;
	padding-right:25px
}
.wc-block-order-confirmation-totals table td.wc-block-order-confirmation-totals__product a{
	text-decoration: none;
}
.wp-block-woocommerce-order-confirmation-billing-wrapper{
    padding: 30px;
    border-radius: 25px;
    border: 2px solid rgba(28, 73, 188, 0.12);
    background: #F5F8FC;
}
.wp-block-woocommerce-order-confirmation-billing-wrapper h2{
	color:#1c49bc;
	font-size:18px;
}
.wc-block-order-confirmation-billing-address{
	border: none;
	padding:0px;
}
.wc-block-order-confirmation-billing-address address, .wc-block-order-confirmation-billing-address p{
	font-size: 14px ;
	color:#383838;
	line-height:30px;
}
.my-account-box .wp-block-spacer{
	display: none;
}
.my-account-box h1{
	font-size: 22px !important;
    color: #1c49bc !important;
    text-align: right;
    padding-right: 45px;
    margin-bottom: 70px !important;
	position:relative;
}
.my-account-box h1:before{
	    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: 0px;
    border-radius: 50%;
    background: #ffffff url(img/account-detail.png) no-repeat center center;
    background-size: 25px;
    width: 28px;
    height: 28px;
    border: 1px solid #1c49bc;
}
.woocommerce-account main .woocommerce{
	max-width:100%;
}

.woocommerce-account main.my-account-box .woocommerce{
	max-width:var(--wp--style--global--wide-size);
	margin:0 auto !important
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	background:#ffffff;
	border: 2px solid rgba(0, 0, 0, 0.038);
	border-radius:20px;
	overflow: hidden;
	width:25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	max-width: 100%; 
    margin: 0;
    padding: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	font-size: 16px;
    color: #686868 !important;
    padding: 18px 45px 18px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.038);
	position:relative;
	transition: 0.4s all;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active{
	background:#f9f9f9;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{
		border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:before{
	content:"";
	display: block;
	position: absolute;
	top:17px;
	right:10px;
	background-size: 25px;
	width:25px;
	height:25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	color: #686868;
	text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	color:#1c49bc;
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard:before{
	background:url(img/dashboard.png) no-repeat center center;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders:before{
	background:url(img/order.png) no-repeat center center; 
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads:before{
	background:url(img/download.png) no-repeat center center; 
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address:before{
	background:url(img/pin.png) no-repeat center center; 
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account:before{
	background:url(img/edit-account.png) no-repeat center center; 
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout:before{
	background:url(img/log-out.png) no-repeat center center;
	background-size:22px
}
.woocommerce-account .woocommerce-MyAccount-content{
	background:#ffffff;
	border: 2px solid rgba(0, 0, 0, 0.038);
	border-radius:20px;
	overflow: hidden;
	width:73%;
	padding:30px
}
.woocommerce-account .woocommerce-MyAccount-content p{
	font-size: 15px;
	color:#383838;
	line-height:28px;
	max-width:100%;
	font-weight:500;
}
.woocommerce-account .woocommerce-MyAccount-content p a{
	color:#1c49bc;
	text-decoration: none !important;
	transition:0.4s all;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover{
	border-color:#1c49bc
}
.woocommerce table.my_account_orders{
	border:1px solid rgba(0, 0, 0, 0.038);
	border-radius:15px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
	font-size: 15px;
	font-weight:500;
	color:#383838;
}
.woocommerce table.my_account_orders thead th{
	background:#f9f9f9;
}
.woocommerce table.my_account_orders td a, .woocommerce table.my_account_orders th a{
	color:#1c49bc;
	text-decoration: none !important
}
.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a,
.woocommerce-account .woocommerce-MyAccount-content p button{
	border: 1px solid rgba(17, 62, 83, 0.12);
    padding: 4px;
    background: #f8fafc;
	color:#383838;
	font-size:13px;
	border-radius:15px;
	height:40px;
	line-height:34px;
	transition:0.4s all;
}
.wc-block-components-notice-banner.is-info{
	background-color: rgba(28, 73, 188, 0.09);
    border: 3px solid rgba(28, 73, 188, 0.4);
    border-radius: 20px;
}
.wc-block-components-notice-banner.is-info .wp-element-button{
	background-color: rgba(28, 73, 188, 0.4) !important;
    border-color: rgba(28, 73, 188, 0.4);;
}
.woocommerce-account .woocommerce-Addresses .u-column2.woocommerce-Address,
.woocommerce-account .woocommerce-Addresses .u-column1.woocommerce-Address,
.woocommerce-MyAccount-content .woocommerce-Address{
	border: 1px solid rgba(28, 73, 188,0.4);
	border-radius:15px;
	padding:20px;
	margin-top: 20px
}
.woocommerce-Addresses .woocommerce-Address-title{
	display: flex;
	justify-content:space-between;
	flex-wrap: nowrap;
    align-items: center;
}
.woocommerce-Addresses .woocommerce-Address-title h2{
	font-size:18px;
	color:#383838;
	display: inline-block;
	margin-top:0px;
}
.woocommerce-Addresses .woocommerce-Address-title a,
.woocommerce-MyAccount-content .woocommerce-Address-title a{
	text-decoration: none !important;
	color:#1c49bc;
	font-size:16px;
	width:100%;
	float:right !important
}
.woocommerce-Address{
	height:auto;
	overflow: hidden;
	clear:both
}
.woocommerce-account .woocommerce-Addresses address,
.woocommerce-customer-details address,
.woocommerce-Address address{
	font-size:15px;
	font-style:normal;
	color:#383838;
	line-height:30px;
	max-width: 85%;
    margin: 20px auto 0;
}
.woocommerce-Address address{
	margin:30px 0;
	font-weight:500;
	float: right;
}
.woocommerce-MyAccount-content form h2{
	font-size:18px;
	margin-bottom:35px
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
	font-size:13px;
	color:#4d4d4d;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
.select2-container .select2-dropdown, .select2-container .select2-selection{
	color:#383838;
	border: 1px solid #bcbcbc;
    border-radius: 10px;
	font-size:13px !important;
	padding:7px 20px !important;
	height:50px;
}
.woocommerce-account .woocommerce-MyAccount-content p button{
	padding:4px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p button:hover{
	border:1px solid rgba(17, 62, 83, 0.32)
}
.woocommerce-EditAccountForm.edit-account fieldset{
	border:1px solid rgba(17, 62, 83, 0.32);
	border-radius:15px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend{
	font-size:16px;
	color:#1c49bc;
	padding:0 10px;
}
span#account_display_name_description{
	font-style: normal;
	font-size:13px;
	color:#585858;
}
.woocommerce-form.woocommerce-form-login >p{
	max-width:100%;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-ResetPassword.lost_reset_password,
.woocommerce form.register{
	margin:0 auto;
	border: 3px solid rgba(28, 73, 188,0.12);
	border-radius:20px;
	background:#ffffff;
	padding:40px 30px
}
 
.woocommerce-ResetPassword.lost_reset_password{
	width:40%; 
}

.my-account-box #customer_login div.u-column1,
.my-account-box #customer_login div.u-column2{
	position:relative;
}
.my-account-box #customer_login div.u-column1 h2,
.my-account-box #customer_login div.u-column2 h2{
	background: #ffffff;
    border-radius: 20px 20px 0 0;
    position: absolute;
    top: -60px;
    right: 30px;
    color: #1c49bc;
    font-size: 20px;
    font-weight: 600;
    border: 3px solid rgba(28, 73, 188, 0.12);
    border-bottom: none;
    padding: 10px 30px;
}

.woocommerce-form-register p,
.woocommerce-ResetPassword.lost_reset_password p{
	max-width:100% !important;
}

.woocommerce-privacy-policy-text p{
	font-size: 14px !important;
    color: #585858 !important;
    font-weight: 400;
}

.woocommerce-form__input-checkbox {
  opacity: 0;
  position: absolute;
}

.woocommerce-form__label-for-checkbox span{
  	position: relative;
    padding-right: 45px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-size: 14px;
    color: #383838;
}

.woocommerce-form__label-for-checkbox span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 35px;
  height: 20px;
  background-color: #ccc;
  border-radius: 999px;
  transition: background-color 0.3s ease;
}

.woocommerce-form__label-for-checkbox span::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 6px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.woocommerce-form__input-checkbox:checked ~ span::before {
  background-color: #5965d8;
}

.woocommerce-form__input-checkbox[type="checkbox"]:checked + span:before {
  background-color: #1c49bc;
}

.woocommerce-form__input-checkbox:checked ~ span::after {
  transform: translateX(-15px);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row button,
.woocommerce-form-register__submit{
	float: left;
	background:#ffffff;
	color:#1c49bc;
	border:1px solid #1c49bc;
	border-radius: 15px;
	padding: 10px 40px;
	transition:0.4s all;
	margin:0px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row button:hover,
.woocommerce-form-register__submit:hover{
	background:#1c49bc;
	color:#ffffff;
}

.woocommerce-LostPassword.lost_password a{
	text-decoration:none;
	font-size:15px ;
	color:#1c49bc;
	padding-bottom:5px;
	border-bottom:2px solid transparent;
	transition:0.4s all;
}
.woocommerce-LostPassword.lost_password a:hover{
	border-color:#1c49bc
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row{
	width:100%;
}
.my-account-box .woocommerce h2{
	display: none;
}
.my-account-box #customer_login div h2{
	display: block;
}
.woocommerce-order-details,
.woocommerce-customer-details{
	border: 1px solid #e9e9e9;
	border-radius:20px;
	margin-top: 40px;
	overflow: hidden;
}
.my-account-box .woocommerce-order-details table.shop_table{
	border: none !important;
}
.my-account-box .woocommerce table.shop_table th{
	font-size:15px;
	color:#383838;
	padding:20px 25px;
	background:#f5f5f5;
}
.my-account-box .woocommerce table.my_account_orders.account-orders-table tbody tr th{
	background: none;
}
.my-account-box .woocommerce table.shop_table th:first-child,
.my-account-box .woocommerce table.shop_table td:first-child{
	text-align:right;
}
.my-account-box .woocommerce table.shop_table th:last-child,
.my-account-box .woocommerce table.shop_table td:last-child{
	text-align:left;
}
.my-account-box .woocommerce table.shop_table td{
	font-size:15px;
	font-weight:500;
	padding:20px 25px;
}
.my-account-box .woocommerce table.shop_table td a{
	color:#1c49bc
}
.my-account-box .woocommerce table.shop_table td:last-child{
	color:#1c49bc
}
.woocommerce-page .woocommerce-customer-details address{
	border:none;
	max-width:95%;
	margin-bottom:30px !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
	position:relative;
	padding-right:30px
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{
	content:"";
	background:url(img/phone.png) no-repeat center center;
	background-size: 20px;
	display: block;
	width:22px;
	height:22px;
	margin:0px;
	right:0px
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
	content:"";
	background:url(img/mail.png) no-repeat center center;
	background-size: 20px;
	display: block;
	width:22px;
	height:22px;
	margin:0px;
	right:0px
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
	content:'';
	background: url(img/empty-basket.png)no-repeat center center;
	background-size: 80px;
	mask: unset;
	display: block; 
	width:80px;
	height:80px;
}
.wp-block-woocommerce-empty-cart-block hr,
.wp-block-woocommerce-empty-cart-block h2:nth-of-type(2) {
	display: none
}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new{
	margin-top:100px
}
.wp-block-group-is-layout-constrained .wp-block-spacer{
	display:none;
}
.wp-block-group-is-layout-constrained h1{
	width:100%;
	text-align: right;
	color:#1c49bc;
	font-size:28px;
	max-width:85%;
	font-weight:600
}
.wp-block-group-is-layout-constrained .wp-block-post-featured-image{
	max-width:60%;
	border:1px solid rgba(9,9,9,0.12);
	border-radius:20px;
}
.wp-block-post-content-is-layout-constrained p{
	line-height:28px;
	color:#383838;
	font-size:15px;
	max-width:100%
}
.wp-block-post-content-is-layout-constrained ul{
	list-style: none;
	margin:20px 0;	
	padding:0px;
	max-width:100%
}
.wp-block-post-content-is-layout-constrained ul li{
	padding:0 12px 10px;
	color:#383838;
	position:relative;
	font-size:15px;
}
.wp-block-post-content-is-layout-constrained ul li a{
	color:#fe8731
}
.wp-block-post-content-is-layout-constrained ul li:before{
	content:'';
	background:#1c49bc;
	display: block;
	width:5px;
	height:5px;
	border-radius:50%;
	position:absolute;
	top:8px;
	right:0px;
}
.wp-block-woocommerce-filled-mini-cart-contents-block{
	padding:30px 20px;
}
h2.wc-block-mini-cart__title{
	font-size:18px;
	font-weight:600;
	color:#1c49bc;
}
.wp-block-woocommerce-mini-cart-checkout-button-block,
.wp-block-woocommerce-mini-cart-shopping-button-block.wc-block-mini-cart__shopping-button {
	background:#ffffff;
	color:#1c49bc;
	border:1px solid #1c49bc;
	transition:0.4s all;
	border-radius: 10px;
    padding: 15px 10px;
}
.wp-block-woocommerce-mini-cart-checkout-button-block:hover,
.wp-block-woocommerce-mini-cart-shopping-button-block.wc-block-mini-cart__shopping-button:hover{
	background:#1c49bc;
	color:#ffffff;
}
.wp-block-woocommerce-mini-cart-cart-button-block.wc-block-mini-cart__footer-cart.outlined {
	border-color:rgba(17, 62, 83, 0.12) !important;
    padding: 4px;
    background: #f8fafc !important; 
    color: #383838;
    font-size: 13px;
    border-radius: 10px;
    height: 55px;
    transition: 0.4s all;
}
.wp-block-woocommerce-mini-cart-cart-button-block.wc-block-mini-cart__footer-cart.outlined:hover{
	border-color:rgba(17, 62, 83, 0.42) !important;
	color: #383838;
}
.wp-block-mamaduka-toggles.wp-block-toggles{
	padding: 15px 0;
    border: 1px solid #1c49bc;
    border-radius: 15px;
	background:#ffffff;
	margin-top:10px;
	max-width:100%;
}
.wp-block-mamaduka-toggles.wp-block-toggles summary{
	list-style: none;
	font-weight:600;
	color:#383838;
	font-size:15px;
	position:relative;
	padding-right:40px;
	padding-left:15px;
	cursor:pointer;
}
.wp-block-mamaduka-toggles.wp-block-toggles summary:before{
	content:'';
	background:url(img/arrow-left.png) no-repeat right center;
	background-size:20px;
	display: block;
	width:20px;
	height:20px;
	position:absolute;
	top:2px;
	right:15px;
	transition:0.3s all;
}
.wp-block-toggles__content{
	padding:20px;
	background:#ffffff;
}
.wp-block-mamaduka-toggles.wp-block-toggles[open] summary:before{
	transform:rotate(-90deg);
}
.wp-block-mamaduka-toggles.wp-block-toggles[open] summary{
	color:#1c49bc
}
.wp-block-post-content-is-layout-constrained p.en-text{
	text-align:right;
	font-family:'Poppins','estedadv';
}
.wp-block-post-content-is-layout-constrained p.en-text strong{
	color:#1c49bc;
}
.wp-block-post-content-is-layout-constrained p.en-text.fa-font{
	font-family:'estedadv'
}
.why-esim-box{
	background:#0677FD;
	padding:30px 30px 0;
	border-radius:25px;
	max-width:var(--wp--style--global--wide-size);
	position:relative;
}
.why-esim-box .wp-block-group-is-layout-flex{
	flex-direction:row-reverse;
	justify-content:space-around
}
.why-esim-box div img{
	width:380px !important;
}

.why-esim-box div p{
	color:#ffffff;
	max-width:40%;
	font-size:18px;
	line-height:33px;
	position:relative;
	top:-50px
}
.why-esim-box div p span{
	display: block;
	font-size:24px;
	font-weight:600;
	margin-bottom:20px
}
.why-esim-box .wp-block-buttons{
	position: absolute;
	right:120px;
	bottom:40px;
}
.why-esim-box .wp-block-buttons a.wp-element-button{
	background: #0677FD;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 16px;
	transition:0.4s all;
}
.why-esim-box .wp-block-buttons a.wp-element-button:hover{
	background: #ffffff;
    color: #1c49bc;
}
h3.inside-h3{
	max-width:var(--wp--style--global--wide-size);
	color:#1c49bc;
	font-size:20px;
	font-weight:600
}
h3.inside-h3 strong{
	color:#1c49bc;
	font-size:20px;
	font-weight:600
}
.contact-box{
    max-width: 100%;
    display:block !important;
	clear:both;
	height:auto;
	overflow: hidden
}
.contact-box .wpcf7{
	width:47%;
}
.contact-box .wpcf7 form{
	float: right;
	border: 2px solid rgba(0, 0, 0, 0.038);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
	background:#ffffff;
	width:100%;
	margin-bottom:20px
}
.contact-box .wpcf7 form p{
	text-align: right;
}
.contact-box .wpcf7 form p label{
	font-size: 13px;
    color: #4d4d4d;
	text-align: right;
	display:block;
	width:100%;
}
.contact-box .wpcf7 form p label span input{
	color: #383838;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    font-size: 13px;
    padding: 7px 20px;
    height: 50px;
	width:100%
}
.contact-box .wpcf7 form p label span textarea{
	color: #383838;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    font-size: 13px;
    padding: 7px 20px;
	width:100%;
}
.contact-box .wpcf7 form p .wpcf7-submit{
	border: 1px solid rgba(17, 62, 83, 0.12);
    padding: 5px 25px;
    background: #f8fafc;
    color: #383838;
    border-radius: 15px;
    line-height: 34px;
    float: left;
    font-family: 'estedadv';
    font-weight: 500;
    font-size: 15px;
}
p.contact-info{
	border: 2px solid rgba(0, 0, 0, 0.038);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
	background:#ffffff;
	float:right;
	width:49%;
	margin-right:20px
}
p.contact-info strong{
	color:#1c49bc;
	font-size:16px;
	margin: 10px 0;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border:none;
	text-align:right;
	color:rgba(204, 23, 24, 1);
	direction:rtl;
}
main div.features {
	max-width:var(--wp--style--global--wide-size);
	margin: 60px auto;
}
main div.features .wp-block-column{
	max-width:100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	display:grid;
	gap:20px ;
}
.features .wp-block-media-text{
	background:#F3F8FE;
	background-image: none;
	border-radius:20px;
	padding: 20px;
	position:relative;
	display:flex;
	overflow:hidden;

}
.features .wp-block-media-text figure{
	background:#ffffff;
	border-radius:50%;
	display: block;
	text-align: center;
	min-width:60px;
	min-height:60px;

}
.features .wp-block-media-text figure img{
	position:relative;
	top:12px;
	width:35px
}
.features .wp-block-media-text .wp-block-media-text__content{
	padding:0px 10px;
}
.features .wp-block-media-text .wp-block-media-text__content p{
	font-size:14px;
	color:#686868;
	font-weight:300;
	line-height:28px;
	text-align: justify;
}
.features .wp-block-media-text .wp-block-media-text__content p strong{
	font-weight:600;
	color:#383838;
	font-size:14px;
	margin-bottom:10px ;
	display:block;
}

.features .wp-block-media-text::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(
		circle at var(--x, 50%) var(--y, 50%),
		rgba(28,73,188, 0.1) 0%,
		transparent 50%
	);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.features .wp-block-media-text:hover:before{
	opacity:1;
}
.woocommerce-checkout main .woocommerce{
	max-width:100%
}
.woocommerce-checkout .checkout #customer_details .col-1,
.woocommerce-checkout .checkout #customer_details .col-2,
#order_review{
	float:right;
	background: #fdfdfd;
    padding: 30px 30px 30px 20px;
    border: 3px solid #f3f3f3;
	border-radius:20px
}
.woocommerce-checkout .checkout #customer_details .col-2{
	float:left;
}
.woocommerce-checkout .checkout #customer_details .col-1:before,
.woocommerce-checkout .checkout #customer_details .col-2:before{
	display: none;
}
.woocommerce-checkout .checkout #customer_details .col-1 h3,
.woocommerce-checkout .checkout #customer_details .col-2 h3{
	color:#1c49bc;
	font-size:18px;
	font-weight:600;
	margin-top:0px;
	padding-bottom:20px;
	border-bottom:1px solid #f3f3f3;
}
.checkout #customer_details #billing_country_field{
	width:100%
}
h3#order_review_heading{
	color:#1c49bc;
	font-size:18px;
	font-weight:600;
	margin-top:30px;
}
#order_review{
	max-width:100%;
	width:100%;
	margin-bottom:30px;
}
#order_review table.woocommerce-checkout-review-order-table,
#order_review table.shop_table{
	width:49%;
	float: right;
}
#order_review table.woocommerce-checkout-review-order-table tr th,
#order_review table.shop_table tr th{
	font-size:18px;
	color:#1c49bc
}
#order_review table.shop_table tr th:last-child{
	text-align:left;
}
#order_review table.woocommerce-checkout-review-order-table tr td,
#order_review table.shop_table tr td{
	font-size:15px;
	color:#383838;
	font-weight:500
}
#order_review table.shop_table tr td:last-child{
	text-align:left
}
#order_review table.shop_table tr td.product-total .woocommerce-Price-amount{
	font-weight:700;
	color:#1c49bc;
	font-size:18px;
}
#order_review table.shop_table tr td ul{
	padding:0px;
}
#order_review .woocommerce-checkout-payment,
#order_review #payment{
	width:50%;
	float: left;
	background:#fdfdfd;
}
#order_review .wc_payment_methods li label,
#order_review #payment .wc_payment_methods li label{
	font-size:18px;
	color:#1c49bc;
	font-weight:600;
}
.woocommerce-checkout #payment div.payment_box{
	background:#fdfdfd;
	border:1px solid #1c49bc;
	border-radius:20px;
}
.woocommerce-checkout #payment div.payment_box:before{
	display: none;
}
.woocommerce-checkout #payment div.payment_box p{
	margin-top:0px;
}
.place-order button#place_order,
#payment button#place_order{
	padding: 15px;
    border-radius: 15px;
    color: #1c49bc;
    border: 1px solid #1c49bc;
    background: #ffffff;
	margin-top:30px;
    transition: 0.4s all;
}
.place-order button#place_order:hover,
#payment button#place_order:hover{
	background:#1c49bc;
	color:#ffffff;
}
.woocommerce-checkout .woocommerce-form-login{
	margin-bottom:30px !important;
}
.select2-container--default .select2-results>.select2-results__options{
	background:#f9f9f9;
	border:1px solid #f2f2f2;
	border-radius:10px;
}
.woocommerce-page .select2-container .select2-search--dropdown{
	display: none
}
.woocommerce-page form .form-row .select2-container .select2-selection--single .select2-selection__rendered{
	padding:6px 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected],.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true]{
	background:#ededed;
	color:#383838;
}
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{
	border-color:#1c49bc
}
.search-wrap >div{
	max-width:var(--wp--style--global--wide-size);
	margin: 0 auto;
	position: relative;
	top:0px;
}
.search-wrap .wp-block-search{
	width: 400px;
    border-radius:15px;
	padding:0 10px;
    height: 60px;
    float: left;
	border: 1px solid #eaeeef;
	display: flex;
    transition: width 1s;
    margin-left: auto;
    margin-right: auto;
}
.search-wrap .wp-block-search .wp-block-search__button{
	width:40px;
	height:40px;
    border-radius: 50%;
    background: #ffffff url(img/search.png) no-repeat center center;
	background-size: 30px;
	margin-top:10px;
}
.search-wrap .wp-block-search .wp-block-search__input {
    margin: auto;
    transition: display 12s;
    outline: none;
    border: none;
    border-radius: 25px;
    padding-left: 10px;
	display: inline-flex;
    width: 78%;
    height: 70%;
}
body.search-results .wp-block-woocommerce-product-collection{
	margin-top:80px;
	margin-bottom:50px;
}
body.search-results h1.wp-block-query-title{
	display: block;
	margin-top:70px;
}
body.search-no-results .wp-block-woocommerce-product-collection{
	margin:80px auto;
}

p.no-found{
	font-size:34px;
	color:#1c49bc;
	font-weight:700;
	padding:60px 0 0px;
}


/* ========================================= Responsive */


@media (max-width: 1024px) {
	:root {
    --wp--style--global--content-size: 90vw;
    --wp--style--global--wide-size: 100vw;
  }
	.support-time{
		padding:35px 20px;
	}
	main div.features .wp-block-column {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 15px;
	}
}


@media (max-width: 768px) {
	:root {
    --wp--style--global--content-size: 90vw;
    --wp--style--global--wide-size: 100vw;
  }

	.wp-container-core-group-is-layout-b585a4aa {
    	justify-content: space-evenly;
	}
	.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list{
		top:0px;
	}
	.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li{
		min-width:auto;
		font-size:13px;
	}
	.wc-block-product-categories-list.wc-block-product-categories-list--depth-0{
		height: auto;
	}
	.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li{
		padding:10px 15px;
	}
	.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list{
		word-break: normal
	}
	.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li:before{
		display: none;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{
		width:100%;
		text-align:center;
		color:#1c49bc
	}
	.is-responsive.items-justified-right.wp-block-navigation{
		margin-left: 0px;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
		margin: 0 auto;
	}
	.wp-block-navigation__container.is-responsive li{
		padding:5px 10px;
	}
	.wp-block-navigation__container.is-responsive li:hover{
		background:#f3f3fd !important;
		border-radius:25px;
	}
	.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close ,.wc-block-components-button.wc-block-components-drawer__close{
		left: 20px;
		top: 20px;
		background: #f3f3f3 !important;
		border-radius: 7px;
		padding: 2px 5px !important;
		font-size: 10px !important;
	}
	.wp-block-navigation__responsive-container-close svg,
	.wc-block-components-button.wc-block-components-drawer__close svg{
		width:18px;
		fill:rgb(28 110 243);
	}
	.wp-block-navigation__responsive-container-open{
		background: #6380d1;
		padding: 5px 6px;
		border-radius: 50%;
	}
	.wp-block-navigation__responsive-container-open svg{
		width:22px;
		fill:#ffffff;
	}
	.wp-block-site-logo a img{
		max-width:150px;
	}
	body.product-template-default main,
	body.page-template-default main{
		padding:40px 20px 0;
	}
	.custom-plan-list.tab-content ul li{
		width:100%;
	}
	.is-mobile table.wc-block-cart-items td{
		padding:0 15px;
	}
	.wc-block-mini-cart.wp-block-woocommerce-mini-cart {
		visibility: visible !important
	}
	footer{
		padding:50px 25px 30px;
	}
	.wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-checkout-order-summary-block{
		padding:30px 20px !important;
	}
	.woocommerce-account main .woocommerce{
		margin-right:0px !important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width:100%;
		overflow:unset;
		background: none;
	    border: none;
		border-radius: unset;
	}
	  .woocommerce-MyAccount-navigation {
		position: relative;
		z-index: 99;
	  }

	  .woocommerce-MyAccount-navigation::before {
		content: attr(data-title);
		display: block;
		background: #ffffff url(img/arrow.png)no-repeat 30px center;
		background-size:18px;
		border:1px solid #1c49bc;
		border-radius:15px;
		font-size:16px;
		padding: 12px;
		font-weight: 600;
		cursor: pointer;
	  }
	.woocommerce-MyAccount-navigation ul {
		display: none;
		flex-direction: column;
		background: #ffffff;
    	border: 2px solid rgba(0, 0, 0, 0.038);
    	border-radius: 20px;
		width:100%;
		position: relative;
		overflow: hidden;
		top: 5px;
		right: 0;
  	}

	.woocommerce-MyAccount-navigation.active ul {
	  display: block;
  	}
	
	.woocommerce-account .woocommerce-MyAccount-content{
		width: 100%;
		margin-top:20px;
	}
	.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a, .woocommerce-account .woocommerce-MyAccount-content p button{
		display: inline-block;
		padding: 4px 15px;
	}
	.my-account-box .wc-block-components-notice-banner>.wc-block-components-notice-banner__content{
		text-align: center;
	}
	.my-account-box .wc-block-components-notice-banner>.wc-block-components-notice-banner__content a{
		float: none;
		margin:15px auto;
		display: block;
		text-align: center;
	}
	.woocommerce-account form.woocommerce-EditAccountForm.edit-account p,
	.woocommerce-address-fields__field-wrapper p,.wp-block-post-content-is-layout-constrained p{
		width:100% !important;
		float: none !important;
		max-width:100%
	}
	.woocommerce-form.woocommerce-form-login.login, .woocommerce-ResetPassword.lost_reset_password{
		width:100%
	}
	.why-esim-box div figure{
		display:none;
	}
	.why-esim-box div p{
		max-width:90%;
		text-align:center;
		top:-10px;
		padding:20px 0;
		font-size:15px;
	}
	.wp-block-mamaduka-toggles.wp-block-toggles{
		max-width:100%;
	}
	.wp-block-group-is-layout-constrained h1{
		max-width:100%;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container{
		flex-direction: column-reverse;
	}
	#customer_login .u-column1 {
		margin-bottom:60px;
	}
	.wc-block-components-notice-banner.is-success .wp-element-button,
	.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{
		float: none;
    	display: inline-block;
    	margin: 20px auto 0;
	}
	.wc-block-components-checkout-return-to-cart-button{
		width:100%
	}
	.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after{
		display: none;
	}
	.wp-block-woocommerce-order-confirmation-status p{
		font-size:18px;
	}
	.contact-box .wpcf7{
		width:100%;
	}
	p.contact-info{
		width:100%;
		margin-right:0px;
		margin-top:20px
	}
    
	.wp-block-media-text.is-stacked-on-mobile{
		display: none;
	}
	main div.features .wp-block-column {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding: 0 15px;
	}
	.features .wp-block-media-text.is-stacked-on-mobile{
		display:flex;
	}
	.support-time p{
		max-width:100%;
		text-align:center;
	}
	.support-time p span{
		float: none;
		display:block;
		text-align:center;
		background: none;
		padding:0px;
		margin-top:10px
	}
	.why-esim-box{
		max-width:93%;
		padding-bottom:80px;
	}
	.why-esim-box .wp-block-buttons{
		right:90px
	}
	.woocommerce-checkout .checkout #customer_details .col-2{
		margin-top:20px;
	}
	#order_review table.woocommerce-checkout-review-order-table,
	#order_review .woocommerce-checkout-payment{
		width:100%;
	}

	.esim-plan-box {
        width: calc(50% - 20px); 
    }
	
	.wc-block-grid.has-4-columns .wc-block-grid__products{
		display: block !important
	}
	.wc-block-grid.has-4-columns .wc-block-grid__products li{
		margin-bottom:10px;
	}
	.search-wrap >div{
		top:0px;
	}
	.search-wrap .wp-block-search{
		width:330px;
		float: none;
        margin: 0 auto;
	}
	.wc-block-product-template__responsive, .wp-block-woocommerce-product-new.wc-block-product-new ul.wc-block-grid__products{
		padding: 20px 15px;
	}
}

@media (max-width: 480px) {
/* 	:root {
    --drawer-width: 320px;
    --neg-drawer-width: -320px;
  } */
    .esim-plan-box {
        width: 100%; 
    }
}