/*===================main nav===================*/
body {
    background-color: #f5f5f5;
    background-image: url("../img/circle_web_bg_f.svg");
    background-position: top, right;
    background-size: cover;
}

@media (max-width: 767px) {
    body {
        background-image: url("../img/circle_mobile_bg.svg");
    }
}

body.body_class {
    overflow-y: hidden !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-left: var(--bs-gutter-x, 3.75rem);
    padding-right: var(--bs-gutter-x, 3.75rem);
    margin-left: auto;
    margin-right: auto;
}

main {
    padding-top: 100px;
    padding-bottom: 27px;
    position: relative;
}

@media (max-width: 767px) {
    main {
        padding-top: 72px;
    }
}

@media (max-width: 575px) {
    main {
        padding-top: 95px;
    }

    .text-g-right {
        top: 95px !important;
    }
}

.theme-btn {
    background: #7DCDF4 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 6px 15px #00000017;
    box-shadow: 0px 6px 15px #00000017;
    border-radius: 5px;
    color: #fff;
    width: auto;
    display: inline-block;
    text-align: center;
    height: 33px;
    line-height: 33px;
    border: solid 1px transparent;
    font-weight: 700;
    padding: 0px 30px;
    -webkit-transition: .2s linear all;
    transition: .2s linear all;
}

.theme-btn:hover {
    background-color: transparent;
    border: solid 1px #46baf3;
    color: #46baf3 !important;
}

.top-h {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .top-h {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .top-h {
        font-size: 13px;
    }
}

.justify-content-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.b-btn {
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    width: 30px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px;
    font-size: 12px;
}

.b-btn:hover {
    color: #fff;
}

.b-btn.gray:hover {
    color: #000;
    font-weight: 700;
}

.blue {
    background: #7DCDF4 0% 0% no-repeat padding-box;
}

.gray {
    background: #e5f0f4 0% 0% no-repeat padding-box;
    border: 1px solid #D0D6D9;
}

.main-content-tabs .tab-content {
    padding: 20px;
    padding-top: 0px;
}

.main-content-tabs .tab-content .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    padding-top: 21px;
}

.filter-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: absolute;
    right: 10px;
}

.filter-tab button {
    background: #fff;
    -webkit-box-shadow: 0px 6px 15px #00000017;
    box-shadow: 0px 6px 15px #00000017;
    border-radius: 10px;
    font-size: 22px;
    color: #959595;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    z-index: 9;
}

.filter-tab button.filter-active {
    color: #fff;
    background-color: #0072bc;
    /* border: 2px #0072bc solid; */
}

.filter-active:after {
    content: "";
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 900;
    position: absolute;
    top: -4px;
    right: -3px;
    color: #E91E63;
    background: #E91E63;
    z-index: 20;
    font-size: 12px;
    width: 12px;
    border-radius: 50%;
    height: 12px;
}

.filter-tab button i:hover {
    color: #7DCDF4;
}

.tb-img {
    width: 45px;
    height: 45px;
    border: 1px solid #E9E9E9;
}

.cart-summary-page .qty-counter,
.order-history-detail-page .qty-counter {
    margin: 0px;
}

.cart-summary-page .qty-counter .counter,
.order-history-detail-page .qty-counter .counter {
    margin: auto;
}

