.header--kids .header__extra > i {
    color: #3078a6;
}
.header--kids .header__extra span {
    background-color: #ff890d;
}
.header--kids .header__extra span i {
    color: #fff;
}
.header--kids .header__extra:hover > i {
    color: #3078a6;
}
.header--kids .header__extra:hover span {
    color: #fff;
}
.header--kids .ps-block--user-header .ps-block__left i {
    color: #fff;
}
.header--kids .ps-block--user-header .ps-block__right a {
    color: #3078a6;
}
.header--kids .ps-block--user-header a:hover {
    color: #fcb800;
}
.header--kids .header__top {
    padding: 25px 0;
    background-color: #fff;
}
.header--kids .menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header--kids .navigation__extra > li:after {
    background-color: #fff;
}
.header--kids .navigation__extra > li > a {
    color: #ffffff;
}
.header--kids .navigation__extra > li > a:hover {
    text-decoration: underline;
}
.header--kids .navigation__extra > li .ps-dropdown > a {
    color: #fff;
}
.header--kids .menu--product-categories .menu__toggle {
    color: #fff;
}
.header--kids .menu--product-categories .menu__toggle span {
    color: #fff;
}
.header--kids .menu--product-categories .menu__toggle:before {
    height: 2px;
    background-color: #fcb800;
}
.header--kids .navigation, .header--mobile .navigation--mobile {
    position: relative;
    background-color: #ff890d;
    border-top: 1px solid #ff890d;
}
.header--kids .navigation:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 10px;
    background-repeat: repeat-x;
}
.header--kids .navigation .container {
    position: relative;
}
.header--kids .menu--recent-view {
    position: static;
}
.header--kids .menu--recent-view .menu-item-has-children {
    position: static;
}
.header--kids .menu--recent-view .menu-item-has-children a {
    font-size: 16px;
    color: #fff;
}
.header--kids .menu--recent-view .menu-item-has-children:hover .navigation__recent-products {
    visibility: visible;
    opacity: 1;
}
.header--kids .navigation__recent-products {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 1170px;
    width: 100%;
    padding: 20px 50px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0;
    z-index: 100;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
}
.header--kids .navigation__recent-products p {
    margin-bottom: 0;
    text-align: center;
}
.header--kids .navigation__recent-products p a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}

.header--kids .navigation__recent-products .owl-nav .owl-prev {
    margin-left: -30px;
}

.header--kids .navigation__recent-products .owl-nav .owl-next {
    margin-right: -30px;
}
.header--kids .navigation__recent-products .owl-slider .owl-item a {
    display: block;
    padding: 10px;
    border: 1px solid transparent;
}
.header--kids .navigation__recent-products .owl-slider .owl-item a:hover {
    border-color: #fcb800;
}
.header--kids.header--sticky .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header--kids.header--sticky .header__top .menu--product-categories span {
    display: block;
}
.header--kids.header--sticky .header__top .menu--product-categories .menu__content:before {
    right: auto;
    left: 55px;
}
.header--kids.header--sticky .header__top .menu--product-categories:hover .menu__content {
    transform: translateY(8px);
}
.ps-promotion-kids {
    background: #fff;
}
.menu--dropdown li a i {
    color: #3078a6;
}
.header--mobile-kids {
    background-color: #3078a6;
}
.header--mobile-kids .header__extra > i {
    color: #fff;
}
.header--mobile-kids .header__extra span {
    background-color: #fcb800;
}
.header--mobile-kids .header__extra span i {
    color: #fff;
}
.header--mobile-kids .header__extra:hover > i {
    color: #fff;
}

.header--mobile-kids .header__extra:hover span {
    color: #fff;
}

.header--mobile-kids .ps-block--user-header .ps-block__left i {
    color: #fff;
}

.header--mobile-kids .ps-block--user-header .ps-block__right a {
    color: #fff;
}

.header--mobile-kids .ps-block--user-header a:hover {
    color: #ff890d;
}

.header--mobile-kids.header--sticky .navigation--mobile {
    background-color: #3078a6;
}

#homepage-kids {
    padding: 0 0 70px 0;
    /* background-image: url("../img/bg/home-kids.jpg"); */
    background: #f8f8f8;
    background-repeat: repeat;
    background-position: 0 0;
}

#homepage-kids .ps-home-banner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

#homepage-kids .ps-home-banner > * {
    width: 100%;
}

#homepage-kids .ps-home-banner .owl-slider .owl-item img {
    width: 100%;
}

#homepage-kids .ps-home-banner .ps-section__left {
    position: relative;
    max-width: 270px;
    background-color: #ffffff;
}

