:root {
    --color01: #ffffff;
    --color02: #fdfafa;
    --color03: #f8e8e8;
    --color04: #d6d6d6;
    --color05: #b9b9c8;
    --color06: #9797a6;
    --color07: #888888;
    --color08: #525371;
    --color09: #000000;
    --color10: #ff0000;
    --color11: #fff5c9;
    --color12: #ffd9f2;
    --color13: #bfb4ff;
    --color14: #f1cfa1;
    --color15: #bff5e8;
    --color16: #2f2bca;
    --color17: #f4f4f4;
    --color18: #ffc926;
    --color19: #aa47cb;
    --color20: #e9e9e9;
    --color21: #FF8A72;
    --color22: #26a541;
    --color23: #10a8e3;

}

select {
    border-radius: 0 !important;
    border-color: #6b7280 !important;
}

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

.form-group {
    margin-bottom: 8px;
}

.control-label {
    font-weight: 600;
}

.razorpay-payment-button {
    margin-top: 15px;
    color: #ffffff;
    background-color: #23A651 !important;
    border-color: #23A651 !important;
    font-size: 15px;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
    border-radius: 0;
    width: max-content;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.ec-checkout-content .ec-check-order-btn .btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.terms-check-part{padding-left: 30px !important;}
.terms-check-part input{    height: 1rem;
    width: 1rem !important;padding:0 !important;background-color: #fff !important;    right: -10px;
    position: relative;
    top: 10px;}
.terms-check-part input:checked{background-color: #106b3e !important}
.terms-check-part{}



/* ********|| SIDE BAR STARTS ||******** */
.side-bar-inner {
    position: sticky;
    top: 20px;
    margin-bottom: 25px;
}

.side-bar-inner .profile-option {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--color20);
    flex-direction: column;
}

.side-bar-inner .profile-option .profile-content .edit-inner {
    display: flex;
    justify-content: center;
}

.side-bar-inner .profile-option .profile-content {}

.side-bar-inner .profile-option .profile-content .profile-title {
    font-weight: 500;
    font-size: 18px;
    color: var(--secondaryColor);
    margin: 8px 0 0;
    text-transform: capitalize;
}

.side-bar-inner .profile-option .profile-content .profile-sub-title {
    font-size: 14px;
    font-weight: 400;
    color: var(--color08);
    margin: 0 0 5px;
}

.side-bar-inner .profile-option .profile-content .profile-date {
    font-size: 14px;
    font-weight: 400;
    color: var(--shades06)
}

.side-bar-inner .profile-option .profile-content .profile-date span {
    padding-left: 5px;
}

.side-bar-inner .profile-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--shades05);
    margin-right: 10px;
}

.side-bar-inner .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-bar-inner .edit-action .edit-btn {
    color: var(--color09);
    font-size: 14px;
    font-weight: 500;
}

.side-bar-inner .account-information {
    background-color: var(--color01);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--color20);
}

.side-bar-inner .account-information .account-inner {
    display: flex;
}

.side-bar-inner .account-information .logout-btn {
    display: flex;
    background: var(--bs-danger);
    color: var(--bs-body-bg);
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 12px;
    border-radius: 6px;
}

.side-bar-inner .account-information .account-inner+.account-inner {
    border-top: 1px solid var(--color20);
    margin: 15px 0 0;
    padding: 15px 0 0;
}

.side-bar-inner .account-information .account-title {
    font-weight: 500;
    font-size: 14px;
    color: var(--secondaryColor);
    margin: 0 0 10px;
}

.side-bar-inner .account-information .account-icon {
    color: var(--color09);
    font-size: 18px;
}

.side-bar-inner .account-information .account-text {
    font-weight: 400;
    font-size: 14px;
    color: var(--color07);
    display: block;
}

.side-bar-inner .account-information .account-text.active {
    color: var(--color09);
    font-weight: 600;
}

.side-bar-inner .account-information .account-text.amound-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-bar-inner .account-information .account-text.amound-item .amount {
    color: var(--color09);
}

.side-bar-inner .account-information .account-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* ********|| SIDE BAR ENDS ||******** */
/* ********|| PROFILE STARTS ||******** */
.sec-profile {
    padding: 20px 0 60px;
    background-color: var(--color17);
}

.sec-profile .profile-inner .myaccount-profile-img {
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.sec-profile .profile-inner .myaccount-profile-img label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer
}

.sec-profile .profile-inner .myaccount-profile-img .myaccount-profile-img-warp {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    border: 4px solid var(--color20)
}

.sec-profile .profile-inner .myaccount-profile-img .myaccount-profile-img-warp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.sec-profile .profile-inner .myaccount-profile-img label input[type='file'] {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 1px;
    margin: 0;
    opacity: 0;
    top: 50%
}

.sec-profile .profile-inner .myaccount-profile-img .upload-icon {
    width: 40px;
    height: 40px;
    background-color: var(--color09);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 50px;
    bottom: 10px;
    font-size: 20px
}

