:root {
    --primary-clr: #5FC13C;
    --scondary-clr: #0480F4;
    --primary-rgba: 95, 193, 60;
    --scondary-rgba: 4, 128, 244;
}

.social-media-icon-bg i[class$=facebook] {
    background: #3b5999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=twitter] {
    background: #55acee;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=instagram] {
    background: #e4405f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=youtube] {
    background: #cd201f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=linkedin] {
    background: #0077B5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=google-plus] {
    background: #dd4b39;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=pinterest] {
    background: #bd081c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-bg i[class$=skype] {
    background: #00AFF0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: white;
}

.social-media-icon-color i[class$=facebook] {
    color: #3b5999;
}

.social-media-icon-color i[class$=twitter] {
    color: #55acee;
}

.social-media-icon-color i[class$=instagram] {
    color: #e4405f;
}

.social-media-icon-color i[class$=youtube] {
    color: #cd201f;
}

.social-media-icon-color i[class$=linkedin] {
    color: #0077B5;
}

.social-media-icon-color i[class$=google-plus] {
    color: #dd4b39;
}

.social-media-icon-color i[class$=pinterest] {
    color: #bd081c;
}

.social-media-icon-color i[class$=skype] {
    color: #00AFF0;
}

.wrap-container {
    padding: 0 6vw;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 320px) {
    .wrap-container {
        max-width: calc(100% - 20px);
    }
}

@media screen and (min-width: 576px) {
    .wrap-container {
        max-width: calc(100% - 100px);
    }
}

@media screen and (min-width: 992px) {
    .wrap-container {
        max-width: calc(100% - 120px);
    }
}

@media screen and (min-width: 1200px) {
    .wrap-container {
        max-width: calc(100% - 120px);
    }
}

@media screen and (min-width: 1440px) {
    .wrap-container {
        max-width: 1440px;
    }
}

.res-nav-item .nav-item .nav-link {
    padding: 10px 1.2vw !important;
}

.green-btn,
.green-transparent-btn,
.blue-btn,
.blue-transparent-btn,
.red-btn,
.red-transparent-btn,
.black-btn,
.black-transparent-btn,
.white-black-btn,
.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li a,
.cover-addons-slider .cover-addons-content .inner-addon-content ul li a {
    padding: 9px 20px;
    background: var(--primary-clr);
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid var(--primary-clr);
    display: inline-block;
}

.green-btn:hover,
.green-transparent-btn:hover,
.blue-btn:hover,
.blue-transparent-btn:hover,
.red-btn:hover,
.red-transparent-btn:hover,
.black-btn:hover,
.black-transparent-btn:hover,
.white-black-btn:hover,
.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li a:hover,
.cover-addons-slider .cover-addons-content .inner-addon-content ul li a:hover {
    background: rgba(var(--primary-rgba), 0.8);
}

.green-btn .fa,
.green-transparent-btn .fa,
.blue-btn .fa,
.blue-transparent-btn .fa,
.red-btn .fa,
.red-transparent-btn .fa,
.black-btn .fa,
.black-transparent-btn .fa,
.white-black-btn .fa,
.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li a .fa,
.cover-addons-slider .cover-addons-content .inner-addon-content ul li a .fa {
    margin-right: 7px;
    margin-left: -7px;
    font-size: 19px;
}

.arrow-left svg {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    margin-right: 10px;
    margin-left: -5px;
}

.arrow-right svg {
    margin-right: -10px;
    margin-left: 5px;
}

.show {
    display: block !important;
}

.green-btn:hover {
    background: rgba(var(--primary-rgba), 0.8);
    border: 1px solid rgba(var(--primary-rgba), 0.8);
    color: white;
}

.green-transparent-btn {
    background: transparent;
    border: 1px solid var(--primary-clr);
}

.green-transparent-btn:hover {
    background: var(--primary-clr);
    color: white;
}

.blue-btn {
    background: var(--scondary-clr);
    border: 1px solid var(--scondary-clr);
}

.blue-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: white;
}

.blue-transparent-btn {
    background: transparent;
    border: 1px solid var(--scondary-clr);
    color: var(--scondary-clr);
}

.blue-transparent-btn svg path {
    fill: var(--scondary-clr);
}

.blue-transparent-btn:hover {
    background: var(--scondary-clr);
    color: white;
}

.blue-transparent-btn:hover svg path {
    fill: white;
}

.red-btn {
    background: #DA2828;
    border: 1px solid #DA2828;
}

.red-btn:hover {
    background: rgba(218, 40, 40, 0.8);
    color: white;
}

.red-transparent-btn {
    background: transparent;
    border: 1px solid #DA2828;
}

.red-transparent-btn:hover {
    background: #DA2828;
    color: white;
}

.black-btn {
    background: black;
    border: 1px solid black;
}

.black-btn:hover {
    background: rgba(0, 0, 0, 0.8) !important;
    color: white;
}

.black-btn:hover svg path {
    fill: white;
}

.black-transparent-btn {
    background: transparent;
    border: 1px solid black;
    color: black;
}

