@import "fontawsome.css";
@import "jquery-ui.css";

:root {
    --primary: #0488f1;
    --primaryHvr: #2497f2;
    --grey1: #384F6F;
    --grey2: #718198;
    --grey3: #a4a2a2;
    --grey4: #A3AED0;
    --outline: #dbdbdb;
}

html {
    height: 100%;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    height: 100%;
}

body *:not(.owl-stage) {
    box-sizing: border-box;
    max-width: 100%;
}

img {
    max-width: 100%;
}

/*## UI Components ##*/
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    color: #000;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 500
}

h1,
.heading-1 {
    font-size: 30px;
    margin: 0 0 24px;
}

h2,
.heading-2 {
    font-size: 28px;
    margin: 0 0 22px;
}

h3,
.heading-3 {
    font-size: 26px;
    margin: 0 0 20px;
}

h4,
.heading-4 {
    font-size: 24px;
    margin: 0 0 18px;
}

h5,
.heading-5 {
    font-size: 22px;
    margin: 0 0 16px;
}

h6,
.heading-6 {
    font-size: 20px;
    margin: 0 0 14px;
}

.pix-btn,
input.pix-btn {
    border: 1px solid #e1e1e1;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 14px;
    color: #666;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.pix-btn:hover,
input.pix-btn:hover,
.pix-btn:active,
input.pix-btn:active {
    background-color: #f6f6f6;
    color: #666;
}

.pix-btn.rounded {
    border-radius: 100px;
}

.pix-btn.outlined {
    background-color: #fff;
    color: #333;
}

.pix-btn.wide {
    padding-left: 3em;
    padding-right: 3em;
}

.pix-btn.site {
    background-color: #0488f1;
    color: #fff;
    border-color: #0488f1;
}

.pix-btn.site.outlined {
    background-color: #fff;
    color: #0488f1;
}

.pix-btn.site:hover {
    background-color: rgba(4, 136, 241, 0.7);
    border-color: rgba(4, 136, 241, 0.7);
    color: #fff;
}

.pix-btn.primary {
    background-color: #333;
    color: #cccccc;
    border-color: #333;
}

.pix-btn.primary:hover {
    background-color: #505050;
    border-color: #505050;
    color: #ccc;
}

.pix-btn.success {
    background-color: #5cab02;
    color: #fff;
    border-color: #5cab02;
}

.pix-btn.success.outlined {
    background-color: #fff;
    color: #5cab02;
}

.pix-btn.success:hover {
    background-color: #95d050;
    border-color: #95d050;
    color: #fff;
}

.pix-btn.warning {
    background-color: #ff6633;
    color: #fff;
    border-color: #ff6633;
}

.pix-btn.warning.outlined {
    background-color: #fff;
    color: #ff6633;
}

.pix-btn.warning:hover {
    background-color: #ff7d4a;
    border-color: #ff7d4a;
    color: #fff;
}

.pix-btn.info {
    background-color: #27aff5;
    color: #fff;
    border-color: #27aff5;
}

.pix-btn.info.outlined {
    background-color: #fff;
    color: #27aff5;
}

.pix-btn.info:hover {
    background-color: #4cbcf6;
    border-color: #4cbcf6;
    color: #fff;
}

.pix-btn.danger {
    background-color: #900;
    color: #fff;
    border-color: #900;
}

.pix-btn.danger.outlined {
    background-color: #fff;
    color: #e00;
}

.pix-btn.danger:hover {
    background-color: #b71e1e;
    border-color: #b71e1e;
    color: #fff;
}

.pix-btn.white {
    background-color: #fff;
    color: #333;
    border-color: #eee;
    outline: none;
}

.pix-btn.white:hover {
    background-color: #fff;
    border-color: #eee;
    color: #999;
}

.pix-btn.gray {
    background-color: #ccc;
    color: #333;
    border-color: #bbb;
    outline: none;
}

.pix-btn.gray:hover {
    background-color: #eee;
    border-color: #bbb;
    color: #333;
}

.pix-btn.xs {
    font-size: 12px;
    padding: 2px 6px;
}

.pix-btn.sm {
    font-size: 13px;
    padding: 4px 7px;
}

.pix-btn.sm.wide {
    padding-left: 14px;
    padding-right: 14px;
}

.pix-btn.md {
    font-size: 14px;
    padding: 8px 14px;
}

.pix-btn.lg {
    font-size: 16px;
    padding: 10px 25px;
}

.pix-btn.xl {
    font-size: 22px;
    font-weight: 700;
    padding: 14px 24px;
}

.pix-btn.fullwidth {
    display: block;
    text-align: center;
    width: 100%
}

.pix-btn .material-symbols-outlined {
    font-size: 1.3em;
    vertical-align: -.3em;
    margin-right: .3em;
}

.pix-tabs {
    margin-bottom: 40px;
}

.pix-tabs .tab-item {
    color: #333;
    font-weight: 600;
    font-size: 17px;
    font-family: Roboto;
    display: inline-block;
    vertical-align: top;
}

.pix-tabs .tab-item:hover {
    color: #2196f3;
}

.pix-tabs .tab-item.active {
    border-bottom: 2px solid #2196f3;
    color: #2196f3;
    padding: 0 9px 2px 9px;
    position: relative;
}

.pix-tabs .tab-item.active::before {
    content: '';
    display: block;
    border: 5px solid rgba(0, 0, 0, 0);
    position: absolute;
    border-top-color: #2196f3;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.pix-tabs .tab-item+.tab-item {
    margin-left: 40px;
}

.pix-tabs .main-tab-mob {
    display: none;
}

.ellipse-menu {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ellipse-menu .el-menu-icon {
    background-color: #f7f7f7;
    display: block;
    border: 1px solid #dcdcdc;
    padding: 5px 12px;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
}

.ellipse-menu .el-menu-icon .fa {
    color: #333;
}

.ellipse-menu .el-menu {
    display: none;
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 29px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    z-index: 20;
    text-align: left;
    max-width: none;
}

.ellipse-menu .el-menu.menu-left {
    left: auto;
    right: 29px;
}

.ellipse-menu .el-menu::after {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    left: -30px;
    content: '';
}

.ellipse-menu .el-menu.menu-left::after {
    left: auto;
    right: -30px;
}

.ellipse-menu:hover .el-menu {
    display: block;
}

.ellipse-menu .el-menu .el-menu-item {
    display: block;
    padding: 6px 26px 6px 37px;
    position: relative;
    cursor: pointer;
    color: #333
}

.ellipse-menu .el-menu .el-menu-item.disabled {
    color: #999;
    pointer-events: none;
    cursor: text;
}

.ellipse-menu .el-menu .el-menu-item:first-child {
    padding-top: 13px;
}

.ellipse-menu .el-menu .el-menu-item:last-child {
    padding-bottom: 13px;
}

.ellipse-menu .el-menu .el-menu-item:hover {
    background-color: #ededed;
    color: #000;
}

.ellipse-menu .el-menu .el-menu-item .el-m-icon {
    position: absolute;
    margin-top: 3px;
    left: 9px;
    width: 17px;
    text-align: center;
}

.pix-toggle {
    cursor: pointer;
    padding: 7px 0;
    display: block;
}

.pix-toggle input {
    position: absolute;
    visibility: hidden;
}

.pix-toggle .toggle-ind {
    background-color: #c3c3c3;
    height: 10px;
    border-radius: 9px;
    position: relative;
    width: 43px;
    max-width: 100%;
}

.pix-toggle .toggle-ind::before {
    content: '';
    display: block;
    background-color: #fff;
    width: 24px;
    height: 24px;
    top: -7px;
    left: 1px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    border-radius: 50%;
    position: absolute;
}

.pix-toggle input:checked+.toggle-ind {
    background-color: #82BBFF;
}

.pix-toggle input:checked+.toggle-ind::before {
    left: calc(100% - 25px);
    background-color: #2689FF;
}

.cross-btn {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.cross-btn::before,
.cross-btn::after {
    content: '';
    display: block;
    height: calc(100% - 10px);
    border-left: 1px solid #000;
    position: absolute;
    top: 5px;
    left: 50%;
}

.cross-btn::before {
    transform: rotate(-45deg);
}

.cross-btn::after {
    transform: rotate(45deg);
}

.info-table {
    font-size: 13px;
}

.info-table .itb-head,
.info-table .itb-row {
    display: flex;
}

.info-table .itb-head {
    border-bottom: 1px solid #c4c4c4;
    color: #000;
    font-weight: 600;
}

.info-table .itb-col {
    padding: 15px 20px;
}

.info-table .itb-row:nth-child(odd) {
    background-color: #f8f8f8;
    border-radius: 6px;
}

.pix-check {
    display: inline-block;
    position: relative;
    min-height: 25px;
    cursor: pointer;
    padding: 2px 0 0 35px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.pix-check::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #2196f3;
    border-radius: 4px;
    width: 25px;
    height: 25px;
}

.pix-check input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.pix-check .pix-check-tik {
    display: none;
    position: absolute;
    top: 6px;
    left: 5px;
    color: #2196f3;
}

.pix-check .pix-check-tik.material-symbols-outlined {
    left: 0;
    top: 0;
}

.pix-check input:checked+.pix-check-tik {
    display: block;
}

.pix-radio {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 2px 0 0 35px;
    min-height: 25px;
}

.pix-radio::before {
    content: '';
    position: absolute;
    border: 2px solid #2196f3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.pix-radio input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.pix-radio .rddot {
    background-color: #2196f3;
    border-radius: 50%;
    display: none;
    height: 8px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 8px;
}

.pix-radio input:checked+.rddot {
    display: block;
}

.pix-spinner {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: spinnerAnimation .7s infinite;
}

.pix-spinner.sm {
    width: 20px;
    height: 20px;
}

.pix-spinner.md {
    width: 30px;
    height: 30px;
}

@keyframes spinnerAnimation {
    0% {
        transform: rotate(-360deg)
    }
}


/*## UI Interface ##*/
hr {
    border: none;
    margin: 30px 0;
    border-top: 1px solid #ccc;
}

hr.dashed {
    border-top-style: dashed;
}

hr.m0 {
    margin: 0;
}

hr.m5 {
    margin: 5px 0;
}

hr.m10 {
    margin: 10px 0;
}

hr.m15 {
    margin: 15px 0;
}

hr.m20 {
    margin: 20px 0;
}

hr.m25 {
    margin: 25px 0;
}

hr.m30 {
    margin: 30px 0;
}

hr.m35 {
    margin: 35px 0;
}

hr.m40 {
    margin: 40px 0;
}

hr.m45 {
    margin: 45px 0;
}

hr.m50 {
    margin: 50px 0;
}

p,
ul,
ol {
    line-height: 24px;
    margin: 0 0 18px;
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.bold-300 {
    font-weight: 300;
}

.bold-400 {
    font-weight: 400;
}

.bold-600 {
    font-weight: 600;
}

.bold-700 {
    font-weight: 700;
}

.bold-800 {
    font-weight: 800;
}

.text-primary {
    color: var(--primary);
}

.text-success,
.text-green {
    color: #5cab02;
}

.text-warning {
    color: #ff6633;
}

.text-info {
    color: #27aff5;
}

.text-orange {
    color: #e67a00;
}

.text-purple {
    color: #8e009b;
}

.text-danger,
.text-red {
    color: #f00;
}

.text-black {
    color: #000;
}

.text-note {
    color: #989898;
}

.text-site {
    color: #f8a147;
}

.text-g1 {
    color: var(--grey1);
}

.text-g2 {
    color: var(--grey2);
}

.text-g3 {
    color: var(--grey3);
}

.text-g4 {
    color: var(--grey4);
}

.text-08 {
    font-size: .8em;
}

.text-09 {
    font-size: .9em;
}

.text-11 {
    font-size: 1.1em;
}

.text-12 {
    font-size: 1.2em;
}

.text-13 {
    font-size: 1.3em;
}

.text-14 {
    font-size: 1.4em;
}

.text-15 {
    font-size: 1.5em;
}

.text-16 {
    font-size: 1.6em;
}

.text-17 {
    font-size: 1.7em;
}

.text-18 {
    font-size: 1.8em;
}

.text-19 {
    font-size: 1.9em;
}

.text-20 {
    font-size: 2em;
}

ol {
    padding-left: 25px;
}

ul {
    display: block;
}

ul li {
    line-height: 24px;
}

a,
.a-link {
    color: #369FE1;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.a-link:hover,
a:focus,
a:active {
    color: #54ADE5;
    outline: medium none;
    text-decoration: none;
}

a img {
    border: 0 none;
}

.clr {
    clear: both;
    display: block;
    float: none;
}

.c {
    float: none;
    overflow: hidden;
}

.fluid-container {
    margin: 0 60px
}

.fluid-container.main-content {
    padding-top: 50px;
    padding-bottom: 60px;
}

.underline {
    text-decoration: underline;
}

.hidden {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
    background-color: #fdfdfd;
    border: 1px solid #e0e0e0;
    color: #666666;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    resize: vertical;
    max-width: 100%;
    border-radius: 4px;
}

select {
    padding: 11px 15px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    background: none;
    max-width: 100%;
}

input.fullwidth,
select.fullwidth,
textarea.fullwidth {
    width: 100%;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    border-color: #c6c6c6;
    outline: none;
}

input[type="text"][disabled],
input[type="url"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="number"][disabled],
select[disabled],
textarea[disabled] {
    background-color: #f1f1f1;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: -2px;
}

.cfx::after {
    clear: both;
    content: "+";
    display: block;
    height: 0;
    visibility: hidden;
}

.checkbox label {
    cursor: default;
}

.relative {
    position: relative;
}

.formchecker-error {
    background-color: #ffe5e5;
    border: 1px solid #ff9999;
    padding: 1px 6px;
    border-radius: 5px;
    color: #dd0000 !important;
    position: relative;
    display: inline-block;
}

.formchecker-error .arrow {
    display: block;
    position: absolute;
    background-image: url(../images/error-arrow.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    top: -6px;
    left: 9px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.pt0 {
    padding-top: 0px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pl0 {
    padding-left: 0px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pr0 {
    padding-right: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.hover-preloader {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.80);
    width: 100%;
    height: 100%;
}

.hover-preloader .item-container {
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(50% - 10px);
    font-weight: 600;
    color: #000;
}

.hover-preloader .item-container .image {
    display: inline-block;
    margin-right: 9px;
    vertical-align: -6px;
}

.hover-preloader .item-container .image .pix-spinner {
    width: 20px;
    height: 20px;
}

@keyframes spinnerAnimation {
    0% {
        transform: rotate(-360deg)
    }
}

.popup-frame .popup-spinner.pix-spinner {
    display: inline-block;
    height: 16px;
    margin-right: 7px;
    vertical-align: -5px;
    width: 16px;
}


/* popup start */

.popup-frame {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%
}

.popup-frame .popup-window {
    background-color: #fff;
    width: 748px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    padding: 20px 26px;
    max-width: calc(100% - 33px) !important
}

.popup-frame .pop-close-dv {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border-top-right-radius: 6px;
}

.popup-frame .pop-close-dv .popup-close {
    width: 43px;
    height: 89px;
    background-color: var(--primary);
    transform: rotate(-45deg);
    max-width: none !important;
    position: absolute;
    top: -30px;
    left: 23px;
    cursor: pointer;
}

.popup-frame .pop-close-dv .popup-close:hover {
    background-color: var(--primaryHvr);
}

.popup-frame .pop-close-dv .popup-close .cl-icon {
    position: absolute;
    top: 28px;
    left: 6px;
    transform: rotate(-45deg);
    font-size: 19px;
    color: #fff;
}

.popup-frame .popup-heading {
    font-size: 18px;
    font-weight: 700;
    color: #003C46;
    margin: 0 0 15px
}

.popup-frame .popup-content-fm .mail-head {
    font-weight: 600;
}

.popup-frame .popup-content-fm .mail-list ul li {
    padding: 9px 0;
    color: #5B5B5B;
    position: relative;
}

.popup-frame .popup-content-fm .mail-list ul li+li {
    border-top: #B1C1D0 1px dashed;
}

.popup-frame .popup-content-fm .mail-list ul li span.rem-item {
    text-align: right;
    display: block;
    position: absolute;
    right: -5px;
    top: 2px;
    cursor: pointer;
    padding: 7px 12px;
}

.popup-frame .popup-content-fm .mail-list ul {
    background-color: #EFF1F5;
    border-radius: 5px;
    padding: 5px 17px 5px 17px;
    list-style: none;
}

.popup-frame .popup-content-fm {
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -20px;
    max-width: none !important;
    padding-bottom: 1px;
    padding-right: 20px
}

.popup-frame.out-msg {
    animation: outMsgBgAnim .2s;
    -webkit-animation: outMsgBgAnim .2s;
}

.popup-frame.out-msg .popup-window {
    border-radius: 45px;
    animation: outMsgAnim .4s;
    -webkit-animation: outMsgAnim .4s;
    transform-origin: 0 0 0;
}

.popup-frame.out-msg.msg-error .pop-close-dv .popup-close {
    background-color: #f00;
}

@keyframes outMsgAnim {
    0% {
        transform: rotate(-180deg) translate(-50%, -50%) scale(0, 0)
    }

    100% {
        transform: rotate(0deg) translate(-50%, -50%) scale(1, 1)
    }
}

@-webkit-keyframes outMsgAnim {
    0% {
        transform: rotate(-180deg) translate(-50%, -50%) scale(0, 0)
    }

    100% {
        transform: rotate(0deg) translate(-50%, -50%) scale(1, 1)
    }
}

@keyframes outMsgBgAnim {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, .2);
    }
}

@-webkit-keyframes outMsgBgAnim {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }

    100% {
        background-color: rgba(0, 0, 0, .2);
    }
}

.popup-frame .popup-output {
    text-align: center;
    font-size: 16px;
    color: #777;
}

.popup-frame .popup-output .ppo-icon {
    margin: 10px 0 0;
}

.popup-frame .popup-output .ppo-icon .alert-icon {
    font-size: 40px;
}

.popup-frame .popup-output .ppo-title {
    color: #000;
    font-size: 1.2em;
    font-weight: 500;
    padding: 12px 0 1px;
}

.popup-frame .popup-output .ppo-body {
    font-size: 0.9em;
    margin-bottom: 19px;
}

.popup-frame .popup-output .ppo-button {
    padding-bottom: 17px;
}

.popup-frame .popup-output .ppo-button .pix-btn {
    border-radius: 100px;
}

#minSpinLoader {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
    pointer-events: none;
}

#minSpinLoader .spinner-obj {
    position: relative;
    background-color: #fff;
    padding: 7px 13px 7px 29px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 25px;
}

#minSpinLoader .spinner-obj+.spinner-obj {
    margin-top: 10px;
}

#minSpinLoader .spinner-obj .spn-box {
    position: absolute;
    top: 9px;
    left: 10px;
}

#minSpinLoader .spinner-obj .spn-box .pix-spinner.sm {
    width: 14px;
    height: 14px;
}


/* popup end */

.note {
    color: #989898;
}

.text-success {
    color: #5cab02;
}

.text-warning {
    color: #ff6633;
}

.text-info {
    color: #27aff5;
}

.text-danger {
    color: #f00;
}

.text-black {
    color: #000;
}

.text-note {
    color: #989898;
}

.text-site {
    color: #cf1b22;
}

.user-notification {
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
    pointer-events: none;
    top: 70px;
}

.user-notification .msg-block {
    display: inline-block;
    background-color: #ee0000;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    padding: 8px 83px 8px 20px;
}

.user-notification.success .msg-block {
    background-color: #00b100;
}

.user-notification.warning .msg-block {
    background-color: #ffb300;
}

.user-notification .msg-block .got-it {
    position: absolute;
    right: 3px;
    top: 3px;
    background-color: rgba(0, 0, 0, 0.27);
    padding: 5px 9px;
    border-radius: 4px;
    cursor: pointer;
    pointer-events: initial;
}

.user-notification .msg-block .got-it:hover {
    background-color: rgba(0, 0, 0, 0.40);
}

/* Site Alert */

.site-alert-wp {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2000;
    padding: 0 30px;
    height: 0;
}

.site-alert-wp .site-alert {
    background-color: #bb0202;
    color: #fff;
    transform: translateY(-100%) scale(0);
    padding: 15px 60px 15px 60px;
    font-size: 1.1em;
    border-radius: 8px;
    border: 1px solid #7b0000;
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.20);
    opacity: 0;
    animation: siteAlertInit 5s ease-in-out forwards;
    display: inline-block;
    text-align: left;
}