.order-detail-h {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.text-black {
    color: #000;
}

.b-r-25 {
    border-radius: 25px;
}

.border-radius-left {
    border-radius: 0px 0px 0px 8px !important;
}

.border-radius-bottom {
    border-radius: 0px 0px 8px 0px !important;
}

.width-100 {
    width: 100%;
}

@media (max-width: 767px) {
    .text-g-right {
        position: absolute;
        top: 75px;
        right: 8px;
    }

    .tab-content.p-xl {
        padding: 12px;
    }

    .m-r-l-minus {
        margin-left: -17px !important;
        margin-right: -16px !important;
    }

    .m-b-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }

    .card-panel-mb {
        padding: 8px !important;
    }

    .btn-block {
        width: 100%;
    }

    .b-r-25-m {
        border-radius: 25px;
        padding: 0px 9px;
        font-size: 12px;
        margin-right: 7px !important;
        margin-bottom: 10px;
    }

    .flex-column-reverse-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .d-flex-m {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .justify-content-end-m {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .d-none-m {
        display: inherit !important;
    }

    .m-hide {
        display: none;
    }

    .w-hide {
        display: block !important;
    }

    .btn-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .cart-summary-page .btn-inline {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cart-summary-page .btn-inline .b-r-25-m {
        border-radius: 25px;
        padding: 0px 10px 0px;
        height: auto;
        font-size: 12px;
        margin-right: 3px !important;
        margin-bottom: 10px;
        /* min-width: auto; */
    }

    .cart-summary-page table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
        left: 20px;
        display: none;
    }

    .cart-summary-page table.dataTable.dtr-inline.collapsed>tbody>tr>td .bi-trash {
        color: #969696;
        font-size: 20px;
    }

    .cart-summary-page table {
        background: transparent !important;
    }

    .cart-custom-table tr:nth-child(odd) {
        background: white !important;
    }
}

@media (max-width: 321px) {
    .cart-summary-page .btn-inline .b-r-25-m {

        padding: 0px 9px 0px;
        /* font-size: 10px; */

    }
}

.w-hide {
    display: none;
}

.cart-log li {
    color: #757575;
    font-weight: 700;
}

.cart-log li:after {
    color: #999;
    display: inline-block;
    margin: 0 20px;
    content: '|';
}

@media (max-width: 767px) {
    .cart-log li:after {
        margin: 0 14px;
    }
}

.cart-log li:last-child::after {
    display: none;
}

/************************all time required css start**************************/
html,
body {
    font-size: 100%;
    font-family: Arial;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1.5;
}

a {
    color: #7DCDF4;
}

a:hover {
    color: #000;
}

* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-touch-callout: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -webkit-text-size-adjust: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul,
span {
    list-style: none;
    text-decoration: none;
    outline: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

img {
    max-width: 100%;
    height: auto;
    outline: none;
}

i {
    font-style: normal;
}

.button,
.button-cta,
.card-link,
.card-link2,
body,
button,
input,
select,
textarea,
a {
    outline: none;
}

input,
textarea {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

button::-moz-focus-inner {
    border: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

select::-ms-expand {
    display: none;
}

select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
}

table {
    width: 100%;
    border-collapse: collapse;
}

fieldset {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/************************all time required css end**************************/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0;
}

::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.1);
    width: 0;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

@media only screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 0;
        height: 0px;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: var(--bs-gutter-x, 1.25rem);
        padding-right: var(--bs-gutter-x, 1.25rem);
    }
}

.height-45 {
    height: 45px;
}

h1 {
    font-size: 29px;
    line-height: 24px;
    color: black;
}

h2,
.heading-h2 {
    font-size: 16px;
    line-height: 21px;
    font-family: gilroy-bold, sans-serif;
    color: #24272c;
}

.heading-h3 {
    font-size: 13px;
    line-height: 21px;
    color: #24272c;
}

.card-shadow h2 {
    font-size: 18px;
    line-height: 24px;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-15 {
    font-size: 15px;
}

.f-13 {
    font-size: 13px;
    line-height: 16px;
}

.f-12 {
    font-size: 12px;
}

.f-11 {
    font-size: 11px;
    line-height: 16px;
}

.f-10 {
    font-size: 10px;
}

.f-medium {
    font-weight: 500 !important;
}

.f-regular {
    font-family: "gilroy-regular";
}

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

.t-accent {
    color: rgba(125, 205, 244, 0.18);
}

.t-hint {
    color: #80818b;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-underline {
    text-decoration: underline;
}

.t-uppercase {
    text-transform: uppercase;
}

.card {
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
}

.p-xxl {
    padding: 52px;
}

.p-xxl-t {
    padding-top: 52px;
}

.p-xxl-b {
    padding-bottom: 52px;
}

.p-xxl-l {
    padding-left: 52px;
}

.p-xxl-r {
    padding-right: 52px;
}

.m-xl {
    margin: 24px;
}

.m-xl-t {
    margin-top: 24px;
}

.m-xl-b {
    margin-bottom: 24px;
}

.m-xl-l {
    margin-left: 24px;
}

.m-xl-r {
    margin-right: 24px;
}

.m-lg {
    margin: 20px;
}

.minus-m-lg {
    margin: -20px;
}

.m-lg-t {
    margin-top: 20px;
}

.m-lg-b {
    margin-bottom: 20px;
}

.m-lg-l {
    margin-left: 20px;
}

.m-lg-r {
    margin-right: 20px;
}

.minus-m-lg-l-r {
    margin-left: -20px;
    margin-right: -20px;
}

.minus-m-lg-t {
    margin-top: -20px;
}

.minus-m-lg-r {
    margin-right: -20px;
}

.m-md {
    margin: 16px;
}

.m-md-t {
    margin-top: 16px;
}

.m-md-b {
    margin-bottom: 16px;
}

.m-md-l {
    margin-left: 16px;
}

.m-md-r {
    margin-right: 16px;
}

.minus-m-md-t {
    margin-top: -16px;
}

.m-sm {
    margin: 8px;
}

.m-sm-t {
    margin-top: 8px;
}

.m-sm-b {
    margin-bottom: 8px;
}

.m-sm-l {
    margin-left: 8px;
}

.m-sm-r {
    margin-right: 8px;
}

.m-xs {
    margin: 4px;
}

.m-xs-t {
    margin-top: 4px;
}

.m-xs-b {
    margin-bottom: 4px;
}

.m-xs-l {
    margin-left: 4px;
}

.m-xs-r {
    margin-right: 4px;
}

.p-xl {
    padding: 24px;
}

.p-xl-t {
    padding-top: 24px;
}

.p-xl-b {
    padding-bottom: 24px;
}

.p-xl-l {
    padding-left: 24px;
}

.p-xl-r {
    padding-right: 24px;
}

.p-xxl-r {
    padding-right: 52px;
}

.p-lg {
    padding: 20px;
}

.p-lg-t {
    padding-top: 20px;
}

.p-lg-b {
    padding-bottom: 20px;
}

.p-lg-l {
    padding-left: 20px;
}

.p-lg-r {
    padding-right: 20px;
}

.p-lg-l-r {
    padding-left: 20px;
    padding-right: 20px;
}

.p-md {
    padding: 16px;
}

.p-md-t {
    padding-top: 16px;
}

.p-md-b {
    padding-bottom: 16px;
}

.p-md-l {
    padding-left: 16px;
}

.p-md-r {
    padding-right: 16px;
}

.p-md-l-r {
    padding-right: 16px;
    padding-left: 16px;
}

.p-md-t-b {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-sm {
    padding: 8px;
}

.p-sm-t {
    padding-top: 8px;
}

.p-sm-b {
    padding-bottom: 8px;
}

.p-sm-l {
    padding-left: 8px;
}

.p-sm-r {
    padding-right: 8px;
}

.p-xs {
    padding: 4px;
}

.p-xs-t {
    padding-top: 4px;
}

.p-xs-b {
    padding-bottom: 4px;
}

.p-xs-l {
    padding-left: 4px;
}

.p-xs-r {
    padding-right: 4px;
}

.m-0-b {
    margin-bottom: 0;
}

.p-0-b {
    padding-bottom: 0;
}

.p-l-0 {
    padding-left: 0px !important;
}

.m-t-2 {
    margin-top: 2px;
}

.m-l-20 {
    margin-left: -20px;
}

header {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px #0000000F;
    box-shadow: 0px 10px 20px #0000000F;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 63px;
    z-index: 99;
    padding: 0 20px;
    border-bottom: 1px solid #7DCDF4;
}

@media (max-width: 767px) {
    header {
        min-height: 50px;
        padding: 5px 0px;
    }
}

.header-area .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-area .logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-area .logo-area .logo {
    width: 119px;
}

.header-area .navbar-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-area .navbar-area .navbar-nav {
    width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

.header-area .navbar-area .navbar-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
}

.header-area .navbar-area .navbar-nav ul li {
    margin-right: 51px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    margin-bottom: 0px;
}

.header-area .navbar-area .navbar-nav ul li a {
    color: #000;
}

.header-area .navbar-area .navbar-nav ul li .dropdown-menu {
    position: absolute;
    padding: 13px 13px 0px 13px;
    font-size: 12px;
    min-width: 108px;
    padding: 6px 0px ;
}

.header-area .navbar-area .navbar-nav ul li .dropdown-menu:before {
    position: absolute;
    content: '';
    border: solid whitesmoke;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: -3px;
    left: 5px;
}

.header-area .navbar-area .navbar-nav ul li .dropdown-menu .dropdown-item {
    padding: 0px;
    border-top: 1px solid #646a6e6b;
    padding-bottom: 7px;
    margin-bottom: 0px;
    color: #646A6E;
    padding: 6px 10px;
}

.header-area .navbar-area .navbar-nav ul li .dropdown-menu .dropdown-item:nth-child(1) {
    border: none;
}

.header-area .navbar-area .navbar-nav ul li .dropdown-menu .dropdown-item:hover {
    color: #46baf3;
}

.header-area .navbar-area .navbar-nav ul li.active {
    border-bottom: 2px solid #7DCDF4;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        background: #f5f5f5;
        -webkit-box-shadow: 0px 10px 15px #00000029;
        box-shadow: 0px 10px 15px #00000029;
        border: none;
        padding: 0px 13px;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #7DCDF4;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
        color: #46baf3;
    }
}

/*cart*/
.cart {
    position: relative;
    font-size: 15px;
    display: block;
    width: 25px;
}

.cart .badge-pill {
    position: absolute;
    right: 0px;
    top: -3px;
}

.cart .badge {
    width: 7px;
    height: 14px;
    background: #EF0A39;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-profile-panel .nav-link {
    color: #49B8EE !important;
}

.logout-btn {
    width: 33px;
    height: 33px;
    background: #7DCDF4;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 3px 6px #00000019;
    box-shadow: 0px 3px 6px #00000019;
}

.logout-btn a {
    color: #000;
}

.logout-btn a i {
    font-size: 18px;
}

.logout-btn a i::before {
    font-weight: 700 !important;
}

.site-cart-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.site-cart-panel .dropdown-menu:before {
    position: absolute;
    content: '';
    border: solid whitesmoke;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: -3px;
    left: 5px;
}

.site-cart-panel .dropdown-item {
    border-bottom: 1px solid #646a6e6b;
    padding: 0px;
    border-bottom: 1px solid #646a6e6b;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #646A6E;
    padding: 6px 10px;
    font-size: 12px;
}

.site-cart-panel .dropdown-item:nth-last-child(1) {
    border: none;
}

.site-cart-panel .user-info-right a {
    color: #000;
}

.site-cart-panel .user-profile-panel {
    margin-right: 36px;
    width: 70%;
}

.site-cart-panel .user-profile-panel i {
    float: right;
}

.site-cart-panel .user-profile-panel .dropdown-menu {
    padding: 11px 0px 0;
}

.sidenav-card {
    position: fixed;
    z-index: 9;
    padding-top: 100 px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(36, 39, 44, 0.4);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidenav-modal {
    position: fixed;
    background: rgba(36, 39, 44, 0.4);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidenav a {
    padding: 8px 10px 8px 24px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.accordion-button {
    padding: 0px 10px 0px 0px;
}

.accordion-button.arrow-none::after {
    display: none;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* mobile header */
.m-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0px;
}

.m-header-content .m-logo .logo img {
    width: 101px;
}

.m-header-content .m-cart .cart {
    font-size: 20px;
}

.m-header-content .m-cart .cart .badge-pill {
    right: -6px;
    top: -1px;
}

@media (max-width: 767px) {
    .m-header {
        display: block;
    }

    .header-area {
        display: none;
    }
}

@media (min-width: 768px) {
    .m-header {
        display: block;
    }

    .header-area {
        display: none;
    }
}

@media (min-width: 1024px) {
    .m-header {
        display: none;
    }

    .header-area {
        display: block;
    }
}

.dropdown-toggle::after {
    vertical-align: middle;
}

main {
    margin-bottom: 35px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: rgb(125 205 244);
    color: white;
    padding: 10px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    margin-top: 32px;
}

.card__custom {
    border-radius: 0px 8px 8px 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px #0000000F;
    box-shadow: 0px 10px 20px #0000000F;
    padding: 52px 64px;
}

.card__custom.w-320 {
    width: 320px;
}

.card-panel {
    padding: 16px;
    position: relative;
}

.button {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    display: inline-block;
    border: 1px solid transparent;
    width: 100%;
    background-color: #7DCDF4;
    color: #fff;
    font-weight: bold;
}

.button.btn-mini {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.button:hover {
    background-color: #46baf3;
}

.btn-view-all {
    padding-top: 16px;
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: block;
}

.btn-view-all:after {
    font-family: icomoon;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 4px;
    font-size: 10px;
    line-height: 14px;
}

.btn-view-all.btn-line {
    height: 36px;
    line-height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(125, 205, 244, 0.18);
    color: rgba(125, 205, 244, 0.18);
    margin-top: 20px;
    padding-top: 0;
}

.btn-view-all.btn-grey {
    border: 1px solid #484848;
    color: #28333f;
}

.btn-gps {
    background: rgba(125, 205, 244, 0.18);
    color: #fff;
    border-radius: 12.5px;
    -webkit-border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    -ms-border-radius: 12.5px;
    padding: 6px 10px;
    font-size: 13px;
}

.btn-gps i {
    color: #fff;
    vertical-align: middle;
    margin-right: 4px;
}

.btn-view-fixed {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
}

.btn-view-fixed.btn-view-all:after {
    line-height: 24px;
    position: relative;
    top: -1px;
}

.btn-fixed-bottom {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 -2px 8px 0 0px 10px 20px #0000000F;
    -webkit-box-shadow: 0 -2px 8px 0 0px 10px 20px #0000000F;
    -moz-box-shadow: 0 -2px 8px 0 0px 10px 20px #0000000F;
    -ms-box-shadow: 0 -2px 8px 0 0px 10px 20px #0000000F;
    border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -ms-border-radius: 1px 1px 0 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    height: 56px;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.btn-fixed-bottom>.btn-mini {
    height: 36px;
    line-height: 36px;
}

/* Hide the images by default */
.product-slider {
    position: relative;
}

.mySlides {
    display: none;
    max-width: 100%;
    height: 340px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
}

.mySlides img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev-btn,
.next-btn {
    cursor: pointer;
    position: absolute;
    width: auto;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    left: -13px;
    top: 112%;
}

/* Position the "next button" to the right */
.next-btn {
    right: 0;
    border-radius: 3px 0 0 3px;
    left: auto;
}

/* On hover, add a black background color with a little bit see-through */
.prev-btn:hover,
.next-btn:hover {
    color: #8b8383 !important;
}

.column {
    float: left;
    margin-right: 19px;
    border: 1px solid #E9E9E9;
    height: 60px;
    width: 60px;
    margin-top: 20px;
}

.column img {
    height: 100%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.product-info .product-name {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .product-info .product-name {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.product-info p {
    font-size: 16px;
    color: #818A8F;
    line-height: 25px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .product-info p {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.product-info .product-price-discount {
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0;
}

.product-info .product-price-discount.f-20 {
    font-size: 20px;
}

@media (max-width: 767px) {
    .product-info .product-price-discount {
        margin-top: 15px;
        font-size: 14px;
    }
}

.product-info .bottom-btn {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-info .bottom-btn a {
    width: 219px;
    height: 33px;
    background: var(--unnamed-color-7dcdf4) 0% 0% no-repeat padding-box;
    background: #7DCDF4 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 6px 15px #00000017;
    box-shadow: 0px 6px 15px #00000017;
    border-radius: 25px;
    color: white !important;
}

@media (max-width: 767px) {
    .product-info .bottom-btn a {
        padding: 0px 13px;
    }
}

.qty-counter {
    margin-top: 42px;
    margin-bottom: 42px;
}

@media (max-width: 767px) {
    .qty-counter {
        margin-top: 29px;
    }
}

.qty-counter .counter {
    border: 1px solid #CFC9C9;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.qty-counter .counter .btn {
    border-right: 1px solid #CFC9C9;
    border-left: 1px solid #CFC9C9;
    border-radius: 0px;
    width: 45px;
}

@media (max-width: 992px) {
    .qty-counter .counter .btn {
        width: 20px;
        height: 20px;
        padding: 0px;
    }
}

.qty-counter .counter input {
    width: 50px;
    text-align: center;
    background-color: transparent;
}

/* table a {
    color: #272727;
} */

@media (max-width: 992px) {
    .qty-counter .counter input {
        width: 20px;
    }

    .order-history-detail-page .justify-img-end {
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        top: -48px;
        position: absolute;
        background: white;
        right: 10px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .order-history-detail-page .justify-img-end .text-g-right {
        position: initial;
    }

    .order-history-detail-page .justify-img-end .text-g-right img {
        width: 20px;
    }
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #7dcdf4;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
    background: #fff;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: -18%;
    left: -21%;
}

.cr-icon.bi-check::before {
    font-size: 23px;
    color: #7DCDF4;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.address-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.address-content .addressholder {
    margin-left: 17px;
}

.address-content .addressholder address h1 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

.address-content .addressholder address p {
    color: #818A8F;
    line-height: 23px;
}

.address-content .addressholder address span,
.address-content .addressholder address a {
    color: #818A8F;
}

.address-content .addresstype a {
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px;
}

.address-content .addresstype a.default-color {
    color: #707070;
}

.modal {
    background: #00000096;
}

@media (max-width: 767px) {
    .modal .modal-dialog {
        margin: 5px 15px 5px 15px;
    }
}

.modal .modal-dialog .modal-content {
    border: none;
}

.modal .modal-dialog .modal-content .fullimgbtn {
    border: none;
    background: none;
    position: absolute;
    right: -25px;
    top: -43px;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .fullimgbtn {
        right: -10px;
        top: -50px;
    }
}

.modal .modal-dialog .modal-content .modal-header {
    background: #D8EBF4 0% 0% no-repeat padding-box;
}

.modal .modal-dialog .modal-content .modal-header h5 {
    width: 100%;
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-header button {
    border: none;
    background: none;
    position: absolute;
    right: -25px;
    top: -43px;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-header button {
        right: -10px;
        top: -50px;
    }
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 35px;
}

.modal .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 25px;
}

.modal .modal-dialog .modal-content .modal-body .form-group .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 6px 15px #00000017;
    box-shadow: 0px 6px 15px #00000017;
    border-radius: 25px;
    border: none;
    height: 33px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 378px;
        margin: 1.75rem auto;
    }
}

.table> :not(caption)>*>* {
    border-bottom-width: 0px;
}

@media (max-width: 767px) {
    .table> :not(caption)>*>* {
        padding: 13px 20px;
    }
}

.t-h {
    background-color: #D8EBF4 !important;
}

.table-warp table thead {
    border-bottom: 2px solid #e5f0f4;
}

.input-control {
    width: 30px;
    background: none;
    height: 30px;
}

.dataTables_wrapper .dataTables_length select {
    width: 53px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFC9C9;
    border-radius: 5px;
    height: 43px;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
}

.dataTables_wrapper .dataTables_filter label {
    margin-left: 19px;
    position: relative;
}

.dataTables_wrapper .dataTables_filter label::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 16px;
    content: "\f002";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}



.dataTables_wrapper .dataTables_filter input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4CBCB;
    border-radius: 25px;
    width: 466px !important;
    height: 46px;
    padding: 0px 15px 0px 31px;
}

/* responsive */
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
    text-align: left;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 0px solid #efefef;
}

table.dataTable>tbody>tr.child span.dtr-title {
    margin-right: 25px;
    min-width: 87px;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fff;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 0px solid #ddd;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #fff;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr.odd:hover {
    background-color: #f9f9f9;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #48B1E3;
    border: 0px solid;
    top: 20px;
    left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-family: inherit;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

/* .dashboard-page table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
.dashboard-page table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    left: 35px;
} */

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    background-color: #48B1E3;
}

/* end here */
table {
    float: left;
    background-color: #fff;
}

table.dataTable {
    margin-top: 23px !important;
    margin-bottom: 28px;
    background: 0% 0% no-repeat padding-box padding-box white;
    -webkit-box-shadow: 0px 6px 15px #00000017;
    box-shadow: 0px 6px 15px #00000017;
    border-radius: 8px;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px solid #111;
    background-color: #D8EBF4;
    text-align: left;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

.table-bordered> :not(caption)>*>* {
    border: 1px solid #E9E9E9;
}

@media (max-width: 767px) {
    .table-bordered> :not(caption)>*>* {
        border: 0px solid;
    }
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center !important;
    margin-top: 20px !important;
    width: 100%;
}

@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate {
        float: right;
    }
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFC9C9;
    margin-left: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#7dcdf4), to(#7dcdf4));
    background: linear-gradient(to bottom, #7dcdf4 0%, #7dcdf4 100%);
    border: 1px solid #7DCDF4;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #7DCDF4 0% 0% no-repeat padding-box;
    border: 1px solid #7DCDF4;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#7dcdf4), to(#7dcdf4));
    background: linear-gradient(to bottom, #7dcdf4 0%, #7dcdf4 100%);
    border: 1px solid #7DCDF4;
    color: #fff !important;
}

.search-control {
    max-width: 666px;
    height: 46px;
    border: 1px solid #D4CBCB;
    border-radius: 25px;
    color: #000;
    font-size: 14px;
    padding-left: 25px;
    width: 100%;
}

.cart-custom-table td,
.cart-custom-table th {
    border: 1px solid #ddd !important;
    color: #000000;
    vertical-align: middle;
}

.cart-custom-table.filltable tr td,
.cart-custom-table.filltable tr th {
    width: 45px;
    height: 45px;
}

.cart-custom-table tbody>tr:nth-child(even) {
    background-color: #fff;
    padding-left: 20px;
}

.New-order-page table.table tr td {
    border-bottom: 0 !important;
}



.cart-custom-table tr:last-child td.total-count,
.cart-table tr:last-child td.total-count {
    border-radius: 0px 0px 8px 8px;
    background: #7dcdf4 !important;
    color: #fff;
    font-weight: 700;
}

.cart-custom-table tr th:nth-child(2),
.cart-custom-table tr td:nth-child(2),
.cart-table tr th:nth-child(2),
.cart-table tr td:nth-child(2) {
    text-align: center;
}

/* cart summary page */
.cart-summary-page-table tr:last-child td {
    border: none !important;
    background: white !important;
    border-radius: 0 0 10px 8px;
    /* background: whitesmoke !important; */
    -webkit-box-shadow: none;
    border-radius: 10px;
    box-shadow: none;
}

@media (max-width: 767px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: left;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 10px 10px;
    }

    .dataTables_length {
        position: absolute;
        right: 0;
        top: -52px;
    }
}

.search-bar {
    position: relative;
}

.search-bar .search-control {
    padding: 0 37px;
    width: 100%;
    max-width: 100%;

}

#cart-log_wrapper table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px solid #111;
    background-color: #D8EBF4;
    text-align: left;
}

.search-bar::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 16px;
    content: "\f002";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.search-bar {
    position: relative;
}

.search-bar .search-control {
    padding-left: 37px;
}

.search-bar::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 16px;
    content: "\f002";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 24px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    -webkit-box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

label {
    font-weight: inherit;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.switch-left-right .switch-input:checked~.switch-label {
    background: #e3e3e3;
}

.switch-input:checked~.switch-label {
    background: #E1B42B;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-left-right .switch-label {
    overflow: hidden;
}

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    -webkit-box-shadow: 0px 6px 15px #00000017;
    box-shadow: 0px 6px 15px #00000017;
    border: 1px solid #E6E6E6;
}

.switch-left-right .switch-input:checked~.switch-label:before {
    opacity: 1;
    left: 100px;
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-left-right .switch-label:before {
    background: #fff;
    text-align: left;
    padding-left: 80px !important;
}

.switch-left-right .switch-label:before,
.switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.switch-left-right .switch-input:checked~.switch-label:after {
    left: 0 !important;
    opacity: 1;
    padding-left: 20px;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-left-right .switch-label:after {
    text-align: left;
    background: #f8f9fa !important;
    left: -100px !important;
    opacity: 1;
    width: 100% !important;
}

.switch-input:checked~.switch-handle {
    left: 23px;
}

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-handle {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: #7DCDF4 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 6px 15px #00000017;
    box-shadow: 0px 6px 15px #00000017;
    border-radius: 25px;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 64%;
    left: 62%;
    margin: -6px 0 0 -6px;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.col-md-card {
    max-width: 20%;
    margin-bottom: 30px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1700px) {
    .col-md-card {
        margin-bottom: 24px;
        max-width: 16.6%;
    }
}
@media (max-width: 1199px) {
    .col-md-card {
        margin-bottom: 24px;
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .col-md-card {
        margin-bottom: 24px;
        max-width: 33%;
    }
}

@media (max-width: 767px) {
    .col-md-card {
        margin-bottom: 24px;
        max-width: 100%;
    }
}

.col-md-card .card-panel {
    width: 100%;
}

.col-md-card .product-content .product-feature {
    color: #1E1E1E;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    font-size: 12px;
}

.col-md-card .product-content .theme-btn {
    display: block;
    margin: auto;
    border-radius: 25px;
    padding: 0;
    max-width: 170px;
    font-size: 13px;
    height: auto;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 10px;
}

.col-md-card .product-content .wishlist-icon {
    width: 24px;
    height: 24px;
    background: #F5F4F4;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 7px;
    right: 7px;
}

@media (max-width: 767px) {
    .col-md-card .product-content .wishlist-icon {
        height: 19px;
        width: 19px;
        padding-top: 2px;
    }
}

.col-md-card .product-content .wishlist-icon i {
    font-size: 10px;
}

.tab-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 22px;
    margin-bottom: 0px;
}

.tab-link ul li {
    padding: 10px 20px;
    border-bottom: 3px solid transparent;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .tab-link ul li {
        padding: 6px 14px;
        width: 20%;
        margin-right: 0;

    }

    .pm_n {
        padding: 0;
    }

    .tab-link ul li.active {
        border-bottom: 2px solid #7DCDF4 !important;
    }
}

.tab-link ul li.active {
    border-bottom: 3px solid #7DCDF4;
}

.tab-link ul li a {
    color: #000;
    padding: 10px 20px;
    font-weight: 700;
}

.tab-link ul li a:hover {
    color: #7DCDF4;
}

@media (max-width: 767px) {
    .tab-link ul li a {
        padding: 10px 0px;
    }
}

@media (max-width: 767px) {
    .worksheet-m {
        /* background-color: transparent !important; */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .worksheet-m .tab-link {
        margin-bottom: -15px;
        width: 100%;
        margin-top: 8px;
    }

    .worksheet-m .tab-link ul {
        padding-left: 0px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .worksheet-m .tab-content {
        padding: 0px;
    }

    .worksheet-m .tab-content .accordion-item {
        border: 0px solid rgba(0, 0, 0, 0.125);
    }

    .worksheet-m .tab-content .accordion-item .accordion-header .accordion-button {
        padding: 10px 20px;
        background-color: #e9e9e9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px;
    }

    .worksheet-m .tab-content .accordion-item .accordion-header .accordion-button::after {
        position: absolute;
        right: 12px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .worksheet-m .tab-content .accordion-item .accordion-header .accordion-button .btn-heading {
        color: #1E1E1E;
        font-weight: bold;
        margin-right: 7px;
        display: flex;
    }

    .worksheet-m .tab-content .accordion-item .quantity-meter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #F7F7F7;
        padding: 15px;
    }

    .worksheet-m .tab-content .accordion-button:not(.collapsed)::after {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .worksheet-m .tab-content ul.worksheet-card {
        padding-left: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .worksheet-m .tab-content ul.worksheet-card li {
        display: inline-block;
        margin: 0px 0px;
        margin-bottom: 10px;
        width: calc(100%/4);
        padding: 0 8px;

    }

    .worksheet-m .tab-content ul.worksheet-card li .worksheet-bx {
        border-radius: 8px;
        -webkit-box-shadow: 0px 10px 20px #0000000f;
        box-shadow: 0px 10px 20px #0000000f;
        height: 79px;
        width: 100%;
        text-align: center;
        padding: 5px;
    }

    .worksheet-m .tab-content ul.worksheet-card li .worksheet-bx span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
    }

    .worksheet-m .tab-content ul.worksheet-card li .worksheet-bx span.bottom-number {
        border-bottom: 0px solid #ddd;
        color: #7dcdf3;

    }

    .worksheet-m .tab-content ul.worksheet-card li .worksheet-bx span.bottom-number .input-control {
        color: #7DCDF4;
        text-align: center;
        font-weight: bold;
    }

}

#toast {
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 99;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
    display: flex;
    max-width: 150px;
    align-items: center;
    justify-content: space-between;
}

#toast.show .sucess_message {
    background: #155724;
    width: 100%;
    padding: 0 15px;

}

#toast.show .error_message {
    background: #721c24;
    width: 100%;
    padding: 0 15px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
/* #toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
} */

#toast #desc {

    color: #fff;
    padding: 10px;
    border-radius: 2px;
    display: none;
    white-space: initial;
}

#toast.show #desc {
    display: block;
}

#toast.show #img {
    display: none;
}

/* @-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}

@keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}

@-webkit-keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}

@keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}

@-webkit-keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}

@keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
} */

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.product-content {
    margin-top: 10px;
}

.product-content a {
    color: black;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.modl_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modl_list a {
    margin: 0px 10px 0;
}

.close.filter-close {
    right: -10px !important;
    top: -10px !important;
}

.close.filter-close span {
    line-height: initial;
    background: white;
    display: inline-block;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: black;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 12px;
}

input {
    outline: none;
    border: none;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.login__page {
    width: 100%;
    margin: 0 auto;
}

.login__page__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__page__wrap {
    width: 552px;
    /* overflow: hidden; */
    margin: 40px 0px;
}

.dataTables_info {
    display: none;
}

/*------------------------------------------------------------------
[ Form ]*/
.login100-form {
    width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/
.wrap__input {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ADBDCC;
    margin-bottom: 41px;
}

.label__input {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.5;
    padding-left: 7px;
}

.input__control {
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 48px;
    background: transparent;
    padding: 0 7px 0 7px;
}

/*---------------------------------------------*/
.focus__input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus__input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: black;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.input__control:focus+.focus__input::before {
    width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.thankyou-page {
    max-width: 552px;
    height: 387px;
    margin: auto;
    border-radius: 8px;
    background-color: #fff;
    margin: auto;
    padding: 40px;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
}

@media (max-width: 767px) {
    .thankyou-page {
        padding: 40px 18px;
        height: auto;
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

.thankyou-page img {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .thankyou-page img {
        margin-bottom: 39px;
    }
}

.thankyou-page h1 {
    color: #1E1E1E;
    margin-bottom: 35px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .thankyou-page h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.thankyou-page span {
    color: #818A8F;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

@media (max-width: 767px) {
    .thankyou-page span {
        font-size: 18px;
    }
}

.thankyou-page p {
    color: #818A8F;
    font-size: 18px;
    margin-bottom: 30px;
}

.dashboard-page .top-small-h {
    color: #818A8F;
    font-size: 12px;
}

.graph-design {
    background: white;
    border-radius: 8px;
    padding: 13px 11px 31px;
    -webkit-box-shadow: 0px 10px 20px #0000000f;
    box-shadow: 0px 10px 20px #0000000f;
}

.graph-design p {
    color: #1E1E1E;
    font-weight: 700;
    padding-left: 10px;
    font-size: 15px;
}

.legend-labels {
    float: right;
    margin-right: 30px;
}

.my-legend .legend-scale ul li {
    display: inline-block;
    font-size: 13px;
    list-style: none;
    line-height: 18px;
    color: #AAA3A3;
    vertical-align: text-top;
}

.my-legend ul.legend-labels li span {
    display: inline-block;
    height: 16px;
    width: 20px;
    margin-right: 5px;
    margin-left: 10px;
    border: 1px solid #999;
}

#example {
    margin-top: 0px;
}

#example td {
    text-align: center;
    color: #2B2B2B;
    padding: 12px 10px;
    border-bottom: none;
    border-top: none;
}

#example tr th:first-child {
    width: 32px !important;
}

#example tr td:first-child {
    width: 15px !important;
    text-align: center;
}

#example tr td:nth-last-child(0n+1) {
    border-left: none;
}

/* #example tr td:nth-last-child(0n+2) {
  border-right: none;
} */

#example thead tr th:nth-last-child(0n+1) {
    background-image: none !important;
}





#cart-summary-table {
    margin-top: 0px;
}

#cart-summary-table td {
    text-align: center;
    color: #2B2B2B;
    padding: 12px 10px;
    border-bottom: none;
    border-top: none;
}

#cart-summary-table tr th:first-child {
    width: 32px !important;
}

#cart-summary-table tr td:first-child {
    width: 15px !important;
    text-align: center;
}

#cart-summary-table tr td:nth-last-child(0n+1) {
    border-left: none;
}

/* #cart-summary-table tr td:nth-last-child(0n+2) {
  border-right: none;
} */

#cart-summary-table thead tr th:nth-last-child(0n+1) {
    background-image: none !important;
}







.bottom .prev,
.bottom .next {
    cursor: pointer;
    position: relative !important;
}

.bottom .dataTables_paginate {
    text-align: center;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.dashboard-page .top-small-h {
    color: #818A8F;
    font-size: 12px;
}

.graph-design {
    background: white;
    border-radius: 8px;
    padding: 13px 11px 31px;
    box-shadow: 0px 10px 20px #0000000f;
}

.graph-design p {
    color: #1E1E1E;
    font-weight: 700;
    padding-left: 10px;
    font-size: 15px;
}

.graph-design .legend-labels {
    float: right;
    margin-right: 30px;
}

.graph-design .legend-labels li:first-child span {
    background: #4472C4;
}

.graph-design .legend-labels li:nth-child(3) span {
    background: #F5C235;
}

.graph-design .legend-labels li:nth-child(5) span {
    background: #F57035;
}

@media (max-width: 767px) {
    .graph-design .legend-labels {
        float: inherit;
        padding: 0;
        margin: 14px 0 0;
        text-align: center;
        padding: 13px 11px 18px;
    }
}

@media (max-width: 767px) {
    .graph-design .my-legend {
        order: 2;
    }

    .graph-design p {
        padding-bottom: 15px;
    }
}

.legend-labels {
    float: right;
    margin-right: 30px;
}

.my-legend .legend-scale ul li {
    display: inline-block;
    font-size: 13px;
    list-style: none;
    line-height: 18px;
    color: #AAA3A3;
    vertical-align: text-top;
}

.my-legend ul.legend-labels li span {
    display: inline-block;
    height: 16px;
    width: 20px;
    margin-right: 5px;
    margin-left: 10px;
    border: 1px solid #999;
}

#example {
    margin-top: 0px;
}

/* #example td {
    text-align: center;
    color: #2B2B2B;
    padding: 12px 20px;
    border-bottom: none;
    border-top: none;
} */
.dtr-control .bi-trash {
    color: #868686;
}

#cart-summary-table .bi-trash {
    color: #868686;
}



#example tr th:first-child {
    width: 32px !important;
}

#example tr td:first-child {
    width: 15px !important;
    text-align: center;
}

#example tr td:nth-last-child(0n+1) {
    border-left: none;
}

/* #example tr td:nth-last-child(0n+2) {
  border-right: none;
} */
#example thead tr th:nth-last-child(0n+1) {
    background-image: none !important;
}


#cart-summary-table tr th:first-child {
    width: 32px !important;
}

