/*
Theme Name: GeneratePress Child (with separate Upgrade)
Theme URI: https://generatepress.com
Description: GeneratePress Child Theme
Author: WisdmLabs
Author URI: https://wisdmlabs.com
Template:     generatepress
Version: 3.2.0
Updated By: WisdmLabs
*/

/* Add your custom styles here */

/* General */
.grid-container {
  max-width: 100%;
}

ul.products .wlfwc-add-to-wishlist {
	z-index: 98;
}

p {
	margin-bottom: 0px;
}

a {
  color: #6006A5;
  text-decoration: none;
}

a:hover {
  color: #6006A5;
  text-decoration: underline;
}

.inside-header {
  padding: 20px 0;
  max-width: 1320px;
}

.mt-8 .uagb-icon-list__source-wrap {
	margin-top: 8px;
}

.full-container {
	width: 100%;
	max-width: 1320px;
	margin: auto;
}

@media (max-width: 1350px) and (min-width: 768) {
  .inside-header {
    padding: 20px 3em;
  }
	
  .full-container {
	padding-left: 3em;
	padding-right: 3em;
  }
}

/* Hide Product Meta content from 'Digitizing Education' product single page */
.single-product .product_cat-digitizing_education .product_meta {
  display: none;
}

/* Product Single page*/
body.single-product .woocommerce-tabs {
  display: none;
}

@media (max-width: 991px) {
  body.single-product .wdm-tjm-single-product .woocommerce-product-gallery,
  body.single-product .wdm-tjm-single-product .summary.entry-summary {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: none;
  }
  
}

/* Hide 'Leave Comment' section from Page post type */
.page .comments-area {
  display: none !important;
}

/* Hide 'View cart' button */
a.added_to_cart {
  display: none !important;
}

/* Category and Blog page width */
.category .site-content,
.single-post .site-content {
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

/* Update background color for all Category archive pages */
.tax-product_cat .site-content {
  background-color: #fff;
}

.single-product .site-main {
  margin-bottom: 0;
}

.single-product .inside-article {
  padding-bottom: 0;
}

.yith-wcmbs-product-download-button, .yith-wcmbs-download-links, .yith-wcmbs-download-button {
  white-space: wrap;
}

.orange_disabled_btn {	
	/*Changed by Nilesh on 22 Oct 2025*/
	/*background: #ffd8ab !important;*/  
	background: #FFF685 !important;
	color: #26262680 !important;
	cursor: not-allowed;
	pointer-events: none !important;
}

.entry-title {
  font-weight: 600;
}

.flex-column-container {
  flex-direction: column;
}

.woocommerce-error a {
  color: #00f;
}

/* Funnel Thank you page */
.wffn_ty-template #generate-slideout-menu {
  display: none;
}

/* Funnel Checkout pages */
@media (max-width: 991px) {
  .wfacp-prodct-image-wrap, .wfacp-prodct-image {
    height: auto !important;
  }
}

/* Login Page */
.wdm-login .woocommerce{
  display: block !important;
}

.wdm-login .site-footer #footer-widgets {
  display: none;
}

#wdm_login_account p {
	margin: 0;
	padding: 0;
}

#wdm_login_account button.button:hover {
	background-color: #EC942B;
}

#wdm_login_account .wdm-group-field {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.wdm_show_pwd_input,
#wdm_create_account .wdm_show_pwd_input {
  width: 18px;
  height: 18px;
  background-image: url("../png/hide.png");
  background-size: contain;
  position: absolute;
  right: 19px;
	/* top: calc( 50% - 9px ); */
  top: 19px;
	cursor: pointer;
}

.display-password,
#wdm_create_account .display-password {
  background-image: url("../png/show.png");
  background-size: contain;
}

.show-password-input::after {
	content: none!important;
}

#wdm_login_account label.woocommerce-form__label-for-checkbox {
	display: flex;
	gap: 8px;
	align-items:center;
}

#wdm_login_account label.woocommerce-form__label-for-checkbox input[type="checkbox"]{
	border: 1px solid #E1E4EA;
	width:20px;
	height:20px;
}