.site-alert-wp .site-alert.success {
    background-color: #36bd66;
    border-color: #169966;
}

.site-alert-wp .site-alert .al-msg-icon {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.77);
    color: #bb0202;
    top: 11px;
    left: 13px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.site-alert-wp .site-alert.success .al-msg-icon {
    color: #007e50;
}

.site-alert-wp .site-alert .al-msg-close {
    position: absolute;
    top: 6px;
    right: 2px;
    padding: 11px;
    cursor: pointer;
    color: rgba(255, 255, 255, .7);
}

.site-alert-wp .site-alert .al-msg-close:hover {
    color: #fff;
}

@keyframes siteAlertInit {
    3% {
        transform: translateY(0) scale(.2);
    }

    6% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    96% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%) scale(0);
    }
}

.i-block {
    display: inline-block;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

#notificationMsgLoader {
    position: fixed;
    left: 7px;
    bottom: 0;
    z-index: 9999;
    max-width: 670px;
}

#notificationMsgLoader .notification-item {
    position: relative;
    background-color: rgba(0, 0, 0, 0.77);
    color: #fff;
    padding: 18px 50px 18px 48px;
    font-weight: 600;
    margin-bottom: 7px;
    border-radius: 4px
}

#notificationMsgLoader .notification-item::before {
    content: "\f071";
    font-family: fontawesome;
    color: #f00;
    position: absolute;
    top: 16px;
    left: 17px;
    font-size: 20px;
}

