/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


@font-face {
    font-family: 'Ravi';
    src: url('fonts/ravi/Ravi.eot'); /* IE9 Compat Modes */
    src: url('fonts/ravi/Ravi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ravi/Ravi.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/ravi/Ravi.woff') format('woff'), /* Modern Browsers */
         url('fonts/ravi/Ravi.ttf') format('truetype'); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ravi-Bold';
    src: url('fonts/ravi/Ravi-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/ravi/Ravi-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ravi/Ravi-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/ravi/Ravi-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/ravi/Ravi-Bold.ttf') format('truetype'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ravi-SemiBold';
    src: url('fonts/ravi/Ravi-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/ravi/Ravi-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ravi/Ravi-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/ravi/Ravi-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('fonts/ravi/Ravi-SemiBold.ttf') format('truetype'); /* Legacy iOS */
    font-weight: 600;
    font-style: normal;
}



body .container {
  max-width: 1200px;
}
:root {
  --main-color: #535D6B;
  --second-newcolor: #282F38;
  --border-color: #C2CDE8;
  --second-bg: #F4F5FC;
  --main-bg: #fff;
  --bold-font : 'Ravi-Bold', sans-serif ;
  --semi-bold-font:  'Ravi-SemiBold', sans-serif;
  --normal-font: 'Ravi', sans-serif ;
}

body strong ,body legend,body h1,body h2,body h3, body h4,body h5,body h6,body .title,body table th{
    font-family: var(--bold-font);
    font-weight: 700;
}
body figcaption, body .widget-image-caption.wp-caption-text{
    font-family: var(--semi-bold-font);
    color: var(--main-color);
    font-weight: 600;
}

body,body p,body a,body span,body div,body article,body section,body label, body input,body select,body option,body textarea,body sub,body inc,body small,body dell,
body .wd-entities-title {
    font-family:'Ravi', sans-serif ;
    font-weight: 400;
}

#main-content {
  padding-top: 0;
}

.mn_homeMenu::before {
  content: "";
  background-image: url("images/menuHome.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  position: absolute;
  top: 10px;
  right: 5px;
}

body .wd-tools-element .wd-tools-text{
    font-family: var(--semi-bold-font);
}
.mn_homeMenu .nav-link-text {
  color: var(--main-color);
  font-family: Ravi !important;
  padding-right: 40px;
  padding-left: 15px;
  font-weight: 900 !important;
}
.mn_homeMenu .wd-design-default.wd-dropdown-menu.wd-dropdown .wd-sub-menu {
  display: flex;
}
.mn_menuKids::before,
.mn_menuMothers::before,
.mn_menuTeachers::before,
.mn_menuManagers::before
{
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.mn_homeMenu .color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
  width: auto;
  max-width: 100%;
  display: inline-table;
  padding: 20px 0;
}
.wd-products-element .wd-product-cats {
  display: none;
}
.wd-sub-menu li.mn_menuKids a ,
.wd-sub-menu li.mn_menuMothers a ,
.wd-sub-menu li.mn_menuTeachers a ,
.wd-sub-menu li.mn_menuManagers a

{
  width: 90px;
  height: 90px;
  font-size: 0;
  z-index: 99999;
  cursor: pointer;
}
.mn_menuKids::before{
    background-image: url("images/kids.png");
}
.mn_menuManagers::before{
    background-image: url("images/managers.png");
}
.mn_menuMothers::before{
    background-image: url("images/mothers.png");
}
.mn_menuTeachers::before{
    background-image: url("images/teachers.png");
}

.mn_homeMenu .wd-dropdown-menu.wd-dropdown .wd-sub-menu li::after{
    content: "";
    background-image: url("images/menudivider.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 8.5px;
    height: 97px;
    background-size: 8.5px 97px;
    position: absolute;
    top: 20px;
    left: -5px;
}
.mn_homeMenu .wd-dropdown-menu.wd-dropdown .wd-sub-menu li:last-child::after{
    content: none;
}

.mn_homeMenu .wd-dropdown-menu.wd-dropdown .wd-sub-menu li {
  padding: 20px;
}
header .whb-general-header {
  border-bottom: 0;
}
#mn_HomefirstSection > div {
  padding: 0;
  
}
#mn_HomefirstSection {
  border: 1px solid var(--border-color);
  border-radius: 40px;
}
.mn_svgheading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px !important;
}
 