.sec-profile .information-inner .information-content {
    padding: 20px;
    border: 1px solid var(--color20);
    background-color: var(--color01);
    border-radius: 5px;
}

.sec-profile .information-inner .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 15px 0 25px;
    color: var(--bs-success);
    text-align: left;
    font-size: 24px;
    border-bottom: 1px solid var(--bs-gray-200);
}

.sec-profile .information-inner .save-action {
    margin: 10px 0 0;
}

.sec-profile .information-inner .save-action .save-btn {
    background: var(--color22);
    color: var(--color01);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    letter-spacing: .5px;
    width: 150px;
    height: 50px;
}

.sec-profile .information-inner .save-action .save-btn:hover {
    color: var(--color01);
    background-color: var(--color09);
}

/* ********|| PROFILE ENDS ||******** */

.details-panel {
    position: relative;
    margin: 0 0 20px;
}

.details-panel .details-panel-header {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.details-panel .details-panel-header .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: var(--color22);
}

.details-panel .details-panel-body {
    position: relative;
    border: 1px solid var(--color04);
    background-color: var(--color01);
    border-radius: 0 4px 4px 4px;
}

.details-panel .panel-table {
    position: relative;
}

.details-panel .panel-table .table-head {
    border-bottom: 1px solid var(--color04);
    background-color: var(--color02);
}

.details-panel .panel-table .table-body+.table-head {
    border-top: 1px solid var(--color04);
}

.details-panel .panel-table .table-row {
    display: flex;
}

.details-panel .panel-table .table-row+.table-row {
    border-top: 1px solid var(--color04);
}

.details-panel .panel-table .table-cell {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px;
    width: 100%;
}

.details-panel .panel-table .table-cell.cell-info {
    width: 70%;
    max-width: 70%;
}

.details-panel .panel-table .table-cell.cell-code {
    width: 30%;
    max-width: 30%;
}

.details-panel .panel-table .table-cell.cell-d-type {
    width: 15%;
    max-width: 15%;
}

.details-panel .panel-table .table-cell.cell-s-type {
    width: 15%;
    max-width: 15%;
}

.details-panel .panel-table .table-cell.cell-number {
    width: 15%;
    max-width: 15%;
}

.details-panel .panel-table .table-cell.cell-weight {
    width: 15%;
    max-width: 15%;
}

.details-panel .panel-table .cell-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--color08);
}

.details-panel .panel-table .cell-data {
    font-size: 13px;
    font-weight: 500;
    color: var(--color06);
}

.details-panel .panel-table .cell-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color19);
}

.details-panel .panel-table .table-cell.cell-component {
    width: 25%;
    max-width: 25%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.details-panel .panel-table .table-cell.cell-rate {
    width: 15%;
    max-width: 15%;
    margin-top: auto;
}

.details-panel .panel-table .table-cell.cell-appxWeight {
    width: 15%;
    max-width: 15%;
    margin-top: auto;
}

.details-panel .panel-table .table-cell.cell-value {
    width: 15%;
    max-width: 15%;
    margin-top: auto;
}

.details-panel .panel-table .table-cell.cell-discount {
    width: 15%;
    max-width: 15%;
    margin-top: auto;
}

.details-panel .panel-table .table-cell.cell-final {
    width: 15%;
    max-width: 15%;
    margin-top: auto;
}

.details-panel .panel-table .table-cell.cell-component .cell-data {
    font-size: 13px;
    font-weight: 400;
    color: var(--color08);
}

.details-panel .panel-table .table-cell.cell-rate .cell-data {
    font-size: 13px;
    font-weight: 400;
    color: var(--color08);
}

.details-panel .panel-table .table-cell.cell-appxWeight .cell-data {
    font-size: 13px;
    font-weight: 400;
    color: var(--color08);
}

.details-panel .panel-table .table-cell.cell-value .cell-data {
    font-size: 13px;
    font-weight: 400;
    color: var(--color08);
}

.details-panel .panel-table .table-cell.cell-discount .cell-data {
    font-size: 13px;
    font-weight: 400;
    color: var(--color08);
}

.details-panel .panel-table .table-cell.cell-final .cell-data {
    font-size: 13px;
    font-weight: 400;
    color: var(--color08);
}


.details-panel .panel-table .table-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: var(--color09);
}

.details-panel .panel-table+.panel-table .table-head {
    border-top: 1px solid var(--color04);
}

.details-panel .panel-table+.panel-table .table-head {
    border-top: 1px solid var(--color04);
}

.details-panel .information-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.details-panel .information-content .stats-content {
    width: 300px;
    min-width: 300px;
    padding: 20px 0;
}

.details-panel .information-content .stats-content .stats {
    font-size: 13px;
    font-weight: 400;
    color: var(--color08);
    line-height: 1.2;
    padding: 2px 0;
}

.details-panel .information-content .note-content {
    padding: 20px 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--color08);
    line-height: 1.2;
}

