/* Basic colors codes */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header a.logo {
    order: 1;
    width: 110px;
    display: inline-block;
    margin: 0 15px;
  }
  header div.navigation {
    order: 2;
  }
  header div.navigation a.toggle {
    display: none;
    margin: 0 15px;
  }
  header div.navigation nav {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: auto;
    border-radius: 0;
    background: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
  }
  header div.navigation nav a {
    display: block;
    line-height: 61px;
    border-bottom: 3px solid transparent;
    padding: 0 10px;
    font-size: 14px;
    margin: 0;
  }
  header div.navigation nav a.active {
    color: #BCBAB4;
    background: none;
  }
  header div.navigation nav a:hover {
    color: #BCBAB4;
    background: none;
  }
  header div.actions {
    order: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 5px;
    position: relative;
    width: auto;
  }
  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: 200px;
    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 .big-title {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section .big-title h2 {
    line-height: 45px;
  }
  section .big-title span {
    display: block;
    font-size: 16px;
    color: #7F7F84;
    font-weight: 500;
    line-height: 16px;
    margin-left: 15px;
  }
  section .big-title em {
    font-style: normal;
    color: #D25D3E;
    line-height: 56px;
    margin-left: 15px;
  }
  section .big-title img {
    display: block;
    margin-right: 15px;
    margin-left: 0;
  }
  section.com_login div.form-section {
    width: 100%;
    padding-right: 0;
  }
  section.com_login div.form-section nav {
    width: 100%;
  }
  section.com_login div.form-section nav a.help {
    display: none;
  }
  section.com_login div.form-section h2 {
    font-size: 45px;
    line-height: 56px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 44px;
  }
  section.com_login div.form-section form {
    width: 65%;
  }
  section.com_login div.form-section form div.action {
    flex-direction: column-reverse;
  }
  section.com_login div.form-section form div.action input[type=submit] {
    margin-top: 20px;
  }
  section.com_login div.form-section form div.action a.forgot {
    margin-top: 22px;
    justify-content: center;
  }
  section.com_login div.form-section footer a {
    display: block;
  }
  section.com_login div.image {
    display: none;
  }
  section.com_dashboard .time span {
    display: none;
  }
  section.com_dashboard .card.card-tickets {
    margin-bottom: 20px;
  }
  section.com_dashboard .card.card-tickets .card-body ul.tickets {
    min-height: 100%;
    max-height: 100%;
  }
  section.com_dashboard .card.card-tickets .card-body ul.activity {
    min-height: 100%;
    max-height: 100%;
  }
  section.com_dashboard .card.card-tickets .card-body ul.activity li p {
    line-height: 18px;
  }
  section.com_orders {
    padding-bottom: 0;
  }
  section.com_orders .title-actions div.date {
    padding: 0 15px;
  }
  section.com_orders .title-actions div.date span {
    font-size: 15px;
  }
  section.com_orders .title-actions form div.search {
    display: flex;
    flex-direction: row;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    width: 210px;
  }
  section.com_orders .title-actions form div.search input.search {
    border: none;
    background-color: transparent;
    padding: 0 15px;
    width: calc(100% - 52px);
  }
  section.com_orders .title-actions form div.search button.submit {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
  }
  section.com_orders .title-actions a.download {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 10px;
    line-height: 52px;
    margin-right: 0;
  }
  section.com_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.com_orders .title-actions ul.more-actions {
    display: flex;
    flex-direction: row;
    margin: 0 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }
  section.com_orders .title-actions ul.more-actions li {
    position: relative;
  }
  section.com_orders .title-actions ul.more-actions li a {
    display: block;
    color: #201904;
    text-decoration: none;
    line-height: 16px;
  }
  section.com_orders .title-actions ul.more-actions li a i {
    margin-left: 10px;
  }
  section.com_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.com_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.com_orders .title-actions ul.more-actions li ul li a i {
    margin-left: 10px;
    font-weight: bolder;
  }
  section.com_orders .title-actions ul.more-actions li ul li a.cancel {
    color: #D25D3E;
    font-weight: 600;
  }
  section.com_orders form ul.allOrders {
    justify-content: flex-start;
  }
  section.com_orders form ul.allOrders li.nav-item a.nav-link {
    font-size: 20px;
    line-height: 20px;
  }
  section.com_orders form ul.allOrders li.nav-item a.nav-link.active {
    text-decoration: underline;
  }
  section.com_orders form div.card.card-orders table.all-orders {
    width: 100%;
  }
  section.com_orders form div.card.card-orders table.all-orders thead {
    display: none;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td {
    padding: 5px !important;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td span.status {
    padding: 0 18px;
    width: 100%;
    display: block;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td span.status.waiting {
    padding: 0 30px 0 15px;
    background: #201904 url(../images/icons/icon_select_white.svg) 96% center no-repeat;
    background-size: 13px 13px;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:nth-child(1) {
    width: 52%;
    order: 1;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:nth-child(2) {
    width: 18%;
    order: 2;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:nth-child(3) {
    width: 15%;
    text-align: right;
    order: 3;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:nth-child(4) {
    width: 15%;
    order: 4;
    text-align: right;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:nth-child(5) {
    width: 70%;
    order: 5;
    text-align: left;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:nth-child(6) {
    width: 50%;
    text-align: center;
    order: 6;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:last-of-type {
    width: 30%;
    text-align: center;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr:first-of-type {
    display: none;
  }
  section.com_orders div.freshdesk p {
    width: 45%;
  }
  section.com_order-number form div.card.card-product-summary table.product-summary {
    width: 100%;
  }
  section.com_order-number form div.card.card-product-summary table.product-summary thead {
    display: none;
  }
  section.com_order-number form div.card.card-product-summary table.product-summary tbody tr td {
    position: relative;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
  }
  section.com_order-number form div.card.card-product-summary table.product-summary tbody tr td img {
    width: 80px;
  }
  section.com_order-number form div.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.com_order-number form div.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.com_order-number form div.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.com_order-number form div.card.card-product-summary table.product-summary tbody tr td ul.action li ul {
    right: -48px;
    top: 40px;
    display: none;
    z-index: 11;
  }
  section.com_order-number form div.card.card-product-summary table.product-summary tbody tr:nth-of-type(2n+2) div.track-staus span {
    font-size: 14px;
  }
  section.com_order-number form div.card.card-product-summary table.product-summary tbody tr:nth-of-type(2n+2) div.track-staus span.status {
    white-space: nowrap;
  }
  section.com_order-number form div.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.com_order-number form div.card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td {
    padding: 0;
  }
  section.com_order-number form div.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.com_order-number form div.card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(1) .products-detail .details {
    padding: 0 10px;
  }
  section.com_order-number form div.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.com_order-number form div.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.com_order-number form div.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.com_order-number form div.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.com_order-number form div.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.com_order-number form div.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.com_order-number form div.card.card-product-summary table.product-summary tbody tr:nth-child(2n+1) td:nth-child(5) {
    order: 2;
    width: 34px;
  }
  section.com_order-number form div.card.card-product-summary table.product-summary tbody tr:nth-last-child(2) {
    border-bottom: none !important;
    padding: 10px 0 0;
  }
  section.com_store-overview {
    padding-bottom: 30px;
  }
  section.com_store-overview .store-view-details .card.card-store-view .store-view-box {
    flex-direction: column;
  }
  section.com_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.com_store-overview .store-view-details .card.card-store-view .store-view-box .left-side ul {
    justify-content: flex-start;
  }
  section.com_store-overview .store-view-details .card.card-store-view .store-view-box .left-side ul li {
    padding-right: 20px;
  }
  section.com_store-overview .store-view-details .card.card-store-view .store-view-box .right-side {
    width: 100%;
    padding: 20px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
  }
  section.com_store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box {
    width: 62%;
    margin-bottom: 0;
  }
  section.com_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.com_store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat .stat-icon {
    margin-right: 15px;
  }
  section.com_store-overview .store-view-details .card.card-store-view .store-view-box .right-side .stats-box .stat span.number {
    font-size: 35px;
    line-height: 35px;
  }
  section.com_store-overview .store-view-details .card.card-store-view .store-view-box .right-side .progress-box {
    width: 38%;
  }
  section.com_store-overview .store-view-details .card.card-store-view .store-view-box .right-side .progress-box .single-progress {
    margin-bottom: 10px;
  }
  section.com_store-overview form ul#store-overview-tabs {
    margin-bottom: 20px;
  }
  section.com_store-overview form ul#store-overview-tabs li a {
    font-size: 18px;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-store-info .card-body textarea.descp {
    margin-bottom: 24px;
  }
  section.com_store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group {
    margin-bottom: 15px;
  }
  section.com_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.com_store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group ul.more-actions > li {
    position: relative;
  }
  section.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_store-overview form div#store-overview-tabs div.product-set-group .card.card-set-group div.product-set {
    display: none;
  }
  section.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_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.com_store-overview form div#store-overview-tabs div.search {
    margin-bottom: 15px;
  }
  section.com_store-overview form div#store-overview-tabs div.search.no-margin {
    margin: 0;
  }
  section.com_store-overview form div#store-overview-tabs div.action div.more-actions {
    position: relative;
  }
  section.com_store-overview form div#store-overview-tabs div.action div.more-actions a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    padding: 0 10px;
  }
  section.com_store-overview form div#store-overview-tabs div.action 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.com_store-overview form div#store-overview-tabs div.action div.more-actions ul.sub-actions li {
    display: block;
  }
  section.com_store-overview form div#store-overview-tabs div.action 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.com_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.com_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.com_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.com_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.com_store-overview form div#store-overview-tabs div.action a.new-user .fa {
    font-size: 13px;
  }
  section.com_store-overview form div#store-overview-tabs div.action a.new-user:hover {
    background-color: #C64F2F;
  }
  section.com_store-overview form div#store-overview-tabs div.action a.new-user:focus {
    background-color: #DC836A;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-users div.user-table-outer {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-users div.user-table-outer table.users-table {
    width: 1024px;
  }
  section.com_store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method thead {
    display: none;
  }
  section.com_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.com_store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td {
    vertical-align: top;
    padding: 2px 8px;
  }
  section.com_store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td strong {
    font-size: 19px;
  }
  section.com_store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td .option {
    margin: 0 0 0 auto;
  }
  section.com_store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(1) {
    width: 100%;
  }
  section.com_store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr td:nth-child(2) {
    width: 100%;
  }
  section.com_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.com_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.com_store-overview form div#store-overview-tabs .card.card-payment-method table.payment-method tbody tr:last-of-type {
    border-bottom: none;
  }
  section.com_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.com_store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program {
    width: 100%;
    color: #201904;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program thead {
    display: none;
  }
  section.com_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.com_store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td {
    padding: 8px 8px;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td strong {
    font-size: 19px;
  }
  section.com_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.com_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: 30%;
  }
  section.com_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: 50%;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr td:nth-child(3) {
    text-align: center;
    width: 10%;
  }
  section.com_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: 10%;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-payment-program table.payment-program tbody tr:last-of-type {
    border: none;
  }
  section.com_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.com_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.com_store-overview form div#store-overview-tabs .quota-table-header li {
    display: block;
  }
  section.com_store-overview form div#store-overview-tabs .quota-table-header li:nth-child(1) {
    width: 526px;
  }
  section.com_store-overview form div#store-overview-tabs .quota-table-header li:nth-child(2) {
    width: 162px;
  }
  section.com_store-overview form div#store-overview-tabs .quota-table-header li:nth-child(3) {
    width: 230px;
  }
  section.com_store-overview form div#store-overview-tabs .quota-table-header li:nth-child(4) {
    width: 136px;
  }
  section.com_store-overview form div#store-overview-tabs div.quota-group-box .quota-group {
    padding: 15px;
    margin-bottom: 15px;
  }
  section.com_store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota img {
    margin: 0 15px 0;
  }
  section.com_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.com_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% - 418px);
  }
  section.com_store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.title strong {
    font-size: 16px;
    line-height: 20px;
  }
  section.com_store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.quota {
    display: block;
    width: 100px;
  }
  section.com_store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota span.payment-structure {
    display: block;
    width: 150px;
  }
  section.com_store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota a.action {
    margin: 0 15px;
  }
  section.com_store-overview form div#store-overview-tabs div.quota-group-box .quota-group .quota-result {
    padding-left: 30px;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping {
    margin: 0;
    width: 100%;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping thead {
    display: none;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td {
    padding: 5px;
  }
  section.com_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.com_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.com_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.com_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.com_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.com_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.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td a.action {
    margin: 0 0 0 auto;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(1) {
    width: 35%;
    text-align: left;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(2) {
    width: 65%;
    text-align: left;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(3) {
    text-align: left;
    width: 90%;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping table.shipping tbody tr td:nth-child(4) {
    text-align: right;
    width: 10%;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle {
    padding: 20px;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by {
    margin: 0;
    padding: 0;
  }
  section.com_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.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle div.tax-by label {
    margin-bottom: 5px;
  }
  section.com_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.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle hr {
    margin: 25px 0;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state thead {
    display: none;
  }
  section.com_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.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td {
    padding: 4px 0;
  }
  section.com_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.com_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.com_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.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(1) {
    width: 40%;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(2) {
    width: 50%;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping .tax-by-toggle table.country-state tbody tr td:nth-child(3) {
    width: 10%;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option {
    padding: 15px 0;
  }
  section.com_store-overview form div#store-overview-tabs div.card.card-shipping-options .option-box .option label input.checkbox-rounded, section.com_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.com_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.com_store-overview form div.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  section.com_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.com_store-overview form div.actions button.back {
    color: #7F7F84;
  }
  section.com_store-overview form div.actions button.next {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.com_store-overview form div.actions button.next:disabled {
    background-color: #DC836A;
  }
  section.com_store-overview form div.actions button.next:hover {
    background-color: #C64F2F;
  }
  section.com_store-overview form div.actions button.next:focus {
    background-color: #DC836A;
  }
  section.com_store-overview form div.actions a.save {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.com_store-overview form div.actions a.save:hover {
    background-color: #C64F2F;
  }
  section.com_store-overview form div.actions a.save:focus {
    background-color: #DC836A;
  }
  section.com_catalogue .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.com_catalogue .title-actions div.search {
    margin-top: 15px;
  }
  section.com_catalogue .title-actions .other-actions a.main-btn {
    padding: 0 15px;
  }
  section.com_products-list ul.product-view li {
    padding-left: 15px;
  }
  section.com_products-list div.products-wrapper.grid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.com_products-list div.products-wrapper.grid .item .product-box .image {
    height: 150px;
  }
  section.com_products-list div.products-wrapper.grid .item .product-box .image img {
    width: 100%;
  }
  section.com_products-list div.products-wrapper.list {
    grid-template-columns: repeat(1, 1fr);
  }
  section.com_products-list div.products-wrapper.list .item .product-box .image {
    height: 160px;
    width: 190px;
  }
  section.com_products-list div.products-wrapper.list .item .product-box .image img {
    width: inherit;
    height: inherit;
  }
  section.com_products-list div.products-wrapper.list .item .product-box div.details {
    width: calc(100% - 190px);
  }
  section.com_new-quota-set ul.group-steps {
    justify-content: center;
  }
  section.com_new-quota-set ul.group-steps li {
    min-width: 100px;
    padding: 0 10px;
    margin-right: 35px;
    width: 29.33%;
  }
  section.com_new-quota-set ul.group-steps li strong {
    min-width: 30px;
  }
  section.com_new-quota-set ul.group-steps li span {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
  }
  section.com_new-quota-set ul.group-steps li.active {
    background-color: #efd6cc;
  }
  section.com_new-quota-set ul.group-steps li.active strong {
    background-color: #D25D3E;
    color: #ffffff;
  }
  section.com_new-quota-set ul.group-steps li.active span {
    display: block;
  }
  section.com_new-quota-set ul.group-steps li.done strong, section.com_new-quota-set ul.group-steps li.form-stepper-completed strong {
    background-color: #B3CE67;
    color: #B3CE67;
    position: relative;
  }
  section.com_new-quota-set ul.group-steps li.done strong::after, section.com_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: #87AC1E url(../images/icons/check2.svg) center center no-repeat;
    border-radius: 50%;
  }
  section.com_new-quota-set ul.group-steps li.done::before, section.com_new-quota-set ul.group-steps li.form-stepper-completed::before {
    content: "";
    border-left: 24px solid transparent;
    border-top: 24px solid #F0EDE5;
    border-bottom: 24px solid #F0EDE5;
    border-right: 0;
    position: absolute;
    left: -24px;
  }
  section.com_new-quota-set ul.group-steps li.done::after, section.com_new-quota-set ul.group-steps li.form-stepper-completed::after {
    content: "";
    border-left: 24px solid #F0EDE5;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 0;
    position: absolute;
    right: -24px;
  }
  section.com_new-quota-set ul.group-steps li::before {
    content: "";
    border-left: 24px solid transparent;
    border-top: 24px solid #F0EDE5;
    border-bottom: 24px solid #F0EDE5;
    border-right: 0;
    position: absolute;
    left: -24px;
  }
  section.com_new-quota-set ul.group-steps li::after {
    content: "";
    border-left: 24px solid #F0EDE5;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 0;
    position: absolute;
    right: -24px;
  }
  section.com_new-quota-set ul.group-steps li:last-of-type {
    margin-right: 0;
  }
  section.com_product-set-group div.products-wrapper .product-box div.product img {
    width: 110px;
  }
  section.com_product-set-group div.products-wrapper.grid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.com_product-set-group div.products-wrapper.list {
    grid-template-columns: repeat(1, 1fr);
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group {
    padding: 0;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.product {
    display: table;
    width: 100%;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.product img {
    width: 110px;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.product span.title {
    font-size: 18px;
    line-height: 22px;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.product span.counts {
    font-size: 16px;
    line-height: 20px;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.users {
    position: relative;
    bottom: 0;
  }
  section.com_product-set-group-view .title-actions div.search {
    margin-top: 15px;
  }
  section.com_product-set-group-view .big-title {
    flex-direction: column;
    align-items: flex-start;
  }
  section.com_product-set-group-view .big-title span {
    margin-left: 0;
  }
  section.com_product-set-group-view div.products-wrapper.grid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.com_product-set-group-view div.products-wrapper.list .item .product-box .image {
    height: 100px;
    width: 100px;
    margin: 0 10px 0 0;
  }
  section.com_product-set-group-view div.products-wrapper.list .item .product-box .image img {
    width: inherit;
  }
  section.com_product-set-group-view div.products-wrapper.list .item .product-box div.details {
    width: calc(100% - 110px);
  }
  section.com_product-set-group-view div.products-wrapper.list .item .product-box div.details span.title {
    line-height: 25px;
    font-size: 18px;
  }
  section.com_employees .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.com_employees .title-actions form {
    width: 100%;
  }
  section.com_employees .title-actions form div.search {
    margin-top: 15px;
  }
  section.com_employees .title-actions .other-actions {
    display: flex;
    justify-content: flex-end;
  }
  section.com_employees .title-actions .other-actions div.toggle-show a {
    width: 100%;
    height: 52px;
    display: block;
    border-radius: 10px;
    margin: 0;
    color: #201904;
  }
  section.com_employees .title-actions .other-actions div.toggle-show a.delete, section.com_employees .title-actions .other-actions div.toggle-show a.cancel {
    margin: 0;
    color: #201904;
    text-align: left;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  section.com_employees .title-actions .other-actions div.toggle-show a.download span.text {
    display: none;
  }
  section.com_employees .title-actions .other-actions div.toggle-show a.main-btn {
    color: #ffffff;
    min-width: 52px;
  }
  section.com_employees .title-actions .other-actions div.toggle-show a.main-btn span.text {
    display: none;
  }
  section.com_employees .title-actions .other-actions div.toggle-show a.main-btn .fa {
    margin-right: 0;
  }
  section.com_employees ul#employee-details {
    display: flex;
    flex-direction: row;
  }
  section.com_employees ul#employee-details li {
    margin-bottom: 15px;
  }
  section.com_employees ul#employee-details li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    padding-left: 0;
    margin-right: 25px;
  }
  section.com_employees ul#employee-details li a.active {
    color: #D25D3E;
    text-decoration: underline;
  }
  section.com_employees ul#employee-details li a.active::before {
    content: none;
  }
  section.com_employees table.users-table thead {
    display: none;
  }
  section.com_employees table.users-table tbody tr td {
    vertical-align: middle;
  }
  section.com_employees table.users-table tbody tr td:nth-child(1) {
    /*display: none;*/
  }
  section.com_employees table.users-table tbody tr td:nth-child(2) {
    width: 35%;
    order: 1;
  }
  section.com_employees table.users-table tbody tr td:nth-child(3) {
    width: 28%;
    order: 2;
  }
  section.com_employees table.users-table tbody tr td:nth-child(4), section.com_employees table.users-table tbody tr td:nth-child(6) {
    display: none;
  }
  section.com_employees table.users-table tbody tr td:nth-child(5) {
    width: 20%;
    order: 4;
  }
  section.com_employees table.users-table tbody tr td:nth-child(7) {
    width: 12%;
    order: 5;
  }
  section.com_employees table.users-table tbody tr td:nth-child(8) {
    width: 5%;
    order: 6;
  }
  section.com_employees table.users-table tbody tr td:nth-child(8) a.options {
    margin: 0 auto;
  }
  section.com_employees table.users-table tbody tr:nth-child(1) {
    /*display: none;*/
  }
  section.com_store-settings {
    padding-bottom: 0;
  }
  section.com_store-settings a.main-btn {
    margin-bottom: 10px;
  }
  section.com_store-settings ul#settingTabs {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
  }
  section.com_store-settings ul#settingTabs li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: #201904;
    padding: 10px 25px 10px 0;
  }
  section.com_store-settings ul#settingTabs li a.active {
    color: #D25D3E;
    text-decoration: underline !important;
  }
  section.com_store-settings .card.card-payment-method div.payment-method-outer table.payment-method tbody tr td .allowance-box {
    padding-right: 0;
  }
  section.com_store-settings .quota-table-header {
    list-style: none;
    margin: 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.com_store-settings .quota-table-header li {
    display: block;
    padding: 8px 0;
  }
  section.com_store-settings .quota-table-header li:nth-child(1) {
    width: calc(100% - 394px);
  }
  section.com_store-settings .quota-table-header li:nth-child(2) {
    width: 100px;
  }
  section.com_store-settings .quota-table-header li:nth-child(3) {
    width: 100px;
  }
  section.com_store-settings .quota-table-header li:nth-child(4) {
    width: 160px;
  }
  section.com_store-settings .quota-table-header li:nth-child(5) {
    width: 96px;
    text-align: center;
  }
  section.com_store-settings .quota-group-box .quota-group .quota {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
    padding: 0;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span.title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    width: calc(100% - 450px);
    padding: 0 10px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span.title strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span.quota {
    width: 100px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span.renew {
    width: 100px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota ul.payment-structure {
    width: 160px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota a.action {
    min-width: 30px;
    margin: 0 15px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota ul.action-toggle {
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    width: 130px;
    display: none;
  }
  section.com_store-settings .quota-group-box .quota-group .quota ul.action-toggle li a {
    color: #201904;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    padding: 0 25px;
    display: block;
    text-decoration: none;
  }
  section.com_store-settings .quota-group-box .quota-group .quota ul.action-toggle li a:hover {
    color: #D25D3E;
  }
  section.com_store-settings .quota-group-box .quota-group .quota-result {
    margin-top: 15px;
    display: none;
    padding-left: 73px;
  }
  section.com_store-settings .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.com_store-settings .quota-group-box .quota-group .quota-result .quota-detail {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    padding: 15px;
    margin-left: 0;
  }
  section.com_store-settings .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.com_store-settings .quota-group-box .quota-group .quota-result .quota-detail .detail img {
    width: 56px;
    height: 48px;
  }
  section.com_store-settings .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.com_store-settings .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.com_store-settings .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.com_store-settings .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.com_store-settings .quota-group-box .quota-group .quota-result .quota-detail .detail:last-of-type {
    margin-bottom: 0;
  }
  section.com_store-settings .quota-group-box .quota-group .quota-result:last-of-type {
    margin-bottom: 0;
  }
  .total-products, .total-stores, .total-entries {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .paging {
    justify-content: center;
  }
  .modal .modal-content .modal-body form div.assign-user-outer {
    min-height: 454px;
    max-height: 454px;
  }
  .modal .modal-content .modal-body form div.assign-user-outer table.assign-user {
    width: 100%;
  }
  .modal .modal-content .modal-body form div.assign-user-outer table.assign-user thead {
    display: none;
  }
  .modal .modal-content .modal-body form div.assign-user-outer table.assign-user tbody tr td {
    padding: 8px 0;
    vertical-align: top;
  }
  .modal .modal-content .modal-body form div.assign-user-outer table.assign-user tbody tr td:nth-child(1) {
    width: calc(100% - 125px);
  }
  .modal .modal-content .modal-body form div.assign-user-outer table.assign-user tbody tr td:nth-child(2) {
    width: 100px;
  }
  .modal .modal-content .modal-body form div.assign-user-outer table.assign-user tbody tr td:nth-child(3) {
    width: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  header a.logo {
    order: 1;
    width: 110px;
    display: inline-block;
    margin: 0 15px;
  }
  header div.navigation {
    order: 2;
  }
  header div.navigation a.toggle {
    display: none;
    margin: 0 15px;
  }
  header div.navigation nav {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: auto;
    border-radius: 0;
    background: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
  }
  header div.navigation nav a {
    display: block;
    line-height: 61px;
    border-bottom: 3px solid transparent;
    padding: 0 20px;
    font-size: 16px;
    margin: 0;
  }
  header div.navigation nav a.active {
    color: #BCBAB4;
    background: none;
  }
  header div.navigation nav a:hover {
    color: #BCBAB4;
    background: none;
  }
  header div.actions {
    order: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 5px;
    position: relative;
    width: auto;
  }
  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: 200px;
    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.com_login div.form-section {
    /*width: 55%;*/
    width: 100%;
  }
  section.com_login div.form-section h2 {
    font-size: 45px;
    line-height: 56px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 44px;
  }
  section.com_login div.form-section form {
    /*width: 380px;*/
    width:65%;
  }
  section.com_login div.image {
    width: 45%;
  }
  section.com_dashboard .card.card-stats .card-body {
    padding: 15px;
  }
  section.com_dashboard .card.card-stats .card-body .stat-icon {
    width: 46px;
    height: 46px;
    margin-right: 10px;
  }
  section.com_dashboard .card.card-stats .card-body span {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #4A4A4D;
  }
  section.com_dashboard .card.card-stats .card-body span.number {
    font-size: 37px;
    font-weight: 600;
    line-height: 46px;
    color: #201904;
    display: block;
  }
  section.com_dashboard .card.card-tickets {
    margin-bottom: 20px;
  }
  section.com_dashboard .card.card-tickets .card-body ul.tickets {
    min-height: 100%;
    max-height: 100%;
  }
  section.com_dashboard .card.card-tickets .card-body ul.activity {
    min-height: 100%;
    max-height: 100%;
  }
  section.com_dashboard .card.card-tickets .card-body ul.activity li p {
    line-height: 19px;
  }
  section.com_orders {
    padding-bottom: 0;
  }
  section.com_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.com_orders .title-actions ul.more-actions {
    display: flex;
    flex-direction: row;
    margin: 0 10px;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }
  section.com_orders .title-actions ul.more-actions li {
    position: relative;
  }
  section.com_orders .title-actions ul.more-actions li a {
    display: block;
    color: #201904;
    text-decoration: none;
    line-height: 16px;
  }
  section.com_orders .title-actions ul.more-actions li a i {
    margin-left: 10px;
  }
  section.com_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.com_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.com_orders .title-actions ul.more-actions li ul li a i {
    margin-left: 10px;
    font-weight: bolder;
  }
  section.com_orders .title-actions ul.more-actions li ul li a.cancel {
    color: #D25D3E;
    font-weight: 600;
  }
  section.com_orders form div.card.card-orders table.all-orders {
    width: 100%;
  }
  section.com_orders form div.card.card-orders table.all-orders thead {
    display: table-header-group;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr {
    padding: 15px 0;
    display: table-row;
    flex-wrap: wrap;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td {
    padding: 8px 5px !important;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td span.status {
    padding: 0 18px;
    width: 100%;
    display: block;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td span.status.waiting {
    padding: 0 25px 0 11px;
    background: #201904 url(../images/icons/icon_select_white.svg) 96% center no-repeat;
    background-size: 14px 14px;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:nth-child(3) {
    text-align: left;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:nth-child(4) {
    text-align: left;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr td:last-of-type {
    text-align: right;
  }
  section.com_orders form div.card.card-orders table.all-orders tbody tr:first-of-type {
    display: table-row;
  }
  section.com_orders div.freshdesk p {
    width: 35%;
  }
  section.com_catalogue .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.com_catalogue .title-actions .other-actions {
    display: flex;
    width: 100%;
    position: relative;
  }
  section.com_catalogue .title-actions .other-actions div {
    width: 160px;
  }
  section.com_catalogue .title-actions .other-actions div a {
    width: 68px;
    height: 52px;
    display: block;
    border-radius: 10px;
    color: #201904;
  }
  section.com_catalogue .title-actions .other-actions a.add-product {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-left: 5px;
  }
  section.com_catalogue .title-actions .other-actions a.add-product span.text {
    display: none;
  }
  section.com_catalogue .title-actions .other-actions a.add-product .fa {
    margin-right: 0;
  }
  section.com_products-list ul.product-view li {
    padding-left: 15px;
  }
  section.com_products-list div.products-wrapper.grid {
    grid-template-columns: repeat(4, 1fr);
  }
  section.com_products-list div.products-wrapper.grid .item .product-box .image {
    height: 150px;
  }
  section.com_products-list div.products-wrapper.grid .item .product-box .image img {
    width: 100%;
  }
  section.com_products-list div.products-wrapper.list {
    grid-template-columns: repeat(1, 1fr);
  }
  section.com_products-list div.products-wrapper.list .item .product-box .image {
    height: 160px;
    width: 190px;
  }
  section.com_products-list div.products-wrapper.list .item .product-box .image img {
    width: inherit;
    height: inherit;
  }
  section.com_products-list div.products-wrapper.list .item .product-box div.details {
    width: calc(100% - 190px);
  }
  section.com_product-set-group div.products-wrapper .product-box div.product img {
    width: 110px;
  }
  section.com_product-set-group div.products-wrapper.grid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.com_product-set-group div.products-wrapper.list {
    grid-template-columns: repeat(1, 1fr);
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group {
    padding: 0;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.product {
    display: table;
    width: 100%;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.product img {
    width: 110px;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.product span.title {
    font-size: 18px;
    line-height: 22px;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.product span.counts {
    font-size: 16px;
    line-height: 20px;
  }
  section.com_product-set-group div.products-wrapper.list .product-box .card-group div.users {
    position: relative;
    bottom: 0;
  }
  section.com_employees .title-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  section.com_employees .title-actions form div.search {
    margin-top: 15px;
  }
  section.com_employees table.users-table thead {
    display: none;
  }
  section.com_employees table.users-table tbody tr td {
    vertical-align: middle;
  }
  section.com_employees table.users-table tbody tr td:nth-child(1) {
    /*display: none;*/
  }
  section.com_employees table.users-table tbody tr td:nth-child(2) {
    width: 35%;
    order: 1;
  }
  section.com_employees table.users-table tbody tr td:nth-child(3) {
    width: 28%;
    order: 2;
  }
  section.com_employees table.users-table tbody tr td:nth-child(4), section.com_employees table.users-table tbody tr td:nth-child(6) {
    display: none;
  }
  section.com_employees table.users-table tbody tr td:nth-child(5) {
    width: 20%;
    order: 4;
  }
  section.com_employees table.users-table tbody tr td:nth-child(7) {
    width: 12%;
    order: 5;
  }
  section.com_employees table.users-table tbody tr td:nth-child(8) {
    width: 5%;
    order: 6;
  }
  section.com_employees table.users-table tbody tr td:nth-child(8) a.options {
    margin: 0 auto;
  }
  section.com_employees table.users-table tbody tr:nth-child(1) {
    /*display: none;*/
  }
  section.com_store-settings {
    padding-bottom: 0;
  }
  section.com_store-settings a.main-btn {
    margin-bottom: 10px;
  }
  section.com_store-settings ul#settingTabs {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
  }
  section.com_store-settings ul#settingTabs li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: #201904;
    padding: 10px 25px 10px 0;
  }
  section.com_store-settings ul#settingTabs li a.active {
    color: #D25D3E;
    text-decoration: underline !important;
  }
  section.com_store-settings .card.card-payment-method div.payment-method-outer table.payment-method tbody tr td .allowance-box {
    padding-right: 0;
  }
  section.com_store-settings .quota-table-header {
    list-style: none;
    margin: 20px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #7F7F84;
    text-transform: uppercase;
  }
  section.com_store-settings .quota-table-header li {
    display: block;
    padding: 8px 0;
  }
  section.com_store-settings .quota-table-header li:nth-child(1) {
    width: calc(100% - 480px);
    min-width: calc(100% - 480px);
  }
  section.com_store-settings .quota-table-header li:nth-child(2) {
    width: 120px;
    min-width: 120px;
  }
  section.com_store-settings .quota-table-header li:nth-child(3) {
    width: 100px;
    min-width: 100px;
  }
  section.com_store-settings .quota-table-header li:nth-child(4) {
    width: 160px;
    min-width: 160px;
  }
  section.com_store-settings .quota-table-header li:nth-child(5) {
    width: 96px;
    min-width: 96px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A4D;
    display: block;
    text-align: left;
    padding: 0;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span.title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #7F7F84;
    width: calc(100% - 532px);
    min-width: calc(100% - 532px);
    padding: 0 10px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span.title strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #201904;
    display: block;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span.quota {
    width: 120px;
    min-width: 120px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota span.renew {
    width: 100px;
    min-width: 100px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota ul.payment-structure {
    width: 160px;
    min-width: 160px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota a.action {
    min-width: 30px;
    margin: 0 15px;
  }
  section.com_store-settings .quota-group-box .quota-group .quota ul.action-toggle {
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    width: 130px;
    display: none;
  }
  section.com_store-settings .quota-group-box .quota-group .quota ul.action-toggle li a {
    color: #201904;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    padding: 0 25px;
    display: block;
    text-decoration: none;
  }
  section.com_store-settings .quota-group-box .quota-group .quota ul.action-toggle li a:hover {
    color: #D25D3E;
  }
  section.com_store-settings .quota-group-box .quota-group .quota-result {
    margin-top: 15px;
    display: none;
    padding-left: 73px;
  }
  section.com_store-settings .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.com_store-settings .quota-group-box .quota-group .quota-result .quota-detail {
    border-radius: 10px;
    border: 1px solid #F0EDE5;
    padding: 15px;
    margin-left: 0;
  }
  section.com_store-settings .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.com_store-settings .quota-group-box .quota-group .quota-result .quota-detail .detail img {
    width: 56px;
    height: 48px;
  }
  section.com_store-settings .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.com_store-settings .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.com_store-settings .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.com_store-settings .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.com_store-settings .quota-group-box .quota-group .quota-result .quota-detail .detail:last-of-type {
    margin-bottom: 0;
  }
  section.com_store-settings .quota-group-box .quota-group .quota-result:last-of-type {
    margin-bottom: 0;
  }
  .total-products, .total-stores, .total-entries {
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
  .paging {
    justify-content: right;
  }
}/*# sourceMappingURL=responsive_tablets.css.map */