#cart-summary-table tr td:first-child {
    width: 15px !important;
    text-align: center;
}

#cart-summary-table tr td:nth-last-child(0n+1) {
    border-left: none;
}

/* #cart-summary-table tr td:nth-last-child(0n+2) {
  border-right: none;
} */
#cart-summary-table thead tr th:nth-last-child(0n+1) {
    background-image: none !important;
}

.bottom .prev,
.bottom .next {
    cursor: pointer;
    position: relative !important;
}

.bottom .dataTables_paginate {
    text-align: center;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

/*# sourceMappingURL=style.css.map */



@media (max-width: 1367px) {

.table_new {
        /* display: block !important; */
        overflow: auto;
    }
}

.fa-heart::before {
    color: red;
}

.cart-summary-page .table-warp {
    display: block;
    background: white;
    height: 100%;
    padding: 0 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 16%);
    border-radius: 0px 0px 15px 15px;
}

.cart-summary-page .table-warp table {
    margin: 0 0 0;
    background: whitesmoke;
}



@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_filter label {
        margin-left: 0px;
        width: 100%;

    }
}

@media (max-width: 575px) {
    .dataTables_wrapper .dataTables_filter label {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_filter input {
        max-width: 100% !important;
        width: auto;
    }

    #example td {
        padding: 9px 6px;
    }

    #cart-summary-table td {
        padding: 9px 6px;
    }

}