#mn_homemiddleIcon::after {
  content: "";
  background-image: url("images/cloude.png");
  position: absolute;
  left: 0;
  top: -40px;
  width: 165px;
  height: 183px;
  background-position: right;
  background-size: cover;
}
#mn_homemiddleIcon::before {
  content: "";
  background-image: url("images/cloude.png");
  position: absolute;
  right: 0;
  bottom: 0;
  width: 174px;
  height: 204px;
  background-size: cover;
}
.digits-form_tab-item[data-value="otp"] {
  font-size: 0;
}
.digits-form_tab-item[data-value="otp"]::before {
  content: "کد پیامک شده را وارد نمایید";
  font-size: 20px;
}
.digits-form_tab-bar .digits-tab_active {
  border-bottom-color: var(--dprimary);
  opacity: 1;
}
#mn_HomefirstSection .elementor-section-boxed {
  padding: 60px 40px;
    padding-top: 60px;
  padding-top: 30px;
}
#mn_HomefirstSection .elementor-widget-wd_text_block {
  margin-top: 40px;
  color: #000;
  font-size: 18px;
}
#kids .elementor-widget-wrap::before,.kidsBorder > .elementor-widget-wrap::before  {
  content: "";
  background-image: url("images/border-top (2).png");
  background-repeat: repeat;
  background-position: left;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 20px;
  left: 0;
}
#mothers .elementor-widget-wrap::before,.mothersBorder > .elementor-widget-wrap::before {
  content: "";
  background-image: url("images/mothers-border.png");
  background-repeat: repeat;
  background-position: left;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 20px;
  left: 0;
}
#teachers .elementor-widget-wrap::before,.teachersBorder > .elementor-widget-wrap::before {
  content: "";
  background-image: url("images/teachers-border.png");
  background-repeat: repeat;
  background-position: left;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 20px;
  left: 0;
}
#managers .elementor-widget-wrap::before,.managersBorder > .elementor-widget-wrap::before {
  content: "";
  background-image: url("images/managers-border.png");
  background-repeat: repeat;
  background-position: left;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 20px;
  left: 0;
}
.mn-carusel .wd-carousel-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #F1F5FF;
  position: absolute;
  left: 0;
}
.mn-carusel .wd-carousel-item:last-child::before{
    content: none;
} 
.mn-btnCategory .elementor-button-text {
  line-height: 1.8;
  font-size: 15px !important;
  font-weight: 600;
}
#mn_HomefirstSection .elementor-element.elementor-widget-image {
  margin-bottom: 0;
}
#mn_mahdaPop,#mn_mahdaBenefits {
  border: 1px solid var(--border-color);
  border-radius: 40px;
  position: relative;
  margin-top: 50px;
}
#mn_cloudeAbsolute1 {
  position: absolute;
  left: 80px;
  top: -50px;
  text-align: left;
}
.mn_mahdaDetails figcaption.widget-image-caption.wp-caption-text {
  max-width: 60px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
}
#mn_sunStartAbsolute1 {
  position: absolute;
  top: -90px;
  right: 20%;
}
#mn_goalsSection {
  counter-reset: caption-counter;
}
.mn_mahdaGoalsSection .elementor-container.elementor-column-gap-default{
    display: inline-block;
    width: 100%;
}
.mn_mahdaGoalsSection .elementor-column.elementor-col-20 {
  width: 33.13%;
  max-width: 33.13%;
  display: inline-block;
}
.mn_mahdaGoalsSection .wp-caption {
  counter-increment: caption-counter;
  position: relative;
  max-width: 304px;
  margin: 0 auto !important;
}
.mn_mahdaGoalsSection .wp-caption::before {
  content: counter(caption-counter);
  font-weight: bold;
  margin-left: 5px;
  color: #444;
  position: absolute;
  right: calc(50% - 3px);
  top: 7px;
}

.mn_mahdaGoalsSection .widget-image-caption.wp-caption-text {
  color: var(--second-newcolor);
  font-weight: 600;
  font-size: 18px;
}
#mn_BenefitsAbsoluteIcon1 {
  margin-top: 50px;
}
#mn_BenefitsAbsoluteIcon2 svg {
  position: absolute;
  left: 0;
  top: -40px;
}
#mn_mahdaBenefits .mn_svgheading {
  margin-top: -50px;
}
#mn_mahdaBenefits .mn_BenefitsDetails {
  margin-bottom: 70px;
  margin-top: 64px;
}
#mn_mahdaBenefits .mn_BenefitsDetails .widget-image-caption.wp-caption-text {
  color: var(--second-newcolor);
  font-size: 18px;
  font-weight: 600;
}
#mn_mahdaComment .mn_svgheading {
  margin-top: 70px;
}
#mn_commentSlider {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
#mn_commentSlider .wd-testimon-info {
  display: block;
  text-align: center;
}
#mn_commentSlider .wd-testimon-info .wd-testimon-thumb {
  margin: 0 auto;
}
#mn_commentSlider .wd-testimon-info .wd-testimon-thumb img {
  width: 100px !important;
  height: 100px;
  max-width: 100px;
}
#mn_commentSlider .wd-nav-pagin {
  min-height: 15px;
}
#mn_commentSlider .wd-testimon-info .wd-testimon-bio {
  text-align: center;
  margin-top: 20px;
  font-family: var(--semi-bold-font);
}
#mn_commentSlider .wd-testimon-info .wd-testimon-bio .wd-testimon-name.title {
  font-family: var(--semi-bold-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--second-newcolor);
}
#mn_commentSlider .wd-testimon-info .wd-testimon-bio .wd-testimon-pos {
  font-size: 15px;
}
#mn_commentSlider .wd-testimon-text.reset-last-child {
  margin-top: 0;
  background: transparent;
  font-size: 18px;
  font-family: Ravi;
  font-weight: 600;
  color: var(--main-color);
}
#mn_commentSlider .wd-testimon-text.reset-last-child::before {
  content: none;
}
#mn_commentSlider .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
  width: 13.53px;
  height: 7.63px;
  border-radius: 3.05px;
  opacity: 0.5;
  border-color: transparent;
  background: var(--border-color);
}
#mn_commentSlider .wd-nav-pagin-item.wd-active span {
  width: 30.54px;
  height: 12.2px;
  border-radius: 3.05px;
  opacity: 1;
  background: #5AC8C1;
  border-color: transparent;
}
footer.wd-footer.footer-container {
  background: #282F38;
}
footer.wd-footer.footer-container .elementor-section-full_width {
  padding-top: 0;
}
.mn_mahdaFooterAbsolute1 {
  position: absolute;
  left: 10%;
  top: -10px;
  z-index: 9;
}
.mn_mahdaFooterLogo {
  margin-top: 45px;
  display: block;
}
#mn_mahdaFooterMenu {
  padding-left: 40px;
}
#mn_mahdaFooterMenu li {
  border-bottom: 1px solid #484E57;
}
#mn_mahdaFooterMenu li:first-child {
  border-top: 1px solid #484E57;
}
#mn_mahdaFooterMenu li > a {
  height: 58px;
  color: #8A92A8;
}
#mn_mahdaFooterMenu li > a::before {
  content: "";
  background-image: url("images/left-arrow.png");
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 5px;
  height: 10px;
  background-size: 5px 9px;
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  z-index: 9;
  opacity: 1;
  background-color: transparent;
}
#mn_newsletter .elementor-form, #mn_newsletter p {
  max-width: 572px;
}
#mn_socialFooterText {
  position: absolute;
  top: 10px;
}
 
