html, body{
    font-size: 16px;
    color: #000;
    /* font-family: 'Urbanist', sans-serif; */
    font-family: 'Causten', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    /* font-family: 'Urbanist', sans-serif; */
    font-family: 'Causten', sans-serif;
}
main {
    min-height: 500px;
}
.grid-child{
      max-width: 1320px;
}
header.container-header{
    background: #fff;
    color: #000;
    margin-bottom: 50px;
}
header.container-header .mod-menu{
    color: #000;
}
.brand-logo img {
    min-width: 250px;
}
header .brand-logo img {
    min-width: 170px;
}

.com-contact__container .com-contact__thumbnail {
  grid-column: 1/5;
  margin-bottom: 1em;
  text-align: left;
}
.avPlayerWrapper.avVideo{
    max-width: 1130px;
    margin-left: 0;
}

.blog-featured .avPlayerWrapper.avVideo{
    margin-left: auto;
}
.title_add_cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.info_text {
font-size: 10px;
font-weight: 500;
line-height: 12px;
color: #17CACF;
display: inline-flex;
align-items: center;
}
.document_not_upl_name{
    display: inline-block;
    margin-bottom: 15px;
}
.flex_col_docs{
    display: inline-flex;
    flex-direction: column;

}

.flex_row_docs {
    display: inline-flex;
}
.bold{
    font-weight: 700;
}
.pointer{
    cursor: pointer;
}

.login_block {
  margin-bottom: 15px;
  max-width: 500px;
  margin-right: 50px;
}
.login_block .btn.btn-primary {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login_block .btn.btn-primary {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

#comjshop_register .box_button .btn.btn-primary {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

#comjshop_register h1,
.pagelogin h1,
.editaccount_block h1{
font-size: 36px;
font-weight: 600;
line-height: 58px;
color: transparent;
  background-clip: text;
  background-image: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.requiredtext {
  padding-bottom: 10px;
  color: #17CACF;
  font-size: 14px;
  font-weight:500;

}
.jshop label {
  font-weight: 500;
  line-height: 25px;
}

.icon-add{
    font-size: 30px;
    color: #4078F4;

}
.icon-remove{
    font-size: 30px;
    color: #E2574C;
    margin-top: 30px;
}
.chart {
  position: relative;
  width: 142px;
  height: 142px;
}

.chart .chart_number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
font-size: 24px;
font-weight: 700;
line-height: 29px;

}
.chart .chart_number > span {
	font-size: 20px;
	display: inline;
}
img.avatar{
    border-radius: 50%;
    max-width: 200px;
}

.site-bg-bottom{  /* site-grid */
background-image: url('../images/bg.png');
background-position-x: right;
background-position-y: bottom;
background-repeat: no-repeat;
}

.mtmb{
    margin-bottom: 5px;
    margin-top: 20px;
}
.fw700{
    font-weight: 700;
}

.myaccount_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 850px;
}
.myaccount_head .editdata{
    margin-top: 15px;
    min-width: 30px;
    width: 30px;
}
h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 77px;
}
.myaccount_head .groupname{
    width: calc(100% - 200px);
}

.easychart{
    margin-top: 15px;
    min-width: 150px;
    width: 150px;
}
img.img_pdf{
    max-width: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.row_pdf{
    display: flex;
    justify-content: space-between;
}
.f_right{
    float: right;
}
.m_height{
    min-height: 180px;
}
.jshop_profile_data{
font-size: 20px;
font-weight: 400;
line-height: 32px;

}
.jshop_profile_data.list {
  margin-bottom: 10px;
  min-height: 160px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.mh30 {
min-height: 30px;
}
.container-header .grid-child {
  padding: .5em 0;
    border-bottom: 2px solid;
    border-image: linear-gradient(45deg, #17CACF, #4078F4) 1;
    align-items: center;
}

#comjshop_register{
    margin-left: auto;
    margin-right: auto;
}
.jshop.pagelogin{
    max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

body.not-sidebar-left .com-content-article__body,
body.not-sidebar-left .com-contact {
    max-width: 1195px;
    margin-left: auto;
    margin-right: auto;
}

#nav_cat {
  background: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);
  border-radius: 40px;
  color: #fff;
  font-family: 'Causten', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 9.5px 25px;
  cursor: pointer;
  width: 200px;
  text-align: center;
  position: relative;
  padding-left: 60px;
  display: none;
}
#nav_cat .line2 {
    position: absolute;
    width: 28px;
    height: 3px;
    background: #fff;
    left: 46px;
    top: calc(50% - 2px);
}
#nav_cat .line1.line2 {
    margin-top: -8px;
    transition-duration: 0.15s;
}
#nav_cat .line3.line2 {
    margin-top: 8px;
    transition-duration: 0.15s;
}
#nav_cat.open .line2{
   display: none;
}
#nav_cat.open .line1.line2 {
    display: block;
    transform: translate3d(0, 8px, 0) rotate(45deg);
    transition-duration: 0.15s;
}
#nav_cat.open .line3.line2 {
    display: block;
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    transition-duration: 0.15s;
}