.login__page__wrap h1 {
    font-weight: bold;
}

.product-image img {
    height: 135px;
    object-fit: cover;
    width: 100%;
}

.col-md-card .product-content .theme-btn {
    color: white;
    max-width: 170px;
}


.close_icon_search {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 12px;
}

@media (max-width: 1199px) {
    .New-order-page .tab-link ul {
        overflow-x: auto;
    }

}


/* loader css 29-11-21  */
body {
    position: relative;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 4em;
    height: 4em;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    font-size: 10px;
    /* position: relative; */
    /* text-indent: -9999em; */
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #0dcaf0;
    /* -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); */
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 82%);
}

/* loader css end  */
.cart-summary-page .table-warp {
    background: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 0;
    border-radius: 10px;
    height: 100%;
}

.cart-summary-page .table-warp table {
    margin: 0;
}


/* 30-11-21 */
.addresstype {
    margin-left: auto;
    /* background-color: rgb(0 0 0 / 59%);  */
}

/* 01-12-2021 */
@media (max-width: 991px) {
    .btns_gr_new .theme-btn {
        padding: 0px 20px;
        margin-right: 10px;

    }

    .btns_gr_new .theme-btn:hover {
        color: #46baf3 !important;

    }

}

@media (max-width: 767px) {
    .main-content-tabs .tab-content .card {
        padding: 21px 10px 0;
    }

    /* .New-order-page .tab-link ul{padding: 10px 15px !important;}  */
    .dataTables_wrapper .dataTables_filter input {
        width: auto !important;
    }

    .col-md-card .product-content .theme-btn:hover {
        color: #46baf3 !important;
    }

    .theme-btn {
        min-width: 120px;
    }
}