#notificationMsgLoader .notification-item.success::before {
    content: "\f00c";
    color: #0a0;
}

#notificationMsgLoader .notification-item .noti-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    cursor: pointer;
    color: #c9c9c9;
}

#notificationMsgLoader .notification-item .noti-close-btn::before {
    position: absolute;
    left: 13px;
    top: 21px;
}

#notificationMsgLoader .notification-item .noti-close-btn:hover {
    color: #fff;
}

#mobMenu {
    position: fixed;
    background-color: #2196f3;
    height: 100%;
    z-index: 999999;
    width: 280px;
    color: #fff;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    left: -280px;
}

#mobMenu.show_menu {
    left: 0px;
}

#mobMenu .close_btn a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px;
}

#mobMenu ul,
#mobMenu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#mobMenu ul li {
    display: block;
}

#mobMenu ul li.login {
    display: none;
}

#mobMenu ul li a,
#mobMenu ul li .menu-link {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 15px;
}

#mobMenu ul li+li {
    border-top: 1px solid rgba(255, 255, 255, .3)
}

#mobMenu ul li a.sub-link {
    font-size: 13px;
    padding: 3px 0 4px 30px;
}

#mobMenu ul li a.sub-link:last-child {
    padding-bottom: 20px;
}

/* bottom navigation */
@media only screen and (min-width:768px) {

    .mob-search-view,
    .bottom-navigation {
        display: none;
    }
}

