/*
Theme Name: Practice Tests Academy
Theme URI: http://practicetestsacademy.com/
Author: ShakiL Ur Rehman
Author URI: https://www.shakilr.com
Description: A super lightweight theme built for speed and comfort. It doesn't rely on a slow framework or bloated plugins. It's easy to customize inside WordPress and with little bit of HTML and CSS knowledge.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carbonate
Tags: flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {font-family: 'lumious';src: url('./fonts/lumious.woff2') format('woff2'),url('./fonts/lumious.woff') format('woff');font-display: auto;
}

.lumious{font-family: 'lumious' !important;}

/*********************************************************
    RESET
*********************************************************/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section{display: block;}
[tabindex="-1"]:focus{outline: 0 !important;}
input[type="radio"], input[type="checkbox"]{box-sizing: border-box; padding: 0;}
input, button, select, optgroup, textarea{margin: 0; font-family: inherit; font-size: inherit; line-height: inherit;}
table{border-collapse: collapse;}
fieldset{border: none; padding: 0;}
input[type="text"], input[type="password"], textarea, select {outline: none;}


/*********************************************************
    GLOBAL
*********************************************************/
html{font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; margin: 0; padding: 0; width: 100%; min-height: 100%; height: 100%;}
body{font-family: var(--body); font-size: 1.15rem; line-height: 1.6; color: var(--text); text-align: left; background-color: var(--background); -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); position: relative; text-rendering: optimizelegibility; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga"; min-height: 100%; height: 100%; padding: 0; margin: 0;}
@-ms-viewport{width: device-width;}


/*********************************************************
    ASSETS
*********************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: var(--headline); font-weight: 800; line-height: 1.25; margin-top: 0; margin-bottom: 0.5rem;}
h1, .h1{font-size: 3.5rem; letter-spacing: -2px;}
h2, .h2{font-size: 2.75rem; letter-spacing: -2px;}
h3, .h3{font-size: 2rem; letter-spacing: -1px;}
h4, .h4{font-size: 1.25rem; letter-spacing: -1px;}
a{color: var(--link); outline: none; transition: 0.2s ease; text-decoration: none;}
.underline{text-decoration: underline !important;}
.no-underline{text-decoration: none !important;}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.text-center{text-align: center !important;}
.small{font-size: 0.9rem !important; line-height: 1.5 !important;}
.circle{border-radius: 50rem !important;}
.border{border: 1px solid var(--gray) !important;}
.muted{opacity: 0.75;}
.shadow{box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.20);}
.rounded{border-radius: 0.25rem !important;}

/*********************************************************
    COLORS
*********************************************************/
:root{
    --black: #222222;
    --white: #FFFFFF;
    --gray: #DDDDDD;
    --dark-gray: #666666;
    --red: #CC3333;
    --orange: #F6BD60;
    --yellow: #FFD700;
    --green: #33CC99 ;
    --blue: #529ECC;
    --purple: #5E36CA;
    --pink: #FF3399;
}

.black .black a{color: var(--black) !important;}
.black-bg{background-color: var(--black) !important;}

.white, .white a{color: var(--white) !important;}
.white-bg{background-color: var(--white) !important;}

.gray, .gray a{color: var(--gray) !important;}
.gray-bg{background-color: var(--gray) !important;}

.dark-gray, .dark-gray a{color: var(--dark-gray) !important;}
.dark-gray-bg{background-color: var(--dark-gray) !important;}

.red, .red a{color: var(--red) !important;}
.red-bg{background-color: var(--red) !important;}

.orange, .orange a{color: var(--orange) !important;}
.orange-bg{background-color: var(--orange) !important;}

.yellow, .yellow a{color: var(--yellow) !important;}
.yellow-bg{background-color: var(--yellow) !important;}

.green, .green a{color: var(--green) !important;}
.green-bg{background-color: var(--green) !important;}

.blue, .green a{color: var(--blue) !important;}
.blue-bg{background-color: var(--blue) !important;}

.purple, .purple a{color: var(--purple) !important;}
.purple-bg{background-color: var(--purple) !important;}

.pink, .pink a{color: var(--pink) !important;}
.pink-bg{background-color: var(--pink) !important;}