#example {
    margin-top: 0px;
    background: transparent;
    margin-bottom: 25px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0 !important;
}

@media (max-width: 575px) {
    .btns_gr_new {
        flex-wrap: wrap;
    }

    div.dataTables_wrapper div.dataTables_length {
        margin-bottom: 10px;
    }
    .cart-log-page .dataTables_wrapper div.dataTables_length {
        left: 0;
        right: auto;
        top: -44px;
    }

    #footer .container {
        padding: 0 15px;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        /* width: 100% !important; */
        /* float: left; */
        margin-top: 0 !important;
    }

    h1 {
        font-size: 18px;
    }

    .theme-btn:hover {
        color: #46baf3 !important;
    }

    .btns_gr_new .theme-btn {
        padding: 0px 13px;
        border-radius: 30px;
        margin-right: 0;
        min-width: 85px;
    }

    .card-panel {
        padding: 15px 8px;
    }

    .col-md-card .product-content .product-feature {
        font-size: 10px;
        /* white-space: nowrap; */
    }

    .sidenav a {
        font-size: 14px;
    }

    .product-image img {
        height: 70px;
    }

    .address-content .addressholder {
        margin-left: 5px;
    }

}

@media (max-width: 420px) {
    .theme-btn {
        min-width: 115px;
    }

}