@media only screen and (max-width:767px) {

    .mob-search-view {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        visibility: hidden;
    }

    .mob-search-view.active {
        visibility: visible;
    }

    .mob-search-view .sh-bg {
        background-color: rgba(0, 0, 0, 0.54);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: opacity .3s;
    }

    .mob-search-view.active .sh-bg {
        opacity: 1;
    }

    .mob-search-view .sh-form {
        background-color: #fff;
        position: absolute;
        z-index: 2;
        width: 100%;
        display: flex;
        top: -100px;
        left: 0;
        transition: top .3s;
    }

    .mob-search-view.active .sh-form {
        top: 0;
    }

    .mob-search-view .sh-form .sh-back {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width: 45px;
    }

    .mob-search-view .sh-form .sh-input-box {
        flex: 1 1 0;
        padding: 12px 0;
    }

    .mob-search-view .sh-form .sh-input-box input {
        border: 2px solid #000;
        border-radius: 34px;
        color: #5a5a5a;
        font-weight: 600;
    }

    .mob-search-view .sh-form .sh-input-box input:focus {
        color: #000;
    }

    .mob-search-view .sh-form .sh-submit {
        width: 45px;
    }

    .mob-search-view .sh-form .sh-submit .sb-btn {
        width: 100%;
        height: 100%;
        border: none;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer;
    }

    .btm-nv-safe {
        height: 100px;
    }

    .bottom-navigation {
        background-color: #fff;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 100;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        width: 100%;
        display: flex;
        text-align: center;
    }

    .bottom-navigation * {
        display: block;
    }

    .bottom-navigation .nav-item {
        flex: 1 1 0;
        font-size: .83em;
        color: #666;
        padding: 16px 6px;
        position: relative;
    }

    .bottom-navigation .nav-item.active {
        color: #ED1165;
        font-weight: 900;
    }

    .bottom-navigation .nav-item .nv-icon span {
        font-size: 1.8em;
    }

    .bottom-navigation .nav-item .noti-count {
        position: absolute;
        top: 4px;
        right: calc(50% - 24px);
        display: flex;
        width: 25px;
        height: 25px;
        background-color: #ff872e;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50%;
    }

}