.black-transparent-btn:hover {
    background: black;
    color: white;
}

.black-transparent-btn:hover svg path {
    fill: white;
}

.white-black-btn {
    background: white;
    border: 1px solid #eee;
    color: black;
}

.white-black-btn:hover {
    background: black;
    color: white;
}

.pending-status p,
.active-status p,
.pickedup-status p,
.process-status p,
.ready-status p,
.cancel-status p {
    background: #EEEEEE;
    color: #8C8C8C;
    margin: 0;
    padding: 5px 0px;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
}

.pending-status {
    width: 95px;
    display: inline-block;
}

.pending-status p {
    background: #EEEEEE;
    color: #8C8C8C;
}

.active-status {
    width: 95px;
    display: inline-block;
}

.active-status p {
    background: #DAFFEA;
    color: #198948;
}

.pickedup-status {
    width: 95px;
    display: inline-block;
}

.pickedup-status p {
    background: #FFF3CD;
    color: #B88B02;
}

.process-status {
    width: 95px;
    display: inline-block;
}

.process-status p {
    background: #FFE6D0;
    color: #CE6B13;
}

.ready-status {
    width: 95px;
    display: inline-block;
}

.ready-status p {
    background: #D7EBFF;
    color: #0480F4;
}

.cancel-status {
    display: inline-block;
    width: 95px;
}

.cancel-status p {
    background: #FFDCDC;
    color: #CE2828;
}

.column-spacing [class*=col-]>div {
    margin: 10px;
}

.primary-bg {
    background: var(--primary-clr);
}

.secondary-bg {
    background: var(--scondary-clr);
}

.text-green {
    color: var(--primary-clr) !important;
}

.text-orange {
    color: #E15C23;
}

label {
    font-weight: 500;
}

input {
    border: 1px solid #D9D9D9 !important;
    min-height: 40px;
}

input::-webkit-input-placeholder {
    color: #898989;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #898989;
    font-size: 14px;
}

input::-ms-input-placeholder {
    color: #898989;
    font-size: 14px;
}

input::placeholder {
    color: #898989;
    font-size: 14px;
}

.search-bar {
    margin-left: auto;
}

.search-bar .fa {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #B0B0B0;
}

.search-bar input {
    padding: 20px;
    padding-left: 40px;
    border: 1px solid #EEEEEE;
}

.search-bar input::-webkit-input-placeholder {
    color: #B0B0B0;
    font-weight: normal;
}

.search-bar input:-ms-input-placeholder {
    color: #B0B0B0;
    font-weight: normal;
}

.search-bar input::-ms-input-placeholder {
    color: #B0B0B0;
    font-weight: normal;
}

.search-bar input::placeholder {
    color: #B0B0B0;
    font-weight: normal;
}

.search-bar input:focus {
    border: 1px solid var(--primary-clr);
}

.card .card-body {
    padding: 30px;
}

.card .card-body .card-title {
    margin-bottom: 5px;
}

.my-toggler {
    border: 0 !important;
    background: transparent;
}

.my-toggler span {
    width: 25px;
    height: 2px;
    background-color: #222222;
    display: block;
}

.my-toggler span:nth-child(1) {
    margin: 3px auto;
}

.my-toggler span:nth-child(2) {
    width: 18px;
    margin-left: auto;
}