.primary, .primary a{color: var(--primary) !important;}
.primary-bg{background-color: var(--primary) !important;}

.secondary, .secondary a{color: var(--secondary) !important;}
.secondary-bg{background-color: var(--secondary) !important;}

.btn-text, .btn-text a{color: var(--button-text) !important;}
.nav-text, .nav-text a{color: var(--nav-text);}
.body-text, .body-text a{color: var(--text);}

/*********************************************************
    HOVERS
*********************************************************/
.hover-mute:hover{opacity: 0.75;}
.hover-dip:hover{transform: translateY(5px);}
.hover-glow:hover{text-shadow: 0 0 10px #fff!important;}


/*********************************************************
    HELPERS
*********************************************************/
.img-fluid{max-width: 100%; height: auto;}
.min-height{min-height: 1000px;}
.container-800{max-width: 800px; margin: auto;}
.w-100{width: 100%;}

.p-0{padding: 0rem !important;}
.p-1{padding: 0.25rem !important;}
.p-2{padding: 0.5rem !important;}
.p-3{padding: 1rem !important;}
.p-4{padding: 2rem !important;}
.p-5{padding: 3rem !important;}

.px-0{padding-left: 0rem !important; padding-right: 0rem !important;}
.px-1{padding-left: 0.25rem !important; padding-right: 0.25rem !important;}
.px-2{padding-left: 0.5rem !important; padding-right: 0.5rem !important;}
.px-3{padding-left: 1rem !important; padding-right: 1rem !important;}
.px-4{padding-left: 2rem !important; padding-right: 2rem !important;}
.px-5{padding-left: 3rem !important; padding-right: 3rem !important;}

.py-0{padding-top: 0rem !important; padding-bottom: 0rem !important;}
.py-1{padding-top: 0.25rem !important; padding-bottom: 0.25rem !important;}
.py-2{padding-top: 0.5rem !important; padding-bottom: 0.5rem !important;}
.py-3{padding-top: 1rem !important; padding-bottom: 1rem !important;}
.py-4{padding-top: 2rem !important; padding-bottom: 2rem !important;}
.py-5{padding-top: 3rem !important; padding-bottom: 3rem !important;}

.pb-0{padding-bottom: 0rem !important;}
.pb-1{padding-bottom: 0.25rem !important;}
.pb-2{padding-bottom: 0.5rem !important;}
.pb-3{padding-bottom: 1rem !important;}
.pb-4{padding-bottom: 2rem !important;}
.pb-5{padding-bottom: 3rem !important;}

.pt-0{padding-top: 0rem !important;}
.pt-1{padding-top: 0.25rem !important;}
.pt-2{padding-top: 0.5rem !important;}
.pt-3{padding-top: 1rem !important;}
.pt-4{padding-top: 2rem !important;}
.pt-5{padding-top: 3rem !important;}

.m-0{margin: 0rem !important;}
.m-1{margin: 0.25rem !important;}
.m-2{margin: 0.5rem !important;}
.m-3{margin: 1rem !important;}
.m-4{margin: 2rem !important;}
.m-5{margin: 3rem !important;}

.mx-0{margin-left: 0rem !important; margin-right: 0rem !important;}
.mx-1{margin-left: 0.25rem !important; margin-right: 0.25rem !important;}
.mx-2{margin-left: 0.5rem !important; margin-right: 0.5rem !important;}
.mx-3{margin-left: 1rem !important; margin-right: 1rem !important;}
.mx-4{margin-left: 2rem !important; margin-right: 2rem !important;}
.mx-5{margin-left: 3rem !important; margin-right: 3rem !important;}

.my-0{margin-top: 0rem !important; margin-bottom: 0rem !important;}
.my-1{margin-top: 0.25rem !important; margin-bottom: 0.25rem !important;}
.my-2{margin-top: 0.5rem !important; margin-bottom: 0.5rem !important;}
.my-3{margin-top: 1rem !important; margin-bottom: 1rem !important;}
.my-4{margin-top: 2rem !important; margin-bottom: 2rem !important;}
.my-5{margin-top: 3rem !important; margin-bottom: 3rem !important;}

.mb-0{margin-bottom: 0rem !important;}
.mb-1{margin-bottom: 0.25rem !important;}
.mb-2{margin-bottom: 0.5rem !important;}
.mb-3{margin-bottom: 1rem !important;}
.mb-4{margin-bottom: 2rem !important;}
.mb-5{margin-bottom: 3rem !important;}

.mt-0{margin-top: 0rem !important;}
.mt-1{margin-top: 0.25rem !important;}
.mt-2{margin-top: 0.5rem !important;}
.mt-3{margin-top: 1rem !important;}
.mt-4{margin-top: 2rem !important;}
.mt-5{margin-top: 3rem !important;}


/*********************************************************
    FORMS
*********************************************************/
.btn{display: inline-block; font-weight: 800; text-align: center; white-space: normal; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 1.25rem 1.5rem; font-size: 1.5rem; line-height: 1; transition: 0.2s ease; margin: 0 0 0.5rem 0; text-decoration: none; letter-spacing: -0.04rem; cursor: pointer; font-family: var(--headline); font-weight: 800; -webkit-appearance: none; background-color: var(--secondary); color: var(--button-text);}
.btn:hover, .btn:focus{box-shadow: none; opacity: 1 !important;}
.btn-sm{font-size: 0.9rem; padding: 0.75rem 1rem; margin: 0;}
.form-control{display: block; width: 100%; padding: 0.3rem 0.75rem; color: var(--text); background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.form-group{margin-bottom: 1rem;}


/*********************************************************
    HEADER
*********************************************************/
.header{padding: 0.5rem 0; font-size: 1rem; font-family: var(--headline); font-weight: 800;}
.header .logo{width: 100%; max-width: 200px;}
.header .menu{list-style: none; margin: 0; padding: 0;}
.header .menu li{display: inline-flex; padding: 0 1rem;}
.header .menu li:first-child{padding-left: 0;}
.header .menu li:last-child{padding-right: 0;}


/*********************************************************
    HOMEPAGE
*********************************************************/
.post-card{position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-clip: border-box; padding: 1rem; transition: 0.2s ease;}
.post-card:hover{transform: translateY(5px);}


/*********************************************************
    ARTICLE
*********************************************************/
.article{width: 100%; max-width: 800px; margin: auto;}
.article a{text-decoration: underline;}
.article p{margin-top: 0; margin-bottom: 2.5rem;}
.article ol,ul,dl{margin-top: 0; margin-bottom: 2rem;}
.article ol ol,ul ul,ol ul,ul ol{margin-bottom: 0;}
.article li{margin-bottom: 0.25rem;}
.article iframe{margin-bottom: 2rem; width: 100%; max-width: 100%;}
.article blockquote{padding-left: 2.5rem; margin: 0; color: var(--body); opacity: 0.75; border-left: 5px solid var(--primary); font-style: italic; font-family: var(--text);}

/*********************************************************
    WORDPRESS
*********************************************************/
.alignnone{margin: 0; max-width: 100%; height: auto;}
.aligncenter, div.aligncenter{display: block; margin: auto; max-width: 100%; height: auto;}
.alignright{float: right; margin: 0 0 20px 20px; max-width: 100%; height: auto;}
.alignleft{float:left; margin: 0 20px 20px 0; max-width: 100%; height: auto;}
a img.alignright{float: right; margin: 0 0 20px 20px; max-width: 100%; height: auto;}
a img.alignnone{max-width: 100%; width: 100%; height: auto;}
a img.alignleft{float: left; margin: 0 20px 20px 0; max-width: 100%; height: auto;}
a img.aligncenter{display: block; margin: auto; max-width: 100%; height: auto;}
.wp-caption{background: none; border: none; max-width: 100%; text-align: left; margin: 0 0 40px 0 !important;}
.wp-caption.alignnone{margin: 0 0 40px 0;}
.wp-caption.alignleft{margin: 5px 20px 20px 0;}
.wp-caption.alignright{margin: 5px 0 20px 20px;}
.wp-caption img{border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: 100%;}
.wp-caption p.wp-caption-text{font-size: 11px; line-height: 11px; padding: 0;  margin: 0px !important;}
.wp-block-image{margin: 0 0 2.5rem 0;}
.wp-block-image img{max-width: 100%; width: 100%; height: auto;}


/*********************************************************
    RESPONSIVE
*********************************************************/
@media (max-width: 1199.98px){ 
}

@media (max-width: 991.99px){
  .container{max-width: 100%;}
  .text-lg-center{text-align: center !important;}
}

@media (max-width: 767.98px){
  .text-md-center{text-align: center !important;}
  h1, .h1{font-size: 2.5rem;}
  h2, .h2{font-size: 2rem;}
  h3, .h3{font-size: 1.5rem;}
  .btn{font-size: 1rem; line-height: 1;}
}

@media (max-width: 575.99px){
  .header{font-size: 0.75rem;}
}

/*.mo-openid-app-icons{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-wrap: wrap!important;
}*/
@media (max-width: 767px){
	.bespoketext img{
		width:40px !important;
	}
	.finsidediv{
		width:100% !important;
		margin-bottom:15px !important;
	}
	.thankyoutitle{
		font-size: 24px!important;
    	margin-left: 10px!important;
	}
	.tablebutns1 a,.tablebutns2 a,.tablebutns3 a{
		font-size:12px!important;
		width:175px !important;
	}
	.mblaccrd.praccordion .elementor-col-50,.mblaccrd.fraccordion  .elementor-col-50,.mblaccrd.eraccordion  .elementor-col-50{
		width:100%!important;
	}
}
.tablebutns1 a,.tablebutns2 a,.tablebutns3 a{
	width:175px!important;
}
#cart-buttonprp a{
	width:150px !important;
}
.page-id-347 .article{
    max-width: 100%!important;
}

.page-id-347{
    background: #f6f6f6!important;
}
.page-id-347 .woocommerce-form{
    background: #fff!important;
    
    box-shadow: 0px 0px 6px 0px lightgray;
    border-style: solid!important;
    border-bottom: 5px solid #7d30bb!important;
    border-radius: 10px 10px 10px 10px!important;
    border-top: 1px solid #fff!important;
    border-right: none!important;
    border-left: none!important;
}

.page-id-347 .woocommerce-form label{
    color: #263238!important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    border-radius: 10px 10px 10px 10px !important;
    padding: 15px 25px 15px 25px !important;
    background: #7d30bb !important;
    margin-top: 15px!important;
    color: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    margin-top: 25px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color:#000 !important;
}
.woocommerce-variation-price{
	margin-bottom:20px !important;
}
.woocommerce-product-gallery__trigger{
	display:none!important;
}
.woocommerce-product-details__short-description{
	height:100px !important;
}
.tabhide{
	display:none;
}
.singleupshellprods .add_to_cart_button{
	background:#7d30bb!important;
	font-family: "Raleway", Sans-serif!important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 18px!important;
    border-radius: 10px 10px 10px 10px!important;
}
.singleupshellprods .woocommerce-loop-product__title{
	font-family: "Raleway", Sans-serif!important;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 27.5px!important;
    letter-spacing: 0.23px!important;
}
.singleupshellprods span.price{
	font-family: "Raleway", Sans-serif!important;
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 27.5px!important;
    letter-spacing: 0.23px!important;
}
.singleupshellprods ul.products li.product .price .from{
	font-size:16px !important;
	color:gray !important;
}
.figurecustom figure.woocommerce-product-gallery__wrapper{
	pointer-events:none !important;
}
.thankyoupimg{
	box-shadow:0px 0px 8px 2px lightgray!important;
	border-radius:12px!important;
}

.thankyoutitle{
	font-weight: 600!important;
    font-size: 32px;
    margin-left: 20px;
}
.sitecolor{
	color:#7d30bb!important;
}
.orderdetailscstm .woocommerce-table--order-details{
	margin-bottom:40px!important;
}
.orderdetailscstm h2{
	font-size:26px !important;
	font-weight:600!important;
	margin-bottom:15px !important;
}
.orderdetailscstm .shop_table thead th span,.orderdetailscstm .shop_table thead th{
	color:#7d30bb!important;
	font-size:18px;
	font-weight:600!important;
}
.woocommerce-thankyou-order-details li{
	color:#7d30bb!important;
}
.woocommerce-thankyou-order-details li strong{
	color:#000!important;
}
.finsidediv{
	margin:20px;
	width:45%
}

.elementor-product-variable-subscription #ppc-button-ppcp-gateway{
	display:none!important;
}
#aqbp_quick_buy_shop_btn{
	float:right;
}
.blog .category-study-tips .elementor-widget-wrap.elementor-element-populated,.blog .category-cima .elementor-widget-wrap.elementor-element-populated,.blog .category-acca .elementor-widget-wrap.elementor-element-populated,.archive.category-acca .elementor-container.elementor-column-gap-no .elementor-element-populated,.archive.category-study-tips .elementor-container.elementor-column-gap-no .elementor-element-populated {
    padding-bottom:10px!important;
}