/* Other UI components */
.no-results {
    text-align: center;
    background-image: url(../images/no-results.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    padding-top: 180px;
    color: #000;
    font-size: 19px;
    font-weight: 500
}

.pagination {
    text-align: center;
}

.pagination ul {
    list-style: none;
    margin: -3px;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 3px;
}

.pagination ul li.separator {
    color: #000;
    margin: 0 10px;
    vertical-align: bottom;
}

.pagination ul li a {
    display: block;
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #666;
    padding: 4px 13px;
}

.pagination ul li a:hover {
    background-color: #f9f9f9;
}

.pagination ul li.active a {
    background-color: #cf1b22;
    border-color: #cf1b22;
    color: #fff;
}

.ui-datepicker {
    border-radius: 0px;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    border: none;
    border-radius: 0;
    background-color: #f1f1f1;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #fff;
    border: 1px solid #cf1b22;
    color: #000;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color: #cf1b22;
    color: #fff;
}

.fa.fa-rupee {
    font-size: 0.85em;
}

.rupee::after {
    content: "\20B9";
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

em.rupee {
    font-style: normal;
}

/*   Orders   */
.orders-list * {
    box-sizing: border-box;
}

.orders-list .order-obj {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    border-radius: 12px;
}

.orders-list .order-obj .o-head {
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
    word-wrap: break-word;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.orders-list .order-obj .o-head>div {
    float: left;
    padding-top: 4px;
}

.orders-list .order-obj .o-head .oid {
    font-weight: 600;
    width: 255px;
}

.orders-list .order-obj .o-head .o-date {
    font-size: 12px;
    text-align: center;
    width: calc(100% - 545px);
}

.orders-list .order-obj .o-head .o-status {
    text-align: center;
    width: 150px;
}

.orders-list .order-obj .o-head .o-total {
    font-size: 19px;
    padding-top: 0;
    width: 140px;
    text-align: right;
}

.orders-list .order-obj .o-info {
    padding: 20px 10px;
}

.orders-list .order-obj .o-info::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.orders-list .order-obj .o-info .o-info-pimary,
.orders-list .order-obj .o-info .o-info-address,
.orders-list .order-obj .o-info .o-info-items {
    float: left;
    width: 33.33%;
    padding: 0 20px;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #d0d0d0;
    position: absolute;
    width: 100%;
    top: 4px;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress::after {
    background-color: #d0d0d0;
    width: 50%;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item {
    float: left;
    width: 33.33%;
    font-size: 11px;
    text-align: right;
    padding-top: 15px;
    position: relative;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item.dispatched,
.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item.cancelled,
.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item.returned,
.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item.refunded {
    display: none;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress.dispatched::after,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.shipped::after,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.delivered::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.delivered::after {
    background-color: #0d0;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress.cancelled::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.cancelled::after,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.returned::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.returned::after,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.refunded::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.refunded::after {
    background-color: #f66;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress.dispatched .st-item.shipped,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.cancelled .st-item.shipped,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.returned .st-item.shipped,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.refunded .st-item.shipped,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.cancelled .st-item.delivered,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.returned .st-item.delivered,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.refunded .st-item.delivered {
    display: none;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress.dispatched .st-item.dispatched,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.cancelled .st-item.cancelled,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.returned .st-item.returned,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.refunded .st-item.refunded {
    display: block;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress.dispatched .st-item.dispatched::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.shipped .st-item.shipped::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.delivered .st-item.shipped::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.delivered .st-item.delivered::before {
    background-color: #090;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress.cancelled .st-item.cancelled::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.returned .st-item.returned::before,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.refunded .st-item.refunded::before {
    background-color: #e00;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress.cancelled .st-item,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.returned .st-item,
.orders-list .order-obj .o-info .o-info-pimary .o-progress.refunded .st-item {
    width: 50%;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item:first-child::before {
    background-color: #090;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item.shipped {
    text-align: center;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item.dispatched {
    text-align: center;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item.shipped::before {
    right: auto;
    left: calc(50% - 5px);
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item.dispatched::before {
    right: auto;
    left: calc(50% - 5px);
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item:first-child {
    text-align: left;
}

.orders-list .order-obj .o-info .o-info-pimary .o-progress .st-item:first-child::before {
    left: 0;
}

.orders-list .order-obj .o-info .o-info-pimary .o-supplier .osp-head {
    font-weight: 600;
    margin-bottom: 5px;
}

.orders-list .order-obj .o-info .o-info-pimary .o-supplier .osp-info {
    font-size: 13px;
    line-height: 21px;
    color: #777;
}

.orders-list .order-obj .o-info .o-info-address .o-address+.o-address {
    margin-top: 30px;
}

.orders-list .order-obj .o-info .o-info-address .o-address .oad-head {
    font-weight: 600;
    margin-bottom: 5px;
}

.orders-list .order-obj .o-info .o-info-address .o-address .oad-body {
    font-size: 13px;
    line-height: 16px;
    color: #777;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj {
    overflow: hidden;
    margin-bottom: 21px;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj .oit-thumb {
    float: left;
    width: 40px;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj .oit-info {
    float: left;
    width: calc(100% - 50px);
    margin-left: 10px;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj .oit-info .oit-product {
    font-size: 12px;
    margin-bottom: 4px;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj .oit-info .oit-cart {
    font-size: 12px;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj .oit-info .oit-cart .oit-qty {
    display: inline-block;
    color: #999;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj .oit-info .oit-cart .oit-qty+.oit-qty {
    margin-left: 21px;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj .oit-info .oit-cart .oit-qty strong {
    font-weight: 500;
    color: #000;
}

.orders-list .order-obj .o-info .o-info-items .oit-list .oit-obj .oit-total {
    clear: both;
    font-weight: 600;
    margin-left: 50px;
    padding-top: 7px;
}

.orders-list .order-obj .o-info .o-info-items .oit-more {
    text-align: center;
    border-top: 1px dashed #8d8d8d;
    padding-top: 14px;
}

.orders-list .order-obj .o-info .o-info-items .code-details {
    position: relative;
}

.orders-list .order-obj .o-info .o-info-items .code-details:not(:last-child) {
    border-bottom: 1px dashed #dddddd;
}

.orders-list .order-obj .o-info .o-info-items .code-details .coupon-status {
    color: #0ba508;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    overflow: hidden;
}

.orders-list .order-obj .o-info .o-info-items .code-details .coupon-status em {
    margin-right: 3px;
}

.orders-list .order-obj .o-info .o-info-items .code-details .coupon-status .coupon-disc {
    color: #000;
}


@media only screen and (max-width: 1100px) {
    .orders-list .order-obj .o-head>div {
        float: none;
    }

    .orders-list .order-obj .o-head .oid {
        width: auto;
        text-align: left;
        margin-bottom: 5px;
    }

    .orders-list .order-obj .o-head .o-date {
        width: auto;
        text-align: left;
        margin-bottom: 5px;
    }

    .orders-list .order-obj .o-head .o-status {
        width: auto;
        text-align: left;
        margin-bottom: 5px;
    }

    .orders-list .order-obj .o-head .o-total {
        width: auto;
        text-align: left;
    }

    .orders-list .order-obj .o-info .o-info-pimary,
    .orders-list .order-obj .o-info .o-info-address,
    .orders-list .order-obj .o-info .o-info-items {
        width: 50%;
    }

    .orders-list .order-obj .o-info .o-info-items {
        margin-top: 10px;
        width: 100% !important;
    }
}


/* Order Details Page */

.ord-details * {
    box-sizing: border-box;
}

.ord-details {
    max-width: 100%;
}

.ord-details .od-head {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 3px;
}

.ord-details .od-key {
    color: #999;
    margin-bottom: 24px;
}

.ord-details .od-stat-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    padding: 18px 24px;
    margin-bottom: 20px;
}

.ord-details .od-stat-hd .od-stat {
    flex: 1 1 0;
}

.ord-details .od-stat-hd .od-stat.o-date {
    font-size: 13px;
    color: #777;
}

.ord-details .od-stat-hd .od-stat.amount {
    font-size: 22px;
    text-align: right;
    font-weight: 800;
    color: #1a1a1a;
}

.ord-details .od-stat-hd .od-stat.amount .rupee {
    font-weight: 400;
    font-size: 15px;
}

.ord-details .od-stat-hd .od-stat .fa {
    margin-right: 3px;
}

.ord-details .od-stat-hd .od-stat.od-status {
    text-align: center;
    padding-top: 8px;
}

.ord-details .od-stat-hd .od-stat.od-status .st-text {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    padding: 7px 14px;
    border-radius: 20px;
    background-color: #f2f2f2;
    color: #444;
}

.ord-details .od-stat-hd .od-stat.od-status .ellipse-menu {
    text-align: left;
}

.ord-details .od-stat-hd .od-stat.od-status.placed .st-text .fa::before {
    content: "\f07a";
    color: #00a1f4;
}

.ord-details .od-stat-hd .od-stat.od-status.dispatched .st-text .fa::before {
    content: "\f02a";
    color: #0c13a4;
}

.ord-details .od-stat-hd .od-stat.od-status.shipped .st-text .fa::before {
    content: "\f0d1";
}

.ord-details .od-stat-hd .od-stat.od-status.delivered .st-text .fa::before {
    content: "\f058";
    color: #090;
}

.ord-details .od-stat-hd .od-stat.od-status.cancelled .st-text .fa::before {
    content: "\f057";
    color: #f00;
}

.ord-details .od-stat-hd .od-stat.od-status.returned .st-text .fa::before {
    content: "\f0e2";
    color: #ff7200;
}

.ord-details .od-stat-hd .od-stat.od-status.refunded .st-text .fa::before {
    content: "\f112";
    color: #b1008e;
}

.ord-details .customer-reqs {
    background-color: #fee;
    color: #000;
    font-size: 16px;
    padding: 14px 12px 14px 43px;
    border-radius: 5px;
    position: relative;
    border-left: 5px solid #f00;
    margin-bottom: 23px;
}

.ord-details .customer-reqs.hide {
    display: none;
}

.ord-details .customer-reqs .fa {
    position: absolute;
    top: 19px;
    left: 13px;
    color: #ca0000;
}

.ord-details .od-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    padding: 22px 24px;
    margin-bottom: 14px;
}

.ord-details .od-progress-card {
    padding: 10px 10px 20px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.ord-details .od-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

.ord-details .od-row .od-card {
    margin-bottom: 0;
}

.ord-details .od-row .od-adr-card {
    flex: 2 1 0;
    min-width: 0;
}

.ord-details .od-row .od-shp-info {
    flex: 1 1 0;
    min-width: 0;
}

.ord-details .od-adr-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.ord-details .od-adr {
    flex: 1 1 220px;
    line-height: 1.7;
    color: #666;
}

.ord-details .od-adr strong {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 8px;
}

.ord-details .od-adr strong .fa {
    color: var(--primary);
    font-size: 13px;
}

.ord-details .od-progress {
    font-size: 12px;
    padding-top: 22px;
    position: relative;
}

.ord-details .od-progress::before,
.ord-details .od-progress::after {
    content: "";
    display: block;
    border-top: 2px solid #ddd;
    width: 50%;
    position: absolute;
    top: 11px;
    z-index: 1;
}

.ord-details .od-progress::before {
    left: 0;
}

.ord-details .od-progress::after {
    right: 0;
}

.ord-details .od-progress.placed::before {
    border-top-style: dotted;
}

.ord-details .od-progress.placed::after,
.ord-details .od-progress.dispatched::after,
.ord-details .od-progress.shipped::after {
    border-top-style: dotted;
}

.ord-details .od-progress .pg-round {
    border: 2px solid var(--primary);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0 0 0 4px #e2f0fd;
}

.ord-details .od-progress .pg-round::before,
.ord-details .od-progress .pg-round::after {
    display: none;
    position: absolute;
    font-size: 10px;
    left: 5px;
    top: 3px;
    font-family: fontawesome;
    color: var(--primary);
}

.ord-details .od-progress .pg-round::before {
    content: "\f00c";
}

.ord-details .od-progress .pg-round::after {
    content: "\f00d";
    left: 6px;
}

.ord-details .od-progress .pg-round:nth-child(1):before {
    display: block;
}

.ord-details .od-progress .pg-round:nth-child(2) {
    left: calc(50% - 12px);
}

.ord-details .od-progress .pg-round:nth-child(3) {
    left: auto;
    right: 0;
}

.ord-details .od-progress.dispatched .pg-round:nth-child(2)::before,
.ord-details .od-progress.shipped .pg-round:nth-child(2)::before,
.ord-details .od-progress.delivered .pg-round:nth-child(2)::before,
.ord-details .od-progress.delivered .pg-round:nth-child(3)::before,
.ord-details .od-progress.cancelled .pg-round:nth-child(3)::after,
.ord-details .od-progress.returned .pg-round:nth-child(3)::after,
.ord-details .od-progress.refunded .pg-round:nth-child(3)::after {
    display: block;
}

.ord-details .od-progress.cancelled .pg-round:nth-child(2),
.ord-details .od-progress.returned .pg-round:nth-child(2),
.ord-details .od-progress.refunded .pg-round:nth-child(2) {
    display: none;
}

.ord-details .od-progress .pg-text {
    float: left;
    width: 33.33%;
    text-align: left;
    color: #666;
    padding-top: 9px;
}

.ord-details .od-progress .pg-text:nth-child(5) {
    text-align: center;
}

.ord-details .od-progress .pg-text:nth-child(6) {
    text-align: right;
    float: right;
}

.ord-details .od-progress.placed .pg-text:nth-child(5)::after,
.ord-details .od-progress.shipped .pg-text:nth-child(5)::after,
.ord-details .od-progress.delivered .pg-text:nth-child(5)::after {
    content: 'shipped';
}

.ord-details .od-progress.dispatched .pg-text:nth-child(5)::after {
    content: 'dispatched';
}

.ord-details .od-progress.placed .pg-text:nth-child(6)::after,
.ord-details .od-progress.dispatched .pg-text:nth-child(6)::after,
.ord-details .od-progress.shipped .pg-text:nth-child(6)::after,
.ord-details .od-progress.delivered .pg-text:nth-child(6)::after {
    content: 'delivered';
}

.ord-details .od-progress.cancelled .pg-text:nth-child(6)::after {
    content: 'cancelled';
}

.ord-details .od-progress.returned .pg-text:nth-child(6)::after {
    content: 'returned';
}

.ord-details .od-progress.refunded .pg-text:nth-child(6)::after {
    content: 'refunded';
}

.ord-details .od-shp-info {
    display: flex;
    flex-wrap: wrap;
}

.ord-details .od-shp-info .info-col {
    flex: 1 1 200px;
    line-height: 24px;
    color: #666;
    padding: 0 15px;
}

.ord-details .od-shp-info .info-col.tracking+.info-col.tracking {
    padding-top: 23px;
}

.ord-details .od-shp-info .info-col .info-hd {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 10px;
}

.ord-details .od-shp-info .info-col .info-hd .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e2f0fd;
    color: var(--primary);
    font-size: 11px;
}

.ord-details .od-shp-info .info-col .trk-row {
    word-wrap: break-word;
    margin-bottom: 12px;
}

.ord-details .od-shp-info .info-col .trk-row:last-child {
    margin-bottom: 0;
}

.ord-details .od-shp-info .info-col .trk-row .trk-lbl {
    font-weight: 700;
    color: #1a1a1a;
}

.ord-details .od-shp-info .info-col .trk-row .trk-val {
    font-weight: 300;
}

.ord-details .od-shp-info .odr-instructions {
    background-color: #f0e68c;
    color: #000;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #a59d52;
}

.ord-details .cnl-status-card .info-hd {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 10px;
}

.ord-details .cnl-status-card .info-hd .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e2f0fd;
    color: var(--primary);
    font-size: 11px;
}

.ord-details .cnl-status-card .trk-row {
    line-height: 24px;
    color: #666;
    word-wrap: break-word;
    margin-bottom: 12px;
}

.ord-details .cnl-status-card .trk-row:last-child {
    margin-bottom: 0;
}

.ord-details .cnl-status-card .trk-row .trk-lbl {
    font-weight: 700;
    color: #1a1a1a;
}

.ord-details .cnl-status-card .trk-row .trk-val {
    font-weight: 300;
}

.ord-details .cnl-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.ord-details .cnl-intro-hd {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 4px;
}

.ord-details .cnl-intro-body {
    color: #777;
    font-size: 13px;
}

.ord-details .cnl-success-msg {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1a7f4b;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
}

.ord-details .cnl-success-msg .fa {
    color: #1a9c56;
    font-size: 15px;
}

.ord-details .cnl-form.hide,
.ord-details .cnl-intro.hide {
    display: none;
}

.ord-details .cnl-form-hd {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 14px;
}

.ord-details .cnl-reasons {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 6px;
}

.ord-details .cnl-reason-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 13px;
    color: #444;
    cursor: pointer;
}

.ord-details .cnl-reason-item:hover {
    background-color: #f8f8f8;
}

.ord-details .cnl-reason-item input[type="radio"] {
    accent-color: var(--primary);
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.ord-details .cnl-other-wrap {
    margin: 6px 0 16px;
}

.ord-details .cnl-other-wrap.hide {
    display: none;
}

.ord-details .cnl-other-wrap textarea {
    width: 100%;
    resize: vertical;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    font-family: inherit;
    box-sizing: border-box;
}

.ord-details .cnl-submit-error {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #fdeaea;
    color: #c62828;
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 14px;
}

.ord-details .cnl-form-actions {
    display: flex;
    gap: 10px;
}

.ord-details .cnl-form-actions .pix-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ord-details .cnl-form-actions .pix-btn:disabled {
    opacity: .7;
    cursor: default;
}

.ord-details .cnl-btn-spinner {
    font-size: 13px;
}

.ord-details .rtn-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.ord-details .rtn-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.ord-details .rtn-item:hover {
    background-color: #f8f8f8;
}

.ord-details .rtn-item .rtn-item-chk {
    accent-color: var(--primary);
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.ord-details .rtn-item .rtn-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}

.ord-details .rtn-item .rtn-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ord-details .rtn-item .rtn-item-data {
    min-width: 0;
}

.ord-details .rtn-item .rtn-item-name {
    display: block;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 13px;
}

.ord-details .rtn-item .rtn-item-sku {
    display: block;
    font-size: 12px;
    color: #777;
}

.ord-details .rtn-req-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.ord-details .rtn-req-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ord-details .rtn-req-item .rtn-req-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    aspect-ratio: 1;
    flex-shrink: 0;
    background-color: #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}

.ord-details .rtn-req-item .rtn-req-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ord-details .rtn-req-item .rtn-req-item-data {
    min-width: 0;
}

.ord-details .rtn-req-item .rtn-req-item-name {
    display: block;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 13px;
}

.ord-details .rtn-req-item .rtn-req-item-variant {
    display: block;
    font-size: 12px;
    color: #777;
}

.ord-details .rtn-cancel-actions {
    margin-top: 14px;
}

.ord-details .rtn-cancel-actions .rtn-cancel-error {
    margin-bottom: 12px;
}

.ord-details .rtn-cancel-actions .pix-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ord-details .rtn-cancel-actions .pix-btn:disabled {
    opacity: .7;
    cursor: default;
}

.ord-details .rtn-step-icon {
    margin-right: 6px;
}

.ord-details .rtn-step-pending {
    color: #f2994a;
}

.ord-details .rtn-step-progress {
    color: #2f80ed;
}

.ord-details .rtn-step-success {
    color: #27ae60;
}

.ord-details .rtn-step-danger {
    color: #eb5757;
}

.ord-details .rtn-step-neutral {
    color: #888;
}

.ord-details .rtn-tracking-form {
    margin-top: 14px;
}

.ord-details .rtn-tracking-form .rtn-tracking-error {
    margin-bottom: 12px;
}

.ord-details .rtn-tracking-form input[type="text"] {
    width: 100%;
}

.ord-details .rtn-tracking-form .pix-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ord-details .rtn-tracking-form .pix-btn:disabled {
    opacity: .7;
    cursor: default;
}

.ord-details .od-return-card.cnl-status-cancelled,
.ord-details .od-cancel-card.cnl-status-cancelled {
    background-color: #f7f7f7;
    border-style: dashed;
}

.ord-details .od-return-card.cnl-status-cancelled .rtn-req-item-img img {
    filter: grayscale(1);
    opacity: .6;
}

.ord-details .rtn-cancelled-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    margin-left: 6px;
    border-radius: 20px;
    background-color: #fdeaea;
    color: #c62828;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.ord-details .rtn-show-cancelled-wrap {
    margin-bottom: 14px;
}

.ord-details .rtn-show-cancelled-wrap.hide {
    display: none;
}

.ord-details .od-body {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 30px;
}

.ord-details .od-left {
    flex: 1 1 0;
    min-width: 0;
}

.ord-details .od-right {
    width: 400px;
    flex-shrink: 0;
}

.ord-details .od-summary {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 25px;
    position: sticky;
    top: 20px;
}

.ord-details .od-summary .od-item-list {
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

.ord-details .od-summary .od-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 40px;
}

.ord-details .od-summary .od-item+.od-item {
    margin-top: 20px;
}

.ord-details .od-summary .od-item .pd-img {
    width: 48px;
    flex-shrink: 0;
    aspect-ratio: 1;
    background-color: #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}

.ord-details .od-summary .od-item .pd-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.ord-details .od-summary .od-item .pd-img .pd-img-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ccc;
    font-size: 16px;
}

.ord-details .od-summary .od-item .pd-data {
    min-width: 0;
    flex: 1;
}

.ord-details .od-summary .od-item .pd-data .pd-name {
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    font-size: 18px;
}

.ord-details .od-summary .od-item .pd-data .pd-sku {
    font-size: .9em;
    color: #666;
    margin-bottom: 11px;
}

.ord-details .od-summary .od-item .pd-data .pd-var-info {
    width: 100%;
    font-size: 13px;
    margin-top: 6px;
}

.ord-details .od-summary .od-item .pd-data .pd-var-info th {
    font-weight: 400;
    color: #999;
    text-align: left;
    padding: 2px 0;
}

.ord-details .od-summary .od-item .pd-data .pd-var-info td {
    text-align: right;
    padding: 2px 0;
}

.ord-details .od-summary .od-item .pd-data .pd-var-info .pd-subtotal-row th,
.ord-details .od-summary .od-item .pd-data .pd-var-info .pd-subtotal-row td {
    padding-top: 6px;
    margin-top: 4px;
    border-top: 1px solid #eee;
    font-weight: 600;
    color: #1a1a1a;
}

.ord-details .od-summary .sub-total-row {
    overflow: hidden;
    width: auto;
    font-size: 16px;
    font-weight: 500;
}

.ord-details .od-summary .sub-total-row.coupon {
    background-color: #ffe;
    border: 1px solid #88c288;
    border-radius: 6px;
    padding: 16px 16px;
}

.ord-details .od-summary .sub-total-row+.sub-total-row {
    margin-top: 6px;
}

.ord-details .od-summary .sub-total-row .sub-total-label {
    float: left;
    width: calc(100% - 150px);
    font-weight: 400;
    color: #666;
    line-height: 1.5em;
}

.ord-details .od-summary .sub-total-row.coupon .sub-total-label {
    width: auto;
    float: none;
}

.ord-details .od-summary .sub-total-row .sub-total-label .coupon-info {
    font-size: 0.9em;
    color: #999;
    line-height: 1.4em;
}

.ord-details .od-summary .sub-total-row .sub-total-text {
    float: right;
    text-align: right;
    width: 150px;
}

.ord-details .od-summary .od-total {
    width: auto;
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.ord-details .od-summary .od-total::before {
    content: '';
    display: block;
    border-top: 1px solid #d1d1d1;
    margin-right: -13px;
    width: 170px;
    margin: 10px -15px 16px auto;
}

.ord-details .od-summary .od-total .rupee {
    font-weight: 400;
    font-size: 17px;
}

.ord-details .od-summary .od-due-row {
    background-color: #fee;
    border-left: 5px solid #f00;
    border-radius: 5px;
    margin-top: 16px;
    padding: 14px 12px 14px 43px;
    position: relative;
}

.ord-details .od-summary .od-due-row .fa {
    color: #ca0000;
    left: 13px;
    position: absolute;
    top: 17px;
}

.ord-details .od-summary .od-due-row .od-due-msg {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.ord-details .od-summary .sm-col .user-info {
    margin-bottom: 30px;
}

.ord-details .od-summary .sm-col .user-info .info-head {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.ord-details .od-summary .sm-col .supplier-info {
    border: 1px dashed #b5b5b5;
    border-left: none;
    border-right: none;
    padding: 28px 0 34px;
    margin-bottom: 30px;
    overflow: hidden;
    margin: 0 -15px;
}

.ord-details .od-summary .sm-col .supplier-info .supplier-col {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.ord-details .od-summary .sm-col .supplier-info.no-store .supplier-col {
    float: none;
    width: auto;
}

.ord-details .od-summary .sm-col .supplier-info .supplier-col .spl-head {
    color: #777;
    font-size: 13px;
    margin-bottom: 0;
}

.ord-details .od-summary .sm-col .supplier-info .supplier-col .spl-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.ord-details .od-summary .sm-col .supplier-info .supplier-col .spl-text {
    position: relative;
    margin-bottom: 2px;
    font-size: 13px;
    padding-left: 21px;
}

.ord-details .od-summary .sm-col .supplier-info .supplier-col .spl-text .fa {
    position: absolute;
    top: 2px;
    left: 0;
    text-align: center;
    width: 14px;
}

.ord-details .od-summary .sm-col .earning .er-head {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.ord-details .od-summary .sm-col .earning .er-row {
    overflow: hidden;
    margin-bottom: 15px;
}

.ord-details .od-summary .sm-col .earning .er-row .er-item-name {
    float: left;
    width: calc(100% - 100px);
    font-weight: 500;
}

.ord-details .od-summary .sm-col .earning .er-row .er-item-name .er-item-price {
    font-weight: 100;
    font-size: 12px;
    padding-top: 2px;
}

.ord-details .od-summary .sm-col .earning .er-row .er-item-total {
    float: left;
    width: 100px;
    text-align: right;
    font-weight: 500;
}

.ord-details .od-summary .sm-col .earning .er-summary {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-size: 17px;
}

.ord-details .od-summary .sm-col .earning .er-summary .smr-label {
    float: left;
    width: calc(100% - 130px);
}

.ord-details .od-summary .sm-col .earning .er-summary .smr-value {
    width: 130px;
    float: right;
    text-align: right;
    font-weight: 600;
}

.ord-details .od-summary .od-logs .log-head {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-bottom: 26px;
    margin-left: 18px;
}

.ord-details .od-summary .od-logs .log-item {
    position: relative;
    border-left: 1px solid #e5e5e5;
    padding: 0 0 21px 18px;
}

.ord-details .od-summary .od-logs .log-item:last-child {
    padding-bottom: 0;
}

.ord-details .od-summary .od-logs .log-item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    top: 4px;
    left: -6px;
    z-index: 1;
}

.ord-details .od-summary .od-logs .log-item .log-date {
    color: #000;
    font-size: 12px;
    margin-bottom: 3px;
}

.ord-details .od-summary .od-logs .log-item .log-date::before {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    border-top: 1px solid #ccc;
    top: 9px;
    left: 0;
}

.ord-details .od-summary .od-logs .log-item .log-msg {
    color: #777;
}

@media only screen and (min-width: 1700px) {
    .orders-list {
        display: flex;
        flex-grow: 2;
        flex-wrap: wrap;
        margin: 0 -10px 0;
    }

    .orders-list .order-obj {
        width: calc(50% - 22px);
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1400px) {
    .ord-details .od-body {
        gap: 20px;
    }

    .ord-details .od-right {
        width: 320px;
    }

    .ord-details .od-summary {
        padding: 20px;
    }

    .ord-details .od-card {
        padding: 16px 20px;
    }
}

@media only screen and (max-width: 1230px) {
    .container {
        width: 100%;
    }

    .ord-details .od-body {
        flex-direction: column;
    }

    .ord-details .od-right {
        width: auto;
        align-self: stretch;
    }

    .ord-details .od-summary {
        position: static;
        padding: 0 20px;
    }

    .ord-details .od-summary .od-total {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .ord-details .od-row {
        flex-direction: column;
    }

    .ord-details .od-adr {
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .ord-details .od-shp-info .info-col {
        flex-basis: 100%;
    }

    .ord-details .od-stat-hd .od-stat.amount {
        font-size: 18px;
    }

    .ord-details .od-stat-hd .od-stat.o-date {
        padding-top: 0;
    }

    .ord-details .od-stat-hd .od-stat.od-status {
        padding-top: 0;
    }

    .ord-details .od-summary .sm-col .supplier-info .supplier-col {
        float: none;
        width: auto;
    }

    .ord-details .od-summary .sm-col .supplier-info .supplier-col+.supplier-col {
        border-top: 1px dashed #b5b5b5;
        margin-top: 20px;
        padding-top: 20px;
    }

    .ord-details .od-head {
        margin-left: 0;
    }

    .ord-details .od-key {
        margin-left: 0;
    }

    .ord-details .od-stat-hd {
        margin: 0 10px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .ord-details .od-stat-hd {
        flex-direction: column;
        align-items: flex-start;
    }

    .ord-details .od-stat-hd .od-stat.od-status {
        text-align: left;
    }

    .ord-details .od-stat-hd .od-stat.amount {
        text-align: left;
    }

    .ord-details .od-card {
        padding: 14px 16px;
    }

    .ord-details .od-summary {
        padding: 20px;
    }

    .ord-details .od-summary .od-item .pd-data .pd-var-info {
        font-size: 11px;
    }

    .ord-details .od-summary .sub-total-row {
        font-size: 12px;
    }

    .ord-details .od-summary .od-total {
        font-size: 15px;
    }

    .orders-list .order-obj .o-info .o-info-pimary,
    .orders-list .order-obj .o-info .o-info-address,
    .orders-list .order-obj .o-info .o-info-items {
        float: none;
        width: auto;
        padding: 5px;
    }

    .orders-list .order-obj .o-head {
        padding: 5px;
    }

    .orders-list .order-obj .o-info {
        padding: 5px;
    }

    .orders-list .order-obj .o-info .o-info-items {
        margin-top: 0;
    }

    .ord-details .od-shp-info .info-col {
        padding: 0 5px;
    }

    .ord-details .od-shp-info {
        padding: 5px;
    }

    .ord-details .od-summary .od-item .pd-data .pd-name {
        font-size: 12px;
    }
}

/* Bootstrap 3.1.1 grid/clearfix rules for classes still used in markup (container, row, col-sm-3/6/9, col-md-3/9, clearfix) */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.row:after {
    clear: both
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1600px) {
    .container {
        width: 1570px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-sm-3,
.col-sm-6,
.col-sm-9,
.col-md-3,
.col-md-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .col-sm-3,
    .col-sm-6,
    .col-sm-9 {
        float: left
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-3 {
        width: 25%
    }
}

@media (min-width:992px) {
    .col-md-3,
    .col-md-9 {
        float: left
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-3 {
        width: 25%
    }
}