.nav-fixed {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1041;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    animation: slideInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation: slideInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.cover-top-bar .site-logo img {
    width: 168px;
}

.cover-top-bar .white-header li.dropdown ul.dropdown-menu.dropdown-menu-lg {
    width: 195px;
    transform: translate3d(-70px, 50px, 0px) !important;
    -webkit-transform: translate3d(-70px, 50px, 0px) !important;
    -moz-transform: translate3d(-70px, 50px, 0px) !important;
    -ms-transform: translate3d(-70px, 50px, 0px) !important;
    -o-transform: translate3d(-70px, 50px, 0px) !important;
    -webkit-box-shadow: 0px 4px 18px 0px #0000001A;
    box-shadow: 0px 4px 18px 0px #0000001A;
    border: none;
}

.cover-top-bar .white-header li.dropdown li a {
    padding: 0.7rem 0.6rem;
}

.cover-top-bar .white-header li.dropdown li a .cover-user-name>p {
    float: left;
    background: var(--scondary-clr);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.cover-top-bar .white-header li.dropdown li a .cover-user-name .full-user-name {
    display: inline-block;
}

.cover-top-bar .white-header li.dropdown li a .cover-user-name .full-user-name p:first-child {
    font-weight: 500;
    color: black;
    margin-bottom: 0;
	width: 130px;
    white-space: pre-line;
    overflow: hidden;
}

.cover-top-bar .white-header li.dropdown li a .cover-user-name .full-user-name p:last-child {
    font-weight: 300;
    font-size: 13px;
    margin: 0;
    color: #555555;
}

.cover-top-bar .white-header li.dropdown li:last-child a img {
    margin-right: 10px;
}

.cover-top-bar .blue-header>li:nth-child(1) .dropdown-menu .dropdown-item {
    padding: 0.7rem 2.5rem;
}

.cover-top-bar .blue-header>li:nth-child(1) .dropdown-menu .dropdown-item img {
    margin-left: -20px;
}

.cover-top-bar .blue-header>li:nth-child(1) .dropdown-menu .dropdown-item .full-user-name p:first-child {
    font-weight: 500;
    color: black;
    margin-bottom: 0;
    font-size: 15px;
}

.cover-top-bar .blue-header>li:nth-child(2) a:not(.dropdown-item) {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #3699f6;
}

.cover-top-bar .blue-header>li.dropdown ul.dropdown-menu.dropdown-menu-right {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 195px;
    transform: translate3d(-70px, 50px, 0px) !important;
    -webkit-transform: translate3d(-70px, 50px, 0px) !important;
    -moz-transform: translate3d(-70px, 50px, 0px) !important;
    -ms-transform: translate3d(-70px, 50px, 0px) !important;
    -o-transform: translate3d(-70px, 50px, 0px) !important;
    -webkit-box-shadow: 0px 4px 18px 0px #0000001A;
    box-shadow: 0px 4px 18px 0px #0000001A;
    border: none;
}

.cover-top-bar .blue-header>li.dropdown li a {
    padding: 0.7rem 0.6rem;
}

.cover-top-bar .blue-header>li.dropdown li a .cover-user-name {
    gap: 20px;
}

.cover-top-bar .blue-header>li.dropdown li a .cover-user-name>p {
    float: left;
    background: var(--scondary-clr);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.cover-top-bar .blue-header>li.dropdown li a .cover-user-name .full-user-name {
    display: inline-block;
}

.cover-top-bar .blue-header>li.dropdown li a .cover-user-name .full-user-name p:first-child {
    font-weight: 500;
    color: black;
    margin-bottom: 0;
    width: 130px;
    white-space: pre-line;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cover-top-bar .blue-header>li.dropdown li a .cover-user-name .full-user-name p:last-child {
    font-weight: 300;
    font-size: 13px;
    margin: 0;
    color: #555555;
}

.cover-top-bar .blue-header>li.dropdown li:last-child a img {
    margin-right: 10px;
}

.cover-tab-header {
    -webkit-box-shadow: 0px 1px 20px 0px #CDCDCD;
    box-shadow: 0px 1px 20px 0px #CDCDCD;
}

.cover-tab-header .nav-tabs {
    border: 0;
}

.cover-tab-header .nav-tabs .nav-item .nav-link {
    border: 0;
    color: inherit;
    font-weight: 500;
}

.cover-tab-header .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    position: relative;
}

.cover-tab-header .nav-tabs .nav-item .nav-link.active::before {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--primary-clr);
    position: absolute;
    left: 0;
    bottom: -16px;
}

.cover-tab-header .nav-tabs li:last-child {
    margin-left: auto;
}

.cover-tab-header .nav-tabs li:last-child a {
    background: linear-gradient(96.93deg, #FFE897 -19.36%, #FABC24 102.61%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 13px 15px 13px 9px;
    color: black;
}

.cover-tab-header .nav-tabs li:last-child a:hover {
    background: linear-gradient(271deg, #FFE897 -19.36%, #FABC24 102.61%);
}

.cover-tab-header .nav-tabs li:last-child a img {
    width: 25px;
    margin-right: 8px;
}

.cover-tab-content .cover-tab-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cover-tab-content .cover-tab-title h4 {
    font-size: 30px;
    margin: 0;
}

.cover-tab-content .cover-my-order div#custom_listing_length {
    display: none;
}

.cover-tab-content .cover-my-order .cover-datatable .cover-tab-title {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
}

.cover-tab-content .cover-my-order .cover-datatable div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    visibility: hidden;
}

.cover-tab-content .cover-my-order .cover-datatable table {
    border-spacing: 0 10px;
}

.cover-tab-content .cover-my-order .cover-datatable table thead tr th {
    border: none !important;
    font-weight: 500;
    white-space: nowrap;
}

.cover-tab-content .cover-my-order .cover-datatable table tbody tr {
    background: white;
}

.cover-tab-content .cover-my-order .cover-datatable table tbody tr td {
    border: none;
    height: 35px;
    vertical-align: middle;
    white-space: nowrap;
}

.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li a {
    padding: 7px 26px;
    background: transparent;
    border: 1px solid #B5B5B5;
    color: #666666;
}

.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li a .fa {
    color: #666666;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    margin-right: 5px;
    margin-left: -7px;
}

.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li a:hover {
    border: 1px solid var(--primary-clr);
    background: transparent;
    color: var(--primary-clr);
}

.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li a:hover .fa {
    color: var(--primary-clr);
}

.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li:not(:first-child) a {
    padding: 7px 16px;
    background: transparent;
    border: 1px solid #B5B5B5;
    color: #666666;
    margin-top: 10px;
}

.cover-tab-content .cover-my-order .cover-datatable table tbody tr td .cover-table-btn ul li:not(:first-child) a:hover {
color: var(--primary-clr);
}

.cover-tab-content .cover-my-member .row {
    margin-top: 3.5rem;
}

.cover-tab-content .cover-my-member .box {
    padding: 55px 20px 20px;
    text-align: center;
    position: relative;
}

.cover-tab-content .cover-my-member .box img {
    margin-bottom: 20px;
}

.cover-tab-content .cover-my-member .box h4 {
    font-size: 22px;
    font-weight: 300;
}

.cover-tab-content .cover-my-member .box h5 {
    font-weight: 600;
    font-size: 24px;
}

.cover-tab-content .cover-my-member .box p {
    font-size: 13px;
}

.cover-tab-content .cover-my-member .box .cover-alert-option p:first-child {
    background: #F4F4F4;
    display: inline-block;
    color: #8C8C8C;
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px;
}

.cover-tab-content .cover-my-member .box .cover-alert-option p:last-child {
    color: #DA2828;
}

.cover-tab-content .cover-my-member .box .benefits-content {
    display: none;
    margin-top: 30px;
    text-align: left;
    /* transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out; */
}

.cover-tab-content .cover-my-member .box .benefits-content ul {
    padding-left: 20px !important;
}

.cover-tab-content .cover-my-member .box .benefits-content ul li {
    list-style: disc;
    color: #8a919c;
    line-height: 26px;
}

/*.cover-tab-content .cover-my-member .box .benefits-content ul li:nth-last-child(1) {
    list-style: none;
}

.cover-tab-content .cover-my-member .box .benefits-content ul li:nth-last-child(2) {
    list-style: none;
}*/

.cover-tab-content .cover-my-member .show-more-content a {
    color: black;
}

.cover-tab-content .cover-my-member .show-more-content a:hover {
    color: var(--primary-clr);
}

.cover-tab-content .cover-payment-method .card {
    margin-top: 3rem;
}

.cover-tab-content .cover-payment-method .payment-method-form {
    margin-top: 30px;
}

.cover-tab-content .cover-payment-method .payment-method-form .cover-btn ul li a {
    padding: 9px 23px;
}

.cover-tab-content .cover-payment-method .cover-add-payment {
    background: white;
    margin-top: 40px;
    text-align: center;
}

.cover-tab-content .cover-payment-method .cover-add-payment img {
    margin-bottom: 20px;
    width: 58px;
}

.cover-tab-content .cover-payment-method .cover-add-payment h5 {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}

.cover-tab-content .cover-payment-method .cover-add-payment h6 {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
}

.cover-tab-content .cover-payment-method .cover-add-payment p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: left;
}

.cover-tab-content .cover-payment-method .cover-add-payment .edit-to-remove ul li a {
    font-size: 13px;
}

.cover-tab-content .cover-payment-method .cover-add-payment .edit-to-remove ul li:first-child a {
    padding: 7.5px 30px;
}

.cover-tab-content .cover-payment-method .cover-add-payment .edit-to-remove ul li:last-child a {
    padding: 8px 25px;
}

.go-back ul li {
    display: inline-block;
}

.go-back ul li a svg {
    fill: black;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.go-back ul li a:hover svg {
    fill: white;
}

.cover-order-details {
    margin-top: 3rem;
}

.cover-order-details .cover-card-title .left h4 {
    margin-bottom: 4px;
}

.cover-order-details .cover-card-title .left p {
    color: #333333;
}

.cover-order-details .cover-card-title .right h5 {
    margin-bottom: 4px;
}

.cover-order-details .inner-dry-cleaning-options {
    margin-top: 25px;
}

.cover-order-details .inner-dry-cleaning-options h5 {
    font-size: 15px;
}

.cover-order-details .inner-dry-cleaning-options p {
    font-weight: 400;
    color: #666666;
    margin-bottom: 0;
}

.cover-order-details .inner-dry-cleaning-options ul li a {
    padding: 4px 15px;
    font-size: 13px;
    font-weight: 500;
}

.cover-order-details .cover-order-status .active-status,
.cover-order-details .cover-order-status .pickedup-status,
.cover-order-details .cover-order-status .pending-status,
.cover-order-details .cover-order-status .process-status,
.cover-order-details .cover-order-status .ready-status,
.cover-order-details .cover-order-status .cancel-status {
    width: auto;
}

.cover-order-details .cover-order-status .active-status p,
.cover-order-details .cover-order-status .pickedup-status p,
.cover-order-details .cover-order-status .pending-status p,
.cover-order-details .cover-order-status .process-status p,
.cover-order-details .cover-order-status .ready-status p,
.cover-order-details .cover-order-status .cancel-status p {
    padding: 10px 25px;
    font-size: 15px;
}


/* .cover-order-details .cover-order-status .active-status,
.cover-order-details .cover-order-status .pickedup-status,
.cover-order-details .cover-order-status .pending-status {
    width: auto;
}

.cover-order-details .cover-order-status .active-status p,
.cover-order-details .cover-order-status .pickedup-status p,
.cover-order-details .cover-order-status .pending-status p {
    padding: 10px 25px;
    font-size: 15px;
} */

.cover-order-details .cover-order-status:not(:last-child) .card {
    margin-bottom: 30px;
}

.cover-order-details .cover-order-address h5,
.cover-order-details .cover-order-status h5 {
    font-size: 18px;
}

.cover-order-details .cover-order-details-footer {
    margin-top: 2rem;
    text-align: center;
}

.cover-order-details .cover-order-details-footer ul li {
    display: inline-block;
}

.cover-order-details .cover-order-details-footer ul li a .fa {
    margin-right: 7px;
    margin-left: -7px;
    font-size: 19px;
}

.cover-order-details .cover-order-details-footer ul li:not(:last-child) a {
    margin-right: 7px;
}

.order-detail-modal {
    position: relative;
    padding: 20px;
}

.order-detail-modal .modal-header h3 {
    font-size: 25px;
}

.order-detail-modal .modal-header button {
    position: absolute;
    right: 13px;
    top: 6px;
}

.order-detail-modal .subscribtion-datapicker .datepicker-days,
.order-detail-modal .subscribtion-datapicker .datepicker-months,
.order-detail-modal .subscribtion-datapicker .datepicker-years,
.order-detail-modal .subscribtion-datapicker .datepicker-decades {
    width: 100% !important;
}

.order-detail-modal .Subscribtion-boxs {
    position: relative;
}

.order-detail-modal .Subscribtion-boxs input[type=radio] {
    -webkit-appearance: none;
    border: none !important;
    margin: auto;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.order-detail-modal .Subscribtion-boxs input[type=radio]:checked~label {
    background: rgba(var(--scondary-rgba), 0.1);
    border: 1px solid rgba(var(--scondary-rgba), 0.6);
}

.order-detail-modal .Subscribtion-boxs label {
    border: 1px solid #EEEEEE;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 1;
}

.order-detail-modal #result {
    padding: 7px 5vw;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: capitalize;
    color: white;
    background: #FA3E3E;
}

.order-detail-modal .subscribtion-title h3 {
    font-weight: 600;
}

.order-detail-modal .subscribtion-title h6 {
    color: #444444;
}

.cover-cancel form textarea {
    height: 100px;
}

.cover-cancel form p {
    text-align: right;
    margin-bottom: 0;
    margin-top: 4px;
}

.order-cancell-footer {
    margin-top: 2rem;
}

.order-cancell-footer .card .card-body {
    padding: 15px 20px;
}

.order-cancell-footer p {
    margin-bottom: 0;
}

.order-cancell-footer .left h5 {
    font-size: 18px;
}

.order-cancell-footer .right p {
    color: #CE2828;
}

.cover-invoice-details {
    margin-top: 2rem;
}

.cover-invoice-details .cover-card-title .left h4 {
    margin-bottom: 4px;
    font-size: 25px;
}

.cover-invoice-details .cover-card-title .left p {
    color: #333333;
}

.cover-invoice-details .cover-card-title .right h5 {
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 15px;
}

.cover-invoice-details .invoice-header {
    padding: 30px;
}

.cover-invoice-details .invoice-header img {
    width: 144px;
}

.cover-invoice-details .invoice-header .invoice-id h5 {
    margin-bottom: 0;
}

.cover-invoice-details .invoice-header .invoice-id p {
    margin-bottom: 0;
}

.cover-invoice-details .bill-to h5 {
    font-size: 23px;
}

.cover-invoice-details .bill-to ul li {
    color: #555555;
}

.cover-invoice-details .thankyou-section {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 30px;
}

.cover-invoice-details .thankyou-section h5 {
    font-size: 16px;
}

.cover-invoice-details .thankyou-section p {
    color: #444444;
    margin-bottom: 0;
}

.cover-invoice-details .inner-inovice-payment .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EEEEEE;
}

.cover-invoice-details .inner-inovice-payment .card-body ul li {
    line-height: 30px;
}

.cover-invoice-details .inner-inovice-payment .card-body ul:first-child {
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
}

.cover-invoice-details .inner-inovice-payment .card-body ul:first-child li {
    font-weight: 500;
}

.cover-invoice-details .invoice-copy-right p {
    margin: 0;
    color: #828282;
    font-size: 14px;
}

.cover-schedule-content .schedule-title h2 {
    font-size: 40px;
    font-weight: 500;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.cover-schedule-content .cover-schedule-pickup-tabs {
    background: white;
    width: 100%;
    max-width: 1132px;
    margin: auto;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item .nav-link {
    color: #555555;
    position: relative;
    padding: 20px 3.67rem;
    /*white-space: pre-line;*/
    border-bottom: 1px solid #EEEEEE !important;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item{
    flex: 1;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item .nav-link::before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 5%;
    width: 35px;
    height: 35px;
    background: #EEEEEE;
    color: #BABABA;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    line-height: 35px;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item .nav-link.active {
    position: relative;
    background-color: transparent;
    border-color: transparent;
    color: black;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item .nav-link.active::before {
    background: var(--primary-clr);
    color: white;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item .nav-link:hover,
.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item .nav-link:focus {
    border-color: transparent;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item:not(:last-child) {
    border-right: 1px solid #EEEEEE;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content {
    padding: 40px 20px 20px;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .pickup-schedule-btns {
    margin-top: 5vw;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .pickup-schedule-btns ul li {
    display: inline-block;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .pickup-schedule-btns ul li a .fa {
    margin-left: 0;
    margin-right: 0;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .inner-content-title {
    margin-bottom: 2rem;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .inner-content-title h3 {
    font-size: 22px;
    font-weight: 500;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .boxs .row .inner-why-choose-us {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
    margin: 10px;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .boxs .row .inner-why-choose-us img {
    width: 45px;
    float: left;
    margin-right: 25px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .boxs .row .inner-why-choose-us .why-choose-us-content {
    display: -ms-grid;
    display: grid;
    text-align: left;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .boxs .row .inner-why-choose-us .why-choose-us-content h4 {
    font-size: 16px;
    margin-bottom: 3px;
    color: black;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .boxs .row .inner-why-choose-us .why-choose-us-content h6 {
    font-size: 13px;
    color: #555555;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .boxs .row .inner-why-choose-us:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-content .inner-content .boxs .row .inner-why-choose-us.active {
    background: rgba(95, 193, 60, 0.24) !important;
    border: 1px solid rgba(95, 193, 60, 0.14) !important;
}

.inner-datepicker .datepicker-inline {
    width: 100%;
}

.inner-datepicker .datepicker-inline .datepicker-days,
.inner-datepicker .datepicker-inline .datepicker-months,
.inner-datepicker .datepicker-inline .datepicker-years,
.inner-datepicker .datepicker-inline .datepicker-decades {
    width: 90%;
    height: 300px;
    border: 1px solid #EBEBEB;
    margin-right: auto;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.inner-datepicker .datepicker-inline .datepicker-days table,
.inner-datepicker .datepicker-inline .datepicker-months table,
.inner-datepicker .datepicker-inline .datepicker-years table,
.inner-datepicker .datepicker-inline .datepicker-decades table {
    border-collapse: separate;
    width: 100%;
    height: 100%;
}

.inner-datepicker .datepicker-inline .datepicker-days table.table-condensed>thead>tr:nth-child(2),
.inner-datepicker .datepicker-inline .datepicker-months table.table-condensed>thead>tr:nth-child(2),
.inner-datepicker .datepicker-inline .datepicker-years table.table-condensed>thead>tr:nth-child(2),
.inner-datepicker .datepicker-inline .datepicker-decades table.table-condensed>thead>tr:nth-child(2) {
    border-spacing: 5px;
}

.inner-datepicker .datepicker-inline .datepicker-days table.table-condensed>thead>tr:nth-child(2)>.prev,
.inner-datepicker .datepicker-inline .datepicker-months table.table-condensed>thead>tr:nth-child(2)>.prev,
.inner-datepicker .datepicker-inline .datepicker-years table.table-condensed>thead>tr:nth-child(2)>.prev,
.inner-datepicker .datepicker-inline .datepicker-decades table.table-condensed>thead>tr:nth-child(2)>.prev {
    font-size: 0;
    background: #F1F1F1 url(../../assets/images/icons/previous.png) no-repeat;
    background-position: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 22px;
    height: 35px !important;
    text-align: center;
}

.inner-datepicker .datepicker-inline .datepicker-days table.table-condensed>thead>tr:nth-child(2)>.next,
.inner-datepicker .datepicker-inline .datepicker-months table.table-condensed>thead>tr:nth-child(2)>.next,
.inner-datepicker .datepicker-inline .datepicker-years table.table-condensed>thead>tr:nth-child(2)>.next,
.inner-datepicker .datepicker-inline .datepicker-decades table.table-condensed>thead>tr:nth-child(2)>.next {
    font-size: 0;
    background: #f1f1f1 url(../../assets/images/icons/next.png) no-repeat;
    background-position: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 22px;
    height: 35px !important;
    text-align: center;
}

.inner-datepicker .datepicker-inline .datepicker-days table.table-condensed>thead>tr:nth-child(3) th,
.inner-datepicker .datepicker-inline .datepicker-months table.table-condensed>thead>tr:nth-child(3) th,
.inner-datepicker .datepicker-inline .datepicker-years table.table-condensed>thead>tr:nth-child(3) th,
.inner-datepicker .datepicker-inline .datepicker-decades table.table-condensed>thead>tr:nth-child(3) th {
    color: #AAAAAA;
    font-weight: 400 !important;
}

.inner-datepicker .datepicker-inline .datepicker-days table tbody tr *.disabled:hover,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr *.disabled:hover,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr *.disabled:hover,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr *.disabled:hover {
    background: transparent !important;
    color: #999 !important;
}

.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td.disabled:hover,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td.disabled:hover,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td.disabled:hover,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td.disabled:hover {
    color: #F44336 !important;
}

.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td.today,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td.today,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td.today,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td.today {
    background: transparent;
    color: var(--primary-clr);
}

.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td.today:hover,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td.today:hover,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td.today:hover,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td.today:hover {
    color: white;
    background: var(--primary-clr);
}

.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td.today.active,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td.today.active,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td.today.active,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td.today.active {
    color: white;
}

.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td.day:hover,
.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td .month:hover,
.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td .year:hover,
.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td .decade:hover,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td.day:hover,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td .month:hover,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td .year:hover,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td .decade:hover,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td.day:hover,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td .month:hover,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td .year:hover,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td .decade:hover,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td.day:hover,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td .month:hover,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td .year:hover,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td .decade:hover {
    background: var(--primary-clr);
    cursor: pointer;
    color: white;
}

.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td.day.active,
.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td .month.active,
.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td .year.active,
.inner-datepicker .datepicker-inline .datepicker-days table tbody tr td .decade.active,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td.day.active,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td .month.active,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td .year.active,
.inner-datepicker .datepicker-inline .datepicker-months table tbody tr td .decade.active,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td.day.active,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td .month.active,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td .year.active,
.inner-datepicker .datepicker-inline .datepicker-years table tbody tr td .decade.active,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td.day.active,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td .month.active,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td .year.active,
.inner-datepicker .datepicker-inline .datepicker-decades table tbody tr td .decade.active {
    background-image: none;
    background-color: var(--primary-clr);
    border-color: var(--primary-clr);
}

.inner-datepicker .datepicker-inline .datepicker-switch {
    width: 145px;
    font-weight: 500;
}

.cover-data h5 {
    font-size: 15px;
}

.cover-data p {
    font-size: 14px;
}

.cover-times.month {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.cover-times {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(130px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
}

.cover-times .choose-time {
    position: relative;
    overflow: hidden;
}

.cover-times .choose-time input[type=radio] {
    -webkit-appearance: none;
    border: none !important;
    margin: auto;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.cover-times .choose-time input[type=radio]:checked~label {
    background: rgba(95, 193, 60, 0.24);
    border: 1px solid rgba(95, 193, 60, 0.14);
}

.cover-times .choose-time label {
    color: #4F4F4F;
    font-weight: 400;
    padding: 10px 7px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.cover-preferences input {
    height: 45px;
    border: 1px solid #EEEEEE;
}

.cover-preferences input::-webkit-input-placeholder {
    color: #333333;
}

.cover-preferences input:-ms-input-placeholder {
    color: #333333;
}

.cover-preferences input::-ms-input-placeholder {
    color: #333333;
}

.cover-preferences input::placeholder {
    color: gray;
}

.cover-preferences ul li a {
    /*position: absolute;*/
    top: 43px;
    right: 10px;
    color: black;
}

.cover-preferences ul li a:hover {
    color: var(--primary-clr);
}

.cover-preferences .payment-lables label {
    padding: 10px 25px;
}

.cover-preferences .form-group select {
    width: 100%;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.cover-preferences .form-group textarea {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px;
}

.cover-addons-slider .owl-stage {
    padding-left: 0 !important;
}

.cover-addons-slider .cover-addons-content {
    border: 1px solid #EEEEEE;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.cover-addons-slider .cover-addons-content img {
	width: 58px;
	height: 58px;
	float: left;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.cover-addons-slider .cover-addons-content .inner-addon-content {
    text-align: left;
    display: table;
}

.cover-addons-slider .cover-addons-content .inner-addon-content h5 {
    font-size: 17px;
    margin-bottom: 3px;
}

.cover-addons-slider .cover-addons-content .inner-addon-content p {
    margin-bottom: 7px;
    color: var(--scondary-clr);
}

.cover-addons-slider .cover-addons-content .inner-addon-content ul li a {
    padding: 5px 20px;
    font-size: 14px;
}

.thankyour {
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
}

.thankyour svg {
    width: 94px;
    stroke: var(--primary-clr);
    margin-bottom: 25px;
}

::-webkit-scrollbar {
    width: 15px;
    background: #fafafa;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-clr);
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
}

::-moz-selection {
    color: #fff;
    background: var(--primary-clr);
    text-shadow: none;
}

::selection {
    color: #fff;
    background: var(--primary-clr);
    text-shadow: none;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item .nav-link.navtab-active {
    position: relative;
    background-color: transparent;
    border-color: transparent;
    color: black;
}

.cover-schedule-content .cover-schedule-pickup-tabs .cover-tabs .nav-tabs .nav-item .nav-link.navtab-active::before {
    background: var(--primary-clr);
    color: white;
}

.selected_date {
    color: red;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #f7f7f7;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 2px;
}

.cover-tab-content .cover-my-order div#custom_listing_length,
.cover-tab-content .cover-my-order div#custom_listing2_length {
    display: none;
}

.cover-tab-content .cover-payment-method .cover-new-address-add {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cover-tab-content .cover-payment-method .cover-new-address-add a h5 {
    color: black;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cover-tab-content .cover-payment-method .cover-new-address-add:hover a h5 {
    color: var(--primary-clr);
}

#commingsoonmodal .modal-header span {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 28px;
}

#timer {
  width: 100%;
  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;
  line-height: 1;
  padding: 20px;
  font-size: 40px;
}

#timer span {
  display: block;
  font-size: 20px;
  color: black;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#days {
  position: relative;
  font-size: 100px;
  color: #db4844;
}

#hours {
  position: relative;
  font-size: 100px;
  color: #f07c22;
}

#minutes {
  position: relative;
  font-size: 100px;
  color: #f6da74;
}

#seconds {
  position: relative;
  font-size: 100px;
  color: #abcd58;
}

.cover-commingsoon-modal h1 {
  font-size: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
}

.cover-commingsoon-modal p {
  font-size: 17px;
  text-transform: capitalize;
}


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


    .select2-container {
        width: 100% !important;
    }
    
    .select2-container .select2-selection--single {
        padding: 10px 12px;
        width: 100%;
    }
    
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 40px !important;
        user-select: none;
        -webkit-user-select: none;
        padding: 5px 12px;
        width: 100%;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 13px !important;
        right: 1px;
        width: 20px;
    }
    
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: var(--primary-clr);
        color: white;
    }
    
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #DADADA;
        border-radius: 4px;
    }
	
	.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
    

.cover-increment-number .green-btn {
  padding: 5px 20px !important;
  font-size: 14px !important;
  margin-left: 5px !important;
}
    
	
.gap-1 {
    gap: 1rem;
}

.cover-404-page {
   position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cover-404-page .content-404 ul li button {
  padding: 9px 25px;
  border: 2px solid white;
  color: #333333;
  display: inline-block;
  font-weight: 500;
  background:transparent;
}

.cover-404-page .content-404 ul li button:hover {
  background: var(--primary-clr);
  color: white;
}

.cover-404-page .content-404 h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
}

.cover-404-page span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: rgba(var(--primary-rgba), 0.05);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
}

.cover-404-page span:nth-child(2) {
  width: 750px;
  height: 750px;
  background: rgba(var(--primary-rgba), 0.06);
  z-index: -2;
}

.cover-404-page span:nth-child(3) {
  width: 1000px;
  height: 1000px;
  background: rgba(var(--primary-rgba), 0.06);
  z-index: -2;
}

.cover-404-page span:nth-child(4) {
  width: 1300px;
  height: 1300px;
  background: rgba(var(--primary-rgba), 0.06);
  z-index: -2;
}

.cover-404-page h1 {
  font-size: 130px;
  font-weight: 700;
}

.cover-404-page img {
  width: 160px;
  margin-inline: 20px;
  -webkit-animation: earth-rotate 70s linear infinite;
          animation: earth-rotate 70s linear infinite;
}
.cover-checkbox-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.cover-checkbox-btn input[type=checkbox] {
  -webkit-appearance: none;
  border: none !important;
  margin: auto;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.cover-checkbox-btn input[type=checkbox]:checked ~ label {
  background: rgba(95, 193, 60, 0.24);
  border: 1px solid rgba(95, 193, 60, 0.14);
}

.cover-checkbox-btn label {
  color: #4F4F4F;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

@-webkit-keyframes earth-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes earth-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.cover-loader {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: none;
}

.cover-loader p {
  font-size: 17px;
  margin-top: 10px;
}

.cover-loader .cover-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.cover-loader .cover-spinner .spinner-border {
  width: 3rem;
  height: 3rem;
  color: var(--primary-clr);
}

.inner-addon-content .green-btn {
  padding: 5px 13px;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
}

.inner-addon-content .remove-btn {
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
}
.Dschedule-btn {
  background: #eee;
  color: #ababab;
  border: 1px solid #eee;
}

.Dschedule-btn svg path {
  fill: #ababab !important;
}

.Dschedule-btn:hover {
  background: #eee;
  color: #ababab;
  border: 1px solid #eee;
  cursor: not-allowed;
}
.cover-times.payment-lables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cover-times.payment-lables button {
  background: transparent;
  color: #4F4F4F;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
.cover-congratulations img {
  width: 363px;
  margin-bottom: 21px;
}

.cover-congratulations h4 {
  color: var(--secondary-clr);
  font-size: 30px;
  font-weight: 600;
}

.cover-congratulations ul li a {
  padding: 10px 30px;
}

.stamp-status {
    position: absolute;
    top: 15px;
    left: 29%;
    padding: 4px 10px;
    background: var(--primary-clr);
    border-radius: 5px;
}

.stamp-status p {
    margin: 0;
    color: white;
    font-size: 12px !important;
}

.cover-times .choose-time input[type=checkbox] {
    -webkit-appearance: none;
    border: none !important;
    margin: auto;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.cover-times .choose-time input[type=checkbox]:checked~label {
    background: rgba(95, 193, 60, 0.24);
    border: 1px solid rgba(95, 193, 60, 0.14);
}

.cover-times .choose-time label {
    color: #4F4F4F;
    font-weight: 400;
    padding: 10px 7px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}