@media (max-width: 400px) {
    .theme-btn {
        min-width: 95px;
    }

}

@media (max-width: 390px) {
    .btns_gr_new .theme-btn {
        min-width: 70px
    }

}

@media (max-width: 330px) {
    .btns_gr_new .theme-btn {
        min-width: 65px
    }
    .theme-btn {
        min-width: 83px;
    }

}


.table-bordered>:not(caption)>* {
    vertical-align: baseline;
}

.total_mob {
    display: flex;

}

.total_mob span {
    display: inline-block;
    padding-right: 5px;
    color: #000000;
}

.total_mob a {
    color: #000000;
}

.total_mob .btn-heading.m-xl-r {
    margin-right: 15px;
}


.menu_mobie.w-110 img {
    width: 130px;
}

.menu_mobie.w-110 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 20px;
}



@media (max-width: 575px) {
    .column {

        float: left;
        margin: 8px 0px;
        border: 1px solid #E9E9E9;
        height: 50px;
        width: 15%;
        margin-top: 20px;
    }

    .fav_text {
        justify-content: space-between;
        display: flex;
        width: 100%;
    }

    .dash_graph {
        overflow: auto;
    }

    .graph-design canvas#MyChart {
        display: block;
        /* height: 118px !important; */
        /* width: auto !important; */
    }
}