.details-panel .product-sku {
    margin: 0 0 auto;
    padding: 20px 0;
    font-size: 16px;
    color: var(--color19);
    font-weight: 600;
}

.add-action {
    display: flex;
    align-items: center;
}

.add-new-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ********|| MANAGE ADDRESS STARTS ||******** */
.custom-radio {
    position: relative;
    padding: 8px 0 8px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}

.custom-radio .custom-radio-input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-radio .custom-radio-label {
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--color08);
}

.custom-radio .custom-radio-label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--color02);
    border: 1px solid var(--color09);
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.custom-radio .custom-radio-label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: -27px;
    border-radius: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: var(--color09);
    text-align: center;
}

.custom-radio .custom-radio-input:checked~.custom-radio-label:after {
    display: flex;
}

.custom-radio .custom-radio-input:checked~.custom-radio-label:before {
    border: 1px solid var(--color09);
}

.sec-manage-address .manage-address-info .manage-address-action {
    display: flex;
    align-items: center;
}

.sec-manage-address .manage-address-info .manage-address-action .save-btn {
    background: var(--color22);
    color: var(--color01);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: 150px;
    height: 50px;
    border: none;
    margin-right: 15px;
}

.sec-manage-address .manage-address-info .manage-address-action .cancel-btn {
    border: 1px solid var(--color20);
    background-color: var(--color01);
    color: var(--color09);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0 30px;
    height: 50px;
}

.sec-manage-address .manage-address-info .manage-address-action .save-btn:hover {
    color: var(--color01);
    background-color: var(--color09);
}

.manage-list {
    background-color: var(--color01);
    border: 1px solid var(--color20);
    border-radius: 4px;
    padding: 20px;
    position: relative;
}

.manage-list .manage-item+.manage-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--color20);
}

.manage-list .manage-item .manage-inner {
    margin: 0 0 10px;
}

.manage-list .manage-item .manage-inner .manage-location {
    background-color: var(--color03);
    color: var(--color08);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.manage-list .manage-item .manage-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
    margin-top: -38px;
}

.manage-list .manage-item .manage-inner .edit-action .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: var(--color07);
    font-size: 18px;
    padding: 0 !important;
    width: 13px;
}

.manage-list .manage-item .manage-inner .edit-action .dropdown .dropdown-toggle::after {
    display: none;
}

.manage-list .manage-item .address-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--color09)
}

.manage-list .manage-item .address-title span {
    color: var(--color08);
    font-size: 14px;
    margin-left: 10px;
}

.manage-list .manage-item .address-option .title {
    font-size: 14px;
    font-weight: 500;
    color: var(--color08);
    margin-bottom: 0;
    text-align: left;
    line-height: unset;
}

.manage-list .manage-item .address-option .new-title {
    font-size: 14px;
    font-weight: 400;
    color: var(--shades06);
}

.manage-list .manage-item .address-option .sub-title {
    font-size: 13px;
    font-weight: 400;
    color: var(--color08)
}

.edit-action .dropdown .dropdown-menu {
    transform: translate(-92%, 0) !important;
}

.edit-action .dropdown .dropdown-menu.show {
    transform: translate(-92%, 22px) !important;
}

.action-menu {
    display: flex;
    width: 160px;
    justify-content: flex-end;
}

.action-menu .action-item {}

.action-menu .action-item+.action-item {}

.action-menu .action-item.edit-btn {
    background: var(--bs-success);
    color: var(--bs-body-bg);
    width: 70px;
    border-radius: 6px;
    padding: 3px 20px;
}

.action-menu .action-item.delete-btn {
    background: var(--bs-danger);
    color: var(--bs-body-bg);
    width: 70px;
    border-radius: 6px;
    padding: 3px 6px;
}

.shipment-box .shipment-list>li .icon.reject {
    background: #f90d0d;
    color: #fff;
}

/* ********|| ORDER STARTS ||******** */
.sec-order {
    padding: 20px 0 60px;
    background-color: var(--color17);
}

.sec-order .search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 240px;
}

.sec-order .search .search-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color04);
    padding: 0 10px;
    background-color: var(--color02);
}

.sec-order .search .search-icon {
    font-size: 14px;
    color: var(--color06);
}

.sec-order .search .form-control {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: transparent;
    min-height: 32px;
    color: var(--color07);
}

.sec-order .search .form-control::-webkit-input-placeholder {
    color: var(--color07) !important;
}

.sec-order .order-search {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
}

.sec-order .order-list {
    background-color: var(--color01);
    border: 1px solid var(--color20);
    border-radius: 4px;
    padding: 20px;
}

.sec-order .order-list .order-item {}

.sec-order .order-list .order-item+.order-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--color20);
}

.sec-order .order-list .order-item .order-inner .item-id {
    font-weight: 600;
    font-size: 16px;
    color: var(--color09);
    margin: 0 0 2px;
}

.sec-order .order-list .order-item .order-inner .item-title {
    font-weight: 400;
    font-size: 15px;
    color: var(--color09);
}

