/* Basic colors codes */
@media screen and (min-width: 320px) and (max-width: 479px) {
  html, body {
    height: auto;
  }
  header a.logo {
    order: 2;
    width: 110px;
    display: inline-block;
    margin: 0;
  }
  header div.navigation {
    order: 1;
  }
  header div.navigation a.toggle {
    display: block;
    margin: 0 15px;
  }
  header div.navigation nav {
    position: absolute;
    left: 20px;
    top: 40px;
    width: 210px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: none;
  }
  header div.navigation nav a {
    display: block;
    line-height: 40px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    color: #BCBAB4;
    padding: 0 20px;
    margin: 0;
  }
  header div.navigation nav a.active {
    color: #201904;
    background: rgba(231, 227, 215, 0.2);
  }
  header div.navigation nav a:hover {
    color: #201904;
    background: rgba(231, 227, 215, 0.2);
  }
  header div.actions {
    order: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 5px;
    position: relative;
    width: calc(100% - 175px);
  }
  header div.actions > a.help, header div.actions > a.settings {
    display: none;
  }
  header div.actions a.logout {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 13px;
    background: url(../images/icons/btn_logout_white.svg) center center no-repeat;
  }
  header div.actions a.logout:hover {
    background: url(../images/icons/btn_logout_orange.svg) center center no-repeat;
  }
  header div.actions button.user {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    margin: 0 10px;
    outline: none;
  }
  header div.actions .sub-nav {
    position: absolute;
    width: 220px;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    right: 0;
    top: 40px;
    border-radius: 10px;
    display: none;
  }
  header div.actions .sub-nav a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    color: #201904;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
  }
  header div.actions .sub-nav a:hover {
    color: #D25D3E;
  }
  header div.actions .sub-nav div.divider:first-of-type {
    display: block;
  }
  nav.breadcrumbs {
    display: none;
  }
  section div.big-title {
    flex-direction: column;
    align-items: flex-start;
  }
  section div.big-title h2 {
    font-size: 37px;
    line-height: 45px;
  }
  section div.big-title span {
    line-height: 16px;
    margin-left: 0;
  }
  section div.big-title em {
    font-style: normal;
    color: #D25D3E;
    line-height: 56px;
    margin-left: 15px;
  }
  section div.big-title img {
    display: none;
  }
  section div.big-title2 h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  section div.big-title2 em {
    font-style: normal;
    color: #D25D3E;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    margin-left: 0;
  }
  section h3.count-one:after {
    display: none;
  }
  section h3.count-two:after {
    display: none;
  }
  section h3.toggle-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #201904;
    line-height: 25px;
  }
  section h3.toggle-form i {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    display: block;
    width: 30px;
    height: 25px;
  }
  section.login div.login-box div.header {
    width: 90%;
  }
  section.login div.login-box div.header .logo {
    height: 35px;
  }
  section.login div.login-box div.header button.close {
    display: none;
  }
  section.login div.login-box div.content h2 {
    font-size: 37px;
    line-height: 44px;
  }
  section.login div.login-box div.content p {
    width: 90%;
    font-size: 18px;
  }
  section.login div.login-box div.content form {
    margin: 35px auto 0;
    width: 90%;
  }
  section.dashboard .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.dashboard .title-actions a.add-store {
    width: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  section.dashboard .title-actions a.add-store span.text {
    display: none;
  }
  section.dashboard .title-actions a.add-store .fa {
    margin: 0;
  }
  section.dashboard .card.card-stats .card-body {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 15px;
  }
  section.dashboard .card.card-stats .card-body span {
    font-size: 13px;
  }
  section.dashboard .card.card-stats .card-body span.number {
    font-size: 32px;
    line-height: 40px;
  }
  section.dashboard .time {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
  }
  section.dashboard .time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600px;
    display: none;
  }
  section.dashboard .time img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    outline: none;
  }
  section.dashboard .card-chart {
    border-radius: 10px;
  }
  section.dashboard .view-all {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #D25D3E;
    line-height: 20px;
    text-decoration: none;
  }
  section.dashboard .product-detail .card.card-product {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  section.dashboard .product-detail span {
    font-size: 16px;
    color: #201904;
    display: block;
    font-weight: 500;
  }
  section.dashboard .product-detail span.title {
    line-height: 21px;
  }
  section.dashboard .product-detail span.qty {
    font-size: 12px;
    line-height: 25px;
    color: #7F7F84;
  }
  section.dashboard .product-detail span.price {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #201904;
  }
  section.dashboard .card.card-tickets {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 100%;
    max-height: 100%;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li {
    border-bottom: 1px solid #F0EDE5;
    padding: 18px 0 18px;
    position: relative;
    z-index: 1;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li span {
    color: #201904;
    font-weight: 600;
    line-height: 21px;
    display: block;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #4A4A4D;
    margin: 0;
    padding: 0;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li:last-of-type {
    border-bottom-color: transparent;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -24px;
    top: 23px;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li:nth-child(1)::before {
    background-color: #D25D3E;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li:nth-child(2)::before {
    background-color: #D25D3E;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li:nth-child(3)::before {
    background-color: #F4C31B;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li:nth-child(4)::before {
    background-color: #B3CE67;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets li:nth-child(5)::before {
    background-color: #B3CE67;
  }
  section.dashboard .card.card-tickets .card-body ul.activity {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 100%;
    max-height: 100%;
  }
  section.dashboard .card.card-tickets .card-body ul.activity li {
    border-bottom: 1px solid transparent;
    padding: 14px 0 14px;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
  }
  section.dashboard .card.card-tickets .card-body ul.activity li p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    padding: 0;
  }
  section.dashboard .card.card-tickets .card-body ul.activity li p span {
    color: #D25D3E;
  }
  section.dashboard .card.card-tickets .card-body ul.activity li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.dashboard .card.card-tickets .card-body ul.activity li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F0EDE5;
    left: -24px;
    top: 20px;
  }
  section.dashboard .card.card-tickets .card-body ul.activity li::after {
    content: "";
    position: absolute;
    left: -19px;
    top: 36px;
    width: 1px;
    height: 50px;
    background-color: #F0EDE5;
  }
  section.dashboard .card.card-tickets .card-body .view {
    display: table;
    margin: 20px auto 10px;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.catalogue .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.catalogue .title-actions div.search {
    display: flex;
    flex-direction: row;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
    margin-right: 5px;
    margin-top: 15px;
  }
  section.catalogue .title-actions div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 40px);
  }
  section.catalogue .title-actions div.search button.submit {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 10px;
    line-height: 40px;
  }
  section.catalogue .title-actions .other-actions {
    display: flex;
    width: 100%;
    position: relative;
  }
  section.catalogue .title-actions .other-actions a.toggle {
    display: block;
    width: 40px;
    height: 40px;
  }
  section.catalogue .title-actions .other-actions div {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 50px;
    top: 40px;
    box-shadow: 2px 2px 10px rgba(32, 25, 4, 0.15);
    display: flex;
    flex-direction: column;
    order: 2;
    background-color: orange;
    height: auto;
    display: none;
  }
  section.catalogue .title-actions .other-actions div a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0;
    border-radius: 0;
  }
  section.catalogue .title-actions .other-actions div a span {
    display: block;
    line-height: 40px;
    padding: 0 15px 0 40px;
  }
  section.catalogue .title-actions .other-actions div a.download {
    background-position: 15px center;
    background-size: 15px 15px;
  }
  section.catalogue .title-actions .other-actions div a.download:hover {
    color: #D25D3E;
  }
  section.catalogue .title-actions .other-actions div a.add {
    background-position: 15px center;
    background-size: 15px 15px;
  }
  section.catalogue .title-actions .other-actions div a.add:hover {
    color: #D25D3E;
  }
  section.catalogue .title-actions .other-actions a.add-product {
    order: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
  }
  section.catalogue .title-actions .other-actions a.add-product span.text {
    display: none;
  }
  section.catalogue .title-actions .other-actions a.add-product .fa {
    margin-right: 0;
  }
  section.catalogue .new-category {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.catalogue .card-category {
    border-radius: 10px;
    border: 0;
  }
  section.catalogue .card-category .card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  section.catalogue .card-category .card-body div.product img {
    width: 120px;
    display: block;
  }
  section.catalogue .card-category .card-body div.product span.title {
    color: #201904;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
  }
  section.catalogue .card-category .card-body div.product span.counts {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.catalogue .card-category .card-body div.action {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  section.catalogue .card-category .card-body div.action a.toggle {
    display: table;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #7F7F84;
    border-radius: 50%;
  }
  section.catalogue .card-category .card-body div.action a.toggle:hover {
    background-color: #e4e4e4;
    color: #ffffff;
  }
  section.catalogue .card-category .card-body div.action ul {
    position: absolute;
    right: 25px;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    width: 80px;
    overflow: hidden;
    display: none;
  }
  section.catalogue .card-category .card-body div.action ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.catalogue .card-category .card-body div.action ul li a {
    text-align: center;
    line-height: 28px;
    display: block;
    color: #201904;
    font-size: 12px;
    text-decoration: none;
  }
  section.catalogue .swiper-actions {
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.catalogue .swiper-actions .slide-button {
    display: flex;
  }
  section.catalogue .swiper-actions .slide-button button {
    background: transparent;
    color: #201904;
    width: 40px;
    height: 30px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bolder;
  }
  section.catalogue .swiper-actions .slide-button button.swiper-button-next-unique:hover, section.catalogue .swiper-actions .slide-button button.swiper-button-prev-unique:hover {
    color: #D25D3E;
  }
  section.catalogue .swiper-actions .slide-button button.swiper-button-disabled {
    color: rgba(127, 127, 132, 0.3);
  }
  section.catalogue .card.card-stats .card-body {
    border-radius: 10px;
  }
  section.catalogue .card.card-stats .card-body .stat-icon {
    width: 46px;
    height: 46px;
    margin-right: 18px;
  }
  section.catalogue .card.card-stats .card-body span {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.catalogue .card.card-stats .card-body span.number {
    font-size: 37px;
    font-weight: 600;
    line-height: 46px;
    color: #201904;
    display: block;
  }
  section.catalogue .time {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
  }
  section.catalogue .time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600px;
  }
  section.catalogue .time button.date {
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/icons/calendar.svg) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
    outline: none;
  }
  section.catalogue .card-chart {
    border-radius: 10px;
  }
  section.catalogue .view-all {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #D25D3E;
    line-height: 20px;
    text-decoration: none;
  }
  section.catalogue .product-detail .card.card-product {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  section.catalogue .product-detail span {
    font-size: 16px;
    color: #201904;
    display: block;
    font-weight: 500;
  }
  section.catalogue .product-detail span.title {
    line-height: 21px;
  }
  section.catalogue .product-detail span.qty {
    font-size: 12px;
    line-height: 25px;
    color: #7F7F84;
  }
  section.catalogue .product-detail span.price {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #201904;
  }
  section.catalogue .card.card-tickets {
    border-radius: 10px;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 460px;
    max-height: 460px;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li {
    border-bottom: 1px solid #F0EDE5;
    padding: 18px 0 18px;
    position: relative;
    z-index: 1;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li span {
    color: #201904;
    font-weight: 600;
    line-height: 21px;
    display: block;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #4A4A4D;
    margin: 0;
    padding: 0;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li:last-of-type {
    border-bottom-color: transparent;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -24px;
    top: 23px;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li:nth-child(1)::before {
    background-color: #D25D3E;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li:nth-child(2)::before {
    background-color: #D25D3E;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li:nth-child(3)::before {
    background-color: #F4C31B;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li:nth-child(4)::before {
    background-color: #B3CE67;
  }
  section.catalogue .card.card-tickets .card-body ul.tickets li:nth-child(5)::before {
    background-color: #B3CE67;
  }
  section.catalogue .card.card-tickets .card-body ul.activity {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 460px;
    max-height: 460px;
  }
  section.catalogue .card.card-tickets .card-body ul.activity li {
    border-bottom: 1px solid transparent;
    padding: 14px 0 14px;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
  }
  section.catalogue .card.card-tickets .card-body ul.activity li p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    padding: 0;
  }
  section.catalogue .card.card-tickets .card-body ul.activity li p span {
    color: #D25D3E;
  }
  section.catalogue .card.card-tickets .card-body ul.activity li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.catalogue .card.card-tickets .card-body ul.activity li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F0EDE5;
    left: -24px;
    top: 20px;
  }
  section.catalogue .card.card-tickets .card-body ul.activity li::after {
    content: "";
    position: absolute;
    left: -19px;
    top: 36px;
    width: 1px;
    height: 50px;
    background-color: #F0EDE5;
  }
  section.catalogue .card.card-tickets .card-body .view {
    display: table;
    margin: 20px auto 10px;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.products-list {
    padding: 56px 0;
  }
  section.products-list div.products-wrapper {
    margin: 15px 0;
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    transition: width 0.6s;
  }
  section.products-list div.products-wrapper .item {
    border-radius: 10px;
    background-color: none;
    width: 100%;
  }
  section.products-list div.products-wrapper .item .product-box {
    display: flex;
  }
  section.products-list div.products-wrapper .item .product-box div.image {
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: 0.3s;
  }
  section.products-list div.products-wrapper .item .product-box div.image img {
    position: relative;
    z-index: 2;
    height: auto;
  }
  section.products-list div.products-wrapper .item .product-box div.image a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.46);
    color: #ffffff;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    opacity: 0;
    transition: 0.6s;
  }
  section.products-list div.products-wrapper .item .product-box div.image a i {
    font-size: 25px;
  }
  section.products-list div.products-wrapper .item .product-box div.image a span {
    display: block;
  }
  section.products-list div.products-wrapper .item .product-box div.image:hover a {
    opacity: 1;
  }
  section.products-list div.products-wrapper .item .product-box div.details {
    width: 100%;
  }
  section.products-list div.products-wrapper .item .product-box div.details span {
    display: block;
    color: #201904;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  section.products-list div.products-wrapper .item .product-box div.details span.title {
    line-height: 21px;
    font-size: 16px;
  }
  section.products-list div.products-wrapper .item .product-box div.details span.qty {
    color: #7F7F84;
    font-size: 12px;
    line-height: 25px;
  }
  section.products-list div.products-wrapper .item .product-box div.details span.price {
    font-weight: 600;
  }
  section.products-list div.products-wrapper.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.products-list div.products-wrapper.grid .item {
    border-radius: 10px;
    background-color: none;
    width: 100%;
  }
  section.products-list div.products-wrapper.grid .item .product-box {
    flex-direction: column;
  }
  section.products-list div.products-wrapper.grid .item .product-box .image {
    height: 180px;
    width: 100%;
    margin: 0 0 12px;
  }
  section.products-list div.products-wrapper.grid .item .product-box .image img {
    width: 90%;
  }
  section.products-list div.products-wrapper.grid .item .product-box div.details {
    width: 100%;
  }
  section.products-list div.products-wrapper.grid .item .product-box div.details span.title {
    line-height: 21px;
    font-size: 16px;
  }
  section.products-list div.products-wrapper.grid .item .product-box div.details span.qty {
    font-size: 12px;
    line-height: 25px;
  }
  section.products-list div.products-wrapper.grid .item .product-box div.details span.price {
    font-weight: 600;
  }
  section.products-list div.products-wrapper.list {
    grid-template-columns: repeat(1, 1fr);
  }
  section.products-list div.products-wrapper.list .item {
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
  }
  section.products-list div.products-wrapper.list .item .product-box {
    flex-direction: row;
    padding: 15px;
  }
  section.products-list div.products-wrapper.list .item .product-box .image {
    height: auto;
    width: auto;
    margin: 0 12px 0 0;
  }
  section.products-list div.products-wrapper.list .item .product-box .image img {
    width: auto;
  }
  section.products-list div.products-wrapper.list .item .product-box div.details {
    width: calc(100% - 250px);
  }
  section.products-list div.products-wrapper.list .item .product-box div.details span.title {
    line-height: 30px;
    font-size: 20px;
  }
  section.products-list div.products-wrapper.list .item .product-box div.details span.qty {
    font-size: 14px;
    line-height: 25px;
  }
  section.products-list div.products-wrapper.list .item .product-box div.details span.price {
    font-size: 18px;
  }
  section.new-product {
    padding-bottom: 0;
  }
  section.new-product .title-actions {
    display: none;
  }
  section.new-product .card.card-info .card-body div.input-select {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0;
    border-radius: 10px;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }
  section.new-product .card.card-info .card-body div.input-select input {
    outline: none;
    height: 62px;
    width: calc(100% - 88px);
    border: none;
    background: none;
    padding: 0 15px;
  }
  section.new-product .card.card-info .card-body div.input-select select {
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    width: 88px;
    border: none;
    height: 62px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 15px;
    outline: none;
  }
  section.new-product .card.card-info .card-body .drag-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 296px;
    min-height: 296px;
    border: 1px dashed #F0EDE5;
    border-radius: 10px;
    position: relative;
  }
  section.new-product .card.card-info .card-body .drag-drop .upload-icon {
    width: 26px;
  }
  section.new-product .card.card-info .card-body .drag-drop span {
    color: #7F7F84;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
  }
  section.new-product .card.card-info .card-body .drag-drop span.drop {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
  }
  section.new-product .card.card-info .card-body .drag-drop label {
    display: inline;
    color: #D25D3E;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  section.new-product .card.card-info .card-body .drag-drop input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  section.new-product .card.card-info .card-body .drag-drop div.selected-image {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    justify-content: center;
    display: none;
    text-align: center;
  }
  section.new-product .card.card-info .card-body .drag-drop div.selected-image a {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  section.new-product .card.card-info .card-body .drag-drop div.selected-image a:hover {
    color: #201904;
  }
  section.new-product .card.card-info .card-body .drag-drop div.selected-image img {
    width: auto;
    height: 100%;
  }
  section.new-product .card.card-info .card-body table.products {
    margin-bottom: 30px;
  }
  section.new-product .card.card-info .card-body table.products tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td img {
    width: 58px;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td input.fields {
    width: 52px;
    height: 36px;
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    vertical-align: middle;
    margin: 0;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom::before {
    border: 1px solid #F0EDE5;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom::after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom:checked::before {
    border-color: #B3CE67;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom:checked::after {
    background: #B3CE67;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin: 0 10px;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td a.more-option {
    color: #7F7F84;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td a.delete {
    color: #7F7F84;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td a.delete:hover {
    color: #D32243;
  }
  section.new-product .card.card-info .card-body table.products tbody tr:last-of-type {
    border-bottom: none;
  }
  section.edit-product {
    padding-bottom: 30px;
  }
  section.edit-product .title-actions a.delete-product, section.edit-product .title-actions a.cancel-product {
    background-color: #D32243;
    color: #ffffff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
    margin-left: 0;
  }
  section.edit-product .title-actions a.delete-product span.text, section.edit-product .title-actions a.cancel-product span.text {
    display: none;
  }
  section.edit-product .title-actions a.delete-product:hover, section.edit-product .title-actions a.cancel-product:hover {
    color: #ffffff;
  }
  section.edit-product .title-actions a.cancel-product {
    display: none;
  }
  section.edit-product .card.card-info {
    border-radius: 10px;
  }
  section.edit-product .card.card-info .card-body .category-search {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body .category-search input {
    height: 62px;
    border: none;
    background: none;
    padding: 0 15px;
    width: calc(100% - 62px);
    outline: none;
  }
  section.edit-product .card.card-info .card-body .category-search button[type=button] {
    display: block;
    width: 62px;
    height: 62px;
    border: none;
    background: none;
    font-size: 22px;
    background: url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.edit-product .card.card-info .card-body .category-search button[type=button]:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.edit-product .card.card-info .card-body input.name, section.edit-product .card.card-info .card-body input.price, section.edit-product .card.card-info .card-body input.sku, section.edit-product .card.card-info .card-body input.hs-code, section.edit-product .card.card-info .card-body input.multi-option {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body input.qty {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body div.input-select {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0;
    border-radius: 10px;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }
  section.edit-product .card.card-info .card-body div.input-select input {
    outline: none;
    height: 62px;
    width: calc(100% - 88px);
    border: none;
    background: none;
    padding: 0 15px;
  }
  section.edit-product .card.card-info .card-body div.input-select select {
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    width: 88px;
    border: none;
    height: 62px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 15px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body .drag-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 296px;
    min-height: 296px;
    border: 1px dashed #F0EDE5;
    border-radius: 10px;
    position: relative;
  }
  section.edit-product .card.card-info .card-body .drag-drop .upload-icon {
    width: 26px;
  }
  section.edit-product .card.card-info .card-body .drag-drop span {
    color: #7F7F84;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
  }
  section.edit-product .card.card-info .card-body .drag-drop span.drop {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
  }
  section.edit-product .card.card-info .card-body .drag-drop label {
    display: inline;
    color: #D25D3E;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  section.edit-product .card.card-info .card-body .drag-drop input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  section.edit-product .card.card-info .card-body table.products {
    margin-top: 30px;
    width: 100%;
  }
  section.edit-product .card.card-info .card-body table.products thead tr th {
    text-transform: uppercase;
    text-align: center;
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td img {
    width: 58px;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td input.fields {
    width: 52px;
    height: 36px;
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    vertical-align: middle;
    margin: 0;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin: 0 10px;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td a.more-option {
    color: #7F7F84;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td a.delete {
    color: #7F7F84;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td a.delete:hover {
    color: #D32243;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr:last-of-type {
    border-bottom: none;
  }
  section.edit-product .card.card-info .card-body select.tax {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
    background: url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
  }
  section.edit-product .card.card-info .card-body .multiple {
    margin: 15px 0 25px;
    padding: 0 15px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #F0EDE5;
  }
  section.edit-product .card.card-info .card-body .multiple span {
    line-height: 20px;
    color: #201904;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
  }
  section.edit-product .card.card-info .card-body div.preview {
    display: block;
    border-top: 1px solid #F0EDE5;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table {
    width: 100%;
    overflow-y: auto;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview {
    width: 670px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th {
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-align: center;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(1) {
    width: calc(100% - 480px);
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(2) {
    width: 110px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(3) {
    width: 190px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(4) {
    width: 90px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(5) {
    width: 90px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr {
    position: relative;
    border-bottom: 1px solid #F0EDE5;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td {
    padding: 10px 5px;
    text-align: center;
    position: relative;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td:nth-child(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td:nth-child(1) img {
    height: 70px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td:nth-child(1) span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td:nth-child(1) span span {
    display: block;
    font-size: 16px;
    color: #7F7F84;
    line-height: 20px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td input.fields {
    border: 1px solid #F0EDE5;
    height: 36px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    outline: none;
    margin: 0;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option a.toggle {
    display: table;
    width: 40px;
    height: 40px;
    color: #7F7F84;
    text-decoration: none;
    line-height: 40px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option ul {
    display: none;
    position: absolute;
    right: 50px;
    top: -12px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: normal;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    width: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option ul li {
    display: block;
    display: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option ul li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #201904;
    white-space: normal;
    font-size: 13px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option ul li:last-of-type {
    border-bottom: none;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr:last-of-type {
    border-bottom: none;
  }
  section.edit-product .card.card-info .card-body .number-input {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 0;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  section.edit-product .card.card-info .card-body .number-input input.quantity {
    border: none;
    outline: none;
    height: 62px;
    width: 100%;
    padding: 0 15px;
  }
  section.edit-product .card.card-info .card-body .number-input div.btns {
    display: flex;
    flex-direction: column;
  }
  section.edit-product .card.card-info .card-body .number-input div.btns button {
    background-color: orange;
    outline: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: 18px;
  }
  section.edit-product .card.card-info .card-body .number-input div.btns button:nth-child(1) {
    transform: rotate(90deg);
  }
  section.edit-product .card.card-info .card-body .number-input div.btns button:nth-child(2) {
    transform: rotate(90deg);
  }
  section.edit-product .card.card-info .card-body .remove {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
  }
  section.edit-product .card.card-info .card-body .wrapper {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body .add-options {
    display: table;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    margin: 0 15px;
    line-height: 20px;
  }
  section.edit-product .card.card-info .card-body .add-options .fa {
    font-size: 14px;
  }
  section.edit-product .card.card-info .card-body input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  section.edit-product .card.card-info .card-body input[type=number]::-webkit-inner-spin-button,
section.edit-product .card.card-info .card-body input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  section.edit-product .card.card-info .card-body .number-input, section.edit-product .card.card-info .card-body .number-input * {
    box-sizing: border-box;
  }
  section.category-view {
    padding: 0 0 30px;
  }
  section.category-view ul.product-view {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  section.category-view ul.product-view li div.search {
    margin-right: 0;
  }
  section.category-view ul.product-view li:nth-child(1) {
    width: 100%;
  }
  section.category-view ul.product-view li:nth-child(2) {
    display: none;
  }
  section.category-view ul.product-view li:nth-child(3) {
    display: none;
  }
  section.category-view div.products-wrapper.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.category-view div.products-wrapper.list .item .product-box .image {
    height: 100px;
    width: 100px;
    margin: 0 10px 0 0;
  }
  section.category-view div.products-wrapper.list .item .product-box .image img {
    width: inherit;
  }
  section.category-view div.products-wrapper.list .item .product-box div.details {
    width: calc(100% - 110px);
  }
  section.category-view div.products-wrapper.list .item .product-box div.details span.title {
    line-height: 25px;
    font-size: 18px;
  }
  section.store .title-actions form div.search {
    height: 40px;
    background: #ffffff;
  }
  section.store .title-actions form div.search button.submit {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 0;
    z-index: 0;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.store .title-actions form div.search button.submit:hover {
    background-image: url(../images/icons/icon_search_orange.svg);
  }
  section.store .title-actions form div.search input.search {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: none;
    float: right;
    background: transparent;
    position: relative;
    padding: 0;
    z-index: 2;
    transition: width 0.6s;
    outline: none;
    color: #fff;
    opacity: 0;
  }
  section.store .title-actions form div.search input.search:focus, section.store .title-actions form div.search input.search:not(:empty) {
    padding: 0 15px;
    color: #000;
    opacity: 1;
    width: 200px;
    transition: width 0.6s;
  }
  section.store .title-actions form div.search input.search:focus ~ button {
    z-index: 2;
  }
  section.store .title-actions a.request-store {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
  }
  section.store .title-actions a.request-store span.text {
    display: none;
  }
  section.store .title-actions a.request-store .fa {
    margin-right: 0;
  }
  section.store div.pending-store-box div.pending-store {
    background: #D25D3E url(../images/icons/circles.png) right top no-repeat;
    background-size: 500px 100%;
    flex-wrap: wrap;
  }
  section.store div.pending-store-box div.pending-store div.details {
    width: calc(100% - 97px);
    padding: 0 15px;
  }
  section.store div.pending-store-box div.pending-store div.details strong {
    line-height: 87px;
  }
  section.store div.pending-store-box div.pending-store div.details p {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
  }
  section.store div.pending-store-box div.pending-store div.details span {
    display: none;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
  }
  section.store div.pending-store-box div.pending-store div.details2 {
    width: 100%;
    padding: 15px;
    display: block;
  }
  section.store div.pending-store-box div.pending-store div.details2 p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
  }
  section.store div.pending-store-box div.pending-store div.details2 span {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
  }
  section.store div.pending-store-box div.pending-store a.configure {
    margin-top: 0;
  }
  section.store div.store-list-box .store-list {
    flex-wrap: wrap;
  }
  section.store div.store-list-box .store-list div.details {
    width: calc(100% - 110px);
    height: auto;
  }
  section.store div.store-list-box .store-list div.details ul {
    display: none;
  }
  section.store div.store-list-box .store-list div.details2 {
    display: block;
  }
  section.store div.store-list-box .store-list div.details2 ul {
    display: block;
  }
  section.store div.store-list-box .store-list div.details2 ul li {
    color: #4A4A4D;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
  }
  section.store div.store-list-box .store-list div.details2 ul li i {
    display: inline-block;
    color: #D25D3E;
    margin-right: 5px;
  }
  section.store div.store-list-box .store-list div.details2 ul li em {
    font-style: normal;
  }
  section.store div.store-list-box .store-list div {
    width: 100%;
    margin: 15px 0 0;
  }
  section.store .new-category {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.store .card-category {
    border-radius: 10px;
    border: 0;
  }
  section.store .card-category .card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  section.store .card-category .card-body div.product img {
    width: 120px;
    display: block;
  }
  section.store .card-category .card-body div.product span.title {
    color: #201904;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
  }
  section.store .card-category .card-body div.product span.counts {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.store .card-category .card-body div.action {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  section.store .card-category .card-body div.action a.toggle {
    display: table;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #7F7F84;
    border-radius: 50%;
  }
  section.store .card-category .card-body div.action a.toggle:hover {
    background-color: #e4e4e4;
    color: #ffffff;
  }
  section.store .card-category .card-body div.action ul {
    position: absolute;
    right: 25px;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    width: 80px;
    overflow: hidden;
    display: none;
  }
  section.store .card-category .card-body div.action ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.store .card-category .card-body div.action ul li a {
    text-align: center;
    line-height: 28px;
    display: block;
    color: #201904;
    font-size: 12px;
    text-decoration: none;
  }
  section.store .swiper-actions {
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.store .swiper-actions .slide-button {
    display: flex;
  }
  section.store .swiper-actions .slide-button button {
    background: transparent;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: none;
    outline: none;
  }
  section.store div.card.card-stats .card-body {
    border-radius: 10px;
  }
  section.store div.card.card-stats .card-body .stat-icon {
    width: 46px;
    height: 46px;
    margin-right: 18px;
  }
  section.store div.card.card-stats .card-body span {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.store div.card.card-stats .card-body span.number {
    font-size: 37px;
    font-weight: 600;
    line-height: 46px;
    color: #201904;
    display: block;
  }
  section.store .time {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
  }
  section.store .time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600px;
  }
  section.store .time button.date {
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/icons/calendar.svg) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
    outline: none;
  }
  section.store .card-chart {
    border-radius: 10px;
  }
  section.store .view-all {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #D25D3E;
    line-height: 20px;
    text-decoration: none;
  }
  section.store .product-detail .card.card-product {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  section.store .product-detail span {
    font-size: 16px;
    color: #201904;
    display: block;
    font-weight: 500;
  }
  section.store .product-detail span.title {
    line-height: 21px;
  }
  section.store .product-detail span.qty {
    font-size: 12px;
    line-height: 25px;
    color: #7F7F84;
  }
  section.store .product-detail span.price {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #201904;
  }
  section.store div.card.card-tickets {
    border-radius: 10px;
  }
  section.store div.card.card-tickets .card-body ul.tickets {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 460px;
    max-height: 460px;
  }
  section.store div.card.card-tickets .card-body ul.tickets li {
    border-bottom: 1px solid #F0EDE5;
    padding: 18px 0 18px;
    position: relative;
    z-index: 1;
  }
  section.store div.card.card-tickets .card-body ul.tickets li span {
    color: #201904;
    font-weight: 600;
    line-height: 21px;
    display: block;
  }
  section.store div.card.card-tickets .card-body ul.tickets li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.store div.card.card-tickets .card-body ul.tickets li p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #4A4A4D;
    margin: 0;
    padding: 0;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:last-of-type {
    border-bottom-color: transparent;
  }
  section.store div.card.card-tickets .card-body ul.tickets li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -24px;
    top: 23px;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(1)::before {
    background-color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(2)::before {
    background-color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(3)::before {
    background-color: #F4C31B;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(4)::before {
    background-color: #B3CE67;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(5)::before {
    background-color: #B3CE67;
  }
  section.store div.card.card-tickets .card-body ul.activity {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 460px;
    max-height: 460px;
  }
  section.store div.card.card-tickets .card-body ul.activity li {
    border-bottom: 1px solid transparent;
    padding: 14px 0 14px;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
  }
  section.store div.card.card-tickets .card-body ul.activity li p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    padding: 0;
  }
  section.store div.card.card-tickets .card-body ul.activity li p span {
    color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.activity li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.store div.card.card-tickets .card-body ul.activity li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F0EDE5;
    left: -24px;
    top: 20px;
  }
  section.store div.card.card-tickets .card-body ul.activity li::after {
    content: "";
    position: absolute;
    left: -19px;
    top: 36px;
    width: 1px;
    height: 50px;
    background-color: #F0EDE5;
  }
  section.store div.card.card-tickets .card-body .view {
    display: table;
    margin: 20px auto 10px;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.store a.hide-details {
    position: absolute;
    right: 25px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  section.store a.hide-details i {
    font-weight: 600;
    font-size: 18px;
    margin-left: 8px;
    line-height: inherit;
  }
  section.store .store-view-details .card.card-store-view .store-view-box {
    color: #201904;
    display: flex;
    align-items: center;
    width: 100%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side {
    border-right: 1px solid #F0EDE5;
    width: 350px;
    padding: 10px 20px 10px 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    justify-content: space-between;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side ul li img {
    margin-right: 5px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side {
    width: calc(100% - 350px);
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 62%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat .stat-icon {
    width: 46px;
    height: 46px;
    margin-right: 18px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat span {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #4A4A4D;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat span.number {
    font-size: 37px;
    font-weight: 600;
    line-height: 37px;
    color: #201904;
    display: block;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box {
    width: 38%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span {
    line-height: 20px;
    font-size: 14px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.title {
    text-align: left;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.value {
    text-align: right;
    font-size: 12px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.value strong {
    font-size: 17px;
    font-weight: 600;
    color: #4A4A4D;
    line-height: 17px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar {
    display: block;
    background: #F0EDE5;
    height: 6px;
    border-radius: 3px;
    position: relative;
    width: 100%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill {
    height: 6px;
    border-radius: inherit;
    width: 50%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill.green {
    background-color: #87AC1E;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill.blue {
    background-color: #5979B7;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress:last-of-type {
    margin-bottom: 0;
  }
  section.store form ul#store-overview-tabs {
    margin-bottom: 20px;
  }
  section.store form ul#store-overview-tabs li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
    color: #201904;
  }
  section.store form ul#store-overview-tabs li a.active {
    color: #D25D3E;
    text-decoration: underline !important;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body {
    padding: 30px;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body label.info {
    color: #201904;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body input.fields {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body textarea.descp {
    border: 1px solid #F0EDE5;
    height: 180px;
    padding: 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    outline: none;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    border: 1px dashed #e5e5e5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body .image.icon-file {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs a.new-user {
    right: 15px;
    top: 0;
    background-color: #D25D3E;
    color: #ffffff;
    padding: 0 25px;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs a.new-user .fa {
    font-size: 13px;
  }
  section.store form div#store-overview-tabs a.new-user:hover {
    background-color: #C64F2F;
  }
  section.store form div#store-overview-tabs a.new-user:focus {
    background-color: #DC836A;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group {
    margin-bottom: 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li {
    position: relative;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li img {
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.toggle-table {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    background-color: #ffffff;
    width: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li {
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(1) {
    width: 56px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(2) {
    width: calc(100% - 242px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(3) {
    width: 150px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(4) {
    width: 36px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set {
    display: none;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set span.heading {
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin: 15px 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs div.search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
    width: 100%;
    background-color: #ffffff;
  }
  section.store form div#store-overview-tabs div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 52px);
  }
  section.store form div#store-overview-tabs div.search button.submit {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.search.no-margin {
    margin: 0;
  }
  section.store form div#store-overview-tabs div.more-actions {
    position: relative;
  }
  section.store form div#store-overview-tabs div.more-actions a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    min-width: 150px;
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions li {
    display: block;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 25px;
  }
  section.store form div#store-overview-tabs div.action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.action a {
    text-decoration: none;
    line-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.action a.import {
    height: 52px;
    display: flex;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    color: #201904;
    font-weight: 500;
    padding: 0 45px 0 15px;
    background: transparent url(../images/icons/icon_download_black.svg) 80px center no-repeat;
  }
  section.store form div#store-overview-tabs div.action a.import:hover {
    color: #D25D3E;
    background: transparent url(../images/icons/icon_download_orange.svg) 80px center no-repeat;
  }
  section.store form div#store-overview-tabs div.action a.new-user {
    background-color: #D25D3E;
    color: #ffffff;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs div.action a.new-user .fa {
    font-size: 13px;
  }
  section.store form div#store-overview-tabs div.action a.new-user:hover {
    background-color: #C64F2F;
  }
  section.store form div#store-overview-tabs div.action a.new-user:focus {
    background-color: #DC836A;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table {
    color: #201904;
    width: 100%;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th {
    color: #7F7F84;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(1) {
    width: 28px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(2) {
    width: auto;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(3) {
    width: 220px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(4) {
    width: 130px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(5) {
    width: 160px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(6) {
    width: 160px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(7) {
    width: 90px;
    text-align: center;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(8) {
    width: 40px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr {
    border-bottom: 1px solid #D8D8D8;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td {
    position: relative;
    padding: 12px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select.program, section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select.role {
    background-color: #ffffff;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td input[type=text], section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td input[type=email] {
    border-radius: 6px;
    border: 1px solid #F0EDE5;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #F6F4F0;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #ffffff;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 40px;
    top: 8px;
    border-radius: 10px;
    display: none;
    z-index: 10;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li {
    padding: 4px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li a {
    display: block;
    line-height: 43px;
    border-radius: 10px;
    text-decoration: none;
    color: #201904;
    text-align: center;
    padding: 0 25px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li a:hover {
    background-color: #F0EDE5;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td .image img {
    float: left;
    margin-right: 10px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td span {
    display: block;
    font-size: 12px;
    color: #7F7F84;
    font-weight: 500;
    text-align: left;
    line-height: 18px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td span strong {
    display: block;
    font-size: 16px;
    color: #201904;
    line-height: 26px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td a.options {
    display: block;
    margin: 9px auto;
    width: 30px;
    height: 30px;
    color: #7F7F84;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td a.options:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td:nth-child(7) {
    text-align: right;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type {
    border-bottom-color: transparent;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type td input[type=text]:focus, section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type td input[type=email]:focus {
    background: #ffffff;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method {
    width: 100%;
    color: #201904;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th {
    color: #7F7F84;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(1) {
    text-align: left;
    width: 205px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(2) {
    text-align: left;
    width: calc(100% - 445px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(3) {
    width: 140px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(4) {
    width: 100px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td {
    vertical-align: top;
    padding: 10px 8px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box {
    margin: 10px 0;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #F0EDE5;
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li {
    text-align: left;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span {
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span.expire {
    color: #4A4A4D;
    font-size: 14px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span.price {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a.edit {
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a.trash {
    color: #D25D3E;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(1) {
    width: 40px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(2) {
    width: calc(100% - 140px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(3) {
    width: 100px;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(4) {
    width: 50px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(5) {
    width: 50px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance:last-of-type {
    margin-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box a.add-allowance {
    display: flex;
    justify-content: flex-end;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable {
    position: relative;
    width: 42px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .option {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping span {
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4D;
    margin-right: 15px;
    margin-right: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action label {
    margin: 0 15px 0 0;
    padding: 0;
    display: inherit;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(3), section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(4) {
    text-align: center;
  }
  section.store form div#store-overview-tabs .add-payment {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program {
    width: 100%;
    color: #201904;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th {
    color: #7F7F84;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(1) {
    text-align: left;
    width: 255px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(2) {
    text-align: left;
    width: calc(100% - 490px);
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(3) {
    width: 140px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(4) {
    width: 100px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td {
    vertical-align: top;
    padding: 15px 8px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td ul {
    margin: 0;
    padding: 0;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable {
    position: relative;
    width: 42px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .option {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping span {
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4D;
    margin-right: 15px;
    margin-right: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action label {
    margin: 0 15px 0 0;
    padding: 0;
    display: inherit;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td:nth-child(3), section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td:nth-child(4) {
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr:last-of-type {
    border: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr:last-of-type td {
    padding-bottom: 10px;
  }
  section.store form div#store-overview-tabs .quota-table-header {
    list-style: none;
    margin: 50px 28px 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .quota-table-header li {
    display: block;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(1) {
    width: 526px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(2) {
    width: 162px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(3) {
    width: 230px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(4) {
    width: 136px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota img {
    width: 56px;
    height: 48px;
    margin: 0 14px 0 20px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    width: 418px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.title strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.quota {
    width: 160px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.payment-structure {
    width: 238px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota a.action {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 30px;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota a.action:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota button {
    width: 36px;
    height: 36px;
    display: block;
    border: none;
    background: #F6F4F0;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result {
    margin-top: 15px;
    display: none;
    padding-left: 65px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-sets {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    padding: 15px;
    margin-left: 0;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail img {
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    text-align: left;
    width: calc(100% - 86px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail span strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail a.action {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail a.action:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs a.add-method {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping {
    width: 100%;
    margin-top: 15px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th {
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(1) {
    width: 200px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(2) {
    width: calc(100% - 405px);
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(3) {
    width: 120px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(4) {
    width: 85px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td {
    text-align: left;
    padding: 15px 5px;
    vertical-align: top;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td.no-method div {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    text-align: center;
    padding: 50px;
    color: #7F7F84;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td.no-method div a {
    display: inline-block;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td a.action {
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td:nth-child(2) {
    text-align: left;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping .payment-option {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .payment-option strong {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs .card.card-shipping label {
    margin: 0 15px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox {
    position: relative;
    right: 15px;
    top: 15px;
    width: 42px;
    height: 20px;
    margin: 0;
    right: 0;
    top: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle {
    padding: 25px 25px;
    border-top: 1px solid #F0EDE5;
    display: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle hr {
    margin: 25px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.country-state {
    padding: 0;
    margin: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.country-state span {
    display: block;
    color: #201904;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state {
    margin: 0;
    width: 100%;
    margin: 15px auto 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th {
    padding: 8px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(1) {
    width: 40%;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(2) {
    width: calc(60% - 85px);
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(3) {
    width: 85px;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    text-decoration: none;
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option {
    padding: 25px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option label {
    margin: 10px 15px 10px 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    align-items: center;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option em {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #7F7F84;
    line-height: 25px;
  }
  section.store form div.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  section.store form div.actions button {
    text-decoration: none;
    padding: 0 25px;
    line-height: 52px;
    display: block;
    border-radius: 10px;
    margin: 0 10px;
    border: none;
    background: none;
    cursor: pointer;
  }
  section.store form div.actions button.back {
    color: #7F7F84;
  }
  section.store form div.actions button.next {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store form div.actions button.next:disabled {
    background-color: #DC836A;
  }
  section.store form div.actions button.next:hover {
    background-color: #C64F2F;
  }
  section.store form div.actions button.next:focus {
    background-color: #DC836A;
  }
  section.store form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.store form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.config-store .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.config-store .title-actions a.cancel {
    color: #7F7F84;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
  }
  section.config-store .title-actions a.cancel:hover {
    color: #D32243;
  }
  section.config-store .title-actions a.new-user span.text {
    display: none;
  }
  section.config-store .search-product {
    align-items: center;
  }
  section.config-store .search-product .search-area {
    height: 52px;
  }
  section.config-store .search-product .search-area input[type=text] {
    width: calc(100% - 52px);
    height: 50px;
    padding-right: 0;
  }
  section.config-store .search-product .search-area button.autocomplete-btn {
    width: 52px;
    height: 52px;
  }
  section.config-store .search-product .search-area div.autocomplete_result {
    top: 52px;
  }
  section.config-store .search-product a.import {
    display: block;
    height: 52px;
    border-radius: 10px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    min-width: 52px;
    padding: 0;
    background-position: center center;
  }
  section.config-store .search-product a.import span.text {
    display: none;
  }
  section.config-store .search-product a.import img {
    margin-left: 0;
  }
  section.config-store .search-product.fixed-search-bar {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 10px;
    z-index: 40;
  }
  section.config-store ul.form-stepper {
    padding-right: 0;
  }
  section.config-store ul.form-stepper li {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin-right: 0;
    position: relative;
    margin: 0 12px;
  }
  section.config-store ul.form-stepper li span {
    display: none;
  }
  section.config-store ul.form-stepper li.active, section.config-store ul.form-stepper li.form-stepper-active {
    background-color: transparent;
    min-width: 30px;
  }
  section.config-store ul.form-stepper li.active span, section.config-store ul.form-stepper li.form-stepper-active span {
    display: none;
  }
  section.config-store ul.form-stepper li.active::before, section.config-store ul.form-stepper li.form-stepper-active::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: -22px;
  }
  section.config-store ul.form-stepper li.active::after, section.config-store ul.form-stepper li.form-stepper-active::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -22px;
  }
  section.config-store ul.form-stepper li.done, section.config-store ul.form-stepper li.form-stepper-completed {
    background-color: transparent;
  }
  section.config-store ul.form-stepper li.done strong::after, section.config-store ul.form-stepper li.form-stepper-completed strong::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: "";
    background: url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.config-store ul.form-stepper li.done span, section.config-store ul.form-stepper li.form-stepper-completed span {
    display: none;
  }
  section.config-store ul.form-stepper li.done::before, section.config-store ul.form-stepper li.form-stepper-completed::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -30px;
  }
  section.config-store ul.form-stepper li.done::after, section.config-store ul.form-stepper li.form-stepper-completed::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -22px;
  }
  section.config-store ul.form-stepper li::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
  }
  section.config-store ul.form-stepper li::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -30px;
    display: block;
    height: 1px;
    background-color: #D6D0BE;
    right: -70%;
    top: 50%;
    width: 60%;
  }
  section.config-store ul.form-stepper li:last-of-type {
    margin-right: 12px;
  }
  section.config-store ul.form-stepper li:last-of-type::after {
    display: none;
  }
  section.config-store ul.group-stepper {
    justify-content: center;
  }
  section.config-store ul.group-stepper li {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin-right: 0;
    position: relative;
    margin: 0 18px;
  }
  section.config-store ul.group-stepper li strong {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-color: #E0DCCF;
    color: #7F7F84;
  }
  section.config-store ul.group-stepper li span {
    display: none;
    margin-left: 0;
  }
  section.config-store ul.group-stepper li.active, section.config-store ul.group-stepper li.form-stepper-active {
    background-color: transparent;
    min-width: 30px;
  }
  section.config-store ul.group-stepper li.active span, section.config-store ul.group-stepper li.form-stepper-active span {
    display: none;
  }
  section.config-store ul.group-stepper li.active::before, section.config-store ul.group-stepper li.form-stepper-active::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: -70px;
  }
  section.config-store ul.group-stepper li.active::after, section.config-store ul.group-stepper li.form-stepper-active::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -70px;
  }
  section.config-store ul.group-stepper li.done, section.config-store ul.group-stepper li.form-stepper-completed {
    background-color: transparent;
  }
  section.config-store ul.group-stepper li.done strong, section.config-store ul.group-stepper li.form-stepper-completed strong {
    background-color: #B3CE67;
    color: #B3CE67;
    position: relative;
  }
  section.config-store ul.group-stepper li.done strong::after, section.config-store ul.group-stepper li.form-stepper-completed strong::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: "";
    background: url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.config-store ul.group-stepper li.done span, section.config-store ul.group-stepper li.form-stepper-completed span {
    display: none;
  }
  section.config-store ul.group-stepper li.done::before, section.config-store ul.group-stepper li.form-stepper-completed::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -70px;
  }
  section.config-store ul.group-stepper li.done::after, section.config-store ul.group-stepper li.form-stepper-completed::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -70px;
  }
  section.config-store ul.group-stepper li::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -70px;
  }
  section.config-store ul.group-stepper li::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    display: block;
    height: 1px;
    background-color: #D6D0BE;
    right: -60%;
    top: 50%;
    width: 90%;
  }
  section.config-store ul.group-stepper li:last-of-type {
    margin-right: 0;
  }
  section.config-store ul.group-stepper li:last-of-type::after {
    display: none;
  }
  section.config-store .users-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.config-store .users-actions a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
    margin-left: 25px;
  }
  section.config-store .users-actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
    width: 92px;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.config-store .users-actions a.save .fa {
    font-size: 13px;
  }
  section.config-store .users-actions a.save:hover {
    background-color: #C64F2F;
  }
  section.config-store .users-actions a.save:focus {
    background-color: #DC836A;
  }
  section.config-store .users-actions a.cancel {
    color: #7F7F84;
  }
  section.config-store .users-actions a.cancel:hover {
    color: #D32243;
  }
  section.config-store .users-actions a.delete {
    color: #7F7F84;
  }
  section.config-store .users-actions a.delete:hover {
    color: #D32243;
  }
  section.config-store form .card.add-dash::after {
    display: none;
  }
  section.config-store form .card.add-dash2::after {
    display: none;
  }
  section.config-store form div.card.card-info .card-body label.info {
    color: #201904;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  section.config-store form div.card.card-info .card-body input.fields {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.config-store form div.card.card-info .card-body textarea.descp {
    border: 1px solid #F0EDE5;
    height: 180px;
    padding: 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.config-store form div.card.card-info .card-body .drag-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    border: 1px dashed #F0EDE5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
  }
  section.config-store form div.card.card-info .card-body .drag-drop .upload-icon {
    width: 26px;
  }
  section.config-store form div.card.card-info .card-body .drag-drop span {
    color: #7F7F84;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
  }
  section.config-store form div.card.card-info .card-body .drag-drop span.drop {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
  }
  section.config-store form div.card.card-info .card-body .drag-drop label {
    display: inline;
    color: #D25D3E;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  section.config-store form div.card.card-info .card-body .drag-drop input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  section.config-store form div.card.card-info .card-body .drag-drop div.selected-image, section.config-store form div.card.card-info .card-body .drag-drop div.selected-image2 {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    justify-content: center;
    display: none;
    text-align: center;
  }
  section.config-store form div.card.card-info .card-body .drag-drop div.selected-image a, section.config-store form div.card.card-info .card-body .drag-drop div.selected-image2 a {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  section.config-store form div.card.card-info .card-body .drag-drop div.selected-image a:hover, section.config-store form div.card.card-info .card-body .drag-drop div.selected-image2 a:hover {
    color: #201904;
  }
  section.config-store form div.card.card-info .card-body .drag-drop div.selected-image img, section.config-store form div.card.card-info .card-body .drag-drop div.selected-image2 img {
    width: auto;
    height: 100%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box {
    padding-left: 0;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products thead {
    display: none;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td {
    vertical-align: middle;
    text-align: left;
    padding: 10px 0;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td input.fields {
    margin-bottom: 0px;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin: 0 10px;
    color: #7F7F84;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td a.more-option {
    color: #7F7F84;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td a.delete {
    color: #D32243;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:first-of-type {
    width: 100%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:first-of-type span {
    line-height: 15px;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:first-of-type span.title {
    font-size: 16px;
    line-height: 20px;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:first-of-type span.qty, section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:first-of-type span.size {
    line-height: 15px;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:nth-child(2) {
    width: 90%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:last-of-type {
    text-align: right;
    width: 10%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.card.card-info .card-body .product-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 40;
    padding: 15px 10px;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li {
    justify-content: center;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li a.small-device-toggle2 {
    display: block !important;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li a.toggle-product-sets {
    margin: 10px auto 0;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li div.add-set div.add-set-action {
    top: auto;
    bottom: 42px;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li:nth-child(2) {
    display: block;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-checkbox {
    width: 30px;
    margin-top: 26px;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product {
    width: calc(100% - 30px);
    padding: 10px 15px;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product ul li span.qty {
    line-height: 15px;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product .set-outer-product-table table.set-table thead {
    display: none;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    line-height: 15px;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 15px;
    line-height: 20px;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    width: 100%;
    text-align: right;
  }
  section.config-store form div.card.card-set-outer div.product-sets div.set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form div.card.card-set-outer .product-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 40;
    padding: 15px 10px;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li {
    justify-content: center;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li a.small-device-toggle2 {
    display: block;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li a.toggle-product-sets {
    margin: 10px auto 0;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li div.add-set div.add-set-action {
    top: auto;
    bottom: 42px;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li:nth-child(2) {
    display: block;
  }
  section.config-store form div.card.card-selection .card-body .no-selection p {
    width: 100%;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li img {
    width: 46px;
    height: 38px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li span {
    font-size: 16px;
    line-height: 16px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li span.qty {
    line-height: 15px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li a.more-action-toggle {
    line-height: 30px;
    font-size: 15px;
    padding: 0 5px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(1) {
    width: 46px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(2) {
    width: calc(100% - 184px);
    padding: 0 5px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(3) {
    width: 150px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product {
    padding: 15px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li img.icon {
    margin-right: 5px;
    width: 46px;
    height: 38px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span {
    font-size: 17px;
    line-height: 17px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span.qty {
    line-height: 15px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(1) {
    width: 46px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 82px);
    padding: 0 5px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead {
    display: none;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 5px 0;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 5px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    line-height: 15px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 15px;
    line-height: 15px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    width: 100%;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: right;
    width: 100%;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li {
    position: relative;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li img {
    width: 46px;
    height: 38px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li span {
    font-size: 17px;
    line-height: 17px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li span.qty {
    line-height: 15px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li a.more-action-toggle {
    line-height: 30px;
    font-size: 15px;
    padding: 0 8px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li ul.sub-actions {
    top: 30px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li ul.sub-actions li a {
    line-height: 35px;
    font-size: 16px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li:nth-child(1) {
    width: 46px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li:nth-child(2) {
    width: calc(100% - 222px);
    padding: 0 5px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li:nth-child(3) {
    width: 140px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead {
    display: none;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 60px;
    margin: 0 5px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    line-height: 15px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 15px;
    line-height: 18px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td input.price {
    border: 1px solid #F0EDE5;
    height: 36px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 80px;
    outline: none;
    margin: 0 auto 0 0;
    text-align: center;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td a.action {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #7F7F84;
    margin: 0 auto;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(2) {
    width: 90%;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(3) {
    width: 10%;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.config-store form .card.card-product-outer:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .card.card-product-outer .product-actions {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.config-store form .card.card-product-outer .product-actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  section.config-store form .card.card-product-outer .product-actions ul li {
    display: block;
    position: relative;
  }
  section.config-store form .card.card-product-outer .product-actions ul li a {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    margin: 0 6px;
  }
  section.config-store form .card.card-product-outer .product-actions ul li a.all {
    background-color: #D25D3E;
  }
  section.config-store form .card.card-product-outer .product-actions ul li a.add-set {
    background-color: #201904;
  }
  section.config-store form .card.card-product-outer .product-actions ul li ul {
    display: none;
    position: absolute;
    width: 137px;
    right: 0;
    top: 36px;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10;
  }
  section.config-store form .card.card-product-outer .product-actions ul li ul li {
    display: block;
  }
  section.config-store form .card.card-product-outer .product-actions ul li ul li button {
    display: block;
    height: 43px;
    background-color: #D25D3E;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    border: none;
    color: #ffffff;
  }
  section.config-store form .card.card-product-outer .product-actions ul li ul li span {
    display: block;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  section.config-store form .card.card-payment-method div.payment-method-outer {
    overflow-y: auto;
  }
  section.config-store form .card.card-payment-method div.payment-method-outer table.payment-method {
    width: 1024px;
  }
  section.config-store form .add-payment span.text {
    display: none;
  }
  section.config-store form .card.card-payment-program div.payment-program-outer {
    overflow-y: auto;
  }
  section.config-store form .card.card-payment-program div.payment-program-outer table.payment-program {
    width: 700px;
  }
  section.config-store form .card.card-users div.user-table-outer {
    overflow-y: auto;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table thead {
    display: none;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr {
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td {
    padding: 5px;
    font-size: 15px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td select.program, section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td select.role {
    background-color: #ffffff;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td input[type=text], section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td input[type=email] {
    border-radius: 6px;
    border: 1px solid #F0EDE5;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #F6F4F0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td .image img {
    float: left;
    margin-right: 10px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td span {
    line-height: 15px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td span strong {
    font-size: 15px;
    line-height: 15px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td span.email {
    line-height: 16px;
    font-size: 16px;
    color: #201904;
    font-weight: 400;
    display: flex;
    margin: 5px 0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td span.email::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/icons/icon_envelop.svg) center center no-repeat;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td a.options {
    margin: 0 auto;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(1) {
    width: 30px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(2) {
    width: calc(100% - 30px);
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(3) {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(4) {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(5) {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(6) {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(7) {
    width: calc(100% - 40px);
    text-align: left;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(8) {
    width: 40px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr:first-of-type {
    display: none;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.card.card-users-person .allowance-box div.heading a.add-allowance span.text {
    display: none;
  }
  section.config-store form div.card.card-users-person .allowance-box div.allowance span {
    width: calc(100% - 85px);
    padding: 0 10px;
  }
  section.config-store form div.card.card-users-person .allowance-box div.allowance span strong {
    font-size: 15px;
  }
  section.config-store form div.card.card-users-person .allowance-box div.allowance span.amount {
    width: 65px;
  }
  section.config-store form div.card.card-users-person .allowance-box div.allowance:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form a.add-method {
    top: 15px;
    position: static;
    display: table;
    margin: 10px 0 10px auto;
  }
  section.config-store form a.add-method span.text {
    display: none;
  }
  section.config-store form a.add-method span.add {
    display: inline-block;
  }
  section.config-store form .card.card-shipping table.shipping thead {
    display: none;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td {
    text-align: left;
    padding: 2px 5px;
    vertical-align: top;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td.no-method {
    width: 100% !important;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td.no-method div {
    padding: 30px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: none;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td a.action {
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 30px auto 0;
    color: #7F7F84;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(1) {
    order: 1;
    width: calc(100% - 52px);
    text-align: left;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(2) {
    order: 3;
    width: calc(100% - 52px);
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(3) {
    order: 2;
    width: 52px;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(4) {
    order: 4;
    width: 52px;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form .card.card-shipping .payment-option {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
  }
  section.config-store form .card.card-shipping .payment-option strong {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
  }
  section.config-store form .card.card-shipping label {
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
  }
  section.config-store form .card.card-shipping .tax-by-toggle {
    padding: 25px 25px;
    border-top: 1px solid #F0EDE5;
    display: none;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle hr {
    margin: 25px 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.country-state {
    padding: 0;
    margin: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.country-state span {
    display: block;
    color: #201904;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state {
    width: 100%;
    margin: 25px auto 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state thead {
    display: none;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 10px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td {
    vertical-align: middle;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    margin-top: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    display: table;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(2) {
    width: calc(100% - 42px);
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(3) {
    width: 42px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .card.card-new-quota .card-body label.info {
    color: #201904;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  section.config-store form .card.card-new-quota .card-body input.fields {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.config-store form .card.card-new-quota .card-body select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 10px;
    padding: 0 40px 0 15px;
    height: 64px;
    background: #ffffff url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table {
    color: #201904;
    width: 100%;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th {
    color: #7F7F84;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 5px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(1) {
    width: calc(100% - 741px);
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(2) {
    width: 215px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(3) {
    width: 264px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(4) {
    width: 200px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(5) {
    width: 60px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr {
    border-bottom: 1px solid #D8D8D8;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td {
    position: relative;
    padding: 12px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td .reserve-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td input[type=text], section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td input[type=email] {
    border-radius: 6px;
    border: 1px solid #F0EDE5;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #F6F4F0;
    display: inline-block;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #ffffff;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 40px;
    top: 8px;
    border-radius: 10px;
    display: none;
    z-index: 10;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td ul li {
    padding: 4px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td ul li a {
    display: block;
    line-height: 43px;
    border-radius: 10px;
    text-decoration: none;
    color: #201904;
    text-align: center;
    padding: 0 25px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td ul li a:hover {
    background-color: #F0EDE5;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td img {
    float: left;
    margin-right: 10px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td span {
    display: block;
    font-size: 12px;
    color: #7F7F84;
    font-weight: 500;
    text-align: left;
    line-height: 18px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td span strong {
    display: block;
    font-size: 16px;
    color: #201904;
    line-height: 18px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td a.options {
    display: block;
    margin: 9px auto;
    width: 30px;
    height: 30px;
    color: #7F7F84;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td a.options:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td:last-of-type {
    text-align: right;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr:first-of-type {
    border-bottom-color: transparent;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr:first-of-type td input[type=text]:focus, section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr:first-of-type td input[type=email]:focus {
    background: #ffffff;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form a.new-user {
    right: 15px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    min-width: 40px;
  }
  section.config-store form a.new-user .fa {
    font-size: 18px;
  }
  section.config-store form .quota-table-header {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group {
    padding: 15px;
  }
  section.config-store form .quota-group-box .quota-group .quota img {
    width: 46px;
    height: 38px;
    margin: 0 10px;
  }
  section.config-store form .quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
    line-height: 15px;
  }
  section.config-store form .quota-group-box .quota-group .quota span.title {
    width: auto;
  }
  section.config-store form .quota-group-box .quota-group .quota span.title strong {
    font-size: 17px;
    line-height: 17px;
  }
  section.config-store form .quota-group-box .quota-group .quota span.quota {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota span.payment-structure {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota a.action {
    margin: 0 8px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result {
    padding-left: 0;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-sets {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail img {
    width: 46px;
    height: 38px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail span {
    line-height: 15px;
    width: calc(100% - 76px);
    padding: 0 5px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail span strong {
    font-size: 17px;
    line-height: 17px;
  }
  section.config-store form .quota-group-box .quota-group:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .quota-set-box .quota-set {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 25px 0 25px;
    margin-bottom: 10px;
  }
  section.config-store form .quota-set-box .quota-set .quota {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 25px 0;
  }
  section.config-store form .quota-set-box .quota-set .quota img.icon {
    width: 65px;
    height: 48px;
    margin-left: 15px;
  }
  section.config-store form .quota-set-box .quota-set .quota span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    text-align: left;
    width: calc(100% - 196px);
    padding: 0 15px;
  }
  section.config-store form .quota-set-box .quota-set .quota span strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.config-store form .quota-set-box .quota-set .quota a.action {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 15px;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.config-store form .quota-set-box .quota-set .quota a.action:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.config-store form .quota-set-box .quota-set .quota button {
    width: 36px;
    height: 36px;
    display: block;
    border: none;
    background: #F6F4F0;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail {
    display: none;
    padding: 25px;
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table {
    width: 100%;
    margin-bottom: 10px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table thead tr th {
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td {
    border-bottom: 1px solid #F0EDE5;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    vertical-align: middle;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td img {
    width: 56px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    text-align: left;
    width: calc(100% - 196px);
    padding: 0 10px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td span strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #201904;
    display: block;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td span span {
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 0;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(1) {
    width: 50px;
    border-bottom-color: transparent;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(2) {
    width: 56px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(3) {
    width: calc(100% - 116px);
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product thead tr th:nth-child(2) {
    text-align: right;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(1) {
    width: 50px;
    border-bottom-color: transparent;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(2) {
    width: 56px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(3) {
    width: calc(100% - 226px);
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(4) {
    width: 120px;
    text-align: right;
    padding: 0 15px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr:last-of-type td {
    border-bottom: none;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .quota-set-box .quota-set:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form div.search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
    width: 100%;
    background-color: #ffffff;
  }
  section.config-store form div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 40px);
  }
  section.config-store form div.search button.submit {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.config-store form div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.config-store form div.search.no-margin {
    margin: 0;
  }
  section.config-store form div.action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.config-store form div.action a {
    text-decoration: none;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.config-store form div.action a.import {
    display: none;
  }
  section.config-store form div.action a.new-user {
    line-height: 40px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }
  section.config-store form div.action a.new-user span.text {
    display: none;
  }
  section.config-store form div.action a.new-user .fa {
    font-size: 18px;
    margin: 0;
  }
  section.config-store form div.actions.small-device-padding {
    padding-bottom: 75px;
  }
  section.config-store form div.actions.small-device-padding2 {
    padding-bottom: 75px;
  }
  section.config-store-created p {
    width: 95%;
  }
  section.orders {
    padding-bottom: 0;
  }
  section.orders .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.orders .title-actions div.date {
    display: none;
  }
  section.orders .title-actions form div.search {
    height: 40px;
    background: #ffffff;
  }
  section.orders .title-actions form div.search button.submit {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 0;
    z-index: 0;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.orders .title-actions form div.search button.submit:hover {
    background-image: url(../images/icons/icon_search_orange.svg);
  }
  section.orders .title-actions form div.search input.search {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: none;
    float: right;
    background: transparent;
    position: relative;
    padding: 0;
    z-index: 2;
    transition: width 0.6s;
    outline: none;
    color: #fff;
    opacity: 0;
  }
  section.orders .title-actions form div.search input.search:focus, section.orders .title-actions form div.search input.search:not(:empty) {
    padding: 0 15px;
    color: #000;
    opacity: 1;
    width: 150px;
    transition: width 0.6s;
  }
  section.orders .title-actions form div.search input.search:focus ~ button {
    z-index: 2;
  }
  section.orders .title-actions a.download {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
  section.orders .title-actions a.close {
    color: #7F7F84;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
  }
  section.orders .title-actions ul.more-actions {
    display: flex;
    flex-direction: row;
    margin: 0 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }
  section.orders .title-actions ul.more-actions li {
    position: relative;
  }
  section.orders .title-actions ul.more-actions li a {
    display: block;
    color: #201904;
    text-decoration: none;
    line-height: 16px;
  }
  section.orders .title-actions ul.more-actions li a i {
    margin-left: 10px;
  }
  section.orders .title-actions ul.more-actions li ul {
    width: 200px;
    overflow: hidden;
    position: absolute;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
    border-radius: 10px;
  }
  section.orders .title-actions ul.more-actions li ul li a {
    display: block;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    padding: 0 25px;
    text-decoration: none;
    font-weight: 500;
  }
  section.orders .title-actions ul.more-actions li ul li a i {
    margin-left: 10px;
    font-weight: bolder;
  }
  section.orders .title-actions ul.more-actions li ul li a.cancel {
    color: #D25D3E;
    font-weight: 600;
  }
  section.orders form ul.allOrders {
    justify-content: flex-start;
  }
  section.orders form ul.allOrders li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 20px;
  }
  section.orders form div.card.card-orders table.all-orders {
    width: 100%;
  }
  section.orders form div.card.card-orders table.all-orders thead {
    display: none;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td {
    padding: 5px !important;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td input.fields {
    display: block;
    border: none;
    height: 34px;
    background-color: #F6F4F0;
    padding: 0 15px;
    border-radius: 6px;
    width: 100%;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td select.fields {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 0 15px 0 0;
    border-radius: 6px;
    border: none;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td .date {
    position: relative;
    background-color: #F6F4F0;
    height: 34px;
    padding: 0;
    border-radius: 6px;
    display: block;
    width: 100%;
    z-index: 0;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td .date input.fields {
    display: block;
    border: none;
    height: 34px;
    background-color: #F6F4F0;
    padding: 0 15px;
    border-radius: 6px;
    width: 82%;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td .date img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td strong {
    font-weight: 500;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td a {
    color: #201904;
    display: table;
    text-decoration: none;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status {
    line-height: 40px;
    height: 40px;
    border-radius: 18px;
    padding: 0 18px;
    width: 100%;
    display: block;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status.pending {
    color: #D7A90F;
    background-color: rgba(244, 195, 27, 0.1);
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status.completed {
    color: #87AC1E;
    background: rgba(179, 206, 103, 0.1);
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status.cancel {
    color: #7F7F84;
    background-color: rgba(127, 127, 132, 0.08);
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status.shipped {
    color: #4D6BCB;
    background-color: rgba(47, 80, 184, 0.1);
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(1) {
    width: 50%;
    order: 1;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(2) {
    width: 50%;
    order: 3;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(3) {
    width: 50%;
    text-align: right;
    order: 4;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(4) {
    width: 50%;
    order: 2;
    text-align: right;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(5) {
    width: 100%;
    order: 5;
    text-align: center;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(6) {
    width: 100%;
    text-align: center;
    order: 6;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:last-of-type {
    text-align: center;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr:first-of-type {
    display: none;
  }
  section.freshdesk p {
    width: 80%;
  }
  section.reports {
    padding-bottom: 0;
  }
  section.reports .title-actions form div.search {
    height: 40px;
    background: #ffffff;
  }
  section.reports .title-actions form div.search button.submit {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 0;
    z-index: 0;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.reports .title-actions form div.search button.submit:hover {
    background-image: url(../images/icons/icon_search_orange.svg);
  }
  section.reports .title-actions form div.search input.search {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: none;
    float: right;
    background: transparent;
    position: relative;
    padding: 0;
    z-index: 2;
    transition: width 0.6s;
    outline: none;
    color: #fff;
    opacity: 0;
  }
  section.reports .title-actions form div.search input.search:focus, section.reports .title-actions form div.search input.search:not(:empty) {
    padding: 0 15px;
    color: #000;
    opacity: 1;
    width: 200px;
    transition: width 0.6s;
  }
  section.reports .title-actions form div.search input.search:focus ~ button {
    z-index: 2;
  }
  section.reports div.report-box div.report span {
    width: calc(100% - 64px);
    line-height: 22px;
  }
  section.reports div.report-box div.report span strong {
    font-size: 20px;
    line-height: 30px;
  }
  section.reports div.report-box div.report a {
    text-decoration: none;
    color: #201904;
    font-size: 20px;
    font-weight: bolder;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    display: none;
  }
  section.order-sales-report .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
  }
  section.order-sales-report .title-actions a.toggle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0;
    padding: 0;
    background: #ffffff url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.order-sales-report .title-actions a.toggle:hover {
    background: #ffffff url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 10;
    box-shadow: 0 7px 10px rgba(32, 25, 4, 0.15);
    width: 150px;
    display: none;
  }
  section.order-sales-report .title-actions div.buttons a {
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-left: 0;
    display: block;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 15px;
    text-align: left;
  }
  section.order-sales-report .title-actions div.buttons a img {
    margin: 0 5px;
  }
  section.order-sales-report .title-actions div.buttons a.print {
    color: #201904;
    min-width: 100%;
    padding: 0 0 0 45px;
    background: #ffffff url(../images/icons/icon_printer_black.svg) 15px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.print:hover {
    color: #D25D3E;
    background: #ffffff url(../images/icons/icon_printer_orange.svg) 15px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.export {
    color: #201904;
    min-width: 100%;
    padding: 0 0 0 45px;
    background: #ffffff url(../images/icons/icon_export_black.svg) 18px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.export:hover {
    color: #D25D3E;
    background: #ffffff url(../images/icons/icon_export_orange.svg) 18px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.close {
    color: #7F7F84;
  }
  section.order-sales-report aside {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
  }
  section.order-sales-report aside form {
    display: block;
    margin-top: 20px;
  }
  section.order-sales-report aside form label.info {
    color: #7F7F84;
    display: block;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
  }
  section.order-sales-report aside form div.time {
    position: relative;
    border: 1px solid #F0EDE5;
    background-color: #ffffff;
    height: 52px;
    padding: 0 15px;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    z-index: 0;
  }
  section.order-sales-report aside form div.time span {
    font-size: 16px;
    line-height: 52px;
    text-align: left;
    position: relative;
    z-index: 1;
    display: block;
    height: 52px;
    width: 90%;
    overflow-x: hidden;
  }
  section.order-sales-report aside form div.time img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  section.order-sales-report aside form select.fields {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #F0EDE5;
    height: 52px;
    padding: 0 15px;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
    background: #ffffff url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
  }
  section.order-sales-report aside form button[type=submit] {
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
    min-width: 100%;
    border-radius: 10px;
    border: none;
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.order-sales-report aside form button[type=submit]:hover {
    background-color: #C64F2F;
  }
  section.order-sales-report aside form button[type=submit]:focus {
    background-color: #DC836A;
  }
  section.order-sales-report .card.card-order-sales h4 {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: #201904;
    margin: 10px 0 0;
  }
  section.order-sales-report .card.card-order-sales span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #7F7F84;
    margin: 0;
  }
  section.order-sales-report .card.card-order-sales span.full-date {
    text-align: left;
  }
  section.order-sales-report div.order-sales-outer {
    overflow-y: auto;
  }
  section.order-sales-report div.order-sales-outer table.order-sales {
    width: 800px;
  }
  section.order-sales-report div.order-sales-outer table.order-sales thead tr {
    background-color: #F0EDE5;
  }
  section.order-sales-report div.order-sales-outer table.order-sales thead tr th {
    padding: 8px 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
  }
  section.order-sales-report div.order-sales-outer table.order-sales thead tr th:nth-child(1) {
    width: 160px;
  }
  section.order-sales-report div.order-sales-outer table.order-sales thead tr th:nth-child(2) {
    width: 130px;
  }
  section.order-sales-report div.order-sales-outer table.order-sales thead tr th:nth-child(3) {
    width: 150px;
  }
  section.order-sales-report div.order-sales-outer table.order-sales thead tr th:nth-child(4) {
    width: calc(100% - 640px);
  }
  section.order-sales-report div.order-sales-outer table.order-sales thead tr th:nth-child(5) {
    text-align: center;
    width: 100px;
  }
  section.order-sales-report div.order-sales-outer table.order-sales thead tr th:nth-child(6) {
    text-align: center;
    width: 100px;
  }
  section.order-sales-report div.order-sales-outer table.order-sales tbody tr td {
    text-align: left;
    padding: 15px 25px;
    font-size: 14px;
    color: #4A4A4D;
  }
  section.order-sales-report div.order-sales-outer table.order-sales tbody tr td:nth-child(n+5) {
    text-align: right;
  }
  section.order-sales-report .paging-report {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin: 25px 0;
    padding: 0;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
  }
  section.order-sales-report .paging-report li a {
    min-width: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: #ffffff;
    color: #201904;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    margin: 0 5px;
  }
  section.order-sales-report .paging-report li a .fa {
    font-size: 18px;
    font-weight: bolder;
    margin: 0 15px;
  }
  section.order-sales-report .paging-report li:hover a {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.order-sales-report .paging-report li.active a {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.order-number {
    padding-bottom: 0;
    position: relative;
  }
  section.order-number .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
  }
  section.order-number .title-actions div.date {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 20px;
  }
  section.order-number .title-actions div.date span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
  }
  section.order-number .title-actions div.date button {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
  }
  section.order-number .title-actions div.date img {
    cursor: pointer;
  }
  section.order-number .title-actions div.search {
    display: flex;
    flex-direction: row;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    margin-right: 12px;
  }
  section.order-number .title-actions div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
  }
  section.order-number .title-actions div.search button.submit {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.order-number .title-actions div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.order-number .title-actions a.download {
    width: 67px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    background: #ffffff url(../images/icons/icon_download_black.svg) center center no-repeat;
  }
  section.order-number .title-actions a.download:hover {
    background: #ffffff url(../images/icons/icon_download_orange.svg) center center no-repeat;
  }
  section.order-number .title-actions > a.close {
    display: none;
  }
  section.order-number .title-actions ul.more-actions {
    display: none;
  }
  section.order-number .title-actions a.toggle {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff url(../images/icons/btn_action_black.svg) center center no-repeat;
    border-radius: 10px;
  }
  section.order-number .title-actions div.small-device {
    position: absolute;
    right: 0;
    top: 42px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(32, 25, 4, 0.15);
    z-index: 10;
    width: 160px;
    display: none;
  }
  section.order-number .title-actions div.small-device a {
    display: block;
    line-height: 35px;
    color: #201904;
    text-align: left;
    margin-left: 0;
    width: 100%;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
  }
  section.order-number .title-actions div.small-device a .fa {
    display: none;
  }
  section.order-number .title-actions div.small-device a.close {
    color: #201904;
  }
  section.order-number form .card.card-product-summary table.product-summary {
    width: 100%;
  }
  section.order-number form .card.card-product-summary table.product-summary thead {
    display: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td {
    position: relative;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td img {
    width: 80px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td a.action {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #7F7F84;
    background: url(../images/icons/three-dots.svg) center center no-repeat;
    transition: 0.3s;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td a.action:hover {
    background: url(../images/icons/three-dots-hover.svg) center center no-repeat;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td ul.action {
    right: 35px;
    top: -15px;
    z-index: 10;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td ul.action li ul {
    right: -48px;
    top: 40px;
    display: none;
    z-index: 11;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-of-type(2n+2) {
    border-bottom: 1px solid #F0EDE5;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:last-of-type {
    border-bottom: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 20px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td {
    padding: 0;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(1) {
    order: 1;
    width: calc(100% - 34px);
    padding-bottom: 10px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(1) .products-detail .details {
    padding: 0 10px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(2) {
    order: 3;
    width: 60px;
    position: relative;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(2)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    content: "Qty";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(3) {
    order: 4;
    width: 80px;
    position: relative;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(3)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    content: "Price";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(4) {
    order: 5;
    width: calc(100% - 220px);
    position: relative;
    text-align: right;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(4)::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "Total Price";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(5) {
    order: 2;
    width: 34px;
  }
  section.order-number form .card.card-product-summary .mark {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #F0EDE5;
    padding: 16px 15px;
    background: transparent;
  }
  section.order-number form .card.card-product-summary .mark a {
    display: block;
    color: #ffffff;
    background: #D25D3E;
    text-decoration: none;
    line-height: 52px;
    padding: 0 25px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  section.order-number form .card.card-product-summary .mark a:hover {
    background: #C64F2F;
  }
  section.order-number form .card.card-timeline ul {
    list-style: none;
    margin: 10px;
    padding: 0;
  }
  section.order-number form .card.card-timeline ul li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  section.order-number form .card.card-timeline ul li span {
    color: #7F7F84;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 20px;
  }
  section.order-number form .card.card-timeline ul li span strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #201904;
    line-height: 20px;
  }
  section.order-number form .card.card-timeline ul li span strong em {
    color: #D25D3E;
    font-style: normal;
  }
  section.order-number form .card.card-timeline ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #F0EDE5;
    left: 0;
    top: 5px;
    border-radius: 50%;
  }
  section.order-number form .card.card-timeline ul li::after {
    background-color: #F0EDE5;
    width: 1px;
    left: 5px;
    top: 12px;
    bottom: 0;
    position: absolute;
    content: "";
  }
  section.order-number form .card.card-timeline ul li:last-of-type {
    padding-bottom: 0;
  }
  section.order-number form .card.card-order-summary {
    overflow: hidden;
  }
  section.order-number form .card.card-order-summary label {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: #7F7F84;
    display: block;
    margin-bottom: 10px;
  }
  section.order-number form .card.card-order-summary label strong {
    display: block;
    color: #201904;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  section.order-number form .card.card-order-summary div.total {
    background-color: #B3CE67;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }
  section.order-number form .card.card-customer .order {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 64px;
    align-items: center;
    margin-bottom: 30px;
  }
  section.order-number form .card.card-customer .order img {
    width: 64px;
    height: 64px;
  }
  section.order-number form .card.card-customer .order span {
    color: #7F7F84;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
  }
  section.order-number form .card.card-customer .order span strong {
    display: block;
    color: #201904;
    font-size: 19px;
    font-weight: 600;
  }
  section.order-number form .card.card-customer .order span strong em {
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.order-number form .card.card-customer .order-detail label {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #201904;
    margin-bottom: 10px;
  }
  section.order-number form .card.card-customer .order-detail label span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #7F7F84;
  }
  section.order-number form .card.card-customer .order-detail label span.same {
    font-size: 16px;
    font-weight: 500;
  }
  section.order-number form .card.card-notes {
    font-size: 16px;
    font-weight: 600;
  }
  section.order-number form .card.card-notes textarea {
    border: none;
    width: 100%;
    height: 100px;
    padding: 0;
    line-height: 20px;
    font-weight: 500;
  }
  section.order-number form .card.card-notes button.send-notes {
    border: none;
    background: none;
    color: rgba(210, 93, 62, 0.5);
    transition: 0.3s;
    height: 50px;
  }
  section.order-number form .card.card-notes button.send-notes:hover {
    color: #d25d3e;
  }
  section.order-number form .card.card-notes ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  section.order-number form .card.card-notes ul li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  section.order-number form .card.card-notes ul li span {
    color: #7F7F84;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 20px;
  }
  section.order-number form .card.card-notes ul li span strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #201904;
    line-height: 20px;
  }
  section.order-number form .card.card-notes ul li span strong em {
    color: #D25D3E;
    font-style: normal;
  }
  section.order-number form .card.card-notes ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #F0EDE5;
    left: 0;
    top: 5px;
    border-radius: 50%;
  }
  section.order-number form .card.card-notes ul li::after {
    background-color: #F0EDE5;
    width: 1px;
    left: 5px;
    top: 12px;
    bottom: 0;
    position: absolute;
    content: "";
  }
  section.order-number form .card.card-notes ul li:last-of-type {
    padding-bottom: 0;
  }
  section.store-overview {
    padding-bottom: 30px;
  }
  section.store-overview .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
  }
  section.store-overview .title-actions a.toggle {
    display: block;
  }
  section.store-overview .title-actions div.buttons {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 10;
    box-shadow: 0 7px 10px rgba(32, 25, 4, 0.15);
    width: 150px;
    display: none;
  }
  section.store-overview .title-actions div.buttons a {
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-left: 0;
    display: block;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 15px;
    text-align: left;
  }
  section.store-overview .title-actions div.buttons a.deactive {
    min-width: 100%;
    padding: 0 45px 0 15px;
  }
  section.store-overview a.hide-details {
    position: absolute;
    right: 25px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  section.store-overview a.hide-details i {
    font-weight: 600;
    font-size: 18px;
    margin-left: 8px;
    line-height: inherit;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box {
    flex-direction: column;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .left-side {
    border-right: none;
    border-bottom: 1px solid #F0EDE5;
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .left-side ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side {
    width: 100%;
    padding: 15px 0px 0px 0px;
    flex-direction: column;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box {
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat {
    padding: 0;
    margin-bottom: 15px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat:last-of-type {
    margin-bottom: 0;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .progress-box {
    width: 100%;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress {
    margin-bottom: 20px;
  }
  section.store-overview form ul#store-overview-tabs {
    margin-bottom: 20px;
  }
  section.store-overview form ul#store-overview-tabs li a {
    font-size: 18px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-store-info .card-body textarea.descp {
    margin-bottom: 24px;
  }
  section.store-overview form div#store-overview-tabs a.new-user {
    right: 0;
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  section.store-overview form div#store-overview-tabs a.new-user span.text {
    display: none;
  }
  section.store-overview form div#store-overview-tabs a.new-user .fa {
    margin-right: 0;
  }
  section.store-overview form div#store-overview-tabs a.add-new-user {
    right: 0px;
  }
  section.store-overview form div#store-overview-tabs a.add-new-user span.text {
    display: none;
  }
  section.store-overview form div#store-overview-tabs a.add-new-user .fa {
    margin-right: 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group {
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li {
    position: relative;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li img {
    width: 56px;
    height: 48px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.toggle-table {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    background-color: #ffffff;
    width: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(1) {
    width: 56px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(2) {
    width: calc(100% - 242px);
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(3) {
    width: 150px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(4) {
    width: 36px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set span.heading {
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin: 15px 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.search {
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.search.no-margin {
    margin: 0;
  }
  section.store-overview form div#store-overview-tabs div.more-actions {
    position: relative;
  }
  section.store-overview form div#store-overview-tabs div.more-actions a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    min-width: 150px;
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 25px;
  }
  section.store-overview form div#store-overview-tabs div.action {
    justify-content: center;
  }
  section.store-overview form div#store-overview-tabs div.action a {
    text-decoration: none;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.action a.import {
    height: 40px;
    display: flex;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
    color: #201904;
    font-weight: 500;
    padding: 0 45px 0 15px;
    background: transparent url(../images/icons/icon_download_black.svg) 80px center no-repeat;
  }
  section.store-overview form div#store-overview-tabs div.action a.import:hover {
    color: #D25D3E;
    background: transparent url(../images/icons/icon_download_orange.svg) 80px center no-repeat;
  }
  section.store-overview form div#store-overview-tabs div.action a.new-user {
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-decoration: none;
  }
  section.store-overview form div#store-overview-tabs div.action a.new-user .fa {
    margin: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-users div.user-table-outer {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-users div.user-table-outer table.users-table {
    width: 1024px;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px 0;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td {
    vertical-align: top;
    padding: 2px 8px;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td strong {
    font-size: 19px;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .option {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(2) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(3) {
    width: 80%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(4) {
    width: 20%;
    text-align: right;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store-overview form div#store-overview-tabs .add-payment {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program {
    width: 100%;
    color: #201904;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr {
    border-bottom: 1px solid #F0EDE5;
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td {
    padding: 8px 8px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td strong {
    font-size: 19px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td .option {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(1) {
    text-align: left;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(2) {
    text-align: left;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(3) {
    text-align: left;
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(4) {
    text-align: right;
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr:last-of-type {
    border: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr:last-of-type td {
    padding-bottom: 10px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header {
    list-style: none;
    margin: 50px 28px 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
    display: none;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(1) {
    width: 526px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(2) {
    width: 162px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(3) {
    width: 230px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(4) {
    width: 136px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group {
    padding: 15px;
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota img {
    margin: 0 10px 0;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    width: calc(100% - 192px);
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.title strong {
    font-size: 16px;
    line-height: 20px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.quota {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.payment-structure {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota a.action {
    margin: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota-result {
    padding-left: 30px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping {
    margin: 0;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td {
    padding: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td.no-method div {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    text-align: center;
    padding: 50px;
    color: #7F7F84;
    text-align: center;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td.no-method div a {
    display: inline-block;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(1) {
    width: 100%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(3) {
    text-align: left;
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(4) {
    text-align: right;
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle {
    padding: 20px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle hr {
    margin: 20px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td {
    padding: 4px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    margin-top: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(2) {
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(3) {
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option {
    padding: 15px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option label input.checkbox-rounded, section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option label input.radio-circle {
    float: left;
    margin-right: 10px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option em {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #7F7F84;
    line-height: 25px;
  }
  section.store-overview form div.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  section.store-overview form div.actions button {
    text-decoration: none;
    padding: 0 25px;
    line-height: 52px;
    display: block;
    border-radius: 10px;
    margin: 0 10px;
    border: none;
    background: none;
    cursor: pointer;
  }
  section.store-overview form div.actions button.back {
    color: #7F7F84;
  }
  section.store-overview form div.actions button.next {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store-overview form div.actions button.next:disabled {
    background-color: #DC836A;
  }
  section.store-overview form div.actions button.next:hover {
    background-color: #C64F2F;
  }
  section.store-overview form div.actions button.next:focus {
    background-color: #DC836A;
  }
  section.store-overview form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store-overview form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.store-overview form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.new-quota-set ul.group-steps {
    justify-content: center;
    padding: 0;
    width: 100%;
  }
  section.new-quota-set ul.group-steps li {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin-right: 0;
    position: relative;
    margin: 0 50px;
    width: 30px;
  }
  section.new-quota-set ul.group-steps li strong {
    background-color: #E0DCCF;
    color: #7F7F84;
  }
  section.new-quota-set ul.group-steps li span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.active, section.new-quota-set ul.group-steps li.form-stepper-active {
    background-color: transparent;
    min-width: 30px;
  }
  section.new-quota-set ul.group-steps li.active span, section.new-quota-set ul.group-steps li.form-stepper-active span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.active::before, section.new-quota-set ul.group-steps li.form-stepper-active::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: -70px;
  }
  section.new-quota-set ul.group-steps li.active::after, section.new-quota-set ul.group-steps li.form-stepper-active::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -96px;
  }
  section.new-quota-set ul.group-steps li.done, section.new-quota-set ul.group-steps li.form-stepper-completed {
    background-color: transparent;
  }
  section.new-quota-set ul.group-steps li.done strong, section.new-quota-set ul.group-steps li.form-stepper-completed strong {
    background-color: #B3CE67;
    color: #B3CE67;
    position: relative;
  }
  section.new-quota-set ul.group-steps li.done strong::after, section.new-quota-set ul.group-steps li.form-stepper-completed strong::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: "";
    background: url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.new-quota-set ul.group-steps li.done span, section.new-quota-set ul.group-steps li.form-stepper-completed span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.done::before, section.new-quota-set ul.group-steps li.form-stepper-completed::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -70px;
  }
  section.new-quota-set ul.group-steps li.done::after, section.new-quota-set ul.group-steps li.form-stepper-completed::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -94px;
  }
  section.new-quota-set ul.group-steps li::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -50px;
  }
  section.new-quota-set ul.group-steps li::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -94px;
    display: block;
    height: 1px;
    background-color: #D6D0BE;
    top: 50%;
    width: 90px;
  }
  section.new-quota-set ul.group-steps li:last-of-type {
    margin-right: 50px;
  }
  section.new-quota-set ul.group-steps li:last-of-type::after {
    display: none;
  }
  section.new-quota-set form a.new-user {
    right: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    min-width: 40px;
  }
  section.new-quota-set form a.new-user span.text {
    display: none;
  }
  section.new-quota-set form a.new-user .fa {
    margin-right: 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set {
    padding: 0 15px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota {
    margin: 15px 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota img.icon {
    width: 55px;
    height: 38px;
    margin-left: 5px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota span {
    text-align: left;
    width: calc(100% - 125px);
    padding: 0 5px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota a.action {
    margin: 0 10px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail {
    padding: 15px;
    margin-bottom: 15px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table {
    width: 100%;
    margin-bottom: 10px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set thead {
    display: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set tbody tr td img {
    width: 46px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(1) {
    width: 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product thead {
    display: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td span {
    padding: 0 5px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td span strong {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(1) {
    display: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(3) {
    width: auto;
    padding: 10px 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(4) {
    width: 75px;
    padding: 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table:last-of-type {
    margin-bottom: 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail:last-of-type {
    margin-bottom: 15px;
  }
  section.new-quota-set form div.quota-set-box .quota-set:last-of-type {
    margin-bottom: 0;
  }
  section.new-quota-set form div.card.card-new-quota .card-body div.employee-table-outer {
    width: 100%;
    overflow-x: auto;
    padding: 10px 0;
  }
  section.new-quota-set form div.card.card-new-quota .card-body div.employee-table-outer table.employee-table {
    width: 1024px;
  }
  a.small-device-toggle {
    display: block;
  }
  .total-products, .total-stores, .total-entries {
    color: #7F7F84;
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
  }
  .paging {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
  }
  .paging li {
    padding-left: 10px;
  }
  .paging li a {
    min-width: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: #ffffff;
    color: #201904;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .paging li a .fa {
    font-size: 18px;
    font-weight: bolder;
    margin: 0 15px;
  }
  .paging li:hover a {
    background-color: #D25D3E;
    color: #ffffff;
  }
  .paging li.active a {
    background-color: #D25D3E;
    color: #ffffff;
  }
  .paging li:first-of-type a, .paging li:last-of-type a {
    background: transparent;
    font-weight: 600;
  }
  .paging li:first-of-type a:hover, .paging li:last-of-type a:hover {
    color: #201904;
  }
  .paging li:nth-child(5), .paging li:nth-child(6) {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  header a.logo {
    order: 2;
    width: 110px;
    display: inline-block;
    margin: 0;
  }
  header div.navigation {
    order: 1;
  }
  header div.navigation a.toggle {
    display: block;
    margin: 0 15px;
  }
  header div.navigation nav {
    position: absolute;
    left: 20px;
    top: 40px;
    width: 210px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: none;
  }
  header div.navigation nav a {
    display: block;
    line-height: 40px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    color: #BCBAB4;
    padding: 0 20px;
    margin: 0;
  }
  header div.navigation nav a.active {
    color: #201904;
    background: rgba(231, 227, 215, 0.2);
  }
  header div.navigation nav a:hover {
    color: #201904;
    background: rgba(231, 227, 215, 0.2);
  }
  header div.actions {
    order: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 5px;
    position: relative;
    width: calc(100% - 175px);
  }
  header div.actions > a.help, header div.actions > a.settings {
    display: none;
  }
  header div.actions a.logout {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 13px;
    background: url(../images/icons/btn_logout_white.svg) center center no-repeat;
  }
  header div.actions a.logout:hover {
    background: url(../images/icons/btn_logout_orange.svg) center center no-repeat;
  }
  header div.actions button.user {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    margin: 0 10px;
    outline: none;
  }
  header div.actions .sub-nav {
    position: absolute;
    width: 220px;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    right: 0;
    top: 40px;
    border-radius: 10px;
    display: none;
  }
  header div.actions .sub-nav a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    color: #201904;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
  }
  header div.actions .sub-nav a:hover {
    color: #D25D3E;
  }
  header div.actions .sub-nav div.divider:first-of-type {
    display: block;
  }
  section h3.count-one::after {
    display: none;
  }
  section h3.count-two::after {
    display: none;
  }
  section div.big-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  section div.big-title h2 {
    font-size: 37px;
    line-height: 45px;
  }
  section div.big-title span {
    line-height: 16px;
    margin-left: 0;
  }
  section div.big-title em {
    font-style: normal;
    color: #D25D3E;
    line-height: 56px;
    margin-left: 15px;
  }
  section div.big-title img {
    display: none;
  }
  section div.big-title2 h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  section div.big-title2 em {
    font-style: normal;
    color: #D25D3E;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    margin-left: 0;
  }
  section.login div.login-box div.header {
    width: 90%;
  }
  section.login div.login-box div.header .logo {
    height: 35px;
  }
  section.login div.login-box div.header button.close {
    display: none;
  }
  section.login div.login-box div.content h2 {
    font-size: 37px;
    line-height: 44px;
  }
  section.login div.login-box div.content p {
    width: 90%;
    font-size: 18px;
  }
  section.login div.login-box div.content form {
    margin: 35px auto 0;
    width: 90%;
  }
  section.dashboard .title-actions a.add-store {
    width: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  section.dashboard .title-actions a.add-store span.text {
    display: none;
  }
  section.dashboard .title-actions a.add-store .fa {
    margin: 0;
  }
  section.dashboard .card.card-stats .card-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  section.dashboard .card.card-stats .card-body span {
    font-size: 13px;
  }
  section.dashboard .card.card-stats .card-body span.number {
    font-size: 32px;
    line-height: 40px;
  }
  section.dashboard .card.card-tickets {
    margin-bottom: 20px;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets {
    min-height: 100%;
    max-height: 100%;
  }
  section.dashboard .card.card-tickets .card-body ul.activity {
    min-height: 100%;
    max-height: 100%;
  }
  section.edit-product {
    padding-bottom: 30px;
  }
  section.edit-product .title-actions a.delete-product, section.edit-product .title-actions a.cancel-product {
    background-color: #D32243;
    color: #ffffff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
    margin-left: 0;
  }
  section.edit-product .title-actions a.delete-product span.text, section.edit-product .title-actions a.cancel-product span.text {
    display: none;
  }
  section.edit-product .title-actions a.delete-product:hover, section.edit-product .title-actions a.cancel-product:hover {
    color: #ffffff;
  }
  section.edit-product .title-actions a.cancel-product {
    display: none;
  }
  section.edit-product .card.card-info {
    border-radius: 10px;
  }
  section.edit-product .card.card-info .card-body .category-search {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body .category-search input {
    height: 62px;
    border: none;
    background: none;
    padding: 0 15px;
    width: calc(100% - 62px);
    outline: none;
  }
  section.edit-product .card.card-info .card-body .category-search button[type=button] {
    display: block;
    width: 62px;
    height: 62px;
    border: none;
    background: none;
    font-size: 22px;
    background: url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.edit-product .card.card-info .card-body .category-search button[type=button]:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.edit-product .card.card-info .card-body input.name, section.edit-product .card.card-info .card-body input.price, section.edit-product .card.card-info .card-body input.sku, section.edit-product .card.card-info .card-body input.hs-code, section.edit-product .card.card-info .card-body input.multi-option {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body input.qty {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body div.input-select {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0;
    border-radius: 10px;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }
  section.edit-product .card.card-info .card-body div.input-select input {
    outline: none;
    height: 62px;
    width: calc(100% - 88px);
    border: none;
    background: none;
    padding: 0 15px;
  }
  section.edit-product .card.card-info .card-body div.input-select select {
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    width: 88px;
    border: none;
    height: 62px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 15px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body .drag-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 296px;
    min-height: 296px;
    border: 1px dashed #F0EDE5;
    border-radius: 10px;
    position: relative;
  }
  section.edit-product .card.card-info .card-body .drag-drop .upload-icon {
    width: 26px;
  }
  section.edit-product .card.card-info .card-body .drag-drop span {
    color: #7F7F84;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
  }
  section.edit-product .card.card-info .card-body .drag-drop span.drop {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
  }
  section.edit-product .card.card-info .card-body .drag-drop label {
    display: inline;
    color: #D25D3E;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  section.edit-product .card.card-info .card-body .drag-drop input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  section.edit-product .card.card-info .card-body table.products {
    margin-top: 30px;
    width: 100%;
  }
  section.edit-product .card.card-info .card-body table.products thead tr th {
    text-transform: uppercase;
    text-align: center;
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td img {
    width: 58px;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td input.fields {
    width: 52px;
    height: 36px;
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    vertical-align: middle;
    margin: 0;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin: 0 10px;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td a.more-option {
    color: #7F7F84;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td a.delete {
    color: #7F7F84;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr td a.delete:hover {
    color: #D32243;
  }
  section.edit-product .card.card-info .card-body table.products tbody tr:last-of-type {
    border-bottom: none;
  }
  section.edit-product .card.card-info .card-body select.tax {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
    background: url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
  }
  section.edit-product .card.card-info .card-body .multiple {
    margin: 15px 0 25px;
    padding: 0 15px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #F0EDE5;
  }
  section.edit-product .card.card-info .card-body .multiple span {
    line-height: 20px;
    color: #201904;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
  }
  section.edit-product .card.card-info .card-body div.preview {
    display: block;
    border-top: 1px solid #F0EDE5;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table {
    width: 100%;
    overflow-y: auto;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview {
    width: 670px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th {
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-align: center;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(1) {
    width: calc(100% - 480px);
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(2) {
    width: 110px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(3) {
    width: 190px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(4) {
    width: 90px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview thead tr th:nth-child(5) {
    width: 90px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr {
    position: relative;
    border-bottom: 1px solid #F0EDE5;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td {
    padding: 10px 5px;
    text-align: center;
    position: relative;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td:nth-child(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td:nth-child(1) img {
    height: 70px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td:nth-child(1) span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td:nth-child(1) span span {
    display: block;
    font-size: 16px;
    color: #7F7F84;
    line-height: 20px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td input.fields {
    border: 1px solid #F0EDE5;
    height: 36px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    outline: none;
    margin: 0;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option a.toggle {
    display: table;
    width: 40px;
    height: 40px;
    color: #7F7F84;
    text-decoration: none;
    line-height: 40px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option ul {
    display: none;
    position: absolute;
    right: 50px;
    top: -12px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: normal;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    width: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option ul li {
    display: block;
    display: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option ul li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #201904;
    white-space: normal;
    font-size: 13px;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr td .option ul li:last-of-type {
    border-bottom: none;
  }
  section.edit-product .card.card-info .card-body div.preview div.preview-table table.preview tbody tr:last-of-type {
    border-bottom: none;
  }
  section.edit-product .card.card-info .card-body .number-input {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 0;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  section.edit-product .card.card-info .card-body .number-input input.quantity {
    border: none;
    outline: none;
    height: 62px;
    width: 100%;
    padding: 0 15px;
  }
  section.edit-product .card.card-info .card-body .number-input div.btns {
    display: flex;
    flex-direction: column;
  }
  section.edit-product .card.card-info .card-body .number-input div.btns button {
    background-color: orange;
    outline: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: 18px;
  }
  section.edit-product .card.card-info .card-body .number-input div.btns button:nth-child(1) {
    transform: rotate(90deg);
  }
  section.edit-product .card.card-info .card-body .number-input div.btns button:nth-child(2) {
    transform: rotate(90deg);
  }
  section.edit-product .card.card-info .card-body .remove {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
  }
  section.edit-product .card.card-info .card-body .wrapper {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.edit-product .card.card-info .card-body .add-options {
    display: table;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    margin: 0 15px;
    line-height: 20px;
  }
  section.edit-product .card.card-info .card-body .add-options .fa {
    font-size: 14px;
  }
  section.edit-product .card.card-info .card-body input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  section.edit-product .card.card-info .card-body input[type=number]::-webkit-inner-spin-button,
section.edit-product .card.card-info .card-body input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  section.edit-product .card.card-info .card-body .number-input, section.edit-product .card.card-info .card-body .number-input * {
    box-sizing: border-box;
  }
  section.new-product {
    padding-bottom: 0;
  }
  section.new-product .title-actions {
    display: none;
  }
  section.new-product .card.card-info .card-body div.input-select {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0;
    border-radius: 10px;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }
  section.new-product .card.card-info .card-body div.input-select input {
    outline: none;
    height: 62px;
    width: calc(100% - 88px);
    border: none;
    background: none;
    padding: 0 15px;
  }
  section.new-product .card.card-info .card-body div.input-select select {
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    width: 88px;
    border: none;
    height: 62px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 15px;
    outline: none;
  }
  section.new-product .card.card-info .card-body .drag-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 296px;
    min-height: 296px;
    border: 1px dashed #F0EDE5;
    border-radius: 10px;
    position: relative;
  }
  section.new-product .card.card-info .card-body .drag-drop .upload-icon {
    width: 26px;
  }
  section.new-product .card.card-info .card-body .drag-drop span {
    color: #7F7F84;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
  }
  section.new-product .card.card-info .card-body .drag-drop span.drop {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
  }
  section.new-product .card.card-info .card-body .drag-drop label {
    display: inline;
    color: #D25D3E;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  section.new-product .card.card-info .card-body .drag-drop input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  section.new-product .card.card-info .card-body .drag-drop div.selected-image {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    justify-content: center;
    display: none;
    text-align: center;
  }
  section.new-product .card.card-info .card-body .drag-drop div.selected-image a {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  section.new-product .card.card-info .card-body .drag-drop div.selected-image a:hover {
    color: #201904;
  }
  section.new-product .card.card-info .card-body .drag-drop div.selected-image img {
    width: auto;
    height: 100%;
  }
  section.new-product .card.card-info .card-body table.products {
    margin-bottom: 30px;
  }
  section.new-product .card.card-info .card-body table.products tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td img {
    width: 58px;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td input.fields {
    width: 52px;
    height: 36px;
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    vertical-align: middle;
    margin: 0;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom::before {
    border: 1px solid #F0EDE5;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom::after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom:checked::before {
    border-color: #B3CE67;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td .custom-checkbox .checkbox-custom:checked::after {
    background: #B3CE67;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin: 0 10px;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td a.more-option {
    color: #7F7F84;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td a.delete {
    color: #7F7F84;
  }
  section.new-product .card.card-info .card-body table.products tbody tr td a.delete:hover {
    color: #D32243;
  }
  section.new-product .card.card-info .card-body table.products tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store-created p {
    width: 100%;
  }
  section.freshdesk p {
    width: 80%;
  }
  section.catalogue .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.catalogue .title-actions div.search {
    display: flex;
    flex-direction: row;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
    margin-right: 5px;
    margin-top: 15px;
  }
  section.catalogue .title-actions div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 40px);
  }
  section.catalogue .title-actions div.search button.submit {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 10px;
    line-height: 40px;
  }
  section.catalogue .title-actions .other-actions {
    display: flex;
    width: 100%;
    position: relative;
  }
  section.catalogue .title-actions .other-actions a.toggle {
    display: block;
    width: 40px;
    height: 40px;
  }
  section.catalogue .title-actions .other-actions div {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    top: 40px;
    box-shadow: 2px 2px 10px rgba(32, 25, 4, 0.15);
    display: flex;
    flex-direction: column;
    order: 2;
    width: 140px;
    background-color: orange;
    height: auto;
    display: none;
  }
  section.catalogue .title-actions .other-actions div a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0;
    border-radius: 0;
  }
  section.catalogue .title-actions .other-actions div a span {
    display: block;
    line-height: 40px;
    padding: 0 15px 0 40px;
  }
  section.catalogue .title-actions .other-actions div a.download {
    background-position: 15px center;
    background-size: 15px 15px;
  }
  section.catalogue .title-actions .other-actions div a.download:hover {
    color: #D25D3E;
  }
  section.catalogue .title-actions .other-actions div a.add {
    background-position: 15px center;
    background-size: 15px 15px;
  }
  section.catalogue .title-actions .other-actions div a.add:hover {
    color: #D25D3E;
  }
  section.catalogue .title-actions .other-actions a.add-product {
    order: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
  }
  section.catalogue .title-actions .other-actions a.add-product span.text {
    display: none;
  }
  section.catalogue .title-actions .other-actions a.add-product .fa {
    margin-right: 0;
  }
  section.products-list {
    padding: 56px 0;
  }
  section.products-list div.products-wrapper.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.products-list div.products-wrapper.list {
    grid-template-columns: repeat(1, 1fr);
  }
  section.category-view {
    padding: 30px 0;
  }
  section.category-view ul.product-view li div.search {
    margin-right: 0;
  }
  section.category-view ul.product-view li:nth-child(1) {
    width: 100%;
  }
  section.category-view ul.product-view li:nth-child(2) {
    display: none;
  }
  section.category-view ul.product-view li:nth-child(3) {
    display: none;
  }
  section.category-view div.products-wrapper.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.category-view div.products-wrapper.list .item .product-box .image {
    height: 150px;
    width: 150px;
    margin: 0 10px 0 0;
  }
  section.category-view div.products-wrapper.list .item .product-box .image img {
    width: inherit;
  }
  section.category-view div.products-wrapper.list .item .product-box div.details {
    width: calc(100% - 160px);
  }
  section.category-view div.products-wrapper.list .item .product-box div.details span.title {
    line-height: 25px;
    font-size: 18px;
  }
  section.reports {
    padding-bottom: 0;
  }
  section.reports .title-actions form div.search {
    height: 40px;
    background: #ffffff;
  }
  section.reports .title-actions form div.search button.submit {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 0;
    z-index: 0;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.reports .title-actions form div.search button.submit:hover {
    background-image: url(../images/icons/icon_search_orange.svg);
  }
  section.reports .title-actions form div.search input.search {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: none;
    float: right;
    background: transparent;
    position: relative;
    padding: 0;
    z-index: 2;
    transition: width 0.6s;
    outline: none;
    color: #fff;
    opacity: 0;
  }
  section.reports .title-actions form div.search input.search:focus, section.reports .title-actions form div.search input.search:not(:empty) {
    padding: 0 15px;
    color: #000;
    opacity: 1;
    width: 200px;
    transition: width 0.6s;
  }
  section.reports .title-actions form div.search input.search:focus ~ button {
    z-index: 2;
  }
  section.reports div.report-box div.report span {
    width: calc(100% - 64px);
    line-height: 22px;
  }
  section.reports div.report-box div.report span strong {
    font-size: 20px;
    line-height: 30px;
  }
  section.reports div.report-box div.report a {
    text-decoration: none;
    color: #201904;
    font-size: 20px;
    font-weight: bolder;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    display: none;
  }
  section.orders {
    padding-bottom: 0;
  }
  section.orders .title-actions div.date {
    display: none;
  }
  section.orders .title-actions form div.search {
    height: 40px;
    background: #ffffff;
  }
  section.orders .title-actions form div.search button.submit {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 0;
    z-index: 0;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.orders .title-actions form div.search button.submit:hover {
    background-image: url(../images/icons/icon_search_orange.svg);
  }
  section.orders .title-actions form div.search input.search {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: none;
    float: right;
    background: transparent;
    position: relative;
    padding: 0;
    z-index: 2;
    transition: width 0.6s;
    outline: none;
    color: #fff;
    opacity: 0;
  }
  section.orders .title-actions form div.search input.search:focus, section.orders .title-actions form div.search input.search:not(:empty) {
    padding: 0 15px;
    color: #000;
    opacity: 1;
    width: 200px;
    transition: width 0.6s;
  }
  section.orders .title-actions form div.search input.search:focus ~ button {
    z-index: 2;
  }
  section.orders .title-actions a.download {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
  }
  section.orders .title-actions a.close {
    color: #7F7F84;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
  }
  section.orders .title-actions ul.more-actions {
    display: flex;
    flex-direction: row;
    margin: 0 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }
  section.orders .title-actions ul.more-actions li {
    position: relative;
  }
  section.orders .title-actions ul.more-actions li a {
    display: block;
    color: #201904;
    text-decoration: none;
    line-height: 16px;
  }
  section.orders .title-actions ul.more-actions li a i {
    margin-left: 10px;
  }
  section.orders .title-actions ul.more-actions li ul {
    width: 200px;
    overflow: hidden;
    position: absolute;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
    border-radius: 10px;
  }
  section.orders .title-actions ul.more-actions li ul li a {
    display: block;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    padding: 0 25px;
    text-decoration: none;
    font-weight: 500;
  }
  section.orders .title-actions ul.more-actions li ul li a i {
    margin-left: 10px;
    font-weight: bolder;
  }
  section.orders .title-actions ul.more-actions li ul li a.cancel {
    color: #D25D3E;
    font-weight: 600;
  }
  section.orders form ul.allOrders {
    justify-content: flex-start;
  }
  section.orders form ul.allOrders li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 20px;
  }
  section.orders form div.card.card-orders table.all-orders {
    width: 100%;
  }
  section.orders form div.card.card-orders table.all-orders thead {
    display: none;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td {
    padding: 5px !important;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td input.fields {
    display: block;
    border: none;
    height: 34px;
    background-color: #F6F4F0;
    padding: 0 15px;
    border-radius: 6px;
    width: 100%;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td select.fields {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 0 15px 0 0;
    border-radius: 6px;
    border: none;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td .date {
    position: relative;
    background-color: #F6F4F0;
    height: 34px;
    padding: 0;
    border-radius: 6px;
    display: block;
    width: 100%;
    z-index: 0;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td .date input.fields {
    display: block;
    border: none;
    height: 34px;
    background-color: #F6F4F0;
    padding: 0 15px;
    border-radius: 6px;
    width: 82%;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td .date img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td strong {
    font-weight: 500;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td a {
    color: #201904;
    display: table;
    text-decoration: none;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status {
    line-height: 40px;
    height: 40px;
    border-radius: 18px;
    padding: 0 18px;
    width: 100%;
    display: block;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status.pending {
    color: #D7A90F;
    background-color: rgba(244, 195, 27, 0.1);
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status.completed {
    color: #87AC1E;
    background: rgba(179, 206, 103, 0.1);
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status.cancel {
    color: #7F7F84;
    background-color: rgba(127, 127, 132, 0.08);
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td span.status.shipped {
    color: #4D6BCB;
    background-color: rgba(47, 80, 184, 0.1);
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(1) {
    width: 50%;
    order: 1;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(2) {
    width: 50%;
    order: 3;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(3) {
    width: 50%;
    text-align: right;
    order: 4;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(4) {
    width: 50%;
    order: 2;
    text-align: right;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(5) {
    width: 100%;
    order: 5;
    text-align: center;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:nth-child(6) {
    width: 100%;
    text-align: center;
    order: 6;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr td:last-of-type {
    text-align: center;
  }
  section.orders form div.card.card-orders table.all-orders tbody tr:first-of-type {
    display: none;
  }
  section.order-sales-report .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
  }
  section.order-sales-report .title-actions a.toggle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0;
    padding: 0;
    background: #ffffff url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.order-sales-report .title-actions a.toggle:hover {
    background: #ffffff url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 10;
    box-shadow: 0 7px 10px rgba(32, 25, 4, 0.15);
    width: 150px;
    display: none;
  }
  section.order-sales-report .title-actions div.buttons a {
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-left: 0;
    display: block;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 15px;
    text-align: left;
  }
  section.order-sales-report .title-actions div.buttons a img {
    margin: 0 5px;
  }
  section.order-sales-report .title-actions div.buttons a.print {
    color: #201904;
    min-width: 100%;
    padding: 0 0 0 45px;
    background: #ffffff url(../images/icons/icon_printer_black.svg) 15px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.print:hover {
    color: #D25D3E;
    background: #ffffff url(../images/icons/icon_printer_orange.svg) 15px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.export {
    color: #201904;
    min-width: 100%;
    padding: 0 0 0 45px;
    background: #ffffff url(../images/icons/icon_export_black.svg) 18px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.export:hover {
    color: #D25D3E;
    background: #ffffff url(../images/icons/icon_export_orange.svg) 18px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.close {
    color: #7F7F84;
  }
  section.order-sales-report aside {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
  }
  section.order-sales-report aside form {
    display: block;
    margin-top: 20px;
  }
  section.order-sales-report aside form label.info {
    color: #7F7F84;
    display: block;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
  }
  section.order-sales-report aside form div.time {
    position: relative;
    border: 1px solid #F0EDE5;
    background-color: #ffffff;
    height: 52px;
    padding: 0 15px;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    z-index: 0;
  }
  section.order-sales-report aside form div.time span {
    font-size: 16px;
    line-height: 52px;
    text-align: left;
    position: relative;
    z-index: 1;
    display: block;
    height: 52px;
    width: 90%;
    overflow-x: hidden;
  }
  section.order-sales-report aside form div.time img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  section.order-sales-report aside form select.fields {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #F0EDE5;
    height: 52px;
    padding: 0 15px;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
    background: #ffffff url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
  }
  section.order-sales-report aside form button[type=submit] {
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
    min-width: 100%;
    border-radius: 10px;
    border: none;
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.order-sales-report aside form button[type=submit]:hover {
    background-color: #C64F2F;
  }
  section.order-sales-report aside form button[type=submit]:focus {
    background-color: #DC836A;
  }
  section.order-sales-report .card.card-order-sales h4 {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: #201904;
    margin: 10px 0 0;
  }
  section.order-sales-report .card.card-order-sales span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #7F7F84;
    margin: 0;
  }
  section.order-sales-report .card.card-order-sales span.full-date {
    text-align: left;
  }
  section.order-sales-report div.order-sales-outer {
    overflow-y: auto;
  }
  section.order-sales-report div.order-sales-outer table.order-sales {
    width: 800px;
  }
  section.order-number {
    padding-bottom: 0;
    position: relative;
  }
  section.order-number .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
  }
  section.order-number .title-actions div.date {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 20px;
  }
  section.order-number .title-actions div.date span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
  }
  section.order-number .title-actions div.date button {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
  }
  section.order-number .title-actions div.date img {
    cursor: pointer;
  }
  section.order-number .title-actions div.search {
    display: flex;
    flex-direction: row;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    margin-right: 12px;
  }
  section.order-number .title-actions div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
  }
  section.order-number .title-actions div.search button.submit {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.order-number .title-actions div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.order-number .title-actions a.download {
    width: 67px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    background: #ffffff url(../images/icons/icon_download_black.svg) center center no-repeat;
  }
  section.order-number .title-actions a.download:hover {
    background: #ffffff url(../images/icons/icon_download_orange.svg) center center no-repeat;
  }
  section.order-number .title-actions > a.close {
    display: none;
  }
  section.order-number .title-actions ul.more-actions {
    display: none;
  }
  section.order-number .title-actions a.toggle {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff url(../images/icons/btn_action_black.svg) center center no-repeat;
    border-radius: 10px;
  }
  section.order-number .title-actions div.small-device {
    position: absolute;
    right: 0;
    top: 42px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(32, 25, 4, 0.15);
    z-index: 10;
    width: 160px;
    display: none;
  }
  section.order-number .title-actions div.small-device a {
    display: block;
    line-height: 35px;
    color: #201904;
    text-align: left;
    margin-left: 0;
    width: 100%;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
  }
  section.order-number .title-actions div.small-device a .fa {
    display: none;
  }
  section.order-number .title-actions div.small-device a.close {
    color: #201904;
  }
  section.order-number form .card.card-product-summary table.product-summary {
    width: 100%;
  }
  section.order-number form .card.card-product-summary table.product-summary thead {
    display: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td {
    position: relative;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td img {
    width: 80px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td a.action {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #7F7F84;
    background: url(../images/icons/three-dots.svg) center center no-repeat;
    transition: 0.3s;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td a.action:hover {
    background: url(../images/icons/three-dots-hover.svg) center center no-repeat;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td ul.action {
    right: 35px;
    top: -15px;
    z-index: 10;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td ul.action li ul {
    right: -48px;
    top: 40px;
    display: none;
    z-index: 11;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-of-type(2n+2) {
    border-bottom: 1px solid #F0EDE5;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:last-of-type {
    border-bottom: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 20px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td {
    padding: 0;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(1) {
    order: 1;
    width: calc(100% - 34px);
    padding-bottom: 10px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(1) .products-detail .details {
    padding: 0 10px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(2) {
    order: 3;
    width: 60px;
    position: relative;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(2)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    content: "Qty";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(3) {
    order: 4;
    width: 80px;
    position: relative;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(3)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    content: "Price";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(4) {
    order: 5;
    width: calc(100% - 220px);
    position: relative;
    text-align: right;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(4)::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "Total Price";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(5) {
    order: 2;
    width: 34px;
  }
  section.order-number form .card.card-product-summary .mark {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #F0EDE5;
    padding: 16px 15px;
    background: transparent;
  }
  section.order-number form .card.card-product-summary .mark a {
    display: block;
    color: #ffffff;
    background: #D25D3E;
    text-decoration: none;
    line-height: 52px;
    padding: 0 25px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  section.order-number form .card.card-product-summary .mark a:hover {
    background: #C64F2F;
  }
  section.order-number form .card.card-timeline ul {
    list-style: none;
    margin: 10px;
    padding: 0;
  }
  section.order-number form .card.card-timeline ul li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  section.order-number form .card.card-timeline ul li span {
    color: #7F7F84;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 20px;
  }
  section.order-number form .card.card-timeline ul li span strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #201904;
    line-height: 20px;
  }
  section.order-number form .card.card-timeline ul li span strong em {
    color: #D25D3E;
    font-style: normal;
  }
  section.order-number form .card.card-timeline ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #F0EDE5;
    left: 0;
    top: 5px;
    border-radius: 50%;
  }
  section.order-number form .card.card-timeline ul li::after {
    background-color: #F0EDE5;
    width: 1px;
    left: 5px;
    top: 12px;
    bottom: 0;
    position: absolute;
    content: "";
  }
  section.order-number form .card.card-timeline ul li:last-of-type {
    padding-bottom: 0;
  }
  section.order-number form .card.card-order-summary {
    overflow: hidden;
  }
  section.order-number form .card.card-order-summary label {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: #7F7F84;
    display: block;
    margin-bottom: 10px;
  }
  section.order-number form .card.card-order-summary label strong {
    display: block;
    color: #201904;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  section.order-number form .card.card-order-summary div.total {
    background-color: #B3CE67;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }
  section.order-number form .card.card-customer .order {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 64px;
    align-items: center;
    margin-bottom: 30px;
  }
  section.order-number form .card.card-customer .order img {
    width: 64px;
    height: 64px;
  }
  section.order-number form .card.card-customer .order span {
    color: #7F7F84;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
  }
  section.order-number form .card.card-customer .order span strong {
    display: block;
    color: #201904;
    font-size: 19px;
    font-weight: 600;
  }
  section.order-number form .card.card-customer .order span strong em {
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.order-number form .card.card-customer .order-detail label {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #201904;
    margin-bottom: 10px;
  }
  section.order-number form .card.card-customer .order-detail label span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #7F7F84;
  }
  section.order-number form .card.card-customer .order-detail label span.same {
    font-size: 16px;
    font-weight: 500;
  }
  section.order-number form .card.card-notes {
    font-size: 16px;
    font-weight: 600;
  }
  section.order-number form .card.card-notes textarea {
    border: none;
    width: 100%;
    height: 100px;
    padding: 0;
    line-height: 20px;
    font-weight: 500;
  }
  section.order-number form .card.card-notes button.send-notes {
    border: none;
    background: none;
    color: rgba(210, 93, 62, 0.5);
    transition: 0.3s;
    height: 50px;
  }
  section.order-number form .card.card-notes button.send-notes:hover {
    color: #d25d3e;
  }
  section.order-number form .card.card-notes ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  section.order-number form .card.card-notes ul li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  section.order-number form .card.card-notes ul li span {
    color: #7F7F84;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 20px;
  }
  section.order-number form .card.card-notes ul li span strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #201904;
    line-height: 20px;
  }
  section.order-number form .card.card-notes ul li span strong em {
    color: #D25D3E;
    font-style: normal;
  }
  section.order-number form .card.card-notes ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #F0EDE5;
    left: 0;
    top: 5px;
    border-radius: 50%;
  }
  section.order-number form .card.card-notes ul li::after {
    background-color: #F0EDE5;
    width: 1px;
    left: 5px;
    top: 12px;
    bottom: 0;
    position: absolute;
    content: "";
  }
  section.order-number form .card.card-notes ul li:last-of-type {
    padding-bottom: 0;
  }
  section.store .title-actions form div.search {
    height: 40px;
    background: #ffffff;
  }
  section.store .title-actions form div.search button.submit {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 0;
    z-index: 0;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.store .title-actions form div.search button.submit:hover {
    background-image: url(../images/icons/icon_search_orange.svg);
  }
  section.store .title-actions form div.search input.search {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: none;
    float: right;
    background: transparent;
    position: relative;
    padding: 0;
    z-index: 2;
    transition: width 0.6s;
    outline: none;
    color: #fff;
    opacity: 0;
  }
  section.store .title-actions form div.search input.search:focus, section.store .title-actions form div.search input.search:not(:empty) {
    padding: 0 15px;
    color: #000;
    opacity: 1;
    width: 200px;
    transition: width 0.6s;
  }
  section.store .title-actions form div.search input.search:focus ~ button {
    z-index: 2;
  }
  section.store .title-actions a.request-store {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
  }
  section.store .title-actions a.request-store span.text {
    display: none;
  }
  section.store .title-actions a.request-store .fa {
    margin-right: 0;
  }
  section.store div.pending-store-box div.pending-store {
    background: #D25D3E url(../images/icons/circles.png) right top no-repeat;
    background-size: 500px 100%;
    flex-wrap: wrap;
  }
  section.store div.pending-store-box div.pending-store div.details {
    width: calc(100% - 97px);
  }
  section.store div.pending-store-box div.pending-store div.details strong {
    line-height: 87px;
  }
  section.store div.pending-store-box div.pending-store div.details span {
    display: none;
  }
  section.store div.pending-store-box div.pending-store div.details2 {
    width: 100%;
    padding: 15px;
    display: block;
  }
  section.store div.pending-store-box div.pending-store a.configure {
    margin-top: 0;
  }
  section.store div.store-list-box .store-list {
    flex-wrap: wrap;
  }
  section.store div.store-list-box .store-list div.details {
    width: calc(100% - 110px);
    height: auto;
  }
  section.store div.store-list-box .store-list div.details ul {
    display: none;
  }
  section.store div.store-list-box .store-list div.details2 {
    display: block;
    margin: 15px 0 0;
  }
  section.store div.store-list-box .store-list div.details2 ul {
    display: block;
  }
  section.store div.store-list-box .store-list div.details2 ul li {
    color: #4A4A4D;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
  }
  section.store div.store-list-box .store-list div.details2 ul li i {
    display: inline-block;
    color: #D25D3E;
    margin-right: 5px;
  }
  section.store div.store-list-box .store-list div.details2 ul li em {
    font-style: normal;
  }
  section.store div.store-list-box .store-list div {
    width: 100%;
    margin: 15px 0 0;
  }
  section.store .new-category {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.store .card-category {
    border-radius: 10px;
    border: 0;
  }
  section.store .card-category .card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  section.store .card-category .card-body div.product img {
    width: 120px;
    display: block;
  }
  section.store .card-category .card-body div.product span.title {
    color: #201904;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
  }
  section.store .card-category .card-body div.product span.counts {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.store .card-category .card-body div.action {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  section.store .card-category .card-body div.action a.toggle {
    display: table;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #7F7F84;
    border-radius: 50%;
  }
  section.store .card-category .card-body div.action a.toggle:hover {
    background-color: #e4e4e4;
    color: #ffffff;
  }
  section.store .card-category .card-body div.action ul {
    position: absolute;
    right: 25px;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    width: 80px;
    overflow: hidden;
    display: none;
  }
  section.store .card-category .card-body div.action ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.store .card-category .card-body div.action ul li a {
    text-align: center;
    line-height: 28px;
    display: block;
    color: #201904;
    font-size: 12px;
    text-decoration: none;
  }
  section.store .swiper-actions {
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.store .swiper-actions .slide-button {
    display: flex;
  }
  section.store .swiper-actions .slide-button button {
    background: transparent;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: none;
    outline: none;
  }
  section.store div.card.card-stats .card-body {
    border-radius: 10px;
  }
  section.store div.card.card-stats .card-body .stat-icon {
    width: 46px;
    height: 46px;
    margin-right: 18px;
  }
  section.store div.card.card-stats .card-body span {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.store div.card.card-stats .card-body span.number {
    font-size: 37px;
    font-weight: 600;
    line-height: 46px;
    color: #201904;
    display: block;
  }
  section.store .time {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
  }
  section.store .time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600px;
  }
  section.store .time button.date {
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/icons/calendar.svg) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
    outline: none;
  }
  section.store .card-chart {
    border-radius: 10px;
  }
  section.store .view-all {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #D25D3E;
    line-height: 20px;
    text-decoration: none;
  }
  section.store .product-detail .card.card-product {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  section.store .product-detail span {
    font-size: 16px;
    color: #201904;
    display: block;
    font-weight: 500;
  }
  section.store .product-detail span.title {
    line-height: 21px;
  }
  section.store .product-detail span.qty {
    font-size: 12px;
    line-height: 25px;
    color: #7F7F84;
  }
  section.store .product-detail span.price {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #201904;
  }
  section.store div.card.card-tickets {
    border-radius: 10px;
  }
  section.store div.card.card-tickets .card-body ul.tickets {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 460px;
    max-height: 460px;
  }
  section.store div.card.card-tickets .card-body ul.tickets li {
    border-bottom: 1px solid #F0EDE5;
    padding: 18px 0 18px;
    position: relative;
    z-index: 1;
  }
  section.store div.card.card-tickets .card-body ul.tickets li span {
    color: #201904;
    font-weight: 600;
    line-height: 21px;
    display: block;
  }
  section.store div.card.card-tickets .card-body ul.tickets li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.store div.card.card-tickets .card-body ul.tickets li p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #4A4A4D;
    margin: 0;
    padding: 0;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:last-of-type {
    border-bottom-color: transparent;
  }
  section.store div.card.card-tickets .card-body ul.tickets li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -24px;
    top: 23px;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(1)::before {
    background-color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(2)::before {
    background-color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(3)::before {
    background-color: #F4C31B;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(4)::before {
    background-color: #B3CE67;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(5)::before {
    background-color: #B3CE67;
  }
  section.store div.card.card-tickets .card-body ul.activity {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 460px;
    max-height: 460px;
  }
  section.store div.card.card-tickets .card-body ul.activity li {
    border-bottom: 1px solid transparent;
    padding: 14px 0 14px;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
  }
  section.store div.card.card-tickets .card-body ul.activity li p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    padding: 0;
  }
  section.store div.card.card-tickets .card-body ul.activity li p span {
    color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.activity li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.store div.card.card-tickets .card-body ul.activity li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F0EDE5;
    left: -24px;
    top: 20px;
  }
  section.store div.card.card-tickets .card-body ul.activity li::after {
    content: "";
    position: absolute;
    left: -19px;
    top: 36px;
    width: 1px;
    height: 50px;
    background-color: #F0EDE5;
  }
  section.store div.card.card-tickets .card-body .view {
    display: table;
    margin: 20px auto 10px;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.store a.hide-details {
    position: absolute;
    right: 25px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  section.store a.hide-details i {
    font-weight: 600;
    font-size: 18px;
    margin-left: 8px;
    line-height: inherit;
  }
  section.store .store-view-details .card.card-store-view .store-view-box {
    color: #201904;
    display: flex;
    align-items: center;
    width: 100%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side {
    border-right: 1px solid #F0EDE5;
    width: 350px;
    padding: 10px 20px 10px 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    justify-content: space-between;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side ul li img {
    margin-right: 5px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side {
    width: calc(100% - 350px);
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 62%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat .stat-icon {
    width: 46px;
    height: 46px;
    margin-right: 18px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat span {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #4A4A4D;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat span.number {
    font-size: 37px;
    font-weight: 600;
    line-height: 37px;
    color: #201904;
    display: block;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box {
    width: 38%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span {
    line-height: 20px;
    font-size: 14px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.title {
    text-align: left;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.value {
    text-align: right;
    font-size: 12px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.value strong {
    font-size: 17px;
    font-weight: 600;
    color: #4A4A4D;
    line-height: 17px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar {
    display: block;
    background: #F0EDE5;
    height: 6px;
    border-radius: 3px;
    position: relative;
    width: 100%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill {
    height: 6px;
    border-radius: inherit;
    width: 50%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill.green {
    background-color: #87AC1E;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill.blue {
    background-color: #5979B7;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress:last-of-type {
    margin-bottom: 0;
  }
  section.store form ul#store-overview-tabs {
    margin-bottom: 20px;
  }
  section.store form ul#store-overview-tabs li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
    color: #201904;
  }
  section.store form ul#store-overview-tabs li a.active {
    color: #D25D3E;
    text-decoration: underline !important;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body {
    padding: 30px;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body label.info {
    color: #201904;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body input.fields {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body textarea.descp {
    border: 1px solid #F0EDE5;
    height: 180px;
    padding: 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    outline: none;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    border: 1px dashed #e5e5e5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body .image.icon-file {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs a.new-user {
    right: 15px;
    top: 0;
    background-color: #D25D3E;
    color: #ffffff;
    padding: 0 25px;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs a.new-user .fa {
    font-size: 13px;
  }
  section.store form div#store-overview-tabs a.new-user:hover {
    background-color: #C64F2F;
  }
  section.store form div#store-overview-tabs a.new-user:focus {
    background-color: #DC836A;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group {
    margin-bottom: 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li {
    position: relative;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li img {
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.toggle-table {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    background-color: #ffffff;
    width: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li {
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(1) {
    width: 56px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(2) {
    width: calc(100% - 242px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(3) {
    width: 150px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(4) {
    width: 36px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set {
    display: none;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set span.heading {
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin: 15px 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs div.search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
    width: 100%;
    background-color: #ffffff;
  }
  section.store form div#store-overview-tabs div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 52px);
  }
  section.store form div#store-overview-tabs div.search button.submit {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.search.no-margin {
    margin: 0;
  }
  section.store form div#store-overview-tabs div.more-actions {
    position: relative;
  }
  section.store form div#store-overview-tabs div.more-actions a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    min-width: 150px;
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions li {
    display: block;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 25px;
  }
  section.store form div#store-overview-tabs div.action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.action a {
    text-decoration: none;
    line-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.action a.import {
    height: 52px;
    display: flex;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    color: #201904;
    font-weight: 500;
    padding: 0 45px 0 15px;
    background: transparent url(../images/icons/icon_download_black.svg) 80px center no-repeat;
  }
  section.store form div#store-overview-tabs div.action a.import:hover {
    color: #D25D3E;
    background: transparent url(../images/icons/icon_download_orange.svg) 80px center no-repeat;
  }
  section.store form div#store-overview-tabs div.action a.new-user {
    background-color: #D25D3E;
    color: #ffffff;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs div.action a.new-user .fa {
    font-size: 13px;
  }
  section.store form div#store-overview-tabs div.action a.new-user:hover {
    background-color: #C64F2F;
  }
  section.store form div#store-overview-tabs div.action a.new-user:focus {
    background-color: #DC836A;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table {
    color: #201904;
    width: 100%;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th {
    color: #7F7F84;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(1) {
    width: 28px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(2) {
    width: auto;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(3) {
    width: 220px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(4) {
    width: 130px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(5) {
    width: 160px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(6) {
    width: 160px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(7) {
    width: 90px;
    text-align: center;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(8) {
    width: 40px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr {
    border-bottom: 1px solid #D8D8D8;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td {
    position: relative;
    padding: 12px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select.program, section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select.role {
    background-color: #ffffff;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td input[type=text], section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td input[type=email] {
    border-radius: 6px;
    border: 1px solid #F0EDE5;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #F6F4F0;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #ffffff;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 40px;
    top: 8px;
    border-radius: 10px;
    display: none;
    z-index: 10;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li {
    padding: 4px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li a {
    display: block;
    line-height: 43px;
    border-radius: 10px;
    text-decoration: none;
    color: #201904;
    text-align: center;
    padding: 0 25px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li a:hover {
    background-color: #F0EDE5;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td .image img {
    float: left;
    margin-right: 10px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td span {
    display: block;
    font-size: 12px;
    color: #7F7F84;
    font-weight: 500;
    text-align: left;
    line-height: 18px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td span strong {
    display: block;
    font-size: 16px;
    color: #201904;
    line-height: 26px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td a.options {
    display: block;
    margin: 9px auto;
    width: 30px;
    height: 30px;
    color: #7F7F84;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td a.options:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td:nth-child(7) {
    text-align: right;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type {
    border-bottom-color: transparent;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type td input[type=text]:focus, section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type td input[type=email]:focus {
    background: #ffffff;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method {
    width: 100%;
    color: #201904;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th {
    color: #7F7F84;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(1) {
    text-align: left;
    width: 205px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(2) {
    text-align: left;
    width: calc(100% - 445px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(3) {
    width: 140px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(4) {
    width: 100px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td {
    vertical-align: top;
    padding: 10px 8px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box {
    margin: 10px 0;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #F0EDE5;
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li {
    text-align: left;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span {
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span.expire {
    color: #4A4A4D;
    font-size: 14px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span.price {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a.edit {
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a.trash {
    color: #D25D3E;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(1) {
    width: 40px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(2) {
    width: calc(100% - 140px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(3) {
    width: 100px;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(4) {
    width: 50px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(5) {
    width: 50px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance:last-of-type {
    margin-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box a.add-allowance {
    display: flex;
    justify-content: flex-end;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable {
    position: relative;
    width: 42px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .option {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping span {
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4D;
    margin-right: 15px;
    margin-right: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action label {
    margin: 0 15px 0 0;
    padding: 0;
    display: inherit;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(3), section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(4) {
    text-align: center;
  }
  section.store form div#store-overview-tabs .add-payment {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program {
    width: 100%;
    color: #201904;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th {
    color: #7F7F84;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(1) {
    text-align: left;
    width: 255px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(2) {
    text-align: left;
    width: calc(100% - 490px);
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(3) {
    width: 140px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(4) {
    width: 100px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td {
    vertical-align: top;
    padding: 15px 8px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td ul {
    margin: 0;
    padding: 0;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable {
    position: relative;
    width: 42px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .option {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping span {
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4D;
    margin-right: 15px;
    margin-right: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action label {
    margin: 0 15px 0 0;
    padding: 0;
    display: inherit;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td:nth-child(3), section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td:nth-child(4) {
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr:last-of-type {
    border: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr:last-of-type td {
    padding-bottom: 10px;
  }
  section.store form div#store-overview-tabs .quota-table-header {
    list-style: none;
    margin: 50px 28px 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .quota-table-header li {
    display: block;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(1) {
    width: 526px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(2) {
    width: 162px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(3) {
    width: 230px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(4) {
    width: 136px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota img {
    width: 56px;
    height: 48px;
    margin: 0 14px 0 20px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    width: 418px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.title strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.quota {
    width: 160px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.payment-structure {
    width: 238px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota a.action {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 30px;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota a.action:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota button {
    width: 36px;
    height: 36px;
    display: block;
    border: none;
    background: #F6F4F0;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result {
    margin-top: 15px;
    display: none;
    padding-left: 65px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-sets {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    padding: 15px;
    margin-left: 0;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail img {
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    text-align: left;
    width: calc(100% - 86px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail span strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail a.action {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail a.action:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs a.add-method {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping {
    width: 100%;
    margin-top: 15px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th {
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(1) {
    width: 200px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(2) {
    width: calc(100% - 405px);
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(3) {
    width: 120px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(4) {
    width: 85px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td {
    text-align: left;
    padding: 15px 5px;
    vertical-align: top;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td.no-method div {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    text-align: center;
    padding: 50px;
    color: #7F7F84;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td.no-method div a {
    display: inline-block;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td a.action {
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td:nth-child(2) {
    text-align: left;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping .payment-option {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .payment-option strong {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs .card.card-shipping label {
    margin: 0 15px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox {
    position: relative;
    right: 15px;
    top: 15px;
    width: 42px;
    height: 20px;
    margin: 0;
    right: 0;
    top: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle {
    padding: 25px 25px;
    border-top: 1px solid #F0EDE5;
    display: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle hr {
    margin: 25px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.country-state {
    padding: 0;
    margin: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.country-state span {
    display: block;
    color: #201904;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state {
    margin: 0;
    width: 100%;
    margin: 15px auto 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th {
    padding: 8px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(1) {
    width: 40%;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(2) {
    width: calc(60% - 85px);
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(3) {
    width: 85px;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    text-decoration: none;
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option {
    padding: 25px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option label {
    margin: 10px 15px 10px 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    align-items: center;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option em {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #7F7F84;
    line-height: 25px;
  }
  section.store form div.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  section.store form div.actions button {
    text-decoration: none;
    padding: 0 25px;
    line-height: 52px;
    display: block;
    border-radius: 10px;
    margin: 0 10px;
    border: none;
    background: none;
    cursor: pointer;
  }
  section.store form div.actions button.back {
    color: #7F7F84;
  }
  section.store form div.actions button.next {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store form div.actions button.next:disabled {
    background-color: #DC836A;
  }
  section.store form div.actions button.next:hover {
    background-color: #C64F2F;
  }
  section.store form div.actions button.next:focus {
    background-color: #DC836A;
  }
  section.store form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.store form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.config-store .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.config-store .title-actions a.cancel {
    color: #7F7F84;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
  }
  section.config-store .title-actions a.cancel:hover {
    color: #D32243;
  }
  section.config-store .search-product {
    align-items: center;
  }
  section.config-store .search-product .search-area {
    height: 52px;
  }
  section.config-store .search-product .search-area input[type=text] {
    width: calc(100% - 52px);
    height: 50px;
    padding-right: 0;
  }
  section.config-store .search-product .search-area button.autocomplete-btn {
    width: 52px;
    height: 52px;
  }
  section.config-store .search-product .search-area div.autocomplete_result {
    top: 52px;
  }
  section.config-store .search-product a.import {
    display: block;
    height: 52px;
    border-radius: 10px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    min-width: 52px;
    padding: 0;
    background-position: center center;
  }
  section.config-store .search-product a.import span.text {
    display: none;
  }
  section.config-store .search-product a.import img {
    margin-left: 0;
  }
  section.config-store .search-product.fixed-search-bar {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 10px;
    z-index: 40;
  }
  section.config-store ul.form-stepper {
    padding-right: 0;
  }
  section.config-store ul.form-stepper li {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin-right: 0;
    position: relative;
    margin: 0 12px;
  }
  section.config-store ul.form-stepper li span {
    display: none;
  }
  section.config-store ul.form-stepper li.active, section.config-store ul.form-stepper li.form-stepper-active {
    background-color: transparent;
    min-width: 30px;
  }
  section.config-store ul.form-stepper li.active span, section.config-store ul.form-stepper li.form-stepper-active span {
    display: none;
  }
  section.config-store ul.form-stepper li.active::before, section.config-store ul.form-stepper li.form-stepper-active::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: -22px;
  }
  section.config-store ul.form-stepper li.active::after, section.config-store ul.form-stepper li.form-stepper-active::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -22px;
  }
  section.config-store ul.form-stepper li.done, section.config-store ul.form-stepper li.form-stepper-completed {
    background-color: transparent;
  }
  section.config-store ul.form-stepper li.done strong::after, section.config-store ul.form-stepper li.form-stepper-completed strong::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: "";
    background: url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.config-store ul.form-stepper li.done span, section.config-store ul.form-stepper li.form-stepper-completed span {
    display: none;
  }
  section.config-store ul.form-stepper li.done::before, section.config-store ul.form-stepper li.form-stepper-completed::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -30px;
  }
  section.config-store ul.form-stepper li.done::after, section.config-store ul.form-stepper li.form-stepper-completed::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -22px;
  }
  section.config-store ul.form-stepper li::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
  }
  section.config-store ul.form-stepper li::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -30px;
    display: block;
    height: 1px;
    background-color: #D6D0BE;
    right: -70%;
    top: 50%;
    width: 60%;
  }
  section.config-store ul.form-stepper li:last-of-type {
    margin-right: 12px;
  }
  section.config-store ul.form-stepper li:last-of-type::after {
    display: none;
  }
  section.config-store ul.group-stepper {
    justify-content: center;
  }
  section.config-store ul.group-stepper li {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin-right: 0;
    position: relative;
    margin: 0 18px;
  }
  section.config-store ul.group-stepper li strong {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-color: #E0DCCF;
    color: #7F7F84;
  }
  section.config-store ul.group-stepper li span {
    display: none;
    margin-left: 0;
  }
  section.config-store ul.group-stepper li.active, section.config-store ul.group-stepper li.form-stepper-active {
    background-color: transparent;
    min-width: 30px;
  }
  section.config-store ul.group-stepper li.active span, section.config-store ul.group-stepper li.form-stepper-active span {
    display: none;
  }
  section.config-store ul.group-stepper li.active::before, section.config-store ul.group-stepper li.form-stepper-active::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: -70px;
  }
  section.config-store ul.group-stepper li.active::after, section.config-store ul.group-stepper li.form-stepper-active::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -70px;
  }
  section.config-store ul.group-stepper li.done, section.config-store ul.group-stepper li.form-stepper-completed {
    background-color: transparent;
  }
  section.config-store ul.group-stepper li.done strong, section.config-store ul.group-stepper li.form-stepper-completed strong {
    background-color: #B3CE67;
    color: #B3CE67;
    position: relative;
  }
  section.config-store ul.group-stepper li.done strong::after, section.config-store ul.group-stepper li.form-stepper-completed strong::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: "";
    background: url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.config-store ul.group-stepper li.done span, section.config-store ul.group-stepper li.form-stepper-completed span {
    display: none;
  }
  section.config-store ul.group-stepper li.done::before, section.config-store ul.group-stepper li.form-stepper-completed::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -70px;
  }
  section.config-store ul.group-stepper li.done::after, section.config-store ul.group-stepper li.form-stepper-completed::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -70px;
  }
  section.config-store ul.group-stepper li::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -70px;
  }
  section.config-store ul.group-stepper li::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    display: block;
    height: 1px;
    background-color: #D6D0BE;
    right: -60%;
    top: 50%;
    width: 90%;
  }
  section.config-store ul.group-stepper li:last-of-type {
    margin-right: 0;
  }
  section.config-store ul.group-stepper li:last-of-type::after {
    display: none;
  }
  section.config-store .users-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.config-store .users-actions a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
    margin-left: 25px;
  }
  section.config-store .users-actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
    width: 92px;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.config-store .users-actions a.save .fa {
    font-size: 13px;
  }
  section.config-store .users-actions a.save:hover {
    background-color: #C64F2F;
  }
  section.config-store .users-actions a.save:focus {
    background-color: #DC836A;
  }
  section.config-store .users-actions a.cancel {
    color: #7F7F84;
  }
  section.config-store .users-actions a.cancel:hover {
    color: #D32243;
  }
  section.config-store .users-actions a.delete {
    color: #7F7F84;
  }
  section.config-store .users-actions a.delete:hover {
    color: #D32243;
  }
  section.config-store form .card.add-dash, section.config-store form .card.add-dash2 {
    position: relative;
  }
  section.config-store form .card.add-dash::after, section.config-store form .card.add-dash2::after {
    display: none;
  }
  section.config-store form div.card.card-info .card-body label.info {
    color: #201904;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  section.config-store form div.card.card-info .card-body input.fields {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.config-store form div.card.card-info .card-body textarea.descp {
    border: 1px solid #F0EDE5;
    height: 180px;
    padding: 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.config-store form div.card.card-info .card-body .drag-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    border: 1px dashed #F0EDE5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
  }
  section.config-store form div.card.card-info .card-body .drag-drop .upload-icon {
    width: 26px;
  }
  section.config-store form div.card.card-info .card-body .drag-drop span {
    color: #7F7F84;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
  }
  section.config-store form div.card.card-info .card-body .drag-drop span.drop {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
  }
  section.config-store form div.card.card-info .card-body .drag-drop label {
    display: inline;
    color: #D25D3E;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  section.config-store form div.card.card-info .card-body .drag-drop input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  section.config-store form div.card.card-info .card-body .drag-drop div.selected-image, section.config-store form div.card.card-info .card-body .drag-drop div.selected-image2 {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    justify-content: center;
    display: none;
    text-align: center;
  }
  section.config-store form div.card.card-info .card-body .drag-drop div.selected-image a, section.config-store form div.card.card-info .card-body .drag-drop div.selected-image2 a {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  section.config-store form div.card.card-info .card-body .drag-drop div.selected-image a:hover, section.config-store form div.card.card-info .card-body .drag-drop div.selected-image2 a:hover {
    color: #201904;
  }
  section.config-store form div.card.card-info .card-body .drag-drop div.selected-image img, section.config-store form div.card.card-info .card-body .drag-drop div.selected-image2 img {
    width: auto;
    height: 100%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box {
    padding-left: 0;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products {
    width: 100%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products thead {
    display: none;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td {
    padding: 5px 0;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td input.fields {
    margin-bottom: 5px;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:first-of-type {
    width: 100%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:nth-child(2) {
    width: 90%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr td:last-of-type {
    text-align: right;
    width: 10%;
  }
  section.config-store form div.card.card-info .card-body div.product-details div.products-box table.products tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.card.card-info .card-body .product-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 40;
    padding: 15px 10px;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li {
    justify-content: center;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li a.small-device-toggle2 {
    display: block !important;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li a.toggle-product-sets {
    margin: 10px auto 0;
    width: 80%;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li div.add-set div.add-set-action {
    top: auto;
    bottom: 42px;
  }
  section.config-store form div.card.card-info .card-body .product-actions ul li:nth-child(2) {
    display: block;
  }
  section.config-store form div.card.card-set-outer {
    position: relative;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox {
    width: 40px;
    margin-top: 35px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox::before {
    border: 1px solid #F0EDE5;
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 4px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox::after {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox:checked::before {
    border-color: #B3CE67;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox:checked::after {
    background: #B3CE67 url(../images/icons/tick.svg) center center no-repeat;
    background-size: 20px 20px;
    content: "";
    color: #ffffff;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: calc(100% - 40px);
    padding: 20px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.config-store form div.card.card-set-outer .product-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 40;
    padding: 15px 10px;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li {
    justify-content: center;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li a.small-device-toggle2 {
    display: block;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li a.toggle-product-sets {
    margin: 10px auto 0;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li div.add-set div.add-set-action {
    top: auto;
    bottom: 42px;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li:nth-child(2) {
    display: block;
  }
  section.config-store form div.card.card-selection .card-body .no-selection p {
    width: 90%;
  }
  section.config-store form div.product-set-group .card.card-set-group {
    margin-bottom: 15px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li {
    position: relative;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li img {
    width: 56px;
    height: 48px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li a.toggle-table {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    background-color: #ffffff;
    width: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    color: #201904;
    text-decoration: none;
    text-align: center;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(1) {
    width: 56px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(2) {
    width: calc(100% - 242px);
    padding: 0 15px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(3) {
    width: 150px;
  }
  section.config-store form div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(4) {
    width: 36px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set {
    display: none;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set span.heading {
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin: 15px 0;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.config-store form div.product-set-group .card.card-set-group div.product-set .set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li span.qty {
    line-height: 16px;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li ul.sub-actions {
    top: auto;
    bottom: 36px;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead {
    display: none;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    text-align: left;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td input.price {
    margin: 0 0 0 30px;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(2) {
    width: 90%;
  }
  section.config-store form div.card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(3) {
    width: 10%;
  }
  section.config-store form div.card.card-product-outer:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form div.card.card-product-outer .product-actions {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.config-store form div.card.card-product-outer .product-actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  section.config-store form div.card.card-product-outer .product-actions ul li {
    display: block;
    position: relative;
  }
  section.config-store form div.card.card-product-outer .product-actions ul li a {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    margin: 0 6px;
  }
  section.config-store form div.card.card-product-outer .product-actions ul li a.all {
    background-color: #D25D3E;
  }
  section.config-store form div.card.card-product-outer .product-actions ul li a.add-set {
    background-color: #201904;
  }
  section.config-store form div.card.card-product-outer .product-actions ul li ul {
    display: none;
    position: absolute;
    width: 137px;
    right: 0;
    top: 36px;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10;
  }
  section.config-store form div.card.card-product-outer .product-actions ul li ul li {
    display: block;
  }
  section.config-store form div.card.card-product-outer .product-actions ul li ul li button {
    display: block;
    height: 43px;
    background-color: #D25D3E;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    border: none;
    color: #ffffff;
  }
  section.config-store form div.card.card-product-outer .product-actions ul li ul li span {
    display: block;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  section.config-store form div.card.card-payment-method div.payment-method-outer {
    overflow-y: auto;
  }
  section.config-store form div.card.card-payment-method div.payment-method-outer table.payment-method {
    width: 1024px;
  }
  section.config-store form div.card.card-payment-program div.payment-program-outer {
    overflow-y: auto;
  }
  section.config-store form div.card.card-payment-program div.payment-program-outer table.payment-program {
    width: 700px;
  }
  section.config-store form .card.card-users div.user-table-outer {
    overflow-y: auto;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table thead {
    display: none;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td {
    position: relative;
    padding: 5px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td select.program, section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td select.role {
    background-color: #ffffff;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td input[type=text], section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td input[type=email] {
    border-radius: 6px;
    border: 1px solid #F0EDE5;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #F6F4F0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td .image img {
    float: left;
    margin-right: 10px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td span.email {
    line-height: 16px;
    font-size: 16px;
    color: #201904;
    font-weight: 400;
    display: flex;
    margin: 5px 0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td span.email::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/icons/icon_envelop.svg) center center no-repeat;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td a.options {
    margin: 0 auto;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(1) {
    width: 30px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(2) {
    width: calc(100% - 30px);
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(3) {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(4) {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(5) {
    width: 50%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(6) {
    width: 50%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(7) {
    width: calc(100% - 40px);
    text-align: left;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(8) {
    width: 40px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr:first-of-type {
    display: none;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.card.card-users-person .allowance-box div.allowance {
    padding: 15px;
  }
  section.config-store form a.add-method {
    top: 15px;
  }
  section.config-store form a.add-method span.text {
    display: none;
  }
  section.config-store form a.add-method span.add {
    display: inline-block;
  }
  section.config-store form .card.card-shipping table.shipping thead {
    display: none;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td {
    text-align: left;
    padding: 2px 5px;
    vertical-align: top;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td.no-method {
    width: 100% !important;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td.no-method div {
    padding: 30px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: none;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td a.action {
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 30px auto 0;
    color: #7F7F84;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(1) {
    order: 1;
    width: calc(100% - 52px);
    text-align: left;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(2) {
    order: 3;
    width: calc(100% - 52px);
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(3) {
    order: 2;
    width: 52px;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(4) {
    order: 4;
    width: 52px;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form .card.card-shipping .payment-option {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
  }
  section.config-store form .card.card-shipping .payment-option strong {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
  }
  section.config-store form .card.card-shipping label {
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
  }
  section.config-store form .card.card-shipping .tax-by-toggle {
    padding: 25px 25px;
    border-top: 1px solid #F0EDE5;
    display: none;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle hr {
    margin: 25px 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.country-state {
    padding: 0;
    margin: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.country-state span {
    display: block;
    color: #201904;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state {
    width: 100%;
    margin: 25px auto 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state thead {
    display: none;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 10px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td {
    vertical-align: middle;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    margin-top: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    display: table;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(2) {
    width: calc(100% - 42px);
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(3) {
    width: 42px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .card.card-new-quota .card-body label.info {
    color: #201904;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  section.config-store form .card.card-new-quota .card-body input.fields {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.config-store form .card.card-new-quota .card-body select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 10px;
    padding: 0 40px 0 15px;
    height: 64px;
    background: #ffffff url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table {
    color: #201904;
    width: 100%;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th {
    color: #7F7F84;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 5px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(1) {
    width: calc(100% - 741px);
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(2) {
    width: 215px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(3) {
    width: 264px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(4) {
    width: 200px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table thead tr th:nth-child(5) {
    width: 60px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr {
    border-bottom: 1px solid #D8D8D8;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td {
    position: relative;
    padding: 12px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td .reserve-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td input[type=text], section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td input[type=email] {
    border-radius: 6px;
    border: 1px solid #F0EDE5;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #F6F4F0;
    display: inline-block;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #ffffff;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 40px;
    top: 8px;
    border-radius: 10px;
    display: none;
    z-index: 10;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td ul li {
    padding: 4px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td ul li a {
    display: block;
    line-height: 43px;
    border-radius: 10px;
    text-decoration: none;
    color: #201904;
    text-align: center;
    padding: 0 25px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td ul li a:hover {
    background-color: #F0EDE5;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td img {
    float: left;
    margin-right: 10px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td span {
    display: block;
    font-size: 12px;
    color: #7F7F84;
    font-weight: 500;
    text-align: left;
    line-height: 18px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td span strong {
    display: block;
    font-size: 16px;
    color: #201904;
    line-height: 18px;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td a.options {
    display: block;
    margin: 9px auto;
    width: 30px;
    height: 30px;
    color: #7F7F84;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td a.options:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr td:last-of-type {
    text-align: right;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr:first-of-type {
    border-bottom-color: transparent;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr:first-of-type td input[type=text]:focus, section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr:first-of-type td input[type=email]:focus {
    background: #ffffff;
  }
  section.config-store form .card.card-new-quota .card-body table.employee-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form a.new-user {
    right: 15px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    min-width: 40px;
  }
  section.config-store form a.new-user span.text {
    display: none;
  }
  section.config-store form a.new-user .fa {
    font-size: 18px;
  }
  section.config-store form .quota-table-header {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group {
    padding: 15px;
  }
  section.config-store form .quota-group-box .quota-group .quota img {
    width: 56px;
    height: 48px;
    margin: 0 10px;
  }
  section.config-store form .quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
    line-height: 18px;
  }
  section.config-store form .quota-group-box .quota-group .quota span.title {
    width: 228px;
  }
  section.config-store form .quota-group-box .quota-group .quota span.title strong {
    font-size: 18px;
    line-height: 22px;
  }
  section.config-store form .quota-group-box .quota-group .quota span.quota {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota span.payment-structure {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota a.action {
    margin: 0 15px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result {
    padding-left: 0;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-sets {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail img {
    width: 56px;
    height: 48px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail span {
    line-height: 18px;
    width: calc(100% - 85px);
    padding: 0 5px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail span strong {
    font-size: 18px;
    line-height: 22px;
  }
  section.config-store form .quota-group-box .quota-group:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .quota-set-box .quota-set {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px 0;
    margin-bottom: 10px;
  }
  section.config-store form .quota-set-box .quota-set .quota {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 25px 0;
  }
  section.config-store form .quota-set-box .quota-set .quota img.icon {
    width: 65px;
    height: 48px;
    margin-left: 15px;
  }
  section.config-store form .quota-set-box .quota-set .quota span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    text-align: left;
    width: calc(100% - 196px);
    padding: 0 15px;
  }
  section.config-store form .quota-set-box .quota-set .quota span strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.config-store form .quota-set-box .quota-set .quota a.action {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 15px;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.config-store form .quota-set-box .quota-set .quota a.action:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.config-store form .quota-set-box .quota-set .quota button {
    width: 36px;
    height: 36px;
    display: block;
    border: none;
    background: #F6F4F0;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail {
    display: none;
    padding: 25px;
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table {
    width: 100%;
    margin-bottom: 10px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table thead tr th {
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td {
    border-bottom: 1px solid #F0EDE5;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    vertical-align: middle;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td img {
    width: 56px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    text-align: left;
    width: calc(100% - 196px);
    padding: 0 10px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td span strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #201904;
    display: block;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table tbody tr td span span {
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 0;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(1) {
    width: 50px;
    border-bottom-color: transparent;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(2) {
    width: 56px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(3) {
    width: calc(100% - 116px);
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product thead tr th:nth-child(2) {
    text-align: right;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(1) {
    width: 50px;
    border-bottom-color: transparent;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(2) {
    width: 56px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(3) {
    width: calc(100% - 226px);
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(4) {
    width: 120px;
    text-align: right;
    padding: 0 15px;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table.product tbody tr:last-of-type td {
    border-bottom: none;
  }
  section.config-store form .quota-set-box .quota-set .quota-detail table:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .quota-set-box .quota-set:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form div.search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
    width: 100%;
    background-color: #ffffff;
  }
  section.config-store form div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 40px);
  }
  section.config-store form div.search button.submit {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.config-store form div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.config-store form div.search.no-margin {
    margin: 0;
  }
  section.config-store form div.action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.config-store form div.action a {
    text-decoration: none;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.config-store form div.action a.import {
    height: 52px;
    display: flex;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    color: #201904;
    font-weight: 500;
    padding: 0 45px 0 15px;
    background: transparent url(../images/icons/icon_download_black.svg) 80px center no-repeat;
    display: none;
  }
  section.config-store form div.action a.import:hover {
    color: #D25D3E;
    background: transparent url(../images/icons/icon_download_orange.svg) 80px center no-repeat;
  }
  section.config-store form div.action a.new-user {
    background-color: #D25D3E;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    padding: 0;
  }
  section.config-store form div.action a.new-user span {
    display: none;
  }
  section.config-store form div.action a.new-user .fa {
    font-size: 18px;
    margin: 0;
  }
  section.config-store form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.config-store form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.config-store form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.config-store form div.actions.small-device-padding {
    padding-bottom: 75px;
  }
  section.config-store form div.actions.small-device-padding2 {
    padding-bottom: 90px;
  }
  section.store-overview .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
  }
  section.store-overview .title-actions a.toggle {
    display: block;
  }
  section.store-overview .title-actions div.buttons {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 10;
    box-shadow: 0 7px 10px rgba(32, 25, 4, 0.15);
    width: 150px;
    display: none;
  }
  section.store-overview .title-actions div.buttons a {
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-left: 0;
    display: block;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 15px;
    text-align: left;
  }
  section.store-overview .title-actions div.buttons a.deactive {
    min-width: 100%;
    padding: 0 45px 0 15px;
  }
  section.store-overview a.hide-details {
    position: absolute;
    right: 25px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  section.store-overview a.hide-details i {
    font-weight: 600;
    font-size: 18px;
    margin-left: 8px;
    line-height: inherit;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box {
    flex-direction: column;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .left-side {
    border-right: none;
    border-bottom: 1px solid #F0EDE5;
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .left-side ul {
    justify-content: flex-start;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .left-side ul li {
    padding-right: 15px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side {
    width: 100%;
    padding: 20px 0px 10px 0px;
    flex-direction: column;
    justify-content: center;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box {
    width: 100%;
    margin-bottom: 30px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .progress-box {
    width: 100%;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress {
    margin-bottom: 20px;
  }
  section.store-overview form ul#store-overview-tabs {
    margin-bottom: 20px;
  }
  section.store-overview form ul#store-overview-tabs li a {
    font-size: 18px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-store-info .card-body textarea.descp {
    margin-bottom: 24px;
  }
  section.store-overview form div#store-overview-tabs a.add-new-set {
    right: 0;
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  section.store-overview form div#store-overview-tabs a.add-new-set span.text {
    display: none;
  }
  section.store-overview form div#store-overview-tabs a.add-new-set .fa {
    margin-right: 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group {
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li {
    position: relative;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li img {
    width: 56px;
    height: 48px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.toggle-table {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    background-color: #ffffff;
    width: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(1) {
    width: 56px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(2) {
    width: calc(100% - 242px);
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(3) {
    width: 150px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(4) {
    width: 36px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set span.heading {
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin: 15px 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group:last-of-type {
    margin-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 52px);
  }
  section.store-overview form div#store-overview-tabs div.search button.submit {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.store-overview form div#store-overview-tabs div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.store-overview form div#store-overview-tabs div.search.no-margin {
    margin: 0;
  }
  section.store-overview form div#store-overview-tabs div.more-actions {
    position: relative;
  }
  section.store-overview form div#store-overview-tabs div.more-actions a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    min-width: 150px;
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 25px;
  }
  section.store-overview form div#store-overview-tabs div.action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.action a {
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.action a.import {
    height: 40px;
    display: flex;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
    color: #201904;
    font-weight: 500;
    padding: 0 45px 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.action a.new-user .fa {
    margin-right: 0;
  }
  section.store-overview form div#store-overview-tabs div.action a.new-user span.text {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.action a.add-new-user {
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  section.store-overview form div#store-overview-tabs div.action a.add-new-user span.text {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.action a.add-new-user .fa {
    margin-right: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-users div.user-table-outer {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-users div.user-table-outer table.users-table {
    width: 1024px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr td {
    vertical-align: top;
    padding: 2px 8px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr td strong {
    font-size: 19px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr td .option {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr td:nth-child(2) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr td:nth-child(3) {
    width: 80%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr td:nth-child(4) {
    width: 20%;
    text-align: center;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-method table.payment-method tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store-overview form div#store-overview-tabs .add-payment {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program {
    width: 100%;
    color: #201904;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr {
    border-bottom: 1px solid #F0EDE5;
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td {
    padding: 8px 8px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td strong {
    font-size: 19px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td .option {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(1) {
    text-align: left;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(2) {
    text-align: left;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(3) {
    text-align: left;
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(4) {
    text-align: right;
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr:last-of-type {
    border: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr:last-of-type td {
    padding-bottom: 10px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header {
    list-style: none;
    margin: 50px 28px 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
    display: none;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(1) {
    width: 526px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(2) {
    width: 162px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(3) {
    width: 230px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(4) {
    width: 136px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group {
    padding: 15px;
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota img {
    margin: 0 10px 0;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    width: calc(100% - 192px);
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.title strong {
    font-size: 16px;
    line-height: 20px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.quota {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.payment-structure {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota a.action {
    margin: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota-result {
    padding-left: 30px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping {
    margin: 0;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td {
    padding: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td.no-method div {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    text-align: center;
    padding: 50px;
    color: #7F7F84;
    text-align: center;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td.no-method div a {
    display: inline-block;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(1) {
    width: 100%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(3) {
    text-align: left;
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(4) {
    text-align: right;
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle {
    padding: 20px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle hr {
    margin: 20px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td {
    padding: 4px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    margin-top: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(2) {
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(3) {
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option {
    padding: 15px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option label input.checkbox-rounded, section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option label input.radio-circle {
    float: left;
    margin-right: 10px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option em {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #7F7F84;
    line-height: 25px;
  }
  section.store-overview form div.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  section.store-overview form div.actions button {
    text-decoration: none;
    padding: 0 25px;
    line-height: 52px;
    display: block;
    border-radius: 10px;
    margin: 0 10px;
    border: none;
    background: none;
    cursor: pointer;
  }
  section.store-overview form div.actions button.back {
    color: #7F7F84;
  }
  section.store-overview form div.actions button.next {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store-overview form div.actions button.next:disabled {
    background-color: #DC836A;
  }
  section.store-overview form div.actions button.next:hover {
    background-color: #C64F2F;
  }
  section.store-overview form div.actions button.next:focus {
    background-color: #DC836A;
  }
  section.store-overview form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store-overview form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.store-overview form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.new-quota-set {
    position: relative;
  }
  section.new-quota-set .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.new-quota-set .title-actions a.cancel {
    color: #7F7F84;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
  }
  section.new-quota-set .title-actions a.cancel:hover {
    color: #D32243;
  }
  section.new-quota-set ul.group-steps {
    justify-content: center;
    padding: 0;
    width: 100%;
  }
  section.new-quota-set ul.group-steps li {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin-right: 0;
    position: relative;
    margin: 0 50px;
    width: 30px;
  }
  section.new-quota-set ul.group-steps li strong {
    background-color: #E0DCCF;
    color: #7F7F84;
  }
  section.new-quota-set ul.group-steps li span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.active, section.new-quota-set ul.group-steps li.form-stepper-active {
    background-color: transparent;
    min-width: 30px;
  }
  section.new-quota-set ul.group-steps li.active span, section.new-quota-set ul.group-steps li.form-stepper-active span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.active::before, section.new-quota-set ul.group-steps li.form-stepper-active::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: -70px;
  }
  section.new-quota-set ul.group-steps li.active::after, section.new-quota-set ul.group-steps li.form-stepper-active::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -96px;
  }
  section.new-quota-set ul.group-steps li.done, section.new-quota-set ul.group-steps li.form-stepper-completed {
    background-color: transparent;
  }
  section.new-quota-set ul.group-steps li.done strong, section.new-quota-set ul.group-steps li.form-stepper-completed strong {
    background-color: #B3CE67;
    color: #B3CE67;
    position: relative;
  }
  section.new-quota-set ul.group-steps li.done strong::after, section.new-quota-set ul.group-steps li.form-stepper-completed strong::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: "";
    background: url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.new-quota-set ul.group-steps li.done span, section.new-quota-set ul.group-steps li.form-stepper-completed span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.done::before, section.new-quota-set ul.group-steps li.form-stepper-completed::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -70px;
  }
  section.new-quota-set ul.group-steps li.done::after, section.new-quota-set ul.group-steps li.form-stepper-completed::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -94px;
  }
  section.new-quota-set ul.group-steps li::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -50px;
  }
  section.new-quota-set ul.group-steps li::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -94px;
    display: block;
    height: 1px;
    background-color: #D6D0BE;
    top: 50%;
    width: 90px;
  }
  section.new-quota-set ul.group-steps li:last-of-type {
    margin-right: 50px;
  }
  section.new-quota-set ul.group-steps li:last-of-type::after {
    display: none;
  }
  section.new-quota-set form a.new-user {
    right: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    min-width: 40px;
  }
  section.new-quota-set form a.new-user span.text {
    display: none;
  }
  section.new-quota-set form a.new-user .fa {
    margin-right: 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set {
    padding: 0 15px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota img.icon {
    width: 65px;
    height: 48px;
    margin-left: 5px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota span {
    text-align: left;
    width: calc(100% - 186px);
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail {
    padding: 15px;
    margin-bottom: 15px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table {
    width: 100%;
    margin-bottom: 10px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set thead {
    display: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(1) {
    display: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(2) {
    width: 56px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(3) {
    width: auto;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product thead {
    display: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td {
    padding: 10px 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(1) {
    display: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(2) {
    width: 56px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(3) {
    width: auto;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(4) {
    padding: 0 10px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr:last-of-type td {
    border-bottom: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table:last-of-type {
    margin-bottom: 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set:last-of-type {
    margin-bottom: 0;
  }
  section.new-quota-set form div.card.card-new-quota .card-body div.employee-table-outer {
    width: 100%;
    overflow-x: auto;
    padding: 10px 0;
  }
  section.new-quota-set form div.card.card-new-quota .card-body div.employee-table-outer table.employee-table {
    width: 1024px;
  }
  a.small-device-toggle {
    display: block;
  }
  .total-products, .total-stores, .total-entries {
    color: #7F7F84;
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
  }
  .paging {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
  }
  .paging li {
    padding-left: 10px;
  }
  .paging li a {
    min-width: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: #ffffff;
    color: #201904;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .paging li a .fa {
    font-size: 18px;
    font-weight: bolder;
    margin: 0 15px;
  }
  .paging li:hover a {
    background-color: #D25D3E;
    color: #ffffff;
  }
  .paging li.active a {
    background-color: #D25D3E;
    color: #ffffff;
  }
  .paging li:first-of-type a, .paging li:last-of-type a {
    background: transparent;
    font-weight: 600;
  }
  .paging li:first-of-type a:hover, .paging li:last-of-type a:hover {
    color: #201904;
  }
  .paging li:nth-child(5), .paging li:nth-child(6) {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  header a.logo {
    order: 2;
    width: 110px;
    display: inline-block;
    margin: 0;
  }
  header div.navigation {
    order: 1;
  }
  header div.navigation a.toggle {
    display: block;
    margin: 0 15px;
  }
  header div.navigation nav {
    position: absolute;
    left: 20px;
    top: 40px;
    width: 210px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: none;
  }
  header div.navigation nav a {
    display: block;
    line-height: 40px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    color: #BCBAB4;
    padding: 0 20px;
    margin: 0;
  }
  header div.navigation nav a.active {
    color: #201904;
    background: rgba(231, 227, 215, 0.2);
  }
  header div.navigation nav a:hover {
    color: #201904;
    background: rgba(231, 227, 215, 0.2);
  }
  header div.actions {
    order: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 5px;
    position: relative;
    width: calc(100% - 175px);
  }
  header div.actions > a.help, header div.actions > a.settings {
    display: none;
  }
  header div.actions a.logout {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 13px;
    background: url(../images/icons/btn_logout_white.svg) center center no-repeat;
  }
  header div.actions a.logout:hover {
    background: url(../images/icons/btn_logout_orange.svg) center center no-repeat;
  }
  header div.actions button.user {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    margin: 0 10px;
    outline: none;
  }
  header div.actions .sub-nav {
    position: absolute;
    width: 220px;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    right: 0;
    top: 40px;
    border-radius: 10px;
    display: none;
  }
  header div.actions .sub-nav a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    color: #201904;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
  }
  header div.actions .sub-nav a:hover {
    color: #D25D3E;
  }
  header div.actions .sub-nav div.divider:first-of-type {
    display: block;
  }
  section div.big-title {
    flex-direction: column;
    align-items: flex-start;
  }
  section div.big-title h2 {
    font-size: 37px;
    line-height: 45px;
  }
  section div.big-title span {
    line-height: 16px;
    margin-left: 0;
  }
  section div.big-title em {
    font-style: normal;
    color: #D25D3E;
    line-height: 15px;
    margin-left: 15px;
  }
  section div.big-title img {
    display: none;
  }
  section div.big-title2 h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  section div.big-title2 em {
    font-style: normal;
    color: #D25D3E;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    margin-left: 0;
  }
  section h3.count-one::after {
    display: none;
  }
  section h3.count-two::after {
    display: none;
  }
  section.dashboard {
    padding-bottom: 0;
  }
  section.dashboard .card.card-stats .card-body {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 15px;
  }
  section.dashboard .card.card-stats .card-body span {
    font-size: 13px;
  }
  section.dashboard .card.card-stats .card-body span.number {
    font-size: 32px;
    line-height: 40px;
  }
  section.dashboard .time {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
  }
  section.dashboard .time img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    outline: none;
  }
  section.dashboard .card.card-tickets {
    margin-bottom: 30px;
  }
  section.dashboard .card.card-tickets .card-body ul.tickets {
    min-height: 100%;
    max-height: 100%;
  }
  section.dashboard .card.card-tickets .card-body ul.activity {
    min-height: 100%;
    max-height: 100%;
  }
  section.login div.login-box div.header {
    width: 90%;
  }
  section.login div.login-box div.header .logo {
    height: 42px;
  }
  section.login div.login-box div.header button.close {
    display: none;
  }
  section.login div.login-box div.content h2 {
    font-size: 42px;
    line-height: 52px;
  }
  section.login div.login-box div.content p {
    width: 90%;
    font-size: 18px;
  }
  section.login div.login-box div.content form {
    margin: 49px auto 0;
    width: 64%;
  }
  section.config-store-created p {
    width: 100%;
  }
  section.catalogue .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.catalogue .title-actions div.search {
    display: flex;
    flex-direction: row;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
    margin-right: 5px;
    margin-top: 15px;
  }
  section.catalogue .title-actions div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 40px);
  }
  section.catalogue .title-actions div.search button.submit {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 10px;
    line-height: 40px;
  }
  section.catalogue .title-actions .other-actions {
    display: flex;
    width: 100%;
    position: relative;
  }
  section.catalogue .title-actions .other-actions a.toggle {
    display: block;
    width: 40px;
    height: 40px;
  }
  section.catalogue .title-actions .other-actions div {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    top: 40px;
    box-shadow: 2px 2px 10px rgba(32, 25, 4, 0.15);
    display: flex;
    flex-direction: column;
    order: 2;
    width: 140px;
    background-color: orange;
    height: auto;
    display: none;
  }
  section.catalogue .title-actions .other-actions div a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0;
    border-radius: 0;
  }
  section.catalogue .title-actions .other-actions div a span {
    display: block;
    line-height: 40px;
    padding: 0 15px 0 40px;
  }
  section.catalogue .title-actions .other-actions div a.download {
    background-position: 15px center;
    background-size: 15px 15px;
  }
  section.catalogue .title-actions .other-actions div a.download:hover {
    color: #D25D3E;
  }
  section.catalogue .title-actions .other-actions div a.add {
    background-position: 15px center;
    background-size: 15px 15px;
  }
  section.catalogue .title-actions .other-actions div a.add:hover {
    color: #D25D3E;
  }
  section.catalogue .title-actions .other-actions a.add-product {
    order: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
  }
  section.catalogue .title-actions .other-actions a.add-product span.text {
    display: none;
  }
  section.catalogue .title-actions .other-actions a.add-product .fa {
    margin-right: 0;
  }
  section.products-list div.products-wrapper.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.products-list div.products-wrapper.list {
    grid-template-columns: repeat(1, 1fr);
  }
  section.category-view {
    padding: 30px 0;
  }
  section.category-view ul.product-view li div.search {
    margin-right: 0;
  }
  section.category-view ul.product-view li:nth-child(1) {
    width: 100%;
  }
  section.category-view ul.product-view li:nth-child(2) {
    display: none;
  }
  section.category-view ul.product-view li:nth-child(3) {
    display: none;
  }
  section.category-view div.products-wrapper.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.category-view div.products-wrapper.list .item .product-box .image {
    height: 160px;
    width: 160px;
    margin: 0 10px 0 0;
  }
  section.category-view div.products-wrapper.list .item .product-box .image img {
    width: inherit;
  }
  section.category-view div.products-wrapper.list .item .product-box div.details {
    width: calc(100% - 170px);
  }
  section.freshdesk p {
    width: 65%;
  }
  section.orders {
    padding-bottom: 0;
  }
  section.orders .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.orders .title-actions div.date {
    display: none;
  }
  section.orders .title-actions a.download {
    width: 52px;
  }
  section.orders .title-actions a.close {
    color: #7F7F84;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
  }
  section.orders .title-actions ul.more-actions {
    display: flex;
    flex-direction: row;
    margin: 0 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }
  section.orders .title-actions ul.more-actions li {
    position: relative;
  }
  section.orders .title-actions ul.more-actions li a {
    display: block;
    color: #201904;
    text-decoration: none;
    line-height: 16px;
  }
  section.orders .title-actions ul.more-actions li a i {
    margin-left: 10px;
  }
  section.orders .title-actions ul.more-actions li ul {
    width: 200px;
    overflow: hidden;
    position: absolute;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
    border-radius: 10px;
  }
  section.orders .title-actions ul.more-actions li ul li a {
    display: block;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    padding: 0 25px;
    text-decoration: none;
    font-weight: 500;
  }
  section.orders .title-actions ul.more-actions li ul li a i {
    margin-left: 10px;
    font-weight: bolder;
  }
  section.orders .title-actions ul.more-actions li ul li a.cancel {
    color: #D25D3E;
    font-weight: 600;
  }
  section.orders form .allOrders {
    justify-content: flex-start;
  }
  section.orders form .allOrders a.nav-link {
    font-size: 18px;
    line-height: 20px;
  }
  section.orders form .allOrders a.nav-link.active {
    text-decoration: underline;
  }
  section.orders form .card.card-orders table.all-orders {
    width: 100%;
  }
  section.orders form .card.card-orders table.all-orders thead {
    display: none;
  }
  section.orders form .card.card-orders table.all-orders tbody tr {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td {
    padding: 5px !important;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td input.fields {
    display: block;
    border: none;
    height: 34px;
    background-color: #F6F4F0;
    padding: 0 15px;
    border-radius: 6px;
    width: 100%;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td select.fields {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 0 15px 0 0;
    border-radius: 6px;
    border: none;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td .date {
    position: relative;
    background-color: #F6F4F0;
    height: 34px;
    padding: 0;
    border-radius: 6px;
    display: block;
    width: 100%;
    z-index: 0;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td .date input.fields {
    display: block;
    border: none;
    height: 34px;
    background-color: #F6F4F0;
    padding: 0 15px;
    border-radius: 6px;
    width: 82%;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td .date img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td strong {
    font-weight: 500;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td a {
    color: #201904;
    display: table;
    text-decoration: none;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td span.status {
    line-height: 40px;
    height: 40px;
    border-radius: 18px;
    padding: 0 18px;
    width: 100%;
    display: block;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td span.status.pending {
    color: #D7A90F;
    background-color: rgba(244, 195, 27, 0.1);
  }
  section.orders form .card.card-orders table.all-orders tbody tr td span.status.completed {
    color: #87AC1E;
    background: rgba(179, 206, 103, 0.1);
  }
  section.orders form .card.card-orders table.all-orders tbody tr td span.status.cancel {
    color: #7F7F84;
    background-color: rgba(127, 127, 132, 0.08);
  }
  section.orders form .card.card-orders table.all-orders tbody tr td span.status.shipped {
    color: #4D6BCB;
    background-color: rgba(47, 80, 184, 0.1);
  }
  section.orders form .card.card-orders table.all-orders tbody tr td:nth-child(1) {
    width: 25%;
    order: 1;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td:nth-child(2) {
    width: 25%;
    order: 2;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td:nth-child(3) {
    width: 25%;
    text-align: right;
    order: 3;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td:nth-child(4) {
    width: 25%;
    order: 4;
    text-align: right;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td:nth-child(5) {
    width: 50%;
    order: 5;
    text-align: left;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td:nth-child(6) {
    width: 50%;
    text-align: center;
    order: 6;
  }
  section.orders form .card.card-orders table.all-orders tbody tr td:last-of-type {
    text-align: center;
  }
  section.orders form .card.card-orders table.all-orders tbody tr:first-of-type {
    display: none;
  }
  section.order-sales-report .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
  }
  section.order-sales-report .title-actions a.toggle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0;
    padding: 0;
    background: #ffffff url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.order-sales-report .title-actions a.toggle:hover {
    background: #ffffff url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 10;
    box-shadow: 0 7px 10px rgba(32, 25, 4, 0.15);
    width: 150px;
    display: none;
  }
  section.order-sales-report .title-actions div.buttons a {
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-left: 0;
    display: block;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 15px;
    text-align: left;
  }
  section.order-sales-report .title-actions div.buttons a img {
    margin: 0 5px;
  }
  section.order-sales-report .title-actions div.buttons a.print {
    color: #201904;
    min-width: 100%;
    padding: 0 0 0 45px;
    background: #ffffff url(../images/icons/icon_printer_black.svg) 15px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.print:hover {
    color: #D25D3E;
    background: #ffffff url(../images/icons/icon_printer_orange.svg) 15px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.export {
    color: #201904;
    min-width: 100%;
    padding: 0 0 0 45px;
    background: #ffffff url(../images/icons/icon_export_black.svg) 18px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.export:hover {
    color: #D25D3E;
    background: #ffffff url(../images/icons/icon_export_orange.svg) 18px center no-repeat;
  }
  section.order-sales-report .title-actions div.buttons a.close {
    color: #7F7F84;
  }
  section.order-sales-report aside form div.time span {
    font-size: 15px;
  }
  section.order-sales-report .card.card-order-sales h4 {
    font-size: 26px;
  }
  section.order-sales-report div.order-sales-outer {
    overflow-y: auto;
  }
  section.order-sales-report div.order-sales-outer table.order-sales {
    width: 800px;
  }
  section.order-number {
    padding-bottom: 0;
    position: relative;
  }
  section.order-number .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
  }
  section.order-number .title-actions div.date {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 20px;
  }
  section.order-number .title-actions div.date span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
  }
  section.order-number .title-actions div.date button {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
  }
  section.order-number .title-actions div.date img {
    cursor: pointer;
  }
  section.order-number .title-actions div.search {
    display: flex;
    flex-direction: row;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    margin-right: 12px;
  }
  section.order-number .title-actions div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
  }
  section.order-number .title-actions div.search button.submit {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.order-number .title-actions div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.order-number .title-actions a.download {
    width: 67px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    background: #ffffff url(../images/icons/icon_download_black.svg) center center no-repeat;
  }
  section.order-number .title-actions a.download:hover {
    background: #ffffff url(../images/icons/icon_download_orange.svg) center center no-repeat;
  }
  section.order-number .title-actions > a.close {
    display: none;
  }
  section.order-number .title-actions ul.more-actions {
    display: none;
  }
  section.order-number .title-actions a.toggle {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff url(../images/icons/btn_action_black.svg) center center no-repeat;
    border-radius: 10px;
  }
  section.order-number .title-actions div.small-device {
    position: absolute;
    right: 0;
    top: 42px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(32, 25, 4, 0.15);
    z-index: 10;
    width: 160px;
    display: none;
  }
  section.order-number .title-actions div.small-device a {
    display: block;
    line-height: 35px;
    color: #201904;
    text-align: left;
    margin-left: 0;
    width: 100%;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
  }
  section.order-number .title-actions div.small-device a .fa {
    display: none;
  }
  section.order-number .title-actions div.small-device a.close {
    color: #201904;
  }
  section.order-number form .card.card-product-summary table.product-summary {
    width: 100%;
  }
  section.order-number form .card.card-product-summary table.product-summary thead {
    display: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td {
    position: relative;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td img {
    width: 80px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td a.action {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #7F7F84;
    background: url(../images/icons/three-dots.svg) center center no-repeat;
    transition: 0.3s;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td a.action:hover {
    background: url(../images/icons/three-dots-hover.svg) center center no-repeat;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td ul.action {
    right: 35px;
    top: -15px;
    z-index: 10;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr td ul.action li ul {
    right: -48px;
    top: 40px;
    display: none;
    z-index: 11;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-of-type(2n+2) {
    border-bottom: 1px solid #F0EDE5;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:last-of-type {
    border-bottom: none;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 20px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td {
    padding: 0;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(1) {
    order: 1;
    width: calc(100% - 34px);
    padding-bottom: 10px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(1) .products-detail .details {
    padding: 0 10px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(2) {
    order: 3;
    width: 60px;
    position: relative;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(2)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    content: "Qty";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(3) {
    order: 4;
    width: 80px;
    position: relative;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(3)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    content: "Price";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(4) {
    order: 5;
    width: calc(100% - 220px);
    position: relative;
    text-align: right;
    padding-top: 15px;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(4)::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "Total Price";
    font-size: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.order-number form .card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(5) {
    order: 2;
    width: 34px;
  }
  section.order-number form .card.card-product-summary .mark {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #F0EDE5;
    padding: 16px 15px;
    background: transparent;
  }
  section.order-number form .card.card-product-summary .mark a {
    display: block;
    color: #ffffff;
    background: #D25D3E;
    text-decoration: none;
    line-height: 52px;
    padding: 0 25px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  section.order-number form .card.card-product-summary .mark a:hover {
    background: #C64F2F;
  }
  section.order-number form .card.card-timeline ul {
    list-style: none;
    margin: 10px;
    padding: 0;
  }
  section.order-number form .card.card-timeline ul li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  section.order-number form .card.card-timeline ul li span {
    color: #7F7F84;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 20px;
  }
  section.order-number form .card.card-timeline ul li span strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #201904;
    line-height: 20px;
  }
  section.order-number form .card.card-timeline ul li span strong em {
    color: #D25D3E;
    font-style: normal;
  }
  section.order-number form .card.card-timeline ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #F0EDE5;
    left: 0;
    top: 5px;
    border-radius: 50%;
  }
  section.order-number form .card.card-timeline ul li::after {
    background-color: #F0EDE5;
    width: 1px;
    left: 5px;
    top: 12px;
    bottom: 0;
    position: absolute;
    content: "";
  }
  section.order-number form .card.card-timeline ul li:last-of-type {
    padding-bottom: 0;
  }
  section.order-number form .card.card-order-summary {
    overflow: hidden;
  }
  section.order-number form .card.card-order-summary label {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: #7F7F84;
    display: block;
    margin-bottom: 10px;
  }
  section.order-number form .card.card-order-summary label strong {
    display: block;
    color: #201904;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  section.order-number form .card.card-order-summary div.total {
    background-color: #B3CE67;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
  }
  section.order-number form .card.card-customer .order {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 64px;
    align-items: center;
    margin-bottom: 30px;
  }
  section.order-number form .card.card-customer .order img {
    width: 64px;
    height: 64px;
  }
  section.order-number form .card.card-customer .order span {
    color: #7F7F84;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
  }
  section.order-number form .card.card-customer .order span strong {
    display: block;
    color: #201904;
    font-size: 19px;
    font-weight: 600;
  }
  section.order-number form .card.card-customer .order span strong em {
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.order-number form .card.card-customer .order-detail label {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #201904;
    margin-bottom: 10px;
  }
  section.order-number form .card.card-customer .order-detail label span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #7F7F84;
  }
  section.order-number form .card.card-customer .order-detail label span.same {
    font-size: 16px;
    font-weight: 500;
  }
  section.order-number form .card.card-notes {
    font-size: 16px;
    font-weight: 600;
  }
  section.order-number form .card.card-notes textarea {
    border: none;
    width: 100%;
    height: 100px;
    padding: 0;
    line-height: 20px;
    font-weight: 500;
  }
  section.order-number form .card.card-notes button.send-notes {
    border: none;
    background: none;
    color: rgba(210, 93, 62, 0.5);
    transition: 0.3s;
    height: 50px;
  }
  section.order-number form .card.card-notes button.send-notes:hover {
    color: #d25d3e;
  }
  section.order-number form .card.card-notes ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  section.order-number form .card.card-notes ul li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  section.order-number form .card.card-notes ul li span {
    color: #7F7F84;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 20px;
  }
  section.order-number form .card.card-notes ul li span strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #201904;
    line-height: 20px;
  }
  section.order-number form .card.card-notes ul li span strong em {
    color: #D25D3E;
    font-style: normal;
  }
  section.order-number form .card.card-notes ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #F0EDE5;
    left: 0;
    top: 5px;
    border-radius: 50%;
  }
  section.order-number form .card.card-notes ul li::after {
    background-color: #F0EDE5;
    width: 1px;
    left: 5px;
    top: 12px;
    bottom: 0;
    position: absolute;
    content: "";
  }
  section.order-number form .card.card-notes ul li:last-of-type {
    padding-bottom: 0;
  }
  section.store div.title-actions form div.search {
    height: 52px;
    background: #ffffff;
  }
  section.store div.title-actions form div.search button.submit {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
    right: 0;
    z-index: 2;
    float: right;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.store div.title-actions form div.search button.submit:hover {
    background-image: url(../images/icons/icon_search_orange.svg);
  }
  section.store div.title-actions form div.search input.search {
    width: 170px;
    min-width: 52px;
    height: 52px;
    border: none;
    float: left;
    background: transparent;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    transition: width 0.6s;
    outline: none;
    color: #fff;
    opacity: 1;
  }
  section.store div.title-actions form div.search input.search:focus, section.store div.title-actions form div.search input.search:not(:empty), section.store div.title-actions form div.search input.search:empty {
    padding: 0 15px;
    color: #000;
    opacity: 1;
    width: 170px;
    transition: width 0.6s;
  }
  section.store div.title-actions form div.search input.search:focus ~ button {
    z-index: 2;
  }
  section.store div.title-actions a.request-store {
    width: 52px;
    min-width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    padding: 0;
  }
  section.store div.title-actions a.request-store span.text {
    display: none;
  }
  section.store div.title-actions a.request-store .fa {
    margin-right: 0;
  }
  section.store div.pending-store-box div.pending-store {
    background: #D25D3E url(../images/icons/circles.png) right top no-repeat;
    background-size: 500px 100%;
    flex-wrap: wrap;
  }
  section.store div.pending-store-box div.pending-store div.details {
    width: calc(100% - 97px);
    padding: 0 15px;
  }
  section.store div.pending-store-box div.pending-store div.details strong {
    line-height: 87px;
  }
  section.store div.pending-store-box div.pending-store div.details p {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
  }
  section.store div.pending-store-box div.pending-store div.details span {
    display: none;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
  }
  section.store div.pending-store-box div.pending-store div.details2 {
    width: 100%;
    padding: 15px;
    display: block;
  }
  section.store div.pending-store-box div.pending-store div.details2 p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
  }
  section.store div.pending-store-box div.pending-store div.details2 span {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
  }
  section.store div.pending-store-box div.pending-store a.configure {
    margin-top: 0;
  }
  section.store div.store-list-box .store-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px;
    margin-bottom: 15px;
  }
  section.store div.store-list-box .store-list img {
    width: 110px;
    height: 110px;
  }
  section.store div.store-list-box .store-list div.details {
    width: calc(100% - 110px);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 15px;
  }
  section.store div.store-list-box .store-list div.details p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #4A4A4D;
  }
  section.store div.store-list-box .store-list div.details p strong {
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store div.store-list-box .store-list div.details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: none;
  }
  section.store div.store-list-box .store-list div.details ul li {
    padding-right: 15px;
    color: #4A4A4D;
    font-size: 13px;
    font-weight: 400;
  }
  section.store div.store-list-box .store-list div.details ul li i {
    display: inline-block;
    color: #D25D3E;
    margin-right: 5px;
  }
  section.store div.store-list-box .store-list div.details ul li em {
    font-style: normal;
  }
  section.store div.store-list-box .store-list div.details2 {
    width: 100%;
    display: block;
    padding: 0;
  }
  section.store div.store-list-box .store-list div.details2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  section.store div.store-list-box .store-list div.details2 ul li {
    color: #4A4A4D;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
  }
  section.store div.store-list-box .store-list div.details2 ul li i {
    display: inline-block;
    color: #D25D3E;
    margin-right: 5px;
  }
  section.store div.store-list-box .store-list div.details2 ul li em {
    font-style: normal;
  }
  section.store div.store-list-box .store-list div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 15px 0 0;
  }
  section.store div.store-list-box .store-list div a {
    line-height: 20px;
    padding-left: 15px;
    text-decoration: none;
  }
  section.store div.store-list-box .store-list div a.status {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 30px;
    background: url(../images/icons/bell_2.svg) center center no-repeat;
  }
  section.store div.store-list-box .store-list div a.status.active {
    background: url(../images/icons/bell_1.svg) center center no-repeat;
  }
  section.store div.store-list-box .store-list div a.edit {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #D25D3E;
    font-weight: 600;
    font-size: 16px;
  }
  section.store .new-category {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.store .card-category {
    border-radius: 10px;
    border: 0;
  }
  section.store .card-category .card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  section.store .card-category .card-body div.product img {
    width: 120px;
    display: block;
  }
  section.store .card-category .card-body div.product span.title {
    color: #201904;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
  }
  section.store .card-category .card-body div.product span.counts {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.store .card-category .card-body div.action {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  section.store .card-category .card-body div.action a.toggle {
    display: table;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #7F7F84;
    border-radius: 50%;
  }
  section.store .card-category .card-body div.action a.toggle:hover {
    background-color: #e4e4e4;
    color: #ffffff;
  }
  section.store .card-category .card-body div.action ul {
    position: absolute;
    right: 25px;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    width: 80px;
    overflow: hidden;
    display: none;
  }
  section.store .card-category .card-body div.action ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.store .card-category .card-body div.action ul li a {
    text-align: center;
    line-height: 28px;
    display: block;
    color: #201904;
    font-size: 12px;
    text-decoration: none;
  }
  section.store .swiper-actions {
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.store .swiper-actions .slide-button {
    display: flex;
  }
  section.store .swiper-actions .slide-button button {
    background: transparent;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: none;
    outline: none;
  }
  section.store div.card.card-stats .card-body {
    border-radius: 10px;
  }
  section.store div.card.card-stats .card-body .stat-icon {
    width: 46px;
    height: 46px;
    margin-right: 18px;
  }
  section.store div.card.card-stats .card-body span {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.store div.card.card-stats .card-body span.number {
    font-size: 37px;
    font-weight: 600;
    line-height: 46px;
    color: #201904;
    display: block;
  }
  section.store .time {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
  }
  section.store .time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600px;
  }
  section.store .time button.date {
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/icons/calendar.svg) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
    outline: none;
  }
  section.store .card-chart {
    border-radius: 10px;
  }
  section.store .view-all {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #D25D3E;
    line-height: 20px;
    text-decoration: none;
  }
  section.store .product-detail .card.card-product {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  section.store .product-detail span {
    font-size: 16px;
    color: #201904;
    display: block;
    font-weight: 500;
  }
  section.store .product-detail span.title {
    line-height: 21px;
  }
  section.store .product-detail span.qty {
    font-size: 12px;
    line-height: 25px;
    color: #7F7F84;
  }
  section.store .product-detail span.price {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #201904;
  }
  section.store div.card.card-tickets {
    border-radius: 10px;
  }
  section.store div.card.card-tickets .card-body ul.tickets {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 460px;
    max-height: 460px;
  }
  section.store div.card.card-tickets .card-body ul.tickets li {
    border-bottom: 1px solid #F0EDE5;
    padding: 18px 0 18px;
    position: relative;
    z-index: 1;
  }
  section.store div.card.card-tickets .card-body ul.tickets li span {
    color: #201904;
    font-weight: 600;
    line-height: 21px;
    display: block;
  }
  section.store div.card.card-tickets .card-body ul.tickets li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.store div.card.card-tickets .card-body ul.tickets li p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #4A4A4D;
    margin: 0;
    padding: 0;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:last-of-type {
    border-bottom-color: transparent;
  }
  section.store div.card.card-tickets .card-body ul.tickets li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -24px;
    top: 23px;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(1)::before {
    background-color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(2)::before {
    background-color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(3)::before {
    background-color: #F4C31B;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(4)::before {
    background-color: #B3CE67;
  }
  section.store div.card.card-tickets .card-body ul.tickets li:nth-child(5)::before {
    background-color: #B3CE67;
  }
  section.store div.card.card-tickets .card-body ul.activity {
    margin: 10px 0 0 28px;
    padding: 0;
    list-style: none;
    min-height: 460px;
    max-height: 460px;
  }
  section.store div.card.card-tickets .card-body ul.activity li {
    border-bottom: 1px solid transparent;
    padding: 14px 0 14px;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
  }
  section.store div.card.card-tickets .card-body ul.activity li p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    padding: 0;
  }
  section.store div.card.card-tickets .card-body ul.activity li p span {
    color: #D25D3E;
  }
  section.store div.card.card-tickets .card-body ul.activity li span.person {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #7F7F84;
  }
  section.store div.card.card-tickets .card-body ul.activity li::before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F0EDE5;
    left: -24px;
    top: 20px;
  }
  section.store div.card.card-tickets .card-body ul.activity li::after {
    content: "";
    position: absolute;
    left: -19px;
    top: 36px;
    width: 1px;
    height: 50px;
    background-color: #F0EDE5;
  }
  section.store div.card.card-tickets .card-body .view {
    display: table;
    margin: 20px auto 10px;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }
  section.store a.hide-details {
    position: absolute;
    right: 25px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  section.store a.hide-details i {
    font-weight: 600;
    font-size: 18px;
    margin-left: 8px;
    line-height: inherit;
  }
  section.store .store-view-details .card.card-store-view .store-view-box {
    color: #201904;
    display: flex;
    align-items: center;
    width: 100%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side {
    border-right: 1px solid #F0EDE5;
    width: 350px;
    padding: 10px 20px 10px 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    justify-content: space-between;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .left-side ul li img {
    margin-right: 5px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side {
    width: calc(100% - 350px);
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 62%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat .stat-icon {
    width: 46px;
    height: 46px;
    margin-right: 18px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat span {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #4A4A4D;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat span.number {
    font-size: 37px;
    font-weight: 600;
    line-height: 37px;
    color: #201904;
    display: block;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box {
    width: 38%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span {
    line-height: 20px;
    font-size: 14px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.title {
    text-align: left;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.value {
    text-align: right;
    font-size: 12px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress span.value strong {
    font-size: 17px;
    font-weight: 600;
    color: #4A4A4D;
    line-height: 17px;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar {
    display: block;
    background: #F0EDE5;
    height: 6px;
    border-radius: 3px;
    position: relative;
    width: 100%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill {
    height: 6px;
    border-radius: inherit;
    width: 50%;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill.green {
    background-color: #87AC1E;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress .progress-bar .bar-fill.blue {
    background-color: #5979B7;
  }
  section.store .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress:last-of-type {
    margin-bottom: 0;
  }
  section.store form ul#store-overview-tabs {
    margin-bottom: 20px;
  }
  section.store form ul#store-overview-tabs li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
    color: #201904;
  }
  section.store form ul#store-overview-tabs li a.active {
    color: #D25D3E;
    text-decoration: underline !important;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body {
    padding: 30px;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body label.info {
    color: #201904;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body input.fields {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body textarea.descp {
    border: 1px solid #F0EDE5;
    height: 180px;
    padding: 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    outline: none;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    border: 1px dashed #e5e5e5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
  }
  section.store form div#store-overview-tabs div.card.card-store-info .card-body .image.icon-file {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs a.new-user {
    right: 15px;
    top: 0;
    background-color: #D25D3E;
    color: #ffffff;
    padding: 0 25px;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs a.new-user .fa {
    font-size: 13px;
  }
  section.store form div#store-overview-tabs a.new-user:hover {
    background-color: #C64F2F;
  }
  section.store form div#store-overview-tabs a.new-user:focus {
    background-color: #DC836A;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group {
    margin-bottom: 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li {
    position: relative;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li img {
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.toggle-table {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    background-color: #ffffff;
    width: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li {
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(1) {
    width: 56px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(2) {
    width: calc(100% - 242px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(3) {
    width: 150px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(4) {
    width: 36px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set {
    display: none;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set span.heading {
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin: 15px 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.store form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs div.search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
    width: 100%;
    background-color: #ffffff;
  }
  section.store form div#store-overview-tabs div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 52px);
  }
  section.store form div#store-overview-tabs div.search button.submit {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    border: none;
    background: transparent url(../images/icons/icon_search_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.search button.submit:hover {
    background: transparent url(../images/icons/icon_search_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.search.no-margin {
    margin: 0;
  }
  section.store form div#store-overview-tabs div.more-actions {
    position: relative;
  }
  section.store form div#store-overview-tabs div.more-actions a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    min-width: 150px;
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions li {
    display: block;
  }
  section.store form div#store-overview-tabs div.more-actions ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 25px;
  }
  section.store form div#store-overview-tabs div.action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.action a {
    text-decoration: none;
    line-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.store form div#store-overview-tabs div.action a.import {
    height: 52px;
    display: flex;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    color: #201904;
    font-weight: 500;
    padding: 0 45px 0 15px;
    background: transparent url(../images/icons/icon_download_black.svg) 80px center no-repeat;
  }
  section.store form div#store-overview-tabs div.action a.import:hover {
    color: #D25D3E;
    background: transparent url(../images/icons/icon_download_orange.svg) 80px center no-repeat;
  }
  section.store form div#store-overview-tabs div.action a.new-user {
    background-color: #D25D3E;
    color: #ffffff;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs div.action a.new-user .fa {
    font-size: 13px;
  }
  section.store form div#store-overview-tabs div.action a.new-user:hover {
    background-color: #C64F2F;
  }
  section.store form div#store-overview-tabs div.action a.new-user:focus {
    background-color: #DC836A;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table {
    color: #201904;
    width: 100%;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th {
    color: #7F7F84;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(1) {
    width: 28px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(2) {
    width: auto;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(3) {
    width: 220px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(4) {
    width: 130px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(5) {
    width: 160px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(6) {
    width: 160px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(7) {
    width: 90px;
    text-align: center;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table thead tr th:nth-child(8) {
    width: 40px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr {
    border-bottom: 1px solid #D8D8D8;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td {
    position: relative;
    padding: 12px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select.program, section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td select.role {
    background-color: #ffffff;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td input[type=text], section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td input[type=email] {
    border-radius: 6px;
    border: 1px solid #F0EDE5;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #F6F4F0;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #ffffff;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 40px;
    top: 8px;
    border-radius: 10px;
    display: none;
    z-index: 10;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li {
    padding: 4px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li a {
    display: block;
    line-height: 43px;
    border-radius: 10px;
    text-decoration: none;
    color: #201904;
    text-align: center;
    padding: 0 25px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td ul li a:hover {
    background-color: #F0EDE5;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td .image img {
    float: left;
    margin-right: 10px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td span {
    display: block;
    font-size: 12px;
    color: #7F7F84;
    font-weight: 500;
    text-align: left;
    line-height: 18px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td span strong {
    display: block;
    font-size: 16px;
    color: #201904;
    line-height: 26px;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td a.options {
    display: block;
    margin: 9px auto;
    width: 30px;
    height: 30px;
    color: #7F7F84;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td a.options:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr td:nth-child(7) {
    text-align: right;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type {
    border-bottom-color: transparent;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type td input[type=text]:focus, section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:first-of-type td input[type=email]:focus {
    background: #ffffff;
  }
  section.store form div#store-overview-tabs div.card.card-users table.users-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method {
    width: 100%;
    color: #201904;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th {
    color: #7F7F84;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(1) {
    text-align: left;
    width: 205px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(2) {
    text-align: left;
    width: calc(100% - 445px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(3) {
    width: 140px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method thead tr th:nth-child(4) {
    width: 100px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td {
    vertical-align: top;
    padding: 10px 8px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box {
    margin: 10px 0;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #F0EDE5;
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li {
    text-align: left;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span {
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span.expire {
    color: #4A4A4D;
    font-size: 14px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li span.price {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a.edit {
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li a.trash {
    color: #D25D3E;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(1) {
    width: 40px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(2) {
    width: calc(100% - 140px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(3) {
    width: 100px;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(4) {
    width: 50px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance li:nth-child(5) {
    width: 50px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box ul.allowance:last-of-type {
    margin-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .allowance-box a.add-allowance {
    display: flex;
    justify-content: flex-end;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable {
    position: relative;
    width: 42px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .enable:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .option {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping span {
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4D;
    margin-right: 15px;
    margin-right: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .charge-shipping .action label {
    margin: 0 15px 0 0;
    padding: 0;
    display: inherit;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(3), section.store form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(4) {
    text-align: center;
  }
  section.store form div#store-overview-tabs .add-payment {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program {
    width: 100%;
    color: #201904;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th {
    color: #7F7F84;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(1) {
    text-align: left;
    width: 255px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(2) {
    text-align: left;
    width: calc(100% - 490px);
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(3) {
    width: 140px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program thead tr th:nth-child(4) {
    width: 100px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td {
    vertical-align: top;
    padding: 15px 8px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td ul {
    margin: 0;
    padding: 0;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable {
    position: relative;
    width: 42px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .enable:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .option {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping span {
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #4A4A4D;
    margin-right: 15px;
    margin-right: 20px;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td .charge-shipping .action label {
    margin: 0 15px 0 0;
    padding: 0;
    display: inherit;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td:nth-child(3), section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr td:nth-child(4) {
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr:last-of-type {
    border: none;
  }
  section.store form div#store-overview-tabs .card.card-payment-program table.payment-program tbody tr:last-of-type td {
    padding-bottom: 10px;
  }
  section.store form div#store-overview-tabs .quota-table-header {
    list-style: none;
    margin: 50px 28px 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .quota-table-header li {
    display: block;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(1) {
    width: 526px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(2) {
    width: 162px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(3) {
    width: 230px;
  }
  section.store form div#store-overview-tabs .quota-table-header li:nth-child(4) {
    width: 136px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota img {
    width: 56px;
    height: 48px;
    margin: 0 14px 0 20px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    width: 418px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.title strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.quota {
    width: 160px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota span.payment-structure {
    width: 238px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota a.action {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 30px;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota a.action:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota button {
    width: 36px;
    height: 36px;
    display: block;
    border: none;
    background: #F6F4F0;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result {
    margin-top: 15px;
    display: none;
    padding-left: 65px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-sets {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    padding: 15px;
    margin-left: 0;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail img {
    width: 56px;
    height: 48px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    text-align: left;
    width: calc(100% - 86px);
    padding: 0 15px;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail span strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail a.action {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icons/btn_action_black.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail a.action:hover {
    background: url(../images/icons/btn_action_orange.svg) center center no-repeat;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result .quota-detail .detail:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs .quota-group-box .quota-group .quota-result:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs a.add-method {
    position: absolute;
    right: 15px;
    top: 0;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping {
    width: 100%;
    margin-top: 15px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th {
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(1) {
    width: 200px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(2) {
    width: calc(100% - 405px);
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(3) {
    width: 120px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping thead tr th:nth-child(4) {
    width: 85px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td {
    text-align: left;
    padding: 15px 5px;
    vertical-align: top;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td.no-method div {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    text-align: center;
    padding: 50px;
    color: #7F7F84;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td.no-method div a {
    display: inline-block;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td a.action {
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr td:nth-child(2) {
    text-align: left;
  }
  section.store form div#store-overview-tabs .card.card-shipping table.shipping tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping .payment-option {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .payment-option strong {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
  }
  section.store form div#store-overview-tabs .card.card-shipping label {
    margin: 0 15px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox {
    position: relative;
    right: 15px;
    top: 15px;
    width: 42px;
    height: 20px;
    margin: 0;
    right: 0;
    top: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 42px;
    background-color: rgba(127, 127, 132, 0.14);
    border-radius: 14px;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:checked:before {
    background-color: #B3CE67;
  }
  section.store form div#store-overview-tabs .card.card-shipping .toggleCheckbox:checked:after {
    transform: translateX(21px);
    -webkit-transform: translateX(21px);
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle {
    padding: 25px 25px;
    border-top: 1px solid #F0EDE5;
    display: none;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle hr {
    margin: 25px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.country-state {
    padding: 0;
    margin: 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle div.country-state span {
    display: block;
    color: #201904;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state {
    margin: 0;
    width: 100%;
    margin: 15px auto 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th {
    padding: 8px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #7F7F84;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(1) {
    width: 40%;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(2) {
    width: calc(60% - 85px);
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state thead tr th:nth-child(3) {
    width: 85px;
    text-align: center;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store form div#store-overview-tabs .card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    text-decoration: none;
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    color: #7F7F84;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option {
    padding: 25px 0;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 20px;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option label {
    margin: 10px 15px 10px 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    align-items: center;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
  }
  section.store form div#store-overview-tabs .card.card-shipping-options .option-box .option em {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #7F7F84;
    line-height: 25px;
  }
  section.store form div.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  section.store form div.actions button {
    text-decoration: none;
    padding: 0 25px;
    line-height: 52px;
    display: block;
    border-radius: 10px;
    margin: 0 10px;
    border: none;
    background: none;
    cursor: pointer;
  }
  section.store form div.actions button.back {
    color: #7F7F84;
  }
  section.store form div.actions button.next {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store form div.actions button.next:disabled {
    background-color: #DC836A;
  }
  section.store form div.actions button.next:hover {
    background-color: #C64F2F;
  }
  section.store form div.actions button.next:focus {
    background-color: #DC836A;
  }
  section.store form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.store form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.config-store .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.config-store .title-actions a.cancel {
    color: #7F7F84;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
  }
  section.config-store .title-actions a.cancel:hover {
    color: #D32243;
  }
  section.config-store .search-product {
    align-items: center;
  }
  section.config-store .search-product .search-area {
    height: 52px;
  }
  section.config-store .search-product .search-area input[type=text] {
    width: calc(100% - 52px);
    height: 50px;
    padding-right: 0;
  }
  section.config-store .search-product .search-area button.autocomplete-btn {
    width: 52px;
    height: 52px;
  }
  section.config-store .search-product .search-area div.autocomplete_result {
    top: 52px;
  }
  section.config-store .search-product a.import {
    display: block;
    height: 52px;
    border-radius: 10px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    min-width: 52px;
    padding: 0;
    background-position: center center;
  }
  section.config-store .search-product a.import span.text {
    display: none;
  }
  section.config-store .search-product a.import img {
    margin-left: 0;
  }
  section.config-store .search-product.fixed-search-bar {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 10px;
    z-index: 40;
  }
  section.config-store ul.form-stepper {
    padding-right: 0;
  }
  section.config-store ul.form-stepper li {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin-right: 0;
    position: relative;
    margin: 0 20px;
  }
  section.config-store ul.form-stepper li span {
    display: none;
  }
  section.config-store ul.form-stepper li.active, section.config-store ul.form-stepper li.form-stepper-active {
    background-color: transparent;
    min-width: 30px;
  }
  section.config-store ul.form-stepper li.active span, section.config-store ul.form-stepper li.form-stepper-active span {
    display: none;
  }
  section.config-store ul.form-stepper li.active::before, section.config-store ul.form-stepper li.form-stepper-active::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: -22px;
  }
  section.config-store ul.form-stepper li.active::after, section.config-store ul.form-stepper li.form-stepper-active::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -35px;
  }
  section.config-store ul.form-stepper li.done, section.config-store ul.form-stepper li.form-stepper-completed {
    background-color: transparent;
  }
  section.config-store ul.form-stepper li.done strong::after, section.config-store ul.form-stepper li.form-stepper-completed strong::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: "";
    background: url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.config-store ul.form-stepper li.done span, section.config-store ul.form-stepper li.form-stepper-completed span {
    display: none;
  }
  section.config-store ul.form-stepper li.done::before, section.config-store ul.form-stepper li.form-stepper-completed::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -30px;
  }
  section.config-store ul.form-stepper li.done::after, section.config-store ul.form-stepper li.form-stepper-completed::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -30px;
  }
  section.config-store ul.form-stepper li::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
  }
  section.config-store ul.form-stepper li::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    display: block;
    height: 1px;
    background-color: #D6D0BE;
    right: -35px;
    top: 50%;
    width: 100%;
  }
  section.config-store ul.form-stepper li:last-of-type {
    margin-right: 0;
  }
  section.config-store ul.form-stepper li:last-of-type::after {
    display: none;
  }
  section.config-store ul.form-stepper li:first-of-type {
    margin-left: 0;
  }
  section.config-store form .card.add-dash::after, section.config-store form .card.add-dash2::after {
    display: none;
  }
  section.config-store form .card.card-info .card-body label.info {
    color: #201904;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  section.config-store form .card.card-info .card-body input.fields {
    border: 1px solid #F0EDE5;
    height: 64px;
    padding: 0 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.config-store form .card.card-info .card-body textarea.descp {
    border: 1px solid #F0EDE5;
    height: 180px;
    padding: 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
  }
  section.config-store form .card.card-info .card-body .drag-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    border: 1px dashed #F0EDE5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
  }
  section.config-store form .card.card-info .card-body .drag-drop .upload-icon {
    width: 26px;
  }
  section.config-store form .card.card-info .card-body .drag-drop span {
    color: #7F7F84;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
  }
  section.config-store form .card.card-info .card-body .drag-drop span.drop {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #201904;
  }
  section.config-store form .card.card-info .card-body .drag-drop label {
    display: inline;
    color: #D25D3E;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  section.config-store form .card.card-info .card-body .drag-drop input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  section.config-store form .card.card-info .card-body .drag-drop div.selected-image, section.config-store form .card.card-info .card-body .drag-drop div.selected-image2 {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    justify-content: center;
    display: none;
    text-align: center;
  }
  section.config-store form .card.card-info .card-body .drag-drop div.selected-image a, section.config-store form .card.card-info .card-body .drag-drop div.selected-image2 a {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    font-size: 22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  section.config-store form .card.card-info .card-body .drag-drop div.selected-image a:hover, section.config-store form .card.card-info .card-body .drag-drop div.selected-image2 a:hover {
    color: #201904;
  }
  section.config-store form .card.card-info .card-body .drag-drop div.selected-image img, section.config-store form .card.card-info .card-body .drag-drop div.selected-image2 img {
    width: auto;
    height: 100%;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box {
    padding-left: 0;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products {
    width: 100%;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products thead {
    display: none;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products tbody tr td {
    padding: 5px 0;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products tbody tr td input.fields {
    margin-bottom: 5px;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products tbody tr td:first-of-type {
    width: 100%;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products tbody tr td:nth-child(2) {
    width: 90%;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products tbody tr td:last-of-type {
    text-align: right;
    width: 10%;
  }
  section.config-store form .card.card-info .card-body div.product-details div.products-box table.products tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form .card.card-info .card-body .product-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 40;
    padding: 15px 10px;
  }
  section.config-store form .card.card-info .card-body .product-actions ul li {
    justify-content: center;
  }
  section.config-store form .card.card-info .card-body .product-actions ul li a.small-device-toggle2 {
    display: block !important;
  }
  section.config-store form .card.card-info .card-body .product-actions ul li a.toggle-product-sets {
    margin: 10px auto 0;
  }
  section.config-store form .card.card-info .card-body .product-actions ul li div.add-set div.add-set-action {
    top: auto;
    bottom: 42px;
  }
  section.config-store form .card.card-info .card-body .product-actions ul li:nth-child(2) {
    display: block;
  }
  section.config-store form div.card.card-set-outer {
    position: relative;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox {
    width: 40px;
    margin-top: 35px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox::before {
    border: 1px solid #F0EDE5;
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 4px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox::after {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox:checked::before {
    border-color: #B3CE67;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-checkbox input.set-checkbox:checked::after {
    background: #B3CE67 url(../images/icons/tick.svg) center center no-repeat;
    background-size: 20px 20px;
    content: "";
    color: #ffffff;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: calc(100% - 40px);
    padding: 20px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form div.card.card-set-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.config-store form div.card.card-set-outer .product-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 40;
    padding: 15px 10px;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li {
    justify-content: center;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li a.small-device-toggle2 {
    display: block;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li a.toggle-product-sets {
    margin: 10px auto 0;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li div.add-set div.add-set-action {
    top: auto;
    bottom: 42px;
  }
  section.config-store form div.card.card-set-outer .product-actions ul li:nth-child(2) {
    display: block;
  }
  section.config-store form div.card.card-selection .card-body .no-selection p {
    width: 70%;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li span.qty {
    line-height: 16px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product ul.more-actions > li ul.sub-actions {
    top: auto;
    bottom: 36px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table thead {
    display: none;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    text-align: left;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td input.price {
    margin: 0 0 0 30px;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(2) {
    width: 90%;
  }
  section.config-store form .card.card-product-outer .product-sets .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:nth-child(3) {
    width: 10%;
  }
  section.config-store form .card.card-product-outer .product-actions {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.config-store form .card.card-product-outer .product-actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  section.config-store form .card.card-product-outer .product-actions ul li {
    display: block;
    position: relative;
  }
  section.config-store form .card.card-product-outer .product-actions ul li a {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    margin: 0 6px;
  }
  section.config-store form .card.card-product-outer .product-actions ul li a.all {
    background-color: #D25D3E;
  }
  section.config-store form .card.card-product-outer .product-actions ul li a.add-set {
    background-color: #201904;
  }
  section.config-store form .card.card-product-outer .product-actions ul li ul {
    display: none;
    position: absolute;
    width: 137px;
    right: 0;
    top: 36px;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10;
  }
  section.config-store form .card.card-product-outer .product-actions ul li ul li {
    display: block;
  }
  section.config-store form .card.card-product-outer .product-actions ul li ul li button {
    display: block;
    height: 43px;
    background-color: #D25D3E;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    border: none;
    color: #ffffff;
  }
  section.config-store form .card.card-product-outer .product-actions ul li ul li span {
    display: block;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  section.config-store form div.card.card-payment-method div.payment-method-outer {
    overflow-y: auto;
  }
  section.config-store form div.card.card-payment-method div.payment-method-outer table.payment-method {
    width: 1024px;
  }
  section.config-store form div.card.card-payment-program div.payment-program-outer {
    overflow-y: auto;
  }
  section.config-store form div.card.card-payment-program div.payment-program-outer table.payment-program {
    width: 700px;
  }
  section.config-store form .card.card-users div.user-table-outer {
    overflow-y: auto;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table thead {
    display: none;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td {
    position: relative;
    padding: 5px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    padding: 0 40px 0 15px;
    height: 34px;
    background: #F6F4F0 url(../images/icons/select_arrow.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 12px;
    color: #4A4A4D;
    font-size: 15px;
    border: 1px solid #F0EDE5;
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td select.program, section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td select.role {
    background-color: #ffffff;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td input[type=text], section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td input[type=email] {
    border-radius: 6px;
    border: 1px solid #F0EDE5;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #F6F4F0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td .image img {
    float: left;
    margin-right: 10px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td span.email {
    line-height: 16px;
    font-size: 16px;
    color: #201904;
    font-weight: 400;
    display: flex;
    margin: 5px 0;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td span.email::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/icons/icon_envelop.svg) center center no-repeat;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td a.options {
    margin: 0 auto;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(1) {
    width: 30px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(2) {
    width: calc(100% - 30px);
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(3) {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(4) {
    width: 100%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(5) {
    width: 50%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(6) {
    width: 50%;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(7) {
    width: calc(100% - 40px);
    text-align: left;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr td:nth-child(8) {
    width: 40px;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr:first-of-type {
    display: none;
  }
  section.config-store form .card.card-users div.user-table-outer table.users-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form a.new-user {
    right: 15px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    min-width: 40px;
  }
  section.config-store form a.new-user span.text {
    display: none;
  }
  section.config-store form a.new-user .fa {
    font-size: 18px;
  }
  section.config-store form .quota-table-header {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group {
    padding: 15px;
  }
  section.config-store form .quota-group-box .quota-group .quota img {
    width: 56px;
    height: 48px;
    margin: 0 10px;
  }
  section.config-store form .quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
    line-height: 18px;
  }
  section.config-store form .quota-group-box .quota-group .quota span.title {
    width: 288px;
  }
  section.config-store form .quota-group-box .quota-group .quota span.title strong {
    font-size: 18px;
    line-height: 22px;
  }
  section.config-store form .quota-group-box .quota-group .quota span.quota {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota span.payment-structure {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota a.action {
    margin: 0 15px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result {
    padding-left: 0;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-sets {
    display: none;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail img {
    width: 56px;
    height: 48px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail span {
    line-height: 18px;
    width: calc(100% - 85px);
    padding: 0 5px;
  }
  section.config-store form .quota-group-box .quota-group .quota-result .quota-detail .detail span strong {
    font-size: 18px;
    line-height: 22px;
  }
  section.config-store form .quota-group-box .quota-group:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .card.card-shipping table.shipping thead {
    display: none;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td {
    text-align: left;
    padding: 2px 5px;
    vertical-align: top;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td.no-method {
    width: 100% !important;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td.no-method div {
    padding: 30px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: none;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td a.action {
    display: table;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 30px auto 0;
    color: #7F7F84;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(1) {
    order: 1;
    width: calc(100% - 52px);
    text-align: left;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(2) {
    order: 3;
    width: calc(100% - 52px);
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(3) {
    order: 2;
    width: 52px;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr td:nth-child(4) {
    order: 4;
    width: 52px;
    padding: 5px;
  }
  section.config-store form .card.card-shipping table.shipping tbody tr:last-of-type {
    border-bottom: none;
  }
  section.config-store form .card.card-shipping .payment-option {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
  }
  section.config-store form .card.card-shipping .payment-option strong {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
  }
  section.config-store form .card.card-shipping label {
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #4A4A4D;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
  }
  section.config-store form .card.card-shipping .tax-by-toggle {
    padding: 25px 25px;
    border-top: 1px solid #F0EDE5;
    display: none;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle hr {
    margin: 25px 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.country-state {
    padding: 0;
    margin: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle div.country-state span {
    display: block;
    color: #201904;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state {
    width: 100%;
    margin: 25px auto 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state thead {
    display: none;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 10px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td {
    vertical-align: middle;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    margin-top: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    display: table;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(1) {
    width: 45%;
    margin-bottom: 0;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(2) {
    width: calc(100% - 250px);
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(3) {
    width: 36px;
  }
  section.config-store form .card.card-shipping .tax-by-toggle table.country-state tbody tr:last-of-type {
    margin-bottom: 0;
  }
  section.config-store form div.action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  section.config-store form div.action a {
    line-height: 52px;
  }
  section.config-store form div.action a.import {
    display: none;
  }
  section.config-store form div.action a.new-user {
    line-height: 52px;
    width: 100%;
    height: 52px;
    padding: 0;
  }
  section.config-store form div.action a.new-user span {
    display: none;
  }
  section.config-store form div.action a.new-user .fa {
    font-size: 18px;
    margin: 0;
  }
  section.config-store form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.config-store form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.config-store form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.config-store form div.actions.small-device-padding {
    padding-bottom: 75px;
  }
  section.config-store form div.actions.small-device-padding2 {
    padding-bottom: 75px;
  }
  section.store-overview {
    padding-bottom: 30px;
  }
  section.store-overview a.hide-details {
    position: absolute;
    right: 25px;
    top: 0;
    color: #D25D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  section.store-overview a.hide-details i {
    font-weight: 600;
    font-size: 18px;
    margin-left: 8px;
    line-height: inherit;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box {
    flex-direction: column;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .left-side {
    border-right: none;
    border-bottom: 1px solid #F0EDE5;
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .left-side ul {
    justify-content: flex-start;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .left-side ul li {
    padding-right: 20px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side {
    width: 100%;
    padding: 20px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box {
    width: 100%;
    margin-bottom: 15px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat .stat-icon {
    margin-right: 15px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat span.number {
    font-size: 37px;
    line-height: 37px;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .progress-box {
    width: 100%;
  }
  section.store-overview .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress {
    margin-bottom: 10px;
  }
  section.store-overview form ul#store-overview-tabs {
    margin-bottom: 20px;
  }
  section.store-overview form ul#store-overview-tabs li a {
    font-size: 18px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-store-info .card-body textarea.descp {
    margin-bottom: 24px;
  }
  section.store-overview form div#store-overview-tabs a.add-new-set {
    right: 0;
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  section.store-overview form div#store-overview-tabs a.add-new-set span.text {
    display: none;
  }
  section.store-overview form div#store-overview-tabs a.add-new-set .fa {
    margin-right: 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group {
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li {
    position: relative;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li img {
    width: 56px;
    height: 48px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.toggle-table {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    background-color: #ffffff;
    width: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(1) {
    width: 56px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(2) {
    width: calc(100% - 242px);
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(3) {
    width: 150px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li:nth-child(4) {
    width: 36px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set span.heading {
    color: #7F7F84;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin: 15px 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product {
    border: 1px solid #F0EDE5;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li img.icon {
    display: block;
    margin-right: 14px;
    width: 56px;
    height: 48px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #201904;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li span.qty {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #7F7F84;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #F6F4F0;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(1) {
    width: 56px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(2) {
    width: calc(100% - 92px);
    padding: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product ul li:nth-child(3) {
    width: 36px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table {
    display: none;
    margin: 20px 0 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th {
    padding: 5px 0;
    font-size: 12px;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:first-of-type {
    width: calc(100% - 100px);
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table thead tr th:last-of-type {
    width: 100px;
    text-align: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr {
    border-bottom: 1px solid #F0EDE5;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td {
    padding: 8px 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td img {
    width: 70px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail {
    margin: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span {
    color: #7F7F84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td div.detail span.title {
    font-size: 16px;
    color: #201904;
    line-height: 25px;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:first-of-type {
    display: flex;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr td:last-of-type {
    text-align: center;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer .set-outer-product .set-outer-product-table table.set-table tbody tr:last-of-type td {
    padding-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set .set-outer:last-of-type {
    margin-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.search {
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.search.no-margin {
    margin: 0;
  }
  section.store-overview form div#store-overview-tabs div.more-actions {
    position: relative;
  }
  section.store-overview form div#store-overview-tabs div.more-actions a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    min-width: 150px;
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    font-weight: 500;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.more-actions ul.sub-actions li a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #201904;
    text-decoration: none;
    padding: 0 25px;
  }
  section.store-overview form div#store-overview-tabs div.action {
    justify-content: center;
  }
  section.store-overview form div#store-overview-tabs div.action a {
    text-decoration: none;
    line-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.store-overview form div#store-overview-tabs div.action a.import {
    height: 52px;
    display: flex;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    margin-right: 12px;
    color: #201904;
    font-weight: 500;
    padding: 0 45px 0 15px;
    background: transparent url(../images/icons/icon_download_black.svg) 80px center no-repeat;
  }
  section.store-overview form div#store-overview-tabs div.action a.import:hover {
    color: #D25D3E;
    background: transparent url(../images/icons/icon_download_orange.svg) 80px center no-repeat;
  }
  section.store-overview form div#store-overview-tabs div.action a.new-user {
    background-color: #D25D3E;
    color: #ffffff;
    display: table;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
  section.store-overview form div#store-overview-tabs div.action a.new-user .fa {
    font-size: 13px;
  }
  section.store-overview form div#store-overview-tabs div.action a.new-user:hover {
    background-color: #C64F2F;
  }
  section.store-overview form div#store-overview-tabs div.action a.new-user:focus {
    background-color: #DC836A;
  }
  section.store-overview form div#store-overview-tabs div.card.card-users div.user-table-outer {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-users div.user-table-outer table.users-table {
    width: 1024px;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px 0;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td {
    vertical-align: top;
    padding: 2px 8px;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td strong {
    font-size: 19px;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .option {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(2) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(3) {
    width: 80%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(4) {
    width: 20%;
    text-align: right;
  }
  section.store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr:last-of-type {
    border-bottom: none;
  }
  section.store-overview form div#store-overview-tabs .add-payment {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program {
    width: 100%;
    color: #201904;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr {
    border-bottom: 1px solid #F0EDE5;
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td {
    padding: 8px 8px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td strong {
    font-size: 19px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td .option {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(1) {
    text-align: left;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(2) {
    text-align: left;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(3) {
    text-align: left;
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(4) {
    text-align: right;
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr:last-of-type {
    border: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr:last-of-type td {
    padding-bottom: 10px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header {
    list-style: none;
    margin: 50px 28px 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
    display: none;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li {
    display: block;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(1) {
    width: 526px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(2) {
    width: 162px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(3) {
    width: 230px;
  }
  section.store-overview form div#store-overview-tabs .quota-table-header li:nth-child(4) {
    width: 136px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group {
    padding: 15px;
    margin-bottom: 15px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota img {
    margin: 0 10px 0;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    width: calc(100% - 192px);
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.title strong {
    font-size: 16px;
    line-height: 20px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.quota {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.payment-structure {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota a.action {
    margin: 0 15px;
  }
  section.store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota-result {
    padding-left: 30px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping {
    margin: 0;
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td {
    padding: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td.no-method div {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    text-align: center;
    padding: 50px;
    color: #7F7F84;
    text-align: center;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td.no-method div a {
    display: inline-block;
    color: #D25D3E;
    text-decoration: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td input[type=text] {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    width: 200px;
    height: 36px;
    padding: 0 15px;
    border-radius: 6px;
    margin-top: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(1) {
    width: 100%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(3) {
    text-align: left;
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(4) {
    text-align: right;
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle {
    padding: 20px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by span.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #201904;
    margin-bottom: 15px;
    display: block;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by label:last-of-type {
    margin-bottom: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle hr {
    margin: 20px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state thead {
    display: none;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td {
    padding: 4px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td input[type=text] {
    margin-top: 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(2) {
    width: 80%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(3) {
    width: 20%;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option {
    padding: 15px 0;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option label input.checkbox-rounded, section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option label input.radio-circle {
    float: left;
    margin-right: 10px;
  }
  section.store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option em {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #7F7F84;
    line-height: 25px;
  }
  section.store-overview form div.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  section.store-overview form div.actions button {
    text-decoration: none;
    padding: 0 25px;
    line-height: 52px;
    display: block;
    border-radius: 10px;
    margin: 0 10px;
    border: none;
    background: none;
    cursor: pointer;
  }
  section.store-overview form div.actions button.back {
    color: #7F7F84;
  }
  section.store-overview form div.actions button.next {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store-overview form div.actions button.next:disabled {
    background-color: #DC836A;
  }
  section.store-overview form div.actions button.next:hover {
    background-color: #C64F2F;
  }
  section.store-overview form div.actions button.next:focus {
    background-color: #DC836A;
  }
  section.store-overview form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.store-overview form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.store-overview form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.new-quota-set ul.group-steps {
    justify-content: center;
    padding: 0;
    width: 100%;
  }
  section.new-quota-set ul.group-steps li {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    padding: 0;
    margin-right: 0;
    position: relative;
    margin: 0 50px;
    width: 30px;
  }
  section.new-quota-set ul.group-steps li strong {
    background-color: #E0DCCF;
    color: #7F7F84;
  }
  section.new-quota-set ul.group-steps li span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.active, section.new-quota-set ul.group-steps li.form-stepper-active {
    background-color: transparent;
    min-width: 30px;
  }
  section.new-quota-set ul.group-steps li.active span, section.new-quota-set ul.group-steps li.form-stepper-active span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.active::before, section.new-quota-set ul.group-steps li.form-stepper-active::before {
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: -70px;
  }
  section.new-quota-set ul.group-steps li.active::after, section.new-quota-set ul.group-steps li.form-stepper-active::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -96px;
  }
  section.new-quota-set ul.group-steps li.done, section.new-quota-set ul.group-steps li.form-stepper-completed {
    background-color: transparent;
  }
  section.new-quota-set ul.group-steps li.done strong, section.new-quota-set ul.group-steps li.form-stepper-completed strong {
    background-color: #B3CE67;
    color: #B3CE67;
    position: relative;
  }
  section.new-quota-set ul.group-steps li.done strong::after, section.new-quota-set ul.group-steps li.form-stepper-completed strong::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: "";
    background: url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.new-quota-set ul.group-steps li.done span, section.new-quota-set ul.group-steps li.form-stepper-completed span {
    display: none;
  }
  section.new-quota-set ul.group-steps li.done::before, section.new-quota-set ul.group-steps li.form-stepper-completed::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -70px;
  }
  section.new-quota-set ul.group-steps li.done::after, section.new-quota-set ul.group-steps li.form-stepper-completed::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -94px;
  }
  section.new-quota-set ul.group-steps li::before {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    left: -50px;
  }
  section.new-quota-set ul.group-steps li::after {
    content: "";
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 0;
    position: absolute;
    right: -94px;
    display: block;
    height: 1px;
    background-color: #D6D0BE;
    top: 50%;
    width: 90px;
  }
  section.new-quota-set ul.group-steps li:last-of-type {
    margin-right: 50px;
  }
  section.new-quota-set ul.group-steps li:last-of-type::after {
    display: none;
  }
  section.new-quota-set form a.new-user {
    right: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    min-width: 40px;
  }
  section.new-quota-set form a.new-user span.text {
    display: none;
  }
  section.new-quota-set form a.new-user .fa {
    margin-right: 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set {
    padding: 0 15px 0 15px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota img.icon {
    width: 65px;
    height: 48px;
    margin-left: 5px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota span {
    text-align: left;
    width: calc(100% - 186px);
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail {
    padding: 15px;
    margin-bottom: 15px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table {
    width: 100%;
    margin-bottom: 10px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(1) {
    width: 10px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(2) {
    width: 56px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product-set tbody tr td:nth-child(3) {
    width: auto;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(1) {
    width: 10px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(2) {
    width: 56px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(3) {
    width: auto;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr td:nth-child(4) {
    width: 85px;
    text-align: right;
    padding: 0 15px;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table.product tbody tr:last-of-type td {
    border-bottom: none;
  }
  section.new-quota-set form div.quota-set-box .quota-set .quota-detail table:last-of-type {
    margin-bottom: 0;
  }
  section.new-quota-set form div.quota-set-box .quota-set:last-of-type {
    margin-bottom: 0;
  }
  section.new-quota-set form div.card.card-new-quota .card-body div.employee-table-outer {
    width: 100%;
    overflow-x: auto;
    padding: 10px 0;
  }
  section.new-quota-set form div.card.card-new-quota .card-body div.employee-table-outer table.employee-table {
    width: 1024px;
  }
  a.small-device-toggle {
    display: block;
  }
  .total-products, .total-stores, .total-entries {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .paging {
    justify-content: center;
  }
}/*# sourceMappingURL=responsive_mobile.css.map */