@media (max-width: 321px) {
    div.dataTables_wrapper div.dataTables_paginate {
        /* width: 100% !important; */
        float: left;
        margin-top: 0 !important;
    }

    .column {
        height: 45px;
        /* width: 45px; */
    }
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-worksheet .form-group input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 15px #00000017;
    border-radius: 5px;
    border: 1px solid #CFC9C9;
    height: 33px;
    -webkit-appearance: auto;
    padding: 23px 1px 20px 16px;
    -moz-appearance: auto;
    appearance: auto;
    width: 86%;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .modal-worksheet .form-group input {
        width: 66%;
    }
}

.modal-worksheet .form-group .b-r-25 {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.modal-worksheet .form-group label {
    padding: 10px 0;
}

.modal-worksheet .form-group .switch {
    padding: 0 !important;
}

.t_m {
    display: none;
}

@media (max-width: 767px) {
    .modal-worksheet {
        padding: 15px !important;
    }

    .login__page {
        position: relative;
        overflow: hidden;
        /* margin-top: 20px; */
    }

    .login__page:before {
        position: absolute;
        content: '';
        background: #25d7ff1c;
        z-index: -1;
        width: 230px;
        height: 230px;
        border-radius: 50%;
        right: -100px;
        top: 0;
    }

    .login__page::after {
        position: absolute;
        content: '';
        z-index: -1;
        background: #25d7ff1c;
        width: 230px;
        height: 230px;
        border-radius: 50%;
        left: -100px;
        bottom: 0;
    }

    .login__page__wrap h1 {
        font-weight: bold;
        padding-top: 35px;
    }

    .login100-form {
        padding: 50px 20px;
    }

    .search-bar .search-control {
        height: 35px;
        padding-left: 15px;
    }

    .search-bar::after {
        right: 16px;
        left: auto;
        justify-content: flex-end;
    }

    .close_icon_search {
        display: none;
    }

    .t_m {
        display: block;
        font-weight: bold;
        color: #000;
    }

    .cart-summary-page-table tr:last-child .totalamountboxlabel {
        background: #d8ebf4 !important;
        border-radius: 0;
    }

    .cart-summary-page-table tr:last-child .total-count {
        background: #d8ebf4 !important;
        border-radius: 0;
    }

    .cart-summary-page-table tr:last-child td {
        border-radius: 0;
        border: 1px solid #ddd !important;
    }

    .cart-custom-table tr:last-child td.total-count,
    .cart-table tr:last-child td.total-count {
        background: #d8ebf4 !important;
        border-radius: 0;
        color: #000;
        font-weight: bold;
    }

    main.thank-you-page {
        position: relative;
        overflow: hidden;
    }

    main.thank-you-page:before {
        position: absolute;
        content: '';
        background: #00abff33;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        z-index: -1;
        right: -150px;
        top: 0;
    }

    main.thank-you-page:after {
        position: absolute;
        content: '';
        background: #00abff33;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        z-index: -1;
        left: -90px;
        bottom: 0;
    }

    .cart-summary-page,
    .New-history-page,
    .checkout-page {
        position: relative;
        overflow: hidden;
    }

    .cart-summary-page:before,
    .New-history-page:before,
    .checkout-page:before {
        position: absolute;
        content: '';
        background: #00abff33;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        z-index: -1;
        right: -150px;
        top: 0;
    }

    .cart-summary-page:after,
    .New-history-page::after,
    .checkout-page:after {
        position: absolute;
        content: '';
        background: #00abff33;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        z-index: -1;
        left: -90px;
        bottom: 0;
    }

    .New-order-page .product-info .bottom-btn a {
        padding: 0px 0;
        height: auto;
        margin: 0 5px;
    }

}


/* #region Spinner CSS */
.spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
}

.spinner#ajax-loader {
    position: absolute;
    background: transparent;
    z-index: 1000;
}

.spinner#loader {
    z-index: 99999;
}

.cssload-container {
    width: 100%;
    height: 46px;
    text-align: center;
}

.cssload-zenith {
    width: 46px;
    height: 46px;
    margin: 0 auto;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: 3px 3px 1px #000;
    animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
}



@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* #endRegion Spinner CSS */


/*modified by shyam*/
.totalamountboxlabel {
    width: 100% !important
}

@media (max-width: 767px) {
    table#dashboard-current-order-status thead>tr th:first-child>span {
        display: none;
    }

    table#dashboard-current-order-status tbody>tr td:first-child>span {
        display: none;
    }

    table#dashboard-current-order-status ul.dtr-details li:first-child {
        display: none;
    }


    .displaynoneitem {
        display: none;
    }

    .dataTables_paginate {
        font-size: 12px;
    }

    span.dtr-data a {
        padding-left: 0;
    }

}

@media (max-width: 400px) {
    table#dashboard-current-order-status ul.dtr-details li:first-child {
        display: block;
    }

    table#dashboard-current-order-status ul.dtr-details li:nth-child(2) {
        display: none;
    }
}

table#order-history thead>tr th {
    text-align: left !important;
}

table#order-history tbody>tr td {
    text-align: left !important;
}

table#order-history thead>tr th:first-child,
table#order-history tbody>tr td:first-child {
    text-align: center;
}

#ordermonthpicker::before {
    content: attr(placeholder) !important;
    color: #aaa;
    width: 100%;
}


.multi_imge_slide {
    display: flex;
    justify-content: center;
    overflow: auto;
    white-space: nowrap;
}

.multi_imge_slide .column {
    margin-right: 8px;
}

.product-slider .prev-btn {
    bottom: 18px;
    top: auto;
}

.product-slider .next-btn {
    bottom: 18px;
    top: auto;
}

select.locale {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.m_l {
    position: relative;
}

.more_opt {
    background: whitesmoke;
    position: absolute;
    /* width: 95%; */
    margin: 0 auto;
    /* left: 40px; */
    display: none;
    top: -8px;
    right: -121px;
    /* border: solid 1px #eee; */
    box-shadow: 0 0 5px rgb(0 0 0 / 16%);
}

.ch_lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more_opt a {
    display: block;
    padding: 8px 12px;
    color: #646A6E;
    font-size: 12px;
    border-bottom: solid 1px #646a6e6b;
}

.more_opt a.selected-lang {
    background: #7dcdf3;
    color: white;
}

.more_opt a:hover {
    background: #7dcdf3;
    color: white;
}

.more_opt a.selected-lang:hover {
    color: white;
}

.lang-custom-select {
    position: relative;
    width: 50%;
    margin: 20px auto 0;
}

span.custom-arrow {
    position: absolute;
    left: 8px;
    top: 3px;
    font-size: 24px;
}

.lang-custom-select .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.lang-custom-select .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}

.lang-custom-select .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: black;
    text-align: left;
    background-color: #fff;
    border: solid 1px #eee;
    padding: 8px 15px 0 40px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.lang-custom-select .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.lang-custom-select .select-styled:hover {
    border-color: #fff transparent transparent transparent;
}

.lang-custom-select .select-styled:hover {
    background-color: #7dcdf3;
    border-color: #7dcdf3;
    color: white;

}

.select-styled:active,
.select-styled.active {
    background-color: #7dcdf3;
    border-color: #7dcdf3;
    color: white;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}


.lang-custom-select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    box-shadow: 0 0 5px rgb(0 0 0 / 16%);
}