.sec-order .order-list .order-item .order-inner .payment-item .payment-inner {
    display: flex;
    align-items: center;
}

.sec-order .order-list .order-item .order-inner .payment-item .payment-title {
    font-weight: 500;
    font-size: 15px;
    color: var(--color09);
    margin: 2px 0 0;
}

.sec-order .order-list .order-item .order-inner .payment-item .payment-mode {
    font-weight: 400;
    font-size: 14px;
    color: var(--color08);
    margin: 3px 0;
}

.sec-order .order-list .order-item .order-inner .payment-item .payment-status {
    font-weight: 500;
    font-size: 14px;
    color: var(--color09);
}

.sec-order .order-list .order-item .order-inner .payment-item .payment-id {
    font-weight: 500;
    font-size: 14px;
    margin-left: 4px;
    padding-left: 4px;
    border-left: 1px solid var(--color20);
}

.sec-order .order-list .order-item .order-inner .payment-item .payment-status.success {
    color: var(--color22);
}

.sec-order .order-list .order-item .order-inner .payment-item .payment-status.failed {
    color: var(--color10);
}

.sec-order .order-list .order-item .order-inner .item-title span {
    padding-right: 5px;
}

.sec-order .order-list .order-item .order-inner .item-date {
    font-size: 12px;
    font-weight: 400;
    color: var(--color07);
}

.sec-order .order-list .order-item .order-inner .date-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--color09);
}

.sec-order .order-list .order-item .order-inner .item-address {
    font-size: 14px;
    font-weight: 500;
    color: var(--color09);
}

.sec-order .order-list .order-item .order-inner .item-address span {
    font-size: 14px;
    font-weight: 500;
    color: var(--color08);
    padding-left: 6px;
}

.sec-order .order-list .order-item .order-inner .address-option {
    width: 50%;
    max-width: calc(50% - 10px);
    text-align: right;
}

.sec-order .order-list .order-item .order-inner .address-option .item-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--color09);
}

.sec-order .order-list .order-item .order-inner {
    display: flex;
    flex-direction: column;
}

/*.sec-order .order-list .date-inner{display: flex;justify-content: space-between;align-items: flex-end;}*/
.sec-order .order-list .order-item .order-inner .order-option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sec-order .order-list .order-item .order-inner .order-option .item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 190px);
}

.sec-order .order-list .order-item .order-inner .address-inner {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 0;
}

.sec-order .order-list .order-item .order-inner .address-inner .order-content {
    display: flex;
    justify-content: space-between;
    width: 28%;
    max-width: calc(28% - 10px);
}

.sec-order .order-list .order-item .order-inner .address-inner .order-content .number-inner .number-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--color09);
}

.sec-order .order-list .order-item .order-inner .address-inner .order-content .number-inner .number-qun {
    font-size: 12px;
    font-weight: 400;
    color: var(--color07);
}

.sec-order .order-list .order-item .order-inner .item-status {
    margin: 0 0 2px;
}

.sec-order .order-list .order-item .order-inner .item-status span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color07);
    position: relative;
    display: block;
    padding-left: 12px
}

.sec-order .order-list .order-item .order-inner .item-status span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--color08);
    border-radius: 50%
}

.sec-order .order-list .order-item .order-inner .item-status span.confirmed::before {
    background-color: var(--color23)
}

.sec-order .order-list .order-item .order-inner .item-status span.processing::before {
    background-color: var(--color21)
}

.sec-order .order-list .order-item .order-inner .item-status span.cancel::before {
    background-color: var(--color10)
}

.sec-order .order-list .order-item .order-inner .item-status span.delivered::before {
    background-color: var(--color22)
}

.sec-order .order-list .order-item .order-inner .order-price {
    text-align: right;
}

.sec-order .order-list .order-item .order-inner .order-price .item-price {
    color: var(--color09);
    font-weight: 500;
    font-size: 18px
}

.sec-order .order-search .date {
    position: relative;
}

.sec-order .order-search .date .date-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color04);
    padding: 0 10px;
    background-color: var(--color02);
}

.sec-order .order-search .date .date-inner .date-icon {
    width: 38px;
    min-width: 38px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--color06);
}

.sec-order .order-search .date .date-inner .form-control {
    width: 100%;
    border: 0;
    outline: none;
    background-color: var(--color02);
    font-size: 14px;
    padding-right: 6px;
    padding-left: 0;
    min-height: 30px;
}