#mn_socialFooter img {
  max-width: 30px;
}
#mn_socialFooter .elementor-column {
  width: 64px;
  margin-left: 50px;
}
#mn_socialFooter .elementor-column:last-child{
      margin-left: 0;
}
#mn_newsletter button, #form-field-email {
  height: 60px;
  text-align: center;
}



.mn_footerAbsolute2 {
  position: absolute;
  top: 11px;
  right: 10%;
}
#mn_footerNemad {
  text-align: left;
  padding-left: 30px;
}
#mn_footerNemad a img {
  max-width: 100px;
  margin-top: 30px;
}
.mn_topLanding {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mn_middleLandingNote p {
  max-width: 528px;
  font-family: 'Ravi';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
.mn_middleLandingText p {
  font-size: 26px;
  font-family: Ravi;
  color: #000;
  font-weight: 400;
  padding: 0px 48px;
  max-width: 624px;
  margin: 0 auto;
    margin-bottom: 0px;
}
.mn_middleLandingText p strong {
  font-weight: 700;
}
#mn_courseSlider .swiper-wrapper {
  justify-content: center;
}
#mn_courseSlider .swiper-slide.e-loop-item {
  max-width: 200px;
  background: #fff;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 16px;
}
#mn_courseSlider .swiper-slide.e-loop-item:last-child {
  margin-right: 16px;
}
#mn_courseSlider .swiper-slide.e-loop-item:last-child::before {
  content: "";
  height: 100%;
  position: absolute;
  right: -13px;
  z-index: 999;
  border: 1px solid #F1F5FF;
  top: 15px;
}
#mn_courseSlider h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: Ravi;
  color: var(--main-color);
}
.wd-entities-title a {
  font-family: Ravi;
}
body.elementor-kit-6 a {
  font-family: Ravi-SemiBold !important;
}
body .price .amount {
  font-family: Ravi;
  color: var(--main-color);
  text-align: left;
  font-size: 13px;
}
#mn_middleLanding > .elementor-widget-wrap {
  padding-top: 48px;
  padding-bottom: 32px;
}
#mn_middleLanding .mn_svgheading {
  position: absolute;
  margin-top: 0 !important;
  top: -85px;
}
.wd-carousel-item .price {
  text-align: left;
}
#mn_faqLists .wd-accordion-content.wd-entry-content {
  background: #F1F5FF;
  padding: 12px 16px; 
  border-radius: 6px;
  color: var(--second-newcolor);
  font-family: Ravi;
  font-weight: 600;
}
#mn_faqLists .wd-accordion-title span {
  color: var(--main-color);
  font-weight: 600;
  font-size: 15px;
}
#mn_faqLists .wd-accordion-item {
  padding: 10px 0;
}
#mn_faqLists .wd-accordion-item:first-child {
  border-top: 0px;
}
#mn_KidsList .product-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
#mn_KidsList .product-wrapper .star-rating {
  display: none;
}
#mn_KidsList .product-wrapper .wrap-price .swap-wrapp {
  margin-left: 0;
  margin-right: auto;
}
#mn_mahdaBreadCrumb {
  padding: 8px 32px;
  height: 40px;
  background: #F1F5FF;
  border-radius: 30px;
  line-height: 1.2;
}
#mn_mahdaBreadCrumb a {
  font-size: 13px;
  font-weight: 600;
}
#mn_mahdaBreadCrumb .wd-breadcrumbs .wd-delimiter::after {
  content: "\f114";
  font-family: woodmart-font;
  font-size: 10px;
  position: relative;
  top: 2px;
}