#wdm_login_account label.woocommerce-form__label-for-checkbox input[type="checkbox"]:hover{
	border-color:#6006A5;
}

#wdm_login_account .woocommerce-form-login .woocommerce-Input--text,
#wdm_lost_password .lost_reset_password .woocommerce-Input--text,
#wdm_create_account form input {
    background: #FFFFFF;
    border: 1px solid #E1E4EA;
    border-radius: 8px;
}

#wdm_login_account .woocommerce-form-login {
    margin: 0%;
    border: none;
    font-size: 14px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#wdm_login_account .woocommerce-form-login input,
#wdm_lost_password .lost_reset_password input {
    line-height: 18px;
    font-size: 14px;
    padding: 16px;
}

#wdm_login_account .wdm-pwd-wrap {
	display: flex;
	gap: 6px;
	flex-direction: column;
	justify-content: space-between;
}

#wdm_login_account .wdm-label-wrap {
	display: flex;
	justify-content: space-between;
}

#wdm_login_account .woocommerce-form-row input {
	margin-top: 6px;
}

#wdm_login_account .wdm-pwd-wrap p {
	padding: 0;
	margin: 0;
	align-self: center;
}

#wdm_login_account .woocommerce-form-login .lost_password {
/* 	padding: 3px;
	margin: 6px; */
}

#wdm_login_account .woocommerce-form-login .lost_password a,
#wdm_login_account .woocommerce-form-login .sign_up_now a,
header.woocommerce-Address-title a {
    text-decoration: none;
    color: #6006A5;
    font-weight: 600;
}

#wdm_login_account .woocommerce-form-row label,
#wdm_lost_password .woocommerce-form-row label {
    font-weight: 600;
}

.content-area {
    background: #FFFFFF;
}

#wdm_login_account_wrap {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	min-height: calc( 100vh - 162.5px );

}

#wdm_login_account {
    background: #FAFAFA;
    width: 480px;
	padding: 40px;
    border-radius: 20px;
	display: flex;
	align-self: center;
	flex-direction: column;
	gap: 40px;
}

#wdm_login_account .form-row button,
#wdm_lost_password .form-row button,
#wdm_create_account .wpforms-submit-container button,
div.woocommerce-address-fields button,
form#add_payment_method button {
    width: 100%;
    line-height: inherit;
    border-radius: 40px;
    font-weight: 600;
	font-size: 16px;
    color : #262626;
    background-color: #FFA133;
    padding: 14px 20px 14px 20px;
}

#wdm_login_account h2 {
    color : #262626;
    font-weight: 600;
    font-size: 32px;
	line-height: 40px;
    margin: 0%;
}

#wdm_lost_password .form-row button:hover{
	background-color: #EC942B;
    color: #262626;
}

#wdm_lost_password .lost_reset_password .woocommerce-Input--text:hover{
	border: 1px solid #6006A5;
}


@media only screen and (max-width: 767px) {
  #wdm_lost_password {
      width: 100%;
  }

  #wdm_lost_password .form-row button {
      width: 100%;
  }

  .woocommerce:has(#wdm_login_account) {
    margin-top: 0;
    background-color: #FAFAFA;
  }

  #wdm_login_account {
    margin: 0;
    border-radius: 0%;
    height: 100vh;
	padding: 40px 0px 0px 0px;
  }
	
	
  #wdm_login_account h2 {
    font-weight: 600;
    font-size: 24px;
	line-height: 32px;
    margin: 0%;
  }
}

/* Create Account Page */

#wdm_create_account {
    background: #FAFAFA;
    padding: 40px;
    width: 732px;
    border-radius: 20px;
    margin: 5em auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#wdm_create_account form label {
    font-size: 14px;
	font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
}

#wdm_create_account form label.wpforms-field-label-inline {
	font-size: 14px;
	font-weight: 400;
    line-height: 20px;
}

#wdm_create_account form input {
	font-size: 14px;
    padding: 16px;
	height: 52px;
}

#wdm_create_account #wpforms-233309-field_8-container {
	padding-top: 0px;
}