.sec-order .order-search .date .date-inner .form-control::placeholder {
    color: var(--color07) !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.sec-order .order-search .date .date-inner .date-icon {
    height: 32px;
}

.sec-order .pagination {
    margin: 50px 0 0;
}

.sec-order .pagination .page-item {
    margin-right: 10px
}

.sec-order .pagination .page-item .page-link {
    border-radius: 4px;
    font-weight: 400;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    color: #000;
    background: var(--color01)
}

.sec-order .pagination .page-item.active .page-link {
    background: var(--color09);
    color: #fff;
    border: none
}

/* ********|| ORDER ENDS ||******** */
/* ********|| ORDER DETAILS STARTS ||******** */
.sec-order-details {
    padding: 20px 0 60px;
    background-color: var(--color17);
}

.sec-order-details .order-details-body .order-details-item {
    display: flex;
    justify-content: space-between;
}

.sec-order-details .order-details-body {
    background-color: var(--color01);
    border: 1px solid var(--color20);
    border-radius: 4px;
    padding: 20px;
}

.sec-order-details .order-details-body .order-details-inner+.order-details-inner {
    margin: 10px 0 0;
}

.sec-order-details .order-details-body .order-details-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--color09);
    margin: 0 0 10px;
    border-bottom: 1px solid var(--color20);
    padding: 0 0 10px;
}

.sec-order-details .invoice-details .invoice-text {
    font-weight: 500;
    font-size: 14px;
    color: var(--color09);
    margin: 0 0 5px;
}

.sec-order-details .invoice-details .invoice-status {
    font-weight: 500;
    font-size: 14px;
    color: var(--color09);
    margin: 0 0 5px;
}

.sec-order-details .invoice-details .invoice-status span {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
    background-color: var(--color06);
    padding: 4px 8px;
    border-radius: 4px;
    color: var(--color01);
}

.sec-order-details .invoice-details .invoice-status span.confirmed {
    background-color: var(--color23);
}

.sec-order-details .invoice-details .invoice-text span,
.order-number {
    color: var(--color08);
    margin-left: 5px;
}

.sec-order-details .invoice-amound {
    text-align: right;
}

.sec-order-details .invoice-amound .amound-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--color09);
    margin: 0 0 5px;
}

.sec-order-details .invoice-amound .amound-price {
    font-weight: 600;
    font-size: 15px;
    color: var(--color08);
    margin: 0 0 5px;
}

.sec-order-details .invoice-amound .amound-id {
    font-weight: 500;
    font-size: 12px;
    color: var(--color07);
    margin: 0 0 5px;
}


.tracking-card {
    display: flex;
    justify-content: space-between;
}

.product-tracking-inner {
    background-color: var(--color01);
    border: 1px solid var(--color20);
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0 0;
    width: 75%;
    max-width: calc(75% - 10px);
}

.product-tracking-inner .track-order {
    font-weight: 600;
    font-size: 16px;
    color: var(--color09);
    margin: 0 0 10px;
    border-bottom: 1px solid var(--color20);
    padding: 0 0 10px
}

.product-tracking-inner .tracking-order-card {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-tracking-inner .tracking-order-card .track-item .item-text {
    font-weight: 600;
    font-size: 14px;
    color: var(--color09);
    margin: 0 0 5px;
    line-height: 1.2;
}

.product-tracking-inner .tracking-order-card .track-item .item-sub-text {
    font-weight: 500;
    font-size: 13px;
    color: var(--color08);
    margin: 0 0 5px;
    word-break: break-all;
}

.shipment-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shipment-box .shipment-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -5px;
    border-bottom: 1px solid var(--color20);
}

.shipment-box .shipment-list>li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 10px);
    margin: 20px 5px;
    z-index: 1;
    position: relative
}

.shipment-box .shipment-list>li .icon.active {
    background: var(--color22);
    color: #fff;
    z-index: 1
}

.shipment-box .shipment-list>li .icon {
    width: 40px;
    height: 40px;
    background: var(--color17);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    color: var(--color08);
}

.shipment-box .shipment-list>li .icon>img {
    height: 100%;
    object-fit: contain;
    width: 100%
}

.shipment-box .shipment-list>li .line {
    position: absolute;
    background: var(--color17);
    width: 100%;
    height: 5px;
    top: 20px;
    left: 50%;
    z-index: -1
}

.shipment-box .shipment-list>li .line.active {
    background: var(--color22);
    width: 100%;
    height: 5px;
    top: 20px;
    left: 50%;
    z-index: -1
}

.shipment-box .shipment-list>li .text {
    text-align: center;
    margin-top: 7px;
    font-weight: 500;
    color: var(--color07);
    font-size: 14px;
}

.shipment-box .shipment-list>li .text p {
    margin: 0;
}

.shipment-box .shipment-list>li .text.active {
    font-weight: 500;
    color: var(--color09);
    font-size: 14px;
    line-height: 1.2;
}

.track-price {
    margin: 20px 0 0;
    width: 25%;
    max-width: calc(25% - 10px);
}

.track-price .title {
    font-weight: 600;
    font-size: 16px;
    color: var(--color09);
    margin: 0 0 10px;
    border-bottom: 1px solid var(--color20);
    padding: 0 0 10px;
    text-transform: uppercase;
}

.track-price .oreder-summary {
    background-color: var(--color01);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--color20);
}

.track-price .summary-item {
    display: flex;
    justify-content: space-between
}

.track-price .summary-item .data {
    font-size: 14px;
    font-weight: 400;
    color: var(--color09);
}