#mn_mahdaarchiveList .product-wrapper {
  max-width: 75%;
  margin: 0 auto;
}
#mn_mahdaarchiveList .wrap-price {
  text-align: left;
  align-content: end;
  justify-content: end;
}
#mn_mahdaBreadCrumb .wd-last {
  color: #5AC8C1;
  font-family: Ravi;
  line-height: 1;
}
#mn_socialFooter > .elementor-container {
  text-align: center;
  justify-content: center;
}
#mn_singleProductTop .product_title {
  font-size: 38px;
  font-family: var(--semi-bold-font);
  font-weight: 700;
  padding-top: 48px;
}
#mn_singleProductTop .woocommerce-product-details__short-description {
  font-size: 15px;
  font-family: Ravi;
  line-height: 2;
  color: var(--main-color);
}
#mn_singleProductTop ins .woocommerce-Price-amount.amount {
  font-size: 24px;
  color: var(--second-newcolor);
}
#mn_singleProductTop del .woocommerce-Price-amount.amount {
  font-size: 15px;
}
#mn_singleProductTop .single_add_to_cart_button.button.alt {
  background: #5AC8C1;
  width: auto;
  box-shadow: none;
  border-radius: 46px;
  font-family: Ravi;
  padding: 16px 30px;
  color: var(--second-newcolor);
}
#mn_singleProductTop form.cart {
  position: relative;
  top: -10px;
}
#mn_singleProductTop .quantity .minus.btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: none;
  color: var(--second-newcolor);
  background: #5ac8c1;
  font-weight: 600;
  border-color: transparent;

}
#mn_singleProductTop .quantity .plus.btn {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 0;
  background: #5ac8c1;
  color: var(--second-newcolor);
  border-color: transparent;
}
.input-text.qty.text {
  border-color: #5ac8c1;
}
#mn_moreDetails{
    padding-top: 50px;
}
#mn_moreDetails::before {
  content: "";
  background-image: url("images/borderMahda.jpg");
  width: 100%;
  background-repeat: repeat;
  position: absolute;
  height: 9px;
  top: 0;
}
#mn_moreDetails #tab-description {
  font-size: 15px;
  font-weight: 400;
  font-family: Ravi;
  line-height: 2;
}
#mn_moreDetails #tab-description >  h2 {
  display: none;
}
#mn_moreDetails .woocommerce-tabs > .wd-nav-wrapper li.active > a {
  color: var(--main-color);
}
#mn_singleProductAbsolute {
  padding-top: 72px;
}
#mn_middleSingleProduct::after {
  content: "";
  background-image: url("images/borderMahda.jpg");
  width: 100%;
  background-repeat: repeat;
  position: absolute;
  height: 9px;
  bottom: 0;
}
#mn_middleSingleProduct {
  padding-left: 0;
  overflow-x: hidden;
  padding-bottom: 60px;
}
#mn_middleSingleProduct #tab-additional_information > h2 {
  display: none;
}
#mn_moreDetails .woocommerce-product-attributes.shop_attributes {
  column-count: 1;
  --wd-attr-col: 1;
}
#mn_moreDetails .woocommerce-product-attributes-item__label {
  min-width: 0;
  width: 156px;
  color: var(--second-newcolor);
  font-weight: 600;
  font-family: Ravi;
  padding-bottom: 20px;
  text-align: right;
}
#mn_moreDetails .woocommerce-product-attributes-item__value {
  text-align: right !important;
  width: 100%;
  padding-bottom: 25px;
  font-family: Ravi;
}
.mn_singleProductComments .wd-testimon-pos {
  display: inline;
  color: #9A95F5;
  padding: 2px 12px;
  background: #F0EFFF;
  border-radius: 50px;
  font-weight: 600;
}

body .wd-toolbar.wd-toolbar-label-show {
  background: #282F38;
  height: 75px;
  padding-top: 10px;
}
body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-item.wd-tools-element {
  height: 100%;
  padding-top: 10px;
}
body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-item.wd-tools-element {
  height: 100%;
  padding-top: 10px;
}
.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
  color: #8A92A8;
  top: 35px;
  height: 20px;
}