#wdm_create_account .wpforms-one-half {
	position: relative;
	width: 49%;
	margin-left: 12px;
}

#wdm_create_account .member-login {
    margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}

#wdm_create_account .member-login a,
#wdm_create_account li label a {
    color: #6006a5!important;
    font-weight: 600;
}

#wdm_create_account li {
	display: flex;
}

#wdm_create_account li input {
	height: 20px;
}

#wdm_create_account h2 {
    font-weight: 600;
    font-size: 32px;
	line-height: 40px;
    color : #262626;
	margin: 0px;
}

#wdm_create_account form input:hover {
    border: 1px solid #6006a5;
    box-shadow: 0px 0px 12px 0px #6006A51F;
    cursor: pointer;
}

#wdm_create_account .wpforms-submit-container button {
    width: 320px;
    font-weight: 600;
    font-size: 16px;
}

#wdm_create_account div.wpforms-container-full {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  #wdm_create_account {
    margin: 0;
    width: 100%;
    border-radius: 0%;
	padding: 2.5em 1em;
  }
	
  #wdm_create_account h2 {
    font-weight: 600;
    font-size: 24px;
	line-height: 32px;
    color : #262626;
	margin: 0px;
  }
	
	#wdm_create_account .wpforms-container-full .wpforms-one-half {
		width: 100%;
		margin-left: 0px;
		margin-top: 6px;
	}
	
	#wdm_create_account label[for="wpforms-233309-field_8"],
	#wdm_create_account label[for="wpforms-233309-field_4"] {
		margin-bottom: 0px;
	}

  #wdm_create_account .wpforms-submit-container button {
    width: 100%;
  }
}


/* Password Reset Page */

#wdm_lost_password {
    background: #FAFAFA;
    width: 500px;
    border-radius: 20px;
	display: flex;
	align-self: center;
}

#wdm_lost_pwd_wrap {
	display: flex;
    justify-content: center;
    vertical-align: middle;
    min-height: calc(100vh - 162.5px);
}

#wdm_lost_password p {
	margin: 0px;
	padding: 0px;
}

#wdm_lost_password label {
    font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

#wdm_lost_password h2 {
    font-weight: 600;
    font-size: 32px;
	line-height: 40px;
    color : #262626;
	margin-bottom: 12px;
}

#wdm_lost_password .wdm-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 40px;
}

#wdm_lost_password form {
    padding: 40px;
}

#wdm_lost_password .woocommerce-form-row--first {
    width : 100%;
	margin-bottom: 20px;
}

#wdm_lost_password .form-row button {
    width: 328px;
}

@media only screen and (max-width: 767px) {
    .woocommerce:has(#wdm_lost_password) {
      margin: 0;
      background-color: #FAFAFA;
    }

    #wdm_lost_password {
        width: 100%;
        height: 100vh;
        border-radius: 0;
        margin: 0;
		padding: 40px 0px 0px 0px;
    }
	
	#wdm_lost_password form {
		padding: 0px;
	}

    #wdm_lost_password .form-row button {
        width: 100%;
    }
	
	#wdm_lost_password h2 {
    	font-weight: 600;
    	font-size: 24px;
		line-height: 32px;
    	color : #262626;
		margin-bottom: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #wdm_lost_password {
        width: 50%;
    }
}

/* My Account Details */

.wdm-nav-mobile > h4 {
	font-weight: 600;
	line-height: 32px;
}

div.woocommerce-MyAccount-content form.edit-account button[type="submit"] {
	width: 15em;
	font-size: 16px;
  line-height: 24px;
  border-radius: 40px;
  font-weight: 600;
  color : #262626;
  background-color: #FFA133;
  padding: 14px 20px 14px 20px;
  margin-top: 1em;
}

div.woocommerce-MyAccount-content form.edit-account button[type="submit"]:hover{
	background-color:#EC942B;
	color : #262626;
}

.woocommerce form.edit-account .form-row-first,
.woocommerce form.edit-account .form-row-last {
    width: 49.7%;
    overflow: visible;
}