.lang-custom-select .select-options li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    text-indent: 15px;
    color: #000;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
    color: #fff;
    background: #7dcdf3;
}

.select-options li[rel="hide"] {
    display: none;
}

.paginate_button.first {
    position: relative;
}

.paginate_button.first:before {
    position: absolute;
    content: '\f104';
    /* background: red; */
    width: 10px;
    height: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    top: 10px;
    right: -7px;
}

.paginate_button.next {
    position: relative;
}

.paginate_button.next:before {
    position: absolute;
    content: '\f105';
    /* background: red; */
    width: 10px;
    height: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    top: 10px;
    right: 0px;
}

@media (max-width: 767px) {
    .lang-custom-select {
        position: relative;
        width: 80%;
        margin: 20px auto 0;
    }

    .to_ca {
        text-align: right !important;
        padding-right: 20px !important;
    }


    div#order-history_info {
        display: none;
    }

    .product-slider .prev-btn {
        left: 0;
    }

    .product-slider .next-btn {
        right: 5px;
    }

    .product-info .bottom-btn {
        margin-bottom: 0;
    }

    .m-header-content {
        padding: 0;
    }

    .filter-tab {
        display: block;
        right: 0;
        top: 20px;
        z-index: 9;
    }

    .cart-log-page .filter-tab {
        top: -5%;
        display: block;
        position: initial;
        float: right;
    }
    .cart-log-page div#cart-log_wrapper {
        margin-top: 20px;
    }

    .cart-log li {
        margin: 0 12px 0 0;
    }

    table.dataTable thead>tr>th.sorting {
        padding-right: 15px;
    }

    .New-order-page .qty-counter .counter input {
        width: 30px;
    }

    .New-order-page .qty-counter .counter .btn {
        width: 35px;
        height: 35px;
        padding: 0px;
    }
    .worksheet-bx input{
        text-align: center;
        font-weight: bold;
    color: #7dcdf3;
    }
}

.selecteddefault {
    box-shadow: 0 0 10px rgb(122 199 236 / 66%);
}

.product-info .bottom-btn a:hover {
    background: transparent;
    border: solid 1px #7DCDF4;
    color: #7DCDF4 !important;
}

.justify-img-end {
    justify-content: flex-end;
    align-items: center;
    padding-right: 32px;
}

.justify-img-end button {
    background: transparent;
    border: none;
}

main.order-history-detail-page table tr td {
    padding: 10px 10px;
}

.color_class .red {
    background: red;
    display: block;
    padding: 6px;
    /* text-align: center; */
    color: white;
}

main.order-history-detail-page .color_class {
    padding: 0;
}

.color_class .yellow {
    background: yellow;
    display: block;
    padding: 6px;
    /* text-align: center; */
    color: black;
}

div#toast #img {
    display: none;
}

.jconfirm-buttons button {
    background: #7DCDF4 !important;
    color: white !important;
}

.m_l:hover .more_opt {
    display: block;
}

#cart-summary-table .total-count {
    color: white;
}

.tr_mob {
    display: none;
}

.tr_web {
    display: block;
}
.mobile-reload {
    display: none;
}
@media (max-width: 767px) {

    .color_class .yellow,
    .color_class .red {
        display: inline-block;
    }

    .tr_mob {
        display: block;
    }

    .tr_web {
        display: none;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: black;
        text-decoration: none;
        background-color: transparent;
    }

    .cart-log-page .cart-log {
        flex-wrap: wrap;
        /* margin-bottom: 30px; */
    }

    #cart-summary-table th:nth-last-child(1),
    #cart-summary-table td:nth-last-child(1) {
        display: none !important;
    }

    #cart-summary-table td.total-count:nth-last-child(1) {
        display: table-cell !important;
    }

    .or_de_his_m {
        order: 2;
    }

    #cart-summary-table .total-count {
        color: black;
    }

    .w_s_sum_t thead tr th:nth-last-child(1) {
        display: none;
    }

    .cart-summary-page-table tr:nth-last-child(1) .cart_s_mob {
        background: #d8ebf4 !important;
    }
    table .child{
        white-space: inherit !important;
    }
    table .child ul li{
        display: flex !important;
        word-break: break-word;
    }

    .sidenav a {
    font-size: 14px;
    word-break: break-all;
    display: block;
    white-space: normal;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .mobile-reload {
        display: block;
        font-size: 18px;
        display: block;
        color: white;
        background: #7DCDF3;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }
    .user-info-right {
        width: 50px;
    }
    .site-cart-panel{padding:0;}

}

@media (max-width: 575px) {
    .cart-log-page .dataTables_length {
        position: absolute;
        right: 0;
        top: -30px;
    }

    .cart-log li:after {
        display: none;
    }
    .order-history-detail-page .dataTables_length{
        top: -28px;
    }
    .modal .modal-dialog .modal-content .modal-body{
        padding: 35px 15px;
    }
    .modal .theme-btn{
        padding: 0px 12px !important;
    }
    .cart_clear .theme-btn{
        padding: 6px 5px;
        line-height: normal;
        height: auto;
    }
}

#ordermonthpicker {
    background: url('../../images/calendar.gif') no-repeat;
    background-position: right;
    background-origin: content-box;

}

.w_s_sum_t th,
td {
    border-top: 0 !important;
    border: solid 1px #cfcfcf !important;
    border-top: 0 !important;
    align-content: normal;
    border-right: 0 !important;
}

.datepicker-container.datepicker-dropdown.datepicker-top-left {
    z-index: 99999999999999 !important;
}


.dropdown-item:focus {
    background: transparent;
}

table.dataTable tbody th,
table.dataTable tbody td {
    text-align: left;
}

/* .cart-log-page .dataTables_filter label {
    display: none !important;
} */

/* table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: initial;

} */
.sorting:before,
.sorting:after {
    display: none !important;
}

table a {
    color: #00abff;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    vertical-align: top;
}

.dropdown-item:only-child {
    border: none !important;
}

.m_l:only-child a {
    border: none;
}

.worksheet-bx input {
    text-align: center;
}
 /* button disabled */

 .theme-btn.disabled {
    cursor: pointer;
    cursor: none;
    background: #7e7e7e45;
    color: gray;
    cursor: not-allowed;
    pointer-events: all !important;
    background-color: #cccccc96;
    color: #7E7E7E;
    font-weight: 500;
    pointer-events: none !important;
}

.theme-btn.disabled:hover {
    background-color: #cccccc96;
    color: #7E7E7E !important;
    border-color: transparent !important;
}
span.cart{
    width: auto;
}
.modal{
    z-index: 9999999;
}

.dataTables_wrapper .dataTables_processing
{
    background: transparent !important;
}





.se_label {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
  .se_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .se_label:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .se_label input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .se_label input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .se_label .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
.user-info-right {    width: 70px;
}
.table-warp {
    overflow-x: auto;
}

.cart-summary-page .m-xl-r {
    margin-right: 10px;
    margin-bottom: 10px;
}
.worksheet-inputs[value="0"] {
    color: #868686;
}
.other-usage-inputs[value="0"] {
    color: #868686;
}
.cart_summary_t th{
    width: auto !important;
}
.cart_summary_t .cart_summary_item {
    width: 50% !important;
}

@media (max-width: 1200px) {
    .cart_summary_t .cart_summary_item {
        width: 40% !important;
    }
}
.New-order-page .card-panel {
    padding: 16px 15px 50px;
    position: relative;
}
.col-md-card .product-content .theme-btn.btn.disabled {
    color: #868686;
    font-weight: 600;
}
.addressholder .name {
    word-break: break-all;
}