.blog .category-study-tips .elementor-widget-wrap.elementor-element-populated h4.elementor-heading-title,.blog .category-cima .elementor-widget-wrap.elementor-element-populated h4.elementor-heading-title,.blog .category-acca .elementor-widget-wrap.elementor-element-populated h4.elementor-heading-title{
	padding-top:10px;
}
.blog .category-acca .elementor-widget-wrap.elementor-element-populated h4.elementor-heading-title,.archive.category-acca .elementor-container.elementor-column-gap-no .elementor-element-populated  h4.elementor-heading-title{
	color:#d15868!important;
  padding-top:10px;
}
.blog .category-study-tips .elementor-widget-wrap.elementor-element-populated h4.elementor-heading-title,.archive.category-study-tips .elementor-container.elementor-column-gap-no .elementor-element-populated  h4.elementor-heading-title{
	color:#f5c157!important;
  padding-top:10px;
}
h2, .h2 {
    font-size: 2.75rem;
    letter-spacing: 0px;
}
/*.home .add_to_cart_button {
    display: none !important;
}
.home .product_type_variable-subscription{
 display: none !important;
}*/
.single_add_to_cart_button{
  max-height:40px;
}
.shiftcartsall,.shifttabsall{
    padding: 5px 10px; 
    background: #fff;
    border-radius: 26px;
    border: 1px solid #0000003d;
}
   .hidtabmob{
    display: none;
   }