.woocommerce .woocommerce-MyAccount-navigation:not(.wdm-nav-mobile) li.is-active {
  border-right: 2px solid #6006A5;
}

.woocommerce .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation li.is-active {
  color: #6006A5;
}

.wdm_personal_info,
.wdm_change_pwd {
	display: flex;
	justify-content: start;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .wdm_personal_info,
  .wdm_change_pwd {
    flex-direction: column;
    margin-bottom: 1em;
  }
}

/* My Account - Layout */
.woocommerce-account .entry-content .woocommerce {
	display: flex;
	justify-content: space-between;
	padding: 3em 0;
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

.woocommerce-lost-password .entry-content .woocommerce {
	display: block;
}

.woocommerce-lost-password .woocommerce-message {
	margin-bottom: 0.5em;
}

@media (max-width: 1350px) {
  .woocommerce-account .entry-content .woocommerce {
    padding: 3em 3em;
  }
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
	content: none;
	display: none;
}

.woocommerce nav.woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce .woocommerce-MyAccount-content {
	width: 75%;
}

.woocommerce .woocommerce-MyAccount-navigation li a {
  color: #262626;
  text-decoration: none;
  border: none;
  font-size: 18px;
  margin: 8px 0px;
	padding: 0px;
  line-height: 26px;
	width: fit-content;
	border-bottom: 1px solid #FFFFFF;
}

.woocommerce .woocommerce-MyAccount-navigation li a:hover {
  border-bottom: 1px solid #262626;
}

.woocommerce .woocommerce-MyAccount-navigation li.is-active a:hover {
	border-bottom: 1px solid #6006A5;
}

.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	border-bottom: 1px solid #758393;
}

.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout i {
	display: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}



@media only screen and (max-width: 767px) {
	
	.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
		border: 1px solid #262626;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		text-align: center;
		padding: 14px 20px;
		border-radius: 40px;
		color: #262626;
	}
	
	.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
		margin-top: 100px;
	}
	
	.woocommerce .woocommerce-MyAccount-navigation ul {
		height: 100%;	
	}
	
	nav.wdm-nav-mobile {
		min-height: 70vh;
	}
	
	.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
		background-color: #F2F2F2;
	}
	
  .woocommerce-account .entry-content .woocommerce {
    flex-direction: column;
    padding: 1em;
  }

  .woocommerce nav.woocommerce-MyAccount-navigation,
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}





form.edit-account .account_heading {
  font-size: 18px;
  font-weight: 600;
	line-height: 28px;
  min-width: 15em;
}

form p.form-row-last {
	margin-right: 30px;
}

form.edit-account .side_content {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

form.edit-account label {
	font-size: 14px;
}

form.edit-account button {
  width: 200px;
  margin-top: 10px;
}

form.edit-account input,
form.edit-account select {
  font-size: 14px;
	line-height: 20px;
	padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E1E4EA;
  border-radius: 8px;
}

form.edit-account .wdm_dob_field {
	display: flex;
	justify-content: space-between;
}

form.edit-account input:hover,
form.edit-account select:hover {
  border: 1px solid #6006a5;
}

form.edit-account input:focus,
form.edit-account select:focus {
	border: 1px solid #6006a5;
	box-shadow: 0px 0px 12px 0px #6006A51F;
	background-color: #FFFFFF;
}

label[for="account_last_name"], label[for="password_2"] {
  color: #FFFFFF;
}

.woocommerce-lost-password label[for="password_2"] {
	color: black;
}

select#month {
  width: 45%;
}

select#day {
  width: 26%;
}

select#year {
  width: 26%;
}

p.form-row-wide span.password-input {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  
  form.edit-account .account_heading {
    width: 100%;
    float: left;
  }

  form.edit-account .side_content {
    width: 100%;
    float: left;
  }

  form.edit-account button {
    width: 65%;
  }

  p.form-row-wide span.password-input {
    width: 100%;
  }

  .woocommerce form label[for="account_last_name"],
  .woocommerce form label[for="password_2"] {
    display: none;
  }
}