.hiddenCategories {
  position: fixed;
  bottom: 75px;
  right: 0;
  left: 0;
  background: #fff;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  bottom: -1000px;
  transition: all 1s;
  z-index: 999;
}
.hiddenCategories.active{
    bottom: 75px;
}
.hiddenCategories .menu-item::before {
  right: calc(50% - 45px);
  top: 0;
  background-size: 70px;
}
.hiddenCategories .menu-item a.woodmart-nav-link {
  width: 100%;
}
.hiddenCategories .menu-item:nth-child(2n+1)::after {
  content: "";
  background-image: url("images/menudivider.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 8.5px;
  height: 97px;
  background-size: 8.5px 97px;
  position: absolute;
  top: 20px;
  left: -5px;
}
.hiddenCategories .menu-item:nth-child(2n)::after {
  content: "";
  background-image: url("images/mndeviderVertical.png");
  background-repeat: repeat;
  background-position: center;
  width: 100vw;
  height: 8.5px;
  position: absolute;
  bottom: 0px;
  left: -5px;
}
.hiddenCategories .menu-item:last-child::after {
    content: none;
}
.mn_overFlowBody {
  height: 100vh;
  background: #00000082;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 400;
  visibility: hidden;
}
.mn_overFlowBody.active{
    opacity: 1;
    visibility: visible;
}
.mn_overFlowMenu {
  position: fixed;
  bottom: 0;
  background: #282F38;
  z-index: 999;
  width: 100vw;
  height: 75px;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
  bottom: -1000px;
  transition: all 0.8s;
}
.mn_overFlowMenu.active{
    bottom: 0;
}
 .mn_mobileHeading{
        display: none;
    }
    

  .mn_course_details {
  font-size: 18px;
  font-family: var(--semi-bold-font);
  color: var(--second-newcolor);
  display: inline-block;
  width: 50px;
  margin-left: 50px;
}  
.mn_course_details .circle {
  background: url("images/CourseDetails.svg");
  text-align: center;
  width: 48px;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
  background-repeat: no-repeat;
  background-position:center;
}
.mn_course_details .label, .mn_course_details circle {
  font-family: var(--semi-bold-font);
}
#mn_courseMiddlePage {
  min-height: 255px;
  margin-top: 200px;
}
#mn_middleCourseAbsolute1 svg {
  position: absolute;
  left: 0;
  top: -90px;
}
.wp-singular #learndash_course_content {
  display: none;
}
#mn_courseDetails_section {
  text-align: right;
}
#mn_courseMiddlePage {
  min-height: 255px;
  margin-top: 20px;
}
#mn_courseMiddlePage .elementor-widget-text-editor p {
  font-size: 24px;
  padding-right: 64px;
  padding-top: 32px;
  color: #000;
}
#mn_courseMiddlePage .elementor-widget-html {
  padding-right: 64px;
}
.mn_mahda_courseButton .download-button {
  background: #fff;
  border-radius: 100px;
  height: 55px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-left: 23px;
  line-height: 60px;
}
.mn_mahda_courseButton .download-button > span:first-child {
  padding: 16px 24px;
  position: relative;
  bottom: 4px;
  padding-left:34px;
}

.mn_mahda_courseButton .download-button span.icon {
  position: relative;
  left: 24px;
  top: 5px;
}
/*.mn_mahda_courseButton .download-button span.icon.download-icon {*/
/*  left: auto;*/
/*  right: 10px;*/
/*  top: 8px;*/
/*}*/
.mn_heading_color {
  font-family: var(--semi-bold-font);
  color: #5AC8C1;
  margin-bottom: 10px;
  font-size: 36px;
  margin-bottom: 0;
}
.mn_heading_normal {
  font-family: var(--semi-bold-font);
  font-size: 36px;
  color: var(--main-color);
}

.categories-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 500px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

.category-tag {
    padding: 8px 24px;
    width: auto;
    height: 53px;
    border-radius: 12px;
    font-size: 24px;
    font-family: var(--semi-bold-font);
    margin-top: 5px;
}

.coursefirst{
    background: #DDF2B4;
    transform: rotate(-1.73deg);
}
.coursesec{
    background: #9EF3ED;
    transform: rotate(2.25deg);
}
.courseth{
    background: #DDF2B4;
    transform: rotate(0.15deg);
}
.coursefo{
    background: #9EF3ED;
    transform: rotate(-1.46deg);
}
.coursefi{
    background: #DDF2B4;
    transform: rotate(1.97deg);
}