#homepage-kids .ps-home-banner  .menu--dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
}

#homepage-kids .ps-home-banner  .menu--dropdown > li > a {
    line-height: 16px;
}

#homepage-kids .ps-home-banner .mega-menu {
    z-index: 100;
    min-height: 100%;
}

#homepage-kids .ps-home-banner .ps-section__center {
    max-width: calc(100% - 652px);
}

#homepage-kids .ps-home-banner .ps-section__center img {
    width: 100%;
}

#homepage-kids .ps-home-banner .ps-section__center .owl-slider {
    max-width: 100%;
}

#homepage-kids .ps-home-banner .ps-section__right {
    max-width: 382px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

#homepage-kids .ps-home-banner .ps-section__right > a {
    display: block;
    max-width: 50%;
    width: 100%;
    flex-basis: 50%;
}

#homepage-kids .ps-home-banner .ps-section__right > a img {
    width: 100%;
}

#homepage-kids .ps-home-banner .ps-section__right > a.wide {
    max-width: 100%;
    flex-basis: 100%;
}

#homepage-kids .ps-best-sale-brands .ps-section__content {
    background-color: #fff;
}

#homepage-kids .ps-search-trending .ps-block--categories-tabs .ps-tab-list a:hover i, #homepage-kids .ps-search-trending .ps-block--categories-tabs .ps-tab-list a.active i {
    color: #3e81ac;
}
#homepage-kids .ps-search-trending .ps-section__header h3 {
    font-weight: 600;
}

@media (min-width: 1200px) {
    #homepage-kids .ps-home-collection {
        margin-bottom: 60px;
    }
}
@media (max-width: 1199px) {
    #homepage-kids .ps-home-banner .ps-section__left {
        display: none;
    }
}

@media (max-width: 991px) {
    #homepage-kids .ps-home-banner .container {
        flex-flow: column wrap;
    }
    #homepage-kids .ps-home-banner .container .ps-section__center {
        max-width: 100%;
    }
    #homepage-kids .ps-home-banner .container .ps-section__right {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #homepage-kids .ps-best-sale-brands {
        padding: 40px 0;
    }
}
@media (min-width: 768px) {
    .ps-block--store-banner .ps-block__user .ps-block__user-content.first {
        min-width: 50% !important;
    }
}

#homepage-kids .ps-search-trending .ps-tab {
    padding: 60px 60px 20px;
}
@media (max-width: 768px) {
    #homepage-kids .ps-search-trending {
        margin: 0 auto;
    }
    #homepage-kids .ps-search-trending .ps-tab {
        padding: 60px 15px 20px;
    }
}

#homepage-kids .ps-deal-of-day {
    margin-bottom: 30px;
}

#homepage-kids .ps-deal-of-day .ps-product .ps-product__price {
    color: #690;
    font-size: 18px;
}

#homepage-kids .ps-deal-of-day .ps-product .ps-product__price del {
    margin-left: 10px;
    font-size: 14px;
}

#homepage-kids .ps-deal-of-day .ps-product .ps-product__price small {
    margin-left: 10px;
    color: red;
}

#homepage-kids .ps-deal-of-day .ps-section__header, #homepage-kids .ps-deal-of-day .ps-section__content {
    background-color: #fff;
}

#homepage-kids .ps-deal-of-day .ps-section__header {
    margin-bottom: 0;
    padding: 20px 20px 10px;
}

#homepage-kids .ps-deal-of-day .ps-section__content {
    padding: 60px 30px 30px;
}

#homepage-kids .ps-home-promotions {
    margin: 0 0 30px;
}

#homepage-kids .ps-block--products-of-category h3 {
    font-weight: 600;
}
.header--kids .navigation {

    height: 55px !important;
}

.header--kids .menu--product-categories .menu__toggle span {

    padding: 15px !important;
}

/* dropzone */

.dropzone {
    position: relative; }
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa; }
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green; }
.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none; }
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
    display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block; }
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px; }

.row.nomrg-right {
    margin-right: 15px !important;
}
.title-h::after {
    content: " ";
    position: absolute;
    top: 120%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #666;
}
.menu--product-categories .menu--dropdown {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    min-width: 400px;
}
#homepage-kids .ps-product__title{
    font-weight: 600;
}
#homepage-kids .ps-product__content .ps-product__title{
    font-weight: 400;
    color: #666;
}