.track-price .summary-item+.summary-item {
    margin-top: 10px
}

.track-price .summary-item .text {
    font-size: 14px;
    font-weight: 500
}

.track-price .summary-item.discount .text {
    color: var(--color08)
}

.track-price .summary-item.total {
    border-top: 1px solid var(--color20);
    padding-top: 12px
}

.track-price .summary-item.total .data {
    font-size: 17px;
    font-weight: 500
}

.track-price .summary-item.total .text {
    font-size: 17px;
    font-weight: 600
}

.tracking-list {
    margin: 20px 0 0;
}

.tracking-list .tracking-item {
    display: flex;
}

.tracking-list .tracking-item+.tracking-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--color20);
}

.tracking-list .tracking-item .tracking-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid var(--color05);
    box-shadow: rgb(0 0 0 / 8%) 0 2px 10px;
    background-color: var(--color01)
}

.tracking-list .tracking-item .tracking-content {
    display: flex;
    justify-content: space-between;
}

.tracking-list .tracking-item .tracking-content .tracking-option {
    display: flex;
    flex-direction: column
}

.tracking-list .tracking-item .tracking-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tracking-list .tracking-item .product-name {
    font-weight: 600;
    font-size: 16px;
    color: var(--color09);
    margin: 0 0 5px
}

.tracking-list .tracking-item .product-sub-name {
    font-weight: 500;
    font-size: 14px;
    color: var(--color08);
}

.tracking-list .tracking-item .product-sub-name span {
    padding-left: 5px;
}

.tracking-list .tracking-item .item-price {
    color: var(--color09);
    font-weight: 600;
    font-size: 20px;
}

.tracking-list .tracking-item .item-sub-price {
    font-size: 14px;
    font-weight: 400;
    color: var(--color08);
    text-decoration: line-through;
    line-height: 1;
    margin: 0 0 5px;
}

.tracking-list .tracking-item .tracking-information {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.tracking-list .tracking-item .tracking-information .information-item {
    font-weight: 500;
    font-size: 14px;
    color: var(--color07);
    margin-right: 5px;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid var(--color20);
}

.tracking-list .tracking-item .tracking-information .information-item:last-child {
    border: none;
}

.tracking-list .tracking-details {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
    width: 90%;
    max-width: calc(90% - 10px);
}

.tracking-list .tracking-details .price-content {
    text-align: right;
}

/* ********|| ORDER DETAILS ENDS ||******** */

.side-bar-inner .account-information .account-item .active {
    font-weight: 600;
}

[type=text]:focus,
input:where(:not([type])):focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-ring-color: unset !important;
    --tw-ring-offset-shadow: unset !important;
    --tw-ring-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #6b7280 !important;
    border-color: #6b7280 !important;
}

.manage-address-content form {
    background: var(--color01);
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    width: 100%;
    max-width: 100%;
}

.checkout_page .ec-checkout-wrap {
    border: none !important;
    padding: unset !important;
}

.delete-action i {
    color: red;
    font-size: 24px;
    border: 1px solid red;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
}

.delete-modal p {
    margin-top: 10px;
    font-weight: 1.2;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
}

.empty-data-design {}

.empty-data-design .icon-img {
    width: 140px;
    height: 180px;
    margin: 0 auto;
}

.empty-data-design .icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.empty-data-design h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--bs-gray-dark);
    text-align: center;
}

.empty-data-design p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.empty-data-design .btn-shop {
    margin: 17px auto;
    background: var(--bs-green);
    width: max-content;
    color: var(--bs-gray-100);
    font-size: 14px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 6px;
}

.cart_btn.ec-cart-bottom {
    justify-content: space-between;
    display: flex;
    margin-top: auto;
}

.empty-data-design.app-sidebar-cart {
    height: 80vh;
}

.ec-cart-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

select {
    padding: 0 5px !important;
    background-image: none !important;
}

.save-btn {
    background-color: var(--color22) !important;
    color: var(--color01);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    letter-spacing: .5px;
    width: 150px;
    height: 50px;
}

.manage-list [type=radio]:not(:checked) {
    left: 20px !important;
    top: 22px !important;
    z-index: 5;
    opacity: 0;
}

.details-panel .manage-list .manage-item .manage-inner {
    margin-left: 0px;
    margin-top: 0px;
}


.margin-b-30 {
    margin-bottom: 30px;
}

.custom-jk-product-card {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0.625rem;
    cursor: pointer;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-width: 1px;
    border-color: rgba(247, 247, 247, 0.8);
    border-radius: 0.5rem;
    box-shadow: rgba(96, 96, 96, 0.16) 0px 4px 8px;
    overflow: hidden;
    gap: 0.25rem;
}

.custom-jk-product-card .discount-tag {
    position: absolute;
    top: 0px;
    padding: 5px 13px;
    font-size: 12px;
    line-height: 1rem;
    font-weight: 400;
    display: block;
    color: rgba(255, 255, 255);
    text-transform: uppercase;
    left: 0px;
    background: var(--bs-success);
}