.absoluteClouedCourse {
  position: absolute;
  left: 10%;
  top: 40%;
  width: 70px;
}
.category-tag.managersFirst {
  background: #E5AC5D;
  transform: rotate(-1.73deg);
  font-family: var(--normal-font);
  color: var(--second-newcolor);
}
.category-tag.managersLast {
  margin-top: -6px;
  background: #5AC8C1;
  transform: rotate(0.9deg);
  font-family: var(--semi-bold-font);
  color: var(--second-newcolor);
  white-space: nowrap;
}
.category-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.category-tag:active {
    transform: translateY(0);
}
#mn_courseCloudeAbsolute svg {
  position: relative;
  top: 20px;
}
.mn_hidenDesk,.mn_hidden{
    display: none;
}
.mn_hidenmobile{
    display: block;
}
.mn_discount_label {
  width: 31px;
  height: 17px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #FF4A7D;
  border-radius: 34px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-align: center;
  float: right;
  position: absolute;
  right: 10%;
}   
.mn-carusel .product-labels.labels-rounded {
  display: none;
}
.mn-carusel .wd-product .wd-buttons {
  left: 5px;
  top: 5px;
}
.mn-carusel .wd-product .price {
  width: 100%;
}
.mn-carusel del {
  display: block;
  width: 100%;
}
.mn-carusel del .woocommerce-Price-currencySymbol {
  display: none;
}
body .price ins .amount {
  font-family: var(--semi-bold-font);
  font-size: 13px;
}
body .price del .amount {
  text-decoration: line-through;
}
@media screen and (max-width: 1024px){
    #mn_homemiddleIcon::after{
        content: none;
    }
    #mn_singleProductTop .product_title{
        font-size: 24px;
    }
    .single-product .mn_heading_section {
      margin-top: 50px;
    }
    .mn_mahdaGoalsSection .widget-image-caption.wp-caption-text{
        font-size: 13px;
    }
    .mn_mahdaGoalsSection .wp-caption::before {
      right: calc(50% - 5px);
      font-family: var(--semi-bold-font);
      font-size: 18px;
    }
    .mn_mahdaDetails figcaption.widget-image-caption.wp-caption-text {
      max-width: 50px;
    }
    .home #main-content {
      padding: 0;
    }
    #mn_HomefirstSection{
        border: none;
    }
    #mn_homemiddleIcon::before {
      height: 90px;
      width: 130px;
      bottom: -15%;
    }
    #mn_HomefirstSection .elementor-section-boxed .elementor-col-25 {
      width: 25%;
      max-width: 25%;
    }
    body figcaption, body .widget-image-caption.wp-caption-text{
        font-size: 13px;
    }
    #mn_homemiddleIcon .attachment-large.size-large.wp-image-4621 {
      max-width: 150%;
      position: relative;
      left: 25%;
      width: 150%;
    }
    body .mn-carusel .product-wrapper {
      padding: 0;
    }
    #mn_absoluteSvgPopulationMobile svg {
      position: absolute;
      left: 0;
      top: -50px;
    }
    #mn_mobilePopulate {
      margin-top: 70px;
    }
    .mn_mahdaDetails figcaption.widget-image-caption.wp-caption-text{
        font-size: 13px;
    }
    .mn_mahdaDetails img {
      max-width: 40px;
    }
    #mn_goalsSection {
      max-width: 90%;
      margin: 0 auto;
      margin-top: 120px;
    }
    .mn_mahdaGoalsSection .elementor-column.elementor-col-20 {
      width: 33.03%;
      max-width: 33.03%;
    }
    #mn_mahdaBenefits {
      border: none;
    }
    #mn_mahdaBenefits .mn_BenefitsDetails .widget-image-caption.wp-caption-text {
      font-size: 13px;
    }
    #mn_BenefitsAbsoluteIcon2 {
      position: absolute;
      bottom: -30px;
    }
    #mn_commentSlider .wd-nav-pagin-wrap {
      display: block !important;
    }
    #mn_commentSlider {
      margin-bottom: 75px;
    }
    .mn_mahdaFooterLogo {
      visibility: hidden;
      display: none;
    }
    body .elementor-100 .elementor-element.elementor-element-ffb18e7 > .elementor-container {
      max-width: 100%;
    }
    .mn_socialFooterMobile {
      max-width: 70%;
    }
    body .mn_socialFooterMobileText p {
      font-size: 24px;
      text-align: right !important;
      color: #8A92A8;
    }
    #mn_mahdaFooterMenu .elementor-nav-menu {
      background: #282f38;
    }
    #mn_mahdaFooterMenu{
        padding: 0;
    }
    #mn_newsletter .elementor-form, #mn_newsletter p {
      max-width: 100%;
      color: #8A92A8;
    }
    .mn_footerAbsolute2{
        display: none;
    }
    #mn_footerAbsolute3 {
      position: absolute;
      top: 70%;
      right: -47px;
    }
    body .mn_mahdaGoalsSection {
      padding: 30px !important;
    }
    body .mn_middleLandingBox.elementor-element > .elementor-container {
      max-width: 90% !important;
    }
    .mn_middleLandingText p{
        max-width: 90%;
    }
    .mn_middleLandingNote p{
        max-width: 85%;
    }
    .mn_socialFooterMobileText {
      margin-top: 70px;
    }
    footer.wd-footer.footer-container {
      padding-bottom: 30px;
    }
    .hiddenCategories .menu-item {
      width: 24.7%;
      display: inline-block;
      min-height: 110px;
    }
    #mn_courseSingle .elementor-column.elementor-col-33,
    #mn_courseSingle .elementor-column.elementor-col-66
    {
      width: 100%;
    }
    #mn_courseSingle .elementor-widget-wrap.elementor-element-populated,
    #mn_topProductSection .elementor-widget-wd_single_product_gallery 
    {
      max-width: 55%;
      margin: 0 auto;
      min-width: 400px;
    }
    
    #mn_singleProductTop .elementor-widget-wrap.elementor-element-populated{
        margin: 0 auto;
    }
    #mn_singleProductTop .product_title,
    #mn_singleProductTop .woocommerce-product-details__short-description
    {
        text-align: center;
    }
    #mn_topProductSection section {
        display: none;
    }
    .single-product .wd-sticky-btn {
      transform: translate3d(0, 0, 0);
      margin-bottom: 20px;
    }
    #mn_middleSingleProduct .elementor-column.elementor-col-50:first-child {
      display: none;
    }
    #mn_middleSingleProduct .elementor-col-50 {
      width: 100%;
    }
    #mn_mahdaBenefits {
        margin-right: -15px;
        margin-left: -15px;
        max-width: 200%;
        width: calc(100% + 30px);
        margin-bottom: 70px;
      }
    #mn_courseSingle .elementor-widget-post-info ul {
      text-align: center !important;
      justify-content: center;
    }
    .mn_course_details {
      font-size: 15px;
      width: 33%;
      margin-left: 0;
      text-align: center;
      justify-content: center;
    }
    .mn_course_details .circle {
      display: block;
      padding-top: 7px;
      margin: 0 auto;
      margin-bottom: 10px;
    }
    #mn_courseMiddlePage {
        max-width: 96%;
        margin: 0 auto;
        margin-top: 120px;
    }
    #mn_courseMiddlePage .elementor-widget.elementor-widget-text-editor {
      max-width: 50%;
    }
    .button-container.mn_mahda_courseButton {
      max-width: 50%;
    }
    .mn_mahda_courseButton .download-button {
      width: 180px;
      font-size: 13px;
      margin-left: 0;
      margin-bottom: 15px;
      position: relative;
    }
    .mn_mahda_courseButton .download-button span.icon {
      position: absolute;
      left: 15px;
      top: 5px;
    }
    #mn_courseCommentSection {
      margin-top: 50px;
    }
    #mn_middleCourseAbsolute1 svg {
      top: -36px;
    }
    #mn_courseCloudeAbsolute svg {
        position: absolute;
        right: -110px;
        top: -40px;
    }
    .category-tag {
      font-size: 18px;
    }
    .mn_heading_color, .mn_heading_normal {
      font-size: 24px;
    }
    #mn_commentSlider .testimonial-avatar-image {
      max-width: 50px !important;
      height: auto !important;
      min-width: 1px;
    }
    #mn_topProductSection .elementor-column.elementor-col-50 {
      width: 100%;
    }
    #mn_topProductSection .wd-nav-arrows.wd-thumb-nav {
      display: none;
    }
    #mn_singleProductAbsolute2 svg {
      position: absolute;
      left: -15px;
      top: 70px;
    }
    body #mn_singleProductAbsolute2 {
      margin: 0 ;
    }
}