/* update by Kushan */
.ps-block--product-box .ps-block__products .ps-tab-list li a {
    font-size: 16px;
    color: #3777bc;
    font-weight: 600;
    text-transform: uppercase;
}
.ps-block--product-box .ps-block__products .ps-tab-list li.active a {
    color: #f58220;
}
.ps-shopping__header {
    background-color: #eee !important;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
}
.ps-shopping__header p {
    margin-bottom: 0;
    display: inline-block;
}
.ps-product:hover .ps-product__content {
    visibility: visible;
    opacity: 1;
    height: auto;
}
.ps-product{
     border: transparent 1px solid;
}
.ps-product.ps-product--wide{
    background: #f9f9f9;
    border: #ddd 1px solid;
}
.ps-product.padding{
    padding: 20px 20px 10px;
}
.ps-product.padding:hover {
    border: #ddd 1px solid !important;
}
.ps-product .unit{
    color: #777;
    font-size: 12px;
    display: inline-block;
    float: none;
}
.ps-block--average-rating .ps-block__star > span.rate-name {
    min-width: 60px;
    color: #666;
}
.ps-block--average-rating .ps-block__star .ps-progress {
    background-color: #ccc;
    margin-right: 10px;
}
.ps-block--average-rating .ps-block__star .ps-progress span {
    background-color: #2985e9;
}
.ps-product .ps-product__title {
    min-height: 50px;
}
.ps-product .ps-product__price {
    line-height: 16px;
    display: table;
}
.ps-btn:hover, .ps-btn:active, button.ps-btn:hover, button.ps-btn:active {
    background-color: #3777bc;
}
.ps-block--store-banner .ps-block__user {
    background-color: #eee;
    padding: 50px 5%;
    position: relative;
}
.ps-block__user .icon{
    width: 26px !important;
    height: 26px !important;
    display: inline-block;
}
.ps-block__user .download{
    width: 20px !important;
    height: 26px !important;
    display: inline-block;
}
.ps-block__user-avatar .avatar{
    border: #bbb 1px solid;
}
.ps-block--store-banner .ps-block__user p, .ps-block__user, .ps-block__user p , .ps-block__user-content p{
    color: #666;
    font-size: 14px !important;
    line-height: 18px;
}
.ps-block__user h4 {
    font-size: 19px;
    line-height: 22px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.ps-block__user-content h4 {
    font-size: 16px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar .br-wrapper a {
    font-size: 17px;
}
.ps-block--store-banner .ps-block__user p i {
    color: #888;
}
.ps-block__user-content p i{
    margin-right: 1rem;
}
.ps-block__user-content span.bold, .ps-block__user-avatar span.bold{
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.ps-block__user-content span.line2, .ps-block__user-avatar span.line2, .ps-block__user-content i, ps-block__user-avatar i, span.line2 span{
    display: inline-grid;
}
.ps-btn.inquery {
    padding: 10px 35px;
    font-size: 14px;
    margin-bottom: 15px;
}
.ps-block__divider {
    display: block;
    padding-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d1d1d1;
}
.ps-tab .ps-block__content {
    flex-flow: wrap !important;
}
.modal-header{
    background: #eee;
}
.modal-title{
    font-weight: 500
}

.margin-top-20{
    margin-top: 20px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-both-side-15{
    margin-right: 15px;
    margin-left: 15px;
}

.box-background{
    background:#eee;
    padding:25px 15px 25px 15px !important;
}
.box-box{
    padding:20px !important;
    border: #ccc 1px solid !important;
}
.navigation--list {
    border-top: 0;
    background-color: #ff890d !important;
}
.navigation--list .navigation__content{
    color: #fff;
}
.container-fluid.no-padding-right, .row.no-padding-right, .no-padding-right{
    padding-right: 0 !important;
}
.container-fluid.no-padding-left, .row.no-padding-left, .no-padding-left{
    padding-left: 0 !important;
}
.container-fluid.no-margin, .row.no-margin, .no-margin{
    margin: 0 !important;
}
.container-fluid.no-padding, .row.no-padding, .no-padding{
    padding: 0 !important;
}
.container-fluid.no-margin, .row.no-margin, .no-margin{
    margin: 0 !important;
}

.text-500, h6.text-500, h5.text-500, h4.text-500, h3.text-500, h2.text-500, h1.text-500{
    font-weight: normal !important;
}
.menu--dropdown{
    background: #fff;
    border: #eee 1px solid;
    border-top: 0;
}
.mega-menu .mega-menu__list li, .menu--dropdown > li {
    border-top: #eee 1px solid !important;
}
.mega-menu .mega-menu__list li a, .menu--dropdown > li a, .menu--mobile > li a{
    color: #333;
}
.menu--mobile > li a{
    font-size: 14px;
}
.menu--dropdown > li a img, .menu--mobile > li a img{
    float: left;
    margin-right: 10px;
}
.menu--mobile > li a img{
    margin-bottom: 10px;
}
.menu--dropdown > li a menu-title, .menu--mobile > li a menu-title{
    float: left;
    display: block;
}
.menu--dropdown > li.menu-more{
    background: #ccc;
}
.menu--dropdown > li.menu-more a{
    font-weight: bold;
    text-align: center;
}
.menu--dropdown > li.menu-more:hover{
    background: #ff890d;
}

.widget_best-sale.no-border {
    border: 0;
}
.ps-block--category p.top-cat{
    min-height: 48px;
    font-size: 14px !important;
    line-height: 16px;
    margin-top: 10px;
}
.ps-block--category {
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
}
.background-ash{
    background: #efefef !important;
}
#back2top {
    background-color: #ff890d;
}
.trending-cat .ps-product--horizontal .ps-product__thumbnail {
    max-width: 60px;
    margin-right: 15px;
}
.ps-client-say {
    padding: 20px 0;
}

.header__extra div{
    color: #3078a6;
    margin-top: -5px;
    font-weight: 600;
}
.ps-cart--mini .ps-cart__items::before {
    border-left: 1px solid #aaa !important;
    border-top: 1px solid #aaa !important;
}
.ps-cart__content ul.mega-menu__list li{
    margin-bottom: 5px;
}
.ps-cart__content ul.mega-menu__list li i{
    color: #3078a6;
}
.ps-cart__content ul.mega-menu__list li a{
    color: #444;
}
.ps-cart__content ul.mega-menu__list li b{
    font-weight: 500 !important;
}
.ps-cart__content ul.mega-menu__list li a:hover{
    color: #3777bc !important;
}
.header--kids .ps-block--user-header .ps-block__left i, .menu--mobile i {
    color: #3777bc !important;
    line-height: 20px;
}
.menu--mobile i {
    font-size: 18px !important;
    font-weight: 500;
}
.ps-block__right a{
    margin-bottom: 5px;
}
.ps-product__content a, .ps-product__content div{
    width: 100% !important;
    display: block !important;
    float: left;
}
.ps-product__content a {
    margin-bottom: 5px;
}
.ps-product__content img.icon{
    width: 16px;
    height: 16px;
    margin-left: 3px;
    display: inline-block;
}
.ps-panel--sidebar .ps-panel__header {
    background-color: #3777bc;
}
.form-header h3{
    color: #333;
    background: #eee;
}
.ps-select {
    padding: 6px 20px;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #212529;
}

.ps-my-account-2 .ps-section__desc p{
    font-size: 16px;
}
.ps-my-account-2 .ps-section__left{
    margin-bottom: 30px;
}
.widget_shop .ps-checkbox input[type="checkbox"]:checked ~ label::before {
    border-color: #ff7e09;
}
.widget_shop .ps-checkbox > label::after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-width: 2px;
    border-color: #ff890d;
}
.widget_shop .ps-checkbox input[type="checkbox"]:checked ~ label {
    color: #ff890d;
}
.header--mobile-categories .header__filter {
    background-color: #a1bbd6;
}
.header--mobile-categories .header__filter button i, .header--mobile-categories i:before {
    color: #333;
}
.ps-block--vendor-filter {
    background-color: #f9f9f9;
    margin: 5px 0 10px;
}
.ps-breadcrumb {
    padding: 25px 0;
    background-color: #eee;
}

.number-show-me{
    font-size: 16px;
    background: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    border: #aaa 1px solid;
    cursor: pointer;
}
.ps-block--site-features .ps-block__right h4 {
    font-size: 16px;
    color: #111;
    text-align: justify;
}
.ps-block--site-features .ps-block__right p {
    text-align: justify;
}

.ps-product__thumbnail .ps-block__user-avatar {
    padding: 10px;
}
.ps-product__thumbnail .ps-block__user-avatar img.avatar{
    border-radius: 50%;
    margin-bottom: 20px;
}
.ps-my-account-2 .ps-list li.green span, .ps-my-account-2 .ps-section__desc .ps-list li.green i {
    color: #1c6b09 !important;
}
.ps-my-account-2 .ps-list li.red span, .ps-my-account-2 .ps-section__desc .ps-list li.red i {
    color: #de2222 !important;
}

.ps-about-intro {
    padding: 50px 0;
}
.ps-about-intro .ps-section__header {
    max-width: 1280px;
    margin: 0 auto 10px;
}

@media (min-width: 1280px) {
    .ps-product--wide .ps-product__thumbnail {
        min-width: 150px;
        flex-basis: 150px;
        margin: 20px;
    }
    .padding-balance{
        padding-left: 15px;
        padding-right: 27px;
    }
    .ps-block--products-of-category .ps-block__product-box > * {
        width: 33.333%;
    }
    .ps-my-account-2 .ps-section__right {
        padding-left: 50px;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 1024px)  {
    .ps-product--wide .ps-product__thumbnail {
        min-width: 150px;
        flex-basis: 150px;
        margin: 20px;
    }
    .hidden-md{
        display: none !important;
    }
    .padding-balance{
        padding-right: 25px !important;
    }
    .ps-block--products-of-category .ps-block__product-box > * {
        width: 33.333%;
    }
    .ps-my-account-2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .ps-my-account-2 .ps-section__right {
        padding-left: 50px;
    }

}
@media only screen and (max-width: 1023px) and (min-width: 992px)  {
    .hidden-md{
        display: none !important;
    }
    .padding-balance{
        padding-right: 25px !important;
        padding-left: -10px !important;
    }
    .ps-block--products-of-category .ps-block__product-box > * {
        width: 33.333%;
    }
}
@media (min-width: 992px)  {
    .section-2{
        padding-top: 20px;
        vertical-align: center;
    }
    .ps-my-account-2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .ps-my-account-2 .ps-section__wrapper {
        display: flex;
        align-items: center;
    }
    .ps-my-account-2 .ps-section__left {
        width: 100%;
        max-width: 430px;
        padding: 0 50px 0 0;
    }
}
@media (max-width: 991px) {
    .hidden-mobile{
        display: none !important;
    }
    .ps-block--products-of-category .ps-block__product-box > * {
        width: 33.333%;
    }
    .padding-balance{
        padding-right: 25px !important;
        padding-left: -10px !important;
    }
    .our-top-sellers{
        margin-top: 30px;
    }
    #homepage-kids .ps-home-banner {
        margin-bottom: 0px;
    }
    .menu__content{
        display: none;
    }
    .header--mobile .header__top .header__left {
        display: block;
        text-align: left;
    }
    .header--mobile .header__top .header__right {
        max-width: 100%;
        text-align: right;
    }
    .widget_footer, .widget_footer .widget-title, .widget_footer a{
        text-align: center;
    }
    .ps-block--site-features .ps-block__right h4 {
        font-size: 14px;
    }
    .ps-block--store-banner .ps-block__user .ps-block__user-avatar img, .ps-block__user-avatar img.avatar{
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
    .ps-my-account-2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .ps-my-account-2 .ps-section__wrapper {
        display: flex;
        align-items: center;
    }
    .ps-my-account-2 .ps-section__left {
        width: 100%;
        max-width: 430px;
        padding: 0 50px 0 0;
    }
}
@media (max-width: 767px) {
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-10 {
        width: 83.333333333333333333333333333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.666666666666666666666666666667%;
    }
    .col-xs-7 {
        width: 58.333333333333333333333333333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.666666666666666666666666666667%;
    }
    .col-xs-4 {
        width: 33.333333333333333333333333333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.666666666666666666666666666667%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 576px)  {
    .padding-balance{
        padding-right: 22px !important;
        padding-left: 15px !important;
    }
    .ps-my-account-2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .ps-my-account-2 .ps-section__wrapper {
        display: flex;
        align-items: center;
    }
    .ps-my-account-2 .ps-section__left {
        width: 100%;
        max-width: 430px;
        padding: 0 50px 0 0;
    }
}
@media only screen and (max-width: 575px) and (min-width: 480px)  {
    .padding-balance{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .ps-my-account-2 .ps-section__left {
        padding: 0 50px 0 50px;
    }
}
@media (max-width: 479px) {
    .padding-balance{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .header--mobile .header__top {
        display: block;
    }
    .ps-product--wide .ps-product__thumbnail{
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 0px;
    }
    .ps-block__user-content h4{
        text-align: center;
    }

    .ps-my-account-2 .ps-section__left {
        padding: 0 50px 0 50px;
    }
}
.header--kids .navigation__extra > li > a {
    color: #333;
    font-weight: bold !important;
    padding: 15px 25px !important;
    background: #fff !important;
    border-radius: 5px !important;
    text-decoration: none !important;
}
.header--kids .navigation__extra > li > a:hover {
    text-decoration: none;
    background: #eee;
}

#regForm .card-body p:before{
    content: "\f00c";
    font-family:"FontAwesome";
    padding-right: 5px;
    color: #2558da;
  }
  #regForm .card-body p{
    padding: 2px;
    border-bottom: #aaa 1px dashed;
  }
/* END */