.custom-jk-product-card .rating {
    display: flex;
    align-items: center;
    margin: 10px 0 5px 0;
}

.custom-jk-product-card .rating .rate {
    background-color: #23a65121;
    color: #23A651;
    padding: 2px 8px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.custom-jk-product-card .rating .rate i {
    color: #23A651;
    font-size: 10px;
    margin-left: 4px;
    margin-top: -2px;
}

.custom-jk-product-card .rating .number {
    font-size: 11px;
    font-weight: 500;
    margin-left: 5px;
}

.custom-jk-product-card .jk-product-img {
    padding: 0.5rem;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    height: 13rem;
}

.custom-jk-product-card .jk-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.custom-jk-product-card .jk-content-part {}

.custom-jk-product-card .jk-content-part .cat-tag {
    font-size: 12px;
    text-transform: uppercase;
    color: #696969;
    font-weight: 400;
}

.custom-jk-product-card .name {
        color: #000;
    font-size: 15px;
    text-transform: lowercase;
    font-weight: 600;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.custom-jk-product-card .name:first-letter {
    text-transform: capitalize !important;
}
.custom-jk-product-card .name::first-line {
    text-transform: capitalize !important;
}
/*first-letter,*/
/*.link:first-line {*/
/*  text-transform: uppercase;*/
/*}*/
.custom-jk-product-card .pack-options {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dadada;
    padding: 4px 8px;
    border-radius: 6px;
    margin: 10px 0;
}

.custom-jk-product-card .pack-options .pack {
    width: calc(100% - 14px);
    font-size: 14px;
    font-weight: 600;
}

.custom-jk-product-card .pack-options .icon {
    width: 14px;
    height: 14px;
}

.custom-jk-product-card .price {
    display: flex;
    align-items: flex-end;
}

.custom-jk-product-card .price .offer-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.custom-jk-product-card .price .main-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #6b7280;
    padding-left: 8px;
}

.custom-jk-product-card .actions {
    display: flex;
    align-items: center;
    width: 100%;
    ;
    margin: 10px 0 0;
}

.custom-jk-product-card .actions .wishlist {
    width: 30px;
    height: 30px;
    border: 1px solid #a51919;
    color: #a51919;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-jk-product-card .actions i {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.custom-jk-product-card .actions .btn-cart {
    background-color: #23A651;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    margin-left: 6px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}





#ec_quickview_modal .modal-dialog {
    width: 1200px;
    max-width: 1200px;
}

.qty-nav-thumb .slick-arrow:before {
    line-height: 0 !important;
}

.top-text-wrapper {
    margin: 20px 0 30px 0;
}

.top-text-wrapper h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.top-text-wrapper code {
    font-size: 0.85em;
    background: linear-gradient(90deg, #fce3ec, #ffe8cc);
    color: #ff2200;
    padding: 0.1rem 0.3rem 0.2rem;
    border-radius: 0.2rem;
}

.tab-section-wrapper {
    padding: 30px 0;
}

.location-JK{}
.location-JK h3 i{    font-size: 30px;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;}
    .location-JK .ec_ser_inner{padding: 15px 10px;}
    .location-JK .ec-service-desc p{    font-size: 14px;
    color: #0a0505;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 400;}

/* ******************* Main Styeles : Radio Card */
label.radio-card {
       cursor: pointer;
    width: 30%;
    position: relative;
    overflow: hidden;
    padding: 2px;
    margin:10px;
}
.quickview-modal .form-control[readonly] {
    background-color: #ffffff;}

.grid-wrapper {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.single-pro-content{width:100%;}
.grid-wrapper.product-details label.radio-card{width:30%;}

label.radio-card .card-content-wrapper {
    background: #fff;
    border-radius: 5px;
    max-width: 100%;
    min-height: 80px;
    padding: 10px 8px;
    display: grid;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 200ms linear;
    border: 1px solid #dadada;
}

label.radio-card .card-content-wrapper .card-content {
    padding-left: 30px;
    text-align: left;
}

label.radio-card .check-icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: absolute;
}

label.radio-card .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../assets/images/check.svg");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
}

label.radio-card input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 0;
}

label.radio-card input[type=radio]:checked+.card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #07862d;
}

label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon {
    background: #07862d;
    border-color: #07862d;
    transform: scale(1.2);
}

label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}

label.radio-card input[type=radio]:focus+.card-content-wrapper .check-icon {
    box-shadow:none;
    border-color: #07862d;
}

label.radio-card .card-content img {
    margin-bottom: 10px;
}

label.radio-card .card-content {
    /*display: flex;*/
    justify-content: space-between;
}

label.radio-card .card-content .data-item {}

label.radio-card .card-content .data-item .weight {}

label.radio-card .card-content .data-item .price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

label.radio-card .card-content .data-item .discount {
    padding: 5px 13px;
    font-size: 12px;
    line-height: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255);
    text-transform: uppercase;
    width:max-content;
    background: var(--bs-success);
}