@media screen and (max-width:768px) {
    .mn_hidenDesk{
       display: block;
    }
    #mn_singleProductAbsolute2 svg {
      position: absolute;
      left: -15px;
      top: 10px;
    }
    body .mn_mahdaDetails img {
        max-width: 36px;
    }
    .single-product .mn_heading_section p {
      text-align: right !important;
      padding-right: 15px;
    }
    body .mn_mahdaGoalsSection {
        padding: 10px !important;
        margin-top: 0 !important;
      }
    .mn_hidenmobile,#mn_topProductSection .wd-nav-arrows.wd-thumb-nav {
      display: none;
    }
    #mn_topProductSection {
      padding: 0;
      margin: 0 auto;
    }
    #mn_mahdaBreadCrumb .elementor-widget-container{
        overflow-x: scroll;
    }
    #mn_mahdaBreadCrumb .wd-breadcrumbs.woocommerce-breadcrumb {
      white-space: nowrap;
      width: 1000px;
    }
    #mn_topProductSection .elementor-widget-wd_single_product_gallery {
        max-width: 100%;
        margin: 0 auto;
        min-width: 0;
    }
    #mn_singleProductTop .elementor-widget-wrap.elementor-element-populated {
        max-width: 100%;
        min-width: 0;
        text-align: center;
    }
    .mn_mahdaGoalsSection .widget-image-caption.wp-caption-text{
        font-size: 13px;
    }
	#mn_courseSingle .elementor-widget-wrap.elementor-element-populated,
    #mn_singleProductTop .elementor-widget-wrap.elementor-element-populated
    {
      max-width: 96%;
      text-align: center;
	  min-width: 100px;
    }
    #mn_middleSingleProduct {
      padding-left: 0;
      padding-right: 0;
    }
    footer.wd-footer.footer-container {
        overflow: hidden;
    }
    .hiddenCategories .menu-item {
      width: 49.5%;
      display: inline-block;
      min-height: 110px;
    }
    #kids .elementor-element-populated,
    #teachers .elementor-element-populated,
    #managers .elementor-element-populated,
    #mothers .elementor-element-populated
    {
      border-radius: 0;
    }
   .mn_socialFooterMobile {
        max-width: 100%;
    }
    .mn_socialFooterMobile .elementor-column.elementor-col-25 {
      max-width: 25%;
    }
    #mn_absoluteSvgPopulationMobile svg {
      position: absolute;
      left: 0;
      top: -140px;
    }
    #mn_mobilePopulate .mn_svgheading {
      margin-top: -20px;
    }
    #mn_sunStartAbsolute1 {
      top: -115px;
      right: -30px;
    }
    .mn_mahdaGoalsSection .elementor-column.elementor-col-20 {
        width: 49.5%;
        max-width: 50%;
        display: inline-block;
        margin: 0 auto;
    }
    #mn_mahdaBenefits {
      border: none;
      margin-top: 0;
    }
    #mn_BenefitsAbsoluteIcon1 {
      margin-top: 50px;
      margin-right: -40px;
    }
    .mn_socialFooterMobile .elementor-column.elementor-col-50 {
      max-width: 50%;
    }
    body .kidsBorder .elementor-widget-wrap.elementor-element-populated {
      border-radius: 0 !important;
      margin-top: 0 !important;
    }
    .mn_middleLandingText p {
      font-size: 20px;
      padding: 0 10px;
      max-width: 100%;
    }
    #mn_mahdaBenefits .mn_BenefitsDetails {
        margin-bottom: 70px;
        margin-top: 22px;
        padding: 0 30px;
    }
    #mn_mahdaBenefits .mn_svgheading svg {
      max-width: 100px;
    }
    #mn_mahdaComment .mn_svgheading {
      margin-top: 0;
    }
    .mn_BenefitsDetails .elementor-column.elementor-col-25 {
      width: 49.5%;
      margin-bottom: 30px;
    }
    #mn_BenefitsAbsoluteIcon2 {
      position: absolute;
      bottom: 0;
    }
    #mn_BenefitsAbsoluteIcon2 svg {
      left: -10px;
    }
    #mn_commentSlider .wd-testimon-text.reset-last-child {
      font-size: 13px;
      font-weight: 400;
      line-height: 2;
    }
    .mn_footerAbsolute2{
        display: none;
    }
    .mn_mahdaFooterAbsolute1 {
      top: -60px;
    }
    .mothersBorder .elementor-widget-wrap.elementor-element-populated,
    .teachersBorder .elementor-widget-wrap.elementor-element-populated,
    .managersBorder .elementor-widget-wrap.elementor-element-populated,
    .kidsBorder .elementor-widget-wrap.elementor-element-populated
    {
      border-radius: 0 !important;
    }
     #mn_footerAbsolute3 {
        position: absolute;
        top: -70px;
        right: -70px;
    }
    #mn_newsletter {
      padding-top: 50px;
    }
    #mn_footerAbsolute3 svg {
      max-height: 80px;
    }
    #mn_newsletter .elementor-field-type-email {
      width: 69%;
    }
    #mn_newsletter .elementor-field-type-submit {
      width: 30%;
    }
    .mn_mahdaFooterAbsolute1 svg {
      max-width: 80px;
    }
    footer.wd-footer.footer-container .elementor-section-full_width {
      padding: 15px;
    }
    .mn_mahdaFooterLogo {
      text-align: center;
    }
    #mn_mahdaFooterMenu {
      padding-left: 0;
    }
    #mn_mahdaFooterMenu li {
      background: #282f38;
    }
    #mn_mahdaFooterMenu li > a {
      color: #8A92A8;
    }
    #mn_socialFooter .elementor-column {
      margin-left: auto;
    }
    .home #main-content {
      padding: 0;
    }
    #mn_goalsSection {
      width: 96%;
      margin: 0 auto;
      margin-top: 120px;
    }
    #mn_courseSingle h1 {
      text-align: center;
      font-size: 24px;
    }
    #mn_courseSingle {
      text-align: center;
    }
    .mn_course_details {
        font-size: 13px;
        width: 33%;
        margin-left: 0;
        text-align: center;
    }
    .mn_course_details .circle {
      display: inherit;
      margin-bottom: 10px;
      line-height: 3;
    }
    #mn_courseMiddlePage .elementor-widget-text-editor p {
      font-size: 18px;
      padding-right: 0;
      padding-top: 10px;
      text-align: center !important;
    }
    #mn_courseMiddlePage .elementor-widget-text-editor p strong {
      display: block;
      font-family: var(--bold-font);
    }
  
    .mn_mahda_courseButton .download-button:last-child > span:first-child {
      padding-left: 5px;
    }
    .mn_mahda_courseButton .download-button {
      height: 48px;
      margin-left: 0;
      font-size: 13px;
      margin-left: 0;
      margin-bottom: 10px;
      width: 180px;
    }
    .button-container.mn_mahda_courseButton {
      max-width: 60%;
    }
    .mn_mahda_courseButton .download-button > span:first-child {
      padding: 8px 24px;
    }
    .mn_mahda_courseButton .download-button span.icon {
      left: 20px;
    }
    .mn_mahda_courseButton .download-button span.icon.download-icon {
      right: 0;
    }
     #mn_courseMiddlePage .elementor-widget-html {
        padding-right: 24px;
        margin-bottom: 50px;
      }
    #mn_courseMiddlePage #mn_middleCourseAbsolute1 {
      margin-bottom: 0;
      position: absolute;
      bottom: 0;
      left: 10px;
    }
    #mn_middleCourseAbsolute1 svg {
      position: absolute;
      left: 0;
      top: auto;
      bottom: 20px;
    }
    .absoluteClouedCourse {
      display: none;
    }
    .category-tag{
        font-size: 18px;
        margin-top: -5px;
    }
    .mn_heading_color, .mn_heading_normal{
        font-size: 24px;
    }
    #mn_courseCommentSection .mn_heading_section p {
      text-align: right !important;
      padding-right: 20px;
    }
    #mn_courseCloudeAbsolute svg {
      position: relative;
      top: -35px;
      height: 90px;
      position: absolute;
      left: -110px;
	  right: auto;
    }
	#mn_courseMiddlePage .elementor-widget.elementor-widget-text-editor {
		max-width: 90%;
		text-align: center;
		margin: 20px auto;
		margin-bottom: 30px;
	}
	#mn_commentSlider {
		margin-bottom: 25px;
	}
    #mn_courseCommentSection {
      margin-top: 70px;
    }
    #mn_commentSlider .wd-testimon-info .wd-testimon-thumb img {
      height: 50px;
      width: auto !important;
      min-width: 1px;
    }
    #mn_commentSlider .wd-testimon-info .wd-testimon-bio .wd-testimon-name.title{
        font-size: 15px;
    }
    #mn_commentSlider .wd-nav-pagin-wrap.wd-hide-sm {
        display: block !important;
    }
    #mn_commentSlider .wd-nav-pagin-wrap{
        margin-top: 10px;
    }
    #mn_commentSlider .wd-nav-pagin-item.wd-active span{
        border-radius: 50px;
    }
    #mn_mahdaBreadCrumb .woocommerce-breadcrumb .wd-last-link ~ span {
      display: block;
    }
}