.hidtab,.hidshift,.single-product .ppc-button-ppcp-gateway{
    display:none;
}
.customformstyle{
    padding: 50px!important;
    box-shadow: 0px 0px 6px 2px lightgray;
    margin-bottom: 40px;
    margin-top: 40px;
}
#aqbp_quick_buy_btn{
line-height: 5px!important;
    height: 38px!important;
    margin-left: 10px;
}
.sitebtn .elementor-button{
	background-color:#7d30bb!important;
}

.wpfNoWooPage li.product{
	background: #EAEAEA;
  padding: 20px!important;
  border-radius: 20px;
  width: 48%!important;
}
.cstmprodfltr .exad-demo-previewer-tag{
    width: 100%;
}
.cstmprodfltr .exad-demo-previewer-tag ul li{
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.cstmprodfltr .strategic .exad-demo-previewer-tag ul li a:first-child,.cstmprodfltr .management .exad-demo-previewer-tag ul li a:first-child,.cstmprodfltr .operational .exad-demo-previewer-tag ul li a:first-child {
    order: 2;
}
.cstmprodfltr .strategic .exad-demo-previewer-tag ul li a:last-child,.cstmprodfltr .management .exad-demo-previewer-tag ul li a:last-child,.cstmprodfltr .operational .exad-demo-previewer-tag ul li a:last-child {
    order: 1;
}
.cstmprodfltr .strategic .exad-demo-previewer-tag ul li a:nth-child(2),.cstmprodfltr .management .exad-demo-previewer-tag ul li a:nth-child(2),.cstmprodfltr .operational .exad-demo-previewer-tag ul li a:nth-child(2) {
    order: 3;
 }

.hidenew{
	display:none;
}

.tablebutns2 a{
    background:#7D30BB!important;
    font-size:14px!important;
}
.tablebutns4 a{
    background: #263238!important;
}
.woocommerce-MyAccount-content .woocommerce-Address{
    width: 100%!important;
    max-width: 100%!important;
}
.bundle_price .bundled_subscriptions_price_html{
    display:none;
}
tr.table-heading th:nth-child(3) span.exad-table-heading:after{
	content:"" !important;
}
#demopreviewnew .exad-demo-previewer-search{
	order:1;
  margin-bottom:25px;
}
#demopreviewnew .exad-demo-previewer-dropdown-filter-wrapper{
	order:2;
  display:none!important;
}
#demopreviewnew .exad-demo-previewer-dropdown-control-wrapper{
	order:3;
}
.customtabc{
	display:flex;
  justify-content:center;
}
.customtabc div{
	padding:12px 30px;
  margin:7px;
  border: 1px solid lightgray;
  color: #6c6c6c;
  font-weight: 700;
}
.customtabc div.active{
	background: #7d30bb!important;
  color: #fff!important;
  border:1px solid #7d30bb;
}
.custom_price_box {
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.product-page-vari .woocommerce-variation-price {
    display: none;
}
.woocommerce-MyAccount-subscriptions .subscription-next-payment {
    display: none;
}
.container-wrapper{
    max-width: 1140px;
    padding: 0 20px;
    margin: 50px auto;
}
.silkypress-input-field-block .wc-block-components-checkbox {
    display: inline-block;
    width: 100%;
}

.silkypress-input-field-block .wc-block-components-text-input {
    display: inline-block;
    width: calc(50% - 8px);
    vertical-align: top;
}

.silkypress-input-field-block .wc-block-components-text-input:last-child {
    margin-left: 16px;
}

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

    .silkypress-input-field-block .wc-block-components-text-input {
        width: 100%;
    }
    
    .silkypress-input-field-block .wc-block-components-text-input:last-child {
        margin-left: 0px;
    }
    
}
.exad-mega-menu-list li.parent {
    height: auto;
}
/*--*/
.timeline-style-addition .elementor-section {
    position: relative;
}