label.radio-card .card-content h4 {
    font-size: 16px;
    letter-spacing: -0.24px;
    text-align: left;
    color: #1f2949;
    margin-bottom: 10px;
}

label.radio-card .card-content h5 {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #686d73;
}
.quickview-modal [type=radio]{
        top: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    z-index: 0;
}
.quickview-modal .modal-dialog{max-width:950px;width:950px;}




.ec-fs-pro-inner .ec-fs-pro-title a {
    font-family: "Poppins, sans-serif";
    font-weight: 600 !important;
    font-size: 20px;
    color: #000 !important;
    letter-spacing: 0.6px;
    text-decoration: none;
    white-space: unset !important;
    text-transform: capitalize;
    text-overflow: unset !important;
    display: block;
    line-height: 1.2 !important;
    margin-bottom: 10px;
    margin-top: 12px;
}



.ec-new-product-content {}

.ec-new-product-content .section-title {
    justify-content: space-between;
    align-items: center;
}

.ec-new-product-content .section-title .ec-title {}

.ec-new-product-content .see_all {
    text-align: center;
    margin: 0 !important;
    display: block;
    border: 1px solid green;
    background: green;
    color: #fff;
    width: max-content;
    padding: 4px 20px;
    font-size: 18px;
    margin-top: 0 !important;
}

.owl-butter-slider.owl-carousel .owl-stage {
    height: 480px !important;
    overflow: hidden !important;
}


.details-left-side {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.details-left-side .single-pro-img {
    width: 45%
}

.details-left-side .single-pro-desc {
    width: 50%
}


.details-left-side label.radio-card .card-content .data-item .discount {
    width: max-content;
}

.details-left-side label.radio-card .card-content {
    display: unset !important
}


.product-add-custom {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: calc(100% - 30px);
}

.product-add-custom .quantity-controls {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border: 1px solid #dadada;
    justify-content: space-between;
    height: 32px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    overflow: hidden;
}

.product-add-custom .btn {
    margin: 0;
    padding: 5px 10px;
    background-color: #23A651;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 32px;
    display: flex;
    align-items: center;
    width: 32px;
}
.product-add-custom .btn-increase{margin-right: -1px;}

.product-add-custom .btn:hover {
    color: #fff;
}

.product-add-custom .btn:hover {
    background-color: #23A651;
}

.product-add-custom .quantity {
    margin: 0 10px;
}

.ec-slide-item.promo-2-slider , .ec-slide-item.promo-1-slider{
    height:30vh;
}

.ec-slide-item.promo-2-slider .ec-slide-title, .ec-slide-item.promo-1-slider .ec-slide-title{
        font-size: 24px;
        letter-spacing: 0;
        padding-top: 15px;
        margin-bottom: 15px;
    }

#ec-main-menu-desk{
    transition: all ease 0.3s;
}

#ec-main-menu-desk.web-scroll-sticky{
    top: 90px;
}

.mobile-menu{      text-align: center;
    margin: 0 !important;
    display: block;
    border: 1px solid green;
    background: green;
    color: #fff;
    width: max-content;
    padding: 4px 10px;
    font-size: 14px;
    margin-top: 0 !important;
    position: relative;
    z-index: 97;
    right: 60px;}
    .ec-all-product-content .slick-arrow {
    width: auto;
    top: -76px !important;
}
.fixed-header #mega-menu>.btn-mega>span{top: 37px;}
.fixed-header #mega-menu{height: 55px;}
.fixed-header #mega-menu>.btn-mega{line-height: 76px;}
/* ********|| RESPONSIVE STARTS ||******** */

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

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 990px) {
    .details-left-side .single-pro-desc, .details-left-side .single-pro-img, #ec_quickview_modal .modal-dialog{width:100%;max-width:100%;}
    .details-left-side{flex-wrap:wrap;}
    .grid-wrapper.product-details label.radio-card, label.radio-card{width: 45%;margin: 8px;}
    .quickview-modal .modal-dialog{max-width:100%;width: 100%;}
    .qty-nav-thumb  .qty-slide{height:100px;}
    .qty-nav-thumb  .qty-slide img{height:80px; width: 100%;
    object-fit: contain;}
    .qty-product-cover .qty-slide img{height: 280px;width: 100%;object-fit: contain;}
    .custom-jk-product-card .actions .btn-cart{font-size:5px;}
    .product-add-custom{margin-left:0;}
    .custom-jk-product-card .jk-product-img{height:10rem;}
    
    .owl-butter-slider.owl-carousel .owl-stage{height: 420px !important;}
 .mobile-menu{display:block;}
 .ec-all-product-content .slick-arrow {
    width: auto;
    top: -78px !important;
}
}
@media screen and (max-width: 990px) and (orientation: landscape){

}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 767px)  and (orientation: landscape){

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 480px) {

	
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}
/* ********|| RESPONSIVE ENDS ||******** */

.slick-track{margin-left:unset;}