/* Address */

.woocommerce-EditAddress-title, .woocommerce-payment-method-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
}

div.woocommerce-Address {
  border-radius: 12px;
  padding: 20px;
  margin: 0px 10px;
  background-color: #FAFAFA;
}

div.woocommerce-Address address {
  font-style: normal;
}

.myaccount_address .u-columns {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .myaccount_address .u-columns {
    flex-direction: column;
    gap: 1em;
  }
}

div.woocommerce-Addresses {
  font-size: 16px;
}

p.myaccount_address {
  color: #758393;
  font-size: 16px;
  margin-bottom: 32px;
}

.woocommerce-MyAccount-content form h3.woocommerce-EditAddress-title,
.woocommerce-MyAccount-content form h3.woocommerce-EditAccount-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
	margin-bottom: 40px;
}

.woocommerce-account .addresses .title h3 {
  font-size: 16px;
  font-weight: 600;
}

/* Payment method */

.payment_card {
  width: 48%;
  padding: 10px 20px 15px 20px;
  border: 1px solid #E1E4EA;
  border-radius: 12px;
}

@media only screen and (max-width: 767px) {
  .payment_card {
    width: 100%;
  }
}

.payment_card .card_heading img {
  width: 90px;
  height: 60px;
}

.payment_card .card_heading {
  display: flex;
  justify-content: space-between;
}

.payment_card .card_heading .default_chekbox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #35B907;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}

.payment_card .card_heading .default_chekbox span {
  margin: 2px 2px 2px 0px;
}

.payment_card .card_heading .default_heading {
  padding: 4px 8px 4px 8px;
  border-radius: 40px;
  font-size: 12px;
  color: #35B907;
  background: #EBF8E7;
  width: 58px;
  height: 24px;
  margin-right: 10px;
  text-align: center;
}

#wdm_payment_card_wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
    gap: 1em;
}

.payment_card .card_heading .badge {
  display: flex;
	margin-top: 10px;
}

/* .payment_card .card_heading #make_default {
  margin-bottom: 46px;
} */

.wdm_checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid #E1E4EA;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 10px;
}

.card_info {
	display: flex;
	height: 56px;
	margin-top: 15px;
	font-size: 16px;
    justify-content: space-between;
}

.wdm_card_details p {
	margin: 0px;
}

.wdm_card_actions {
	width: 102px;
    height: 24px;
    padding-top: 28px;
    display: flex;
/*     justify-content: space-between; */
	justify-content: flex-end;
}

.wdm_card_actions a.delete{
	text-decoration: none;
    color: #758393;
    font-size: 16px;
    font-weight: 600;
	line-height:24px;
}

.wdm_card_actions a.edit {
	color: #6006a5;
	text-decoration:none;
}

.wdm_card_actions a.edit:hover{
	text-decoration:underline;
}

.wdm_button {
	text-decoration: none;
    color: #262626;
    border: 1px solid #262626;
    padding: 14px 20px 14px 20px;
    border-radius: 40px;
    font-size: 16px;
    display: block;
    width: 240px;
    text-align: center;
	margin-top:32px;
}

/* Edit Payment Method */
@media (max-width: 767px) {
  #add_payment_method .woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
  #add_payment_method .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: none;
  }
  
  .woocommerce #add_payment_method .form-row-first, 
  .woocommerce #add_payment_method .form-row-last, 
  .woocommerce-page #add_payment_method .form-row-first, 
  .woocommerce-page #add_payment_method .form-row-last,
  .woocommerce form.edit-account .form-row-first, 
  .woocommerce form.edit-account .form-row-last {
    width: 100%;
  }
}

.des .uagb-ifb-title-wrap, .des .uagb-ifb-desc{
	text-align: left;
}

.gb-button.transparent{
	background-color: transparent !important;
	color:#444444 !important;
	border: 1px solid !important;
}

.p-20{
	padding: 20px;	
	padding-bottom: 0;	
	border-radius: 10px;
}
.mh-50{
	min-height: 50px;
}