.container-sidebar-left .filter-toggler{
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='5px'%3E%3Cpath fill-rule='evenodd' fill='rgb(183, 183, 183)' d='M7.877,0.127 L8.813,1.351 L4.457,4.681 L0.083,1.351 L1.037,0.127 L4.385,2.827 L7.877,0.127 Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 22px;
  right: 30px;
  top: 5px;
  cursor: pointer;
  transition: all .5s;
  padding: 10px;
}
.container-sidebar-left .filter-toggler.open {
  transform: rotate(0deg);
}
.container-sidebar-left .filter-toggler{
  /*  display: none; */
}
.container-sidebar-left .mod-menu__sub {
    display: none;
  }

.footer {
    background: #fff;
    color: #000;
}
.footer .grid-child{
    padding: 2.5rem 0;
    border-top: 2px solid;
    border-image: linear-gradient(45deg, #17CACF, #4078F4) 1;

}
.footer ul.mod-menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.footer .mod-list li {
    display: inline-block;
    margin: 20px 10px;
}

.footer a{
    text-decoration: none;
}

.btn.btn-primary {
  background: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);
border-radius: 40px;
color: #fff;
/* font-family: Urbanist;  */
font-family: 'Causten', sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 21px;
border: none;
padding-left: 35px;
padding-right: 35px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus{
    opacity: 0.8;
}

.field-calendar .btn.btn-primary{
    border-radius: 0px;
padding-left: 20px;
  padding-right: 20px;
}

.myaccount_head h3{

font-size: 36px;
font-weight: 600;
line-height: 58px;
color: transparent;
background-clip: text;
background-image: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-upload:before{
    content: ""; /* "\f093" */
}

.icon-upload{
background: url('../images/upload.svg');
width: 30px;
height: 30px;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
}

.icon-edit::before {
  content: "";  /* \f044 */
}

.icon-edit{
background: url('../images/edit.svg');
width: 30px;
height: 30px;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
}
.icon-info-2::before {
  content: "";
}
.icon-info-2{
background: url('../images/info.svg');
width: 16px;
height: 16px;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
}

.icon-envelope-opened::before {
  content: "";
}
.icon-envelope-opened{
background: url('../images/mail.svg');
width: 16px;
height: 16px;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
}

.icon-check::before {
  content: "";
}
.icon-check{
background: url('../images/check_circle.svg');
width: 16px;
height: 16px;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
}

div.mod-languages .btn-group {
  margin-left: 25px!important;
}
div.mod-languages .btn-group button.btn{
    padding-left: 10px;
    padding-right: 10px;
}
div.mod-languages ul.dropdown-menu{
    min-width: 60px;
}
.text_upper{
    text-transform: uppercase;
}
header .mod-menu > li{
    padding: 9.5px 0;
}
header .mod-menu > li.active a,
header .mod-menu > li:hover a{
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
header .mod-menu > li:last-child {
    background: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);
    border-radius: 40px;
    color: #fff;
    /* font-family: 'Urbanist', sans-serif; */
    font-family: 'Causten', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 9.5px 25px;
}
#nav_cat:hover > *,
header .mod-menu > li.active:last-child a,
header .mod-menu > li:last-child:hover a,
header .mod-menu > li:last-child:focus a{
    opacity: 0.8;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.com-content-category-blog__items h1,
.com-content-article__body h1,
.com-content-article .page-header h1{
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-size: 36px;
    font-weight: 600;
    line-height: 58px;
}
.item-content .page-header h2 a{
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-decoration: none;
    font-size: 36px;
    font-weight: 600;
    line-height: 58px;

}
.content1{
font-size: 34px;
font-weight: 300;
line-height: 48px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.content1 a.home_login{
/* font-family: 'Urbanist', sans-serif; */
font-family: 'Causten', sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 32px;
width: 260px;
    height: 54px;
}
.content1 > div:last-child{
    min-width: 44%;
    margin-left: 7%;
}
.content1 p {
    margin-top: 30px;
}
h2.home{
font-size: 36px;
font-weight: 600;
line-height: 58px;
text-align: center;
    max-width: 1050px;
margin: 80px auto 50px;
}

.home2 h2{
font-size: 36px;
font-weight: 600;
line-height: 58px;
text-align: center;
    max-width: 1050px;
    margin: 100px auto 50px;
}
.home2 .mod-custom.custom > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1230px;
    margin: 0 auto 100px;
	flex-wrap: wrap;
}

.home2 .mod-custom.custom > div > div {
    text-align: center;
    padding: 10px 20px;
	width: 50%;
}

.home2 h3{
font-size: 36px;
font-weight: 600;
line-height: 58px;

}

.home2 p {
font-size: 20px;
font-weight: 600;
line-height: 32px;
  padding-left: 20px;
padding-right: 20px;
}
.home2.seo{
    margin-bottom: 80px;
}
.home2.seo h2{
    margin-top: 50px;
}

.home2.seo .mod-custom.custom > div{
    margin-bottom: 10px;
}
.home2.seo h3{
font-size: 24px;
font-weight: 600;
line-height: 38px;
text-align: left;

}

.home2.seo p{
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: left;
  padding-left: 0px;
padding-right: 0px;
}


a.pdf,
a.pdf_name {
font-size: 20px;
font-weight: 700;
line-height: 32px;
    text-decoration: none;
    color: #000;
}

.com-contact h3{
font-size: 36px;
  font-weight: 600;
  line-height: 58px;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.com-contact__form {
    max-width: 500px;
}

.editaccount_block .box_button .btn.btn-primary,
.com-contact__form .btn.btn-primary{
    float: right;
    margin-bottom: 20px;
}
.back_link {
  margin-top: -8px;
  display: block;
}
.has-sidebar-left .site-grid .grid-child.container-component {
    margin-left: 55px;
    width: calc(100% - 55px);
}
.sidebar-left.card {
    border: none;
}
.sidebar-left .card-body{
    padding: 0;
}
.sidebar-left .mod-list > li {
position: relative;
    margin-top: 0px;
  /*  margin-bottom: 30px; */
    padding: 12px 10px 12px;
 /* border:2px solid #ddd;
  border-image: linear-gradient(45deg, #17CACF, #4078F4) 1;
  border-radius:10px; */

}
/*
.sidebar-left .mod-list > li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(45deg, #17CACF, #4078F4);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
*/

.sidebar-left .mod-list li > a {
font-size: 22px;
font-weight: 600;
line-height: 32px;
text-align: left;  /* center */
color: #706C87;
width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.sidebar-left .mod-list li > a:hover,
.sidebar-left .mod-list li.active > a {
  text-decoration: none;
color: transparent;
  background-clip: text;
  background-image: linear-gradient(90.99deg, #17CACF 0.29%, #4078F4 86.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar-left .mod-list li .mod-menu__sub {
padding-left: 0;
 /* max-width: 240px;
  margin: 0 auto; */
}
.sidebar-left .mod-list li .mod-menu__sub li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-left .mod-list li .mod-menu__sub li > a{
   font-size: 20px;
font-weight: 600;
line-height: 24px;
text-transform: none;
}
.com-users-login.login{
    max-width: 500px;
}
.com-users-login.login .list-group-item {
border: none;
  background: transparent;
  display: none;
}

.com-users-login.login .list-group-item:first-child {
  display: block;
}

.jshop_profile_data span {
  font-weight: 600;
  min-width: 220px;
  display: inline-flex;
}

.btn_other{
    cursor: pointer;
    color: #6d757e;
    padding-left: 35px;
    font-weight: 500;
}

@media (min-width: 1320px) {
    body{
        padding-left: 20px;
        padding-right: 20px;
    }
    .grid-child{
         max-width: 1600px;
    }
    .site-grid {
      display: flex;
      max-width: 1600px;
      margin: 0 auto;

    }
    .grid-child.container-sidebar-left{
        width: 350px;
    }
    .grid-child.container-component{

    }

}

@media (min-width: 992px) {
    .container-header .mod-menu {
    justify-content: flex-end;
    }
	.sidebar-left .mod-list > li{
		padding-right: 30px;
	}
	.home2.seo .mod-custom.custom > div > div {
	  width: 50%;
	}
}

@media (max-width: 1319px) {
    body{
        padding-left: 15px;
        padding-right: 15px;
    }


}

@media (max-width: 1199px) {

    .header .grid-child {
       display: block;
       position: relative;
    }

    .container-header .navbar-brand{
        margin-left: 0;
        margin-right: auto;
        max-width: 170px;
    }

    .container-header .mod-languages{
        position: absolute;
          top: 20px;
          right: 0px;
    }
header .mod-menu > li:last-child {
  position: absolute;
  top: 20px;
  right: 70px;
}
.container-header .mod-menu {
    justify-content: center;
  }
}

#navBtnNew {
    display: none;
}
.hamburger {
  padding: 15px 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
  margin: 0 0 0 0;
  overflow: visible;
  float:left;
  z-index: 10;
  position: relative;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #68554A;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media (max-width: 991px) {

 body {
    padding-left: 0;
    padding-right: 0;
  }
  .header .grid-child {
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    background: #fff;
  }
  .site-bg-bottom{
      margin-top: 60px;
  }
    .container-header .mod-languages{
        position: absolute;
          top: 20px;
          right: 70px;
    }
    #nav_cat{
      position: absolute;
      top: 20px;
      right: 140px;
      display: block!important;
    }
    body.not-sidebar-left #nav_cat{
        display: none!important;
    }
    body.not-sidebar-left .header.container-header .mod-menu.mod-list.nav > li:last-child {
      position: absolute;
      top: 20px;
      right: 140px;
      display: block!important; 
    } 
    .header.container-header .mod-menu.mod-list.nav > li:last-child {
    /*  position: absolute;
      top: 20px;
      right: 140px;
      display: block!important; */
    }
    .header.container-header .mod-menu.mod-list.nav > li{
            display: none;
        }



    .header.container-header .mod-menu.mod-list.nav.in > li {
      display: block;
    }
    #navBtnNew {
        display: block;
        margin-top: 15px;
        position: absolute;
        top: 0;
        right: 0px;

    }

    h1 {
      font-size: 36px;
      font-weight: 600;
      line-height: 46px;
      word-wrap: break-word;
    }
    .content1 {
      font-size: 28px;
      font-weight: 300;
      line-height: 38px;
    }
    .content1 > div:last-child {
      min-width: 40%;
      margin-left: 0;
    }
  .home2 h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 10px auto 10px;
  }
    .home2 .mod-custom.custom > div {
     margin: 0 auto 10px;
     flex-direction: column;
   }
   .home2 .mod-custom.custom > div > div {
		width: 100%;
	}
    h2.home {
      margin: 30px auto 50px;
    }
    .has-sidebar-left .site-grid .grid-child.container-component {
      margin-left: 0;
      width: 100%;
    }
    .container-header .mod-menu.in:before{
        border-top: 2px solid;
        border-image: linear-gradient(45deg, #17CACF, #4078F4) 1;
        margin-top: 8px;
        content: '';
        width: calc(100% + 30px);
        height: 2px;
        margin-left: -15px;
        margin-bottom: 9px;
    }
    .grid-child.container-sidebar-left{
        max-width: 100%;
        width: 100%;
        grid-area: top-a-start;
        margin: 0 auto;
        display: none;
        position: fixed;
        margin-top: -28px;
        border-bottom: 2px solid;
        border-image: linear-gradient(45deg, #17CACF, #4078F4) 1;
        background: #fff;
        z-index: 9;
    }
    .grid-child.container-sidebar-left > div{
        max-width: 350px;
    }
    
    .container-sidebar-left .filter-toggler{
        display: block;
    } 
    .container-sidebar-left .mod-menu__sub {
        display: none;
    }

    body.has-sidebar-left .header.container-header .mod-menu.mod-list.nav.in > li:last-child {
      position: relative;
      top: unset;
      right: unset;
      color: #000;
      background: unset;
      padding-left: 0;
    }
    body.has-sidebar-left header .mod-menu > li.active:last-child a,
    body.has-sidebar-left header .mod-menu > li:last-child:hover a,
    body.has-sidebar-left header .mod-menu > li:last-child:focus a {
      opacity: 1;
      color: transparent;
      -webkit-text-fill-color: transparent;
    }
    .container-sidebar-left .filter-toggler{
        background-size: 28px;
        top: 0px;
    }
    .sidebar-left .mod-list li > a {
        font-size: 20px;
    }
    .container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
      font-size: 20px;
    }

    body.not-sidebar-left .container-header .mod-menu > li:last-child  > a{
        font-size: 16px;
        display: inline-block;
        width: 100%;
    }
	.container-sidebar-left .filter-toggler{
		right: 10px;  
	}
    
    
}

@media (max-width: 670px) {
 .content1 {
    flex-direction: column;
  }

  .myaccount_head.myacc_title{
      flex-direction: column;
    align-items: center;
    text-align: center;
  }

.myaccount_head h3 {
  font-size: 32px;
  line-height: 42px;
  word-wrap: break-word;
  width: calc(100% - 30px);
}
.myaccount_head .editdata {
  margin-top: 12px;
}
}

@media (max-width: 540px) {
  .site-bg-bottom{
      margin-top: 120px;
  }
    #nav_cat,
    body.not-sidebar-left .header.container-header .mod-menu.mod-list.nav > li:last-child {
      position: absolute;
      top: 80px;
      right: 50%;
      transform: translateX(+50%);
    width: 90%;
    text-align: center;
      display: block!important;
      max-width: 200px;
    }
    .header .grid-child {
       padding-bottom: 60px;
     }
        .header.container-header .mod-menu.mod-list.nav.in{
            margin-top: 52px;
            margin-bottom: -42px;
        }

}

@media (max-width: 460px) {
  .site-bg-bottom{
      margin-top: 120px;
  }
    .container-header .mod-languages{
        position: absolute;
          top: 20px;
          right: 70px;
    }
 /*   #nav_cat,
    body.not-sidebar-left .header.container-header .mod-menu.mod-list.nav > li:last-child {
      position: absolute;
      top: 80px;
      right: 50%;
      transform: translateX(+50%);
    width: 90%;
    text-align: center;
      display: block!important;
      max-width: 200px;
    }
 .header .grid-child {
    padding-bottom: 60px;
  } 
        .header.container-header .mod-menu.mod-list.nav.in{
            margin-top: 60px;
            margin-bottom: -50px;
        } */
    .myaccount_head .groupname {
      width: calc(100% - 35px);
    }
    .myaccount_head .f_right.easychart{
        position: absolute;
          right: 0;
        margin-top: 50px;
    }
    .jshop_profile_data span {
      min-width: auto;
    }
    .myaccount_head .f_right .chart {
    display: none;
    }
h1 {
    font-size: 32px;
    line-height: 42px;
  }
.content1 {
    font-size: 26px;
    line-height: 36px;
  }
  .myaccount_head h3 {
    font-size: 30px;
    line-height: 40px;
  }
h2.home {
  font-size: 30px;
  line-height: 40px;
}
.item-content .page-header h2 a{
      font-size: 32px;
    line-height: 42px;
}
}