.timeline-style-addition .elementor-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ebebeb;
    content: "";
    margin: auto;
}

.timeline-style-addition .elementor-section .elementor-container:after {
    content: "";
    left: 0;
    right: 0;
    top: 20px;
    width: 50px;
    height: 50px;
    background: #f8b600;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    border: 13px solid #fdf0ca;
}
@media screen and (max-width: 767px){
.timeline-style-addition .elementor-section:before {
    right: unset;
    left: 22px;
}
.timeline-style-addition .elementor-section .elementor-container:after {
    left: 0;
    right: unset;
}
}
.login-form-main input {
    width: 100%;
    margin: 10px 0;
}

.login-form-main {

    height: 280px;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    overflow: auto;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding-top: 40px;
}
.login-form-main .registerwoo {
    display: none;
}
.close-log {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
cursor: pointer;
}
.login-form-main .loginwoo {
    width: 100% !important;
}
.custom-overlay-main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 54%);
    z-index: 9;
}
@media screen and (max-width: 767px){
.slicknav_menu .parent {
    height: auto;
}
}

.tabflex{
	display:flex;align-items:center;justify-content:center;
}
.tabflex.exad-advance-tab-nav li.tabflex{
	margin:0px 20px;
	box-shadow:none!important;
}
.tabflex.exad-advance-tab-nav li.tabflex i{
	margin-right:7px;
}
.tabflex .radtabchange{
	color:#000!important;
}
.tabflex.exad-advance-tab-nav li.tabflex.active i{
	color:#5FB988!important;
}
.tabflex.exad-advance-tab-nav li.tabflex i{
	color:#CFCFCF;
}
.tabflex .remixicon{
	font-size:21px!important;
}


.elementor-element.e-child {
padding-bottom: 10px;
}

.e-loop-item.category-cima .elementor-element.e-child {
     background-color: #e7d9f3 !important;
}
 .e-loop-item.category-acca .elementor-element.e-child {
     background-color: #ffe8eb !important;
 }
.e-loop-item .elementor-element.e-child h4 {
    padding-top: 10px;
}
.e-loop-item.category-acca .elementor-element.e-child h4 {
	color: #d15868;
}


.e-loop-item.category-cima .elementor-element.e-child h4 {
	color: #7D30BB;
}

#flex-none-sk .exad-td-content {
    display: block;
}
.allloopprods .elementor-button {
    font-size: 14px;
    font-weight: 600;
}
.price-tooltip {
    position: relative;
}

.price-tooltip .we-pt-popup-info {
    position: absolute;
    top: 0px;
    
}
.price-tooltip .we-pt-popup-info span{
    letter-spacing: normal;
}