.bg-icon-black .uagb-icon-list__source-wrap{
	background-color: #000000;
	border-radius: 20px !important;
}

.custom-icon-list .uagb-icon-list__label{
	font-weight: 200;
	font-size: 14px;
}

.custom-form-style form{
	display: flex;
	justify-content: space-between;
	align-items:center;
	gap: 20px;
}

.custom-form-style{
	border-radius: 10px;
    border-top-left-radius: 0;
}

.custom-form-style form .wp-block-button{
align-self: end;
}

.custom-form-style form .uagb-forms-field-set{
	flex: 1;
}

.uagb-block-5a223d39 .spectra-image-gallery__layout--carousel ul.slick-dots li button:before {
	color: #000;
}

.bg-purple{
	background-color: #701EAE;
}

.newsletter-heading{
	display: inline-block;
	margin-right: auto;
	width: auto !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

@media screen and (max-width: 768px){
  .newsletter-heading{
    width: 100% !important;
  }
}

.bg-purple-light{
	background-color: #F3E8FC;
}

.img-top-70{
	background-position: 50% -70% !important;
}

/* Home Page */
.home-post-carousel {
  padding: 0;
}

.home-post-carousel .uagb-post__image img {
  border-radius: 12px;
}

.home-post-carousel .uagb-post__inner-wrap {
  background: transparent;
}

.home-post-carousel .uagb-post__text {
  margin: 0 !important;
}

.home-post-carousel .uagb-text-link {
  color: #6006A5 !important;
  background-color: transparent !important;
  padding: 1em 0;
  border: none;
  font-weight: 600;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-prev,
.home-post-carousel .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
  top: -10%;
  left: unset;
  right: 55px;
  background: #fff !important;
  padding: 5px 10px;
  height: 40px;
  border-radius: 20px 0 0  20px;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-next,
.home-post-carousel .uagb-post__arrow-outside.uagb-post-grid .slick-next {
  top: -10%;
  right: 15px;
  background: #fff !important;
  padding: 5px 10px;
  height: 40px;
  border-radius: 0 20px 20px 0;
}

.uagb-post__arrow-outside.uagb-post-grid .slick-arrow:hover,
.home-post-carousel .uagb-post__arrow-outside.uagb-post-grid .slick-arrow:hover {
  background: #F2F2F2 !important;
}

.homepage-slider .wp-block-uagb-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.homepage-slider .swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #f8a100;
}

@media screen and (max-width: 768px){
	.custom-form-style form{
		flex-direction: column;
		
	}
	.custom-form-style form .uagb-forms-field-set{
		width: 100%;
		
	}
	.absolute-img-inside .uagb-ifb-image-content{
		position: absolute;
    top: 0;
    right: 0;
    width: auto !important;
	}
}

/*popu cart*/

#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading{
	padding:26px !important;
}

#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title{
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.fkcart-reward-panel {
    background-color: #E8FDFD;
	min-height: 72px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fkcart-reward-panel .fkcart-reward-message {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #363636;
    margin-bottom: 12px;
}

.fkcart-reward-panel .fkcart-rewards {
    display: none;
}

#fkcart-modal .fkcart-slider-body  > .fkcart-item-wrap .fkcart--item {
    position: relative;
    min-height: 80px;
    padding-left: 120px;
	margin-bottom: 35px;
}

#fkcart-modal .fkcart-slider-body  > .fkcart-item-wrap .fkcart--item .fkcart-item-title{
	font-size: 14px;
	font-weight: 400;
	color: #363636;
}

#fkcart-modal .fkcart-drawer .fkcart-drawer-container .fkcart-drawer-wrap {
   
    background-color: #f7f7f7;
}

#fkcart-modal .fkcart-drawer .fkcart-drawer-items .fkcart--item .fkcart-image-wrapper{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title{
	text-align: left;
	color: #262626;
	font-size: 14px;
	font-weight: 400;
}

#fkcart-modal .fkcart-drawer .fkcart-item-wrap .fkcart--item .fkcart-item-price {
    display: inline-block;
	float: left;
	margin-top: 15px;
    font-weight: 600;
}

