/*<!-- bootstrep -->*/
@import url('../css/bootstrap.min.css');

/* <!-- fontawsome -->*/
@import url('../css/all.css');

/* <!-- iconsax -->*/
@import url('../css/iconsax.css');

/* <!-- select2 -->*/
@import url('../css/select2.min.css');

/* <!-- datatable -->*/
@import url('../css/dataTables.bootstrap5.min.css');

/* <!-- slick css -->*/
@import url('../css/slick.css');




@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

:root {
    --rs-primary-color: #D90B1D;
    --rs-main-color: #e5e5e5;
    --rs-second-color: #f33;
    --rs-font-color: #000;
    --rs-white-color: #fff;
    --rs-font-style: 'Poppins', sans-serif;
    --rs-title-style: "Onest", sans-serif;
}

/**user-selext-content**/
::-moz-selection {
    /* Code for Firefox */
    color: var(--rs-white-color);
    background: var(--rs-primary-color);
}

::selection {
    color: var(--rs-white-color);
    background: var(--rs-primary-color);
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: var(--rs-title-style);
    font-weight: 600;
}

/**user-selext-content-end**/
body {
    /*-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--rs-font-style);
    color: var(--rs-font-color);
    font-weight: 500;
}

/* loader and scrollbar */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99;
}

#status {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: green;
    /*background-image: url('../../images/Loader.gif');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

/*scroll bar css**/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px var(--rs-primary-color);
    background-color: var(--rs-primary-color);
}

/*loader and scrollbar end*/

/* input focus */
.form-control:focus {
    box-shadow: 0 0 0px 0px rgb(147 147 147) !important;
    border-color: #000000;
}

img {
    max-width: 100%;
}

/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 37px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe5ef;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}

.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}

.select2-selection__rendered li:nth-child(3n + 1) button,
.select2-selection__rendered li:nth-child(3n + 1) {
    background: var(--rs-primary-color);
    !important;
    color: #fff !important;
    border-color: #fff !important;
}

.select2-selection__rendered li:nth-child(3n + 2) button,
.select2-selection__rendered li:nth-child(3n + 2) {
    background: #df24c6 !important;
    color: #fff !important;
    border-color: #fff !important;
}


.select2-selection__rendered li:nth-child(3n + 3) button,
.select2-selection__rendered li:nth-child(3n + 3) {
    background: #72922e !important;
    color: #fff !important;
    border-color: #fff !important;
}

span.selection {
    display: block;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--rs-primary-color);
}

/* datatable css */
.table>:not(caption)>*>* {
    padding: 10px;
}

table.dataTable thead>tr>th,
table.dataTable thead>tr>th {
    background: var(--rs-primary-color);
    color: #fff;
    text-align: center;
}

.active>.page-link,
.page-link.active,
.page-link:hover {
    background: var(--rs-primary-color);
    border-color: var(--rs-primary-color);
    color: var(--rs-white-color);
}

.page-link {
    color: var(--rs-font-color);
}

.slick-slide {
    padding: 0;
    /* background:  var(--rs-primary-color); */
    margin: 0;
}

/*.slick-active.slick-slide{
    background: yellow;
    color: #000;
}*/

/***slick arrow***/
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    height: auto;
    line-height: normal;
}

.slick-prev {
    left: 15px;
    z-index: 2;
}

.slick-next {
    right: 15px;
    z-index: 2;
}

.slick-prev:after {
    content: '\f104';
    display: block;
    color: #000;
    font-family: FontAwesome;
    font-size: 40px;
}

.slick-next:after {
    content: '\f105';
    display: block;
    color: #000;
    font-family: FontAwesome;
    font-size: 40px;
}

/***end***/

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

.header_inner .logo img {
    width: 150px;
}

.header {
    padding: 20px 0;
    box-shadow: 0px 8px 24px #F1F1F17A;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 1024;
}

.btn-primary {
    background: #D90B1D;
    border-color: #D90B1D;
    padding: 7px 20px;
    border-radius: 50px;
    position: relative;
}

.btn-primary:hover {
    background: #0D0D0D;
    border-color: #0D0D0D;
}

.modal-footer,
.modal-body,
.modal-header {
    border: 0;
}

.modal-content {
    border-radius: 20px;
}

.login_module {
    max-width: 400px;
    margin: auto;
}

.login_module h2 {
    text-align: center;
    font-weight: 600;
}

.login_module p {
    text-align: center;
    color: #868589;
}

.form-label {
    color: #000;
    font-weight: 600;
}

.form-control {
    border: 1px solid #E7E7E7;
    border-radius: 50px;
    padding: 10px 15px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.product_row {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pro_duct_title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}

.pro_box {
    box-shadow: 0px 8px 24px #F1F1F13D;
    border: 1px solid #F3F3F3;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}

.pro_content {
    padding: 15px 10px;
}

.pro_content h4 {
    font-size: 18px;
    font-weight: 600;
}

.pro_content p {
    color: #565656;
    margin: 0;
    padding: 0 0 5px;
}

.pro_content span {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.pro_content span img {
    width: 20px;
    margin-right: 8px;
}

.btn-primary-br {
    border: 1px solid #D90B1D;
    border-radius: 23px;
    /* display: table; */
    color: #D90B1D;
    padding: 7px 15px;
}

.btn-primary-br:hover {
    background: #D90B1D;
    color: #fff;
}

.main_box {
    display: flex;
    flex-wrap: wrap;
}

.main_box .item {
    width: 20%;
    padding: 0 10px;
        position: relative;
    margin-bottom: 20px;
}


.footer {
    background: #D90B1D;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1024;
}

.footer p {
    margin: 0;
    font-weight: 500;
}

.wrapper {
    padding: 80px 0 50px 0;
}

.back_arrow a {
    font-size: 0;
}

.back_arrow a i {
    font-size: 24px;
    color: #000;
}

.back_arrow a:hover i {
    color: #d90b1d;
}

.brack_thu {
    color: #d90b1d;
    font-weight: 600;
    font-size: 16px;
}

.brack_thu a {
    text-decoration: none;
    color: #565656;
}

.brack_thu a:hover {
    color: #d90b1d;
}

.product_detiles_inner {
    padding: 10px 0 15px;
    border-bottom: 1px solid #E6E6E6;
}

.product_detiles_inner h4 {
    font-weight: 600;
}

.product_detiles_inner span,
.product_detiles_inner p {
    color: #565656;
}

.product_detiles_inner span {
    display: inline-block;
    padding-bottom: 5px;
}

.product_detiles_inner h5 {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.product_detiles_inner h5 img {
    width: 22px;
    margin-right: 5px;
}

.custom_radio label span {
    background: #FCFCFC;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
}

.custom_radio label input:checked+span {
    background: #d90b1d;
    color: #fff;
}

.disbled_radio span {
    color: #d1cece;
    overflow: hidden;
    position: relative;
}

.disbled_radio span:before,
.disbled_radio span:after {
    background: #d1cece;
    position: absolute;
    content: '';
    width: 1px;
    height: 130%;
    transform: rotate(45deg);
}

.disbled_radio span:after {
    transform: rotate(137deg);
}

.custom_radio label input {
    display: none;
    cursor: pointer;
}

.custom_radio label span {
    background: #FCFCFC;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
}

.custom_radio label input:checked+span {
    background: #d90b1d;
    color: #fff;
}

.disbled_radio span {
    color: #d1cece;
    overflow: hidden;
    position: relative;
}

.disbled_radio span:before,
.disbled_radio span:after {
    background: #d1cece;
    position: absolute;
    content: '';
    width: 1px;
    height: 130%;
    transform: rotate(45deg);
}

.disbled_radio span:after {
    transform: rotate(137deg);
}

.custom_radio label input {
    display: none;
    cursor: pointer;
}

.product_size p,
.product_quantity p {
    font-weight: 600;
    margin: 0 0 10px;
}

.product_size {
    padding: 15px 0;
}

.que {
    display: flex;
    align-items: center;
    background: #FCFCFC;
    border-radius: 4px;
    overflow: hidden;
}

.que span {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #E7E7E7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.que input {
    width: 40px;
    text-align: center;
    background: #FCFCFC;
    height: 40px;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    outline: none;
    border-left: 0;
    border-right: 0;
}

.product_quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.product_quantity .left {
    padding-right: 15px;
}

.que span:hover {
    background: #d90b1d;
    color: #fff;
}

.pro_des p {
    color: #565656;
}

.pro_des {
    padding: 30px 0 0;
}

.back_arrow {
    padding-bottom: 20px;
}

.img_big {
    padding-bottom: 30px;
}

.img_big .item {
    border-radius: 12px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.img_small {
    padding: 0 50px;
}

.img_small .item {
    padding: 0 5px;
    background: #fff;
    overflow: hidden;
}

/* .img_small .item img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
} */

.img_small .item img {
    border-radius: 6px;
    opacity: 0.6;
    transition: all 0.2s ease;
}

.img_small .slick-current img {
    opacity: 1;
    /* border: 2px solid #c5c5c5; */
    transform: scale(1);
}

.img_small .slick-center img {
    border: none;
    transform: none;
}


.slick-arrow {
    width: 30px;
    height: 30px;
    border: 0;
}

.slick-prev:after,
.slick-next:after {
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C1C1C1;
    border: 1px solid #C1C1C1;
    border-radius: 50px;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #000000;
    border: 2px solid #000000;
}

.menu_header,
.login_after_bt {
    display: flex;
    flex-wrap: wrap;
}

.login_after_bt .btn {
    margin: 0 5px;
}

.btn-primary-br.text_red {
    background: transparent !important;
    color: #D90B1D;
    border-color: #D90B1D;
}

.btn-cart {
    padding: 0 0 0 5px;
    text-align: center;
    position: relative;
}

.btn-cart span {
    background: #D90B1D;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_product {
    border: 1px solid #F3F3F3;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
}

.checkout_product .left {
    width: 108px;
}

.check_img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.check_count {
    display: flex;
    justify-content: center;
}

.checkout_product .right {
    width: calc(100% - 108px);
    padding-left: 20px;
}

.checkout_product .right p {
    margin: 0;
    color: #565656;
    padding: 2px 0;
}

.checkout_product .right h4 {
    font-weight: 600;
    font-size: 20px;
}

.checkout_product .right span {
    font-weight: 600;
    padding: 5px 0;
    display: inline-block;
}

.checkout_product .right span img {
    width: 23px;
    vertical-align: bottom;
}

.checkout_product .right p b {
    color: #000;
}

.checkout_product .right span {
    font-weight: 600;
}

.que span#minus {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.que #plus {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.checkout_product .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 7px;
    border: 1px solid #848484;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_product .btn img {
    width: 100%;
}

.checkout_product .btn:hover {
    background: rgb(132 132 132 / 10%);
}

.checkout_box {
    border: 1px solid #F3F3F3;
    border-radius: 12px;
    padding: 20px 0;
}

.order_summay {
    padding: 0 20px;
}

.order_summay h3.pro_duct_title {
    font-size: 18px;
}

.order_summay h2.pro_duct_title {
    font-size: 22px;
}

.red_card {
    border: 1px solid #F3B0B6;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.red_card .card_coin {
    position: absolute;
    top: -50px;
    right: -30px;
    z-index: -1;
    opacity: 0.02;
}

.red_card ul {
    padding: 10px 20px;
    margin: 0;
}

.red_card .card_logo img {
    width: 120px;
}

.red_card ul li {
    color: #262626;
    list-style: none;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.red_card ul li img {
    height: 15px;
    margin-right: 10px;
}

.red_card .card_logo {
    padding: 20px 20px 0;
    margin: 0;
}

.balance_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #F3B0B6;
}

.balance_row h5 {
    margin: 0;
}

.balance_row span {
    font-size: 20px;
    font-weight: 600;
}

.balance_row span img {
    width: 30px;
    vertical-align: bottom;
}

.balance_grey {
    border-top: 1px solid #F3F3F3;
}

.balance_grey .item {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.balance_grey .item h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.balance_grey .item.last_row {
    border: 1px solid #F3F3F3;
}

.balance_grey .item.last_row h2 {
    font-size: 22px;
    margin: 0;
}

.order_btn {
    display: flex;
    padding: 30px 20px 10px;
    justify-content: end;
}

.order_btn a {
    margin-right: 10px;
}

.confirm_order {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0 0;
}

.confirm_order img {
    max-width: 180px;
}

.confirm_order h3 {
    color: #D90B1D;
    margin: 0;
    padding: 30px 0 0 0;
}

.confirm_order p {
    color: #3E3D3D;
}

/***new add css***/

.rs_hero_banner .slick-prev:after,
.rs_hero_banner .slick-next:after,
.img_big .slick-prev:after,
.img_big .slick-next:after {
    color: #000000;
    border: 1px solid #000000;
}

.checkout_product_user_info {
    border: 1px solid #F3F3F3;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}

.checkout_product_user_info ul {
    margin: 0;
    padding: 0;
}

.checkout_product_user_info ul li {
    list-style: none;
}

.pro_box {
    position: relative;
}

.wislist_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
}

.form-control:disabled {
    background: #fbfbfb;
}

.wishlist_icon {
    position: absolute;
    top: 8px;
    right: 18px;
    font-size: 16px;
    cursor: pointer;
    z-index: 99;
}

.wishlist_icon i {
    color: #d90b1d !important;
}

.wishlist_scroll {
    max-height: calc(100vh - 282px);
    overflow: auto;
}

.daterange {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 9px 15px;
}

.pd__rs.btn-primary {
    border-radius: 6px;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    line-height: 8px;
}

.budget_final {
    display: flex;
    align-items: center;
    border: 1px solid #d90b1d;
    border-radius: 8px;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 15px;
}

.budget_final .left p {
    font-size: 16px;
    margin: 0;
    line-height: 11px;
    text-align: center;
    padding: 5px 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.budget_final .left {
    padding: 0;
}

.budget_final .left span {
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center;
    color: #696969;
    width: 100%;
    background: #d90b1d;
    padding: 1px 20px;
    color: #fff;
}

.rs_upload_img {
    border: 1px dashed #AAABAE;
    border-radius: 10px;
    text-align: center;
    padding: 40px 20px;
    background: #f4f4f4;
    box-shadow: inset 0 0 0px 6px #ffffff;
    position: relative;
    max-width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rs_upload_img img {
    width: 30px;
}

.rs_upload_img .upload_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    object-fit: contain;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
}

.rs_upload_img p {
    margin: 0;
    color: #757575;
    display: none;
}

.rs_upload_img h5 {
    margin: 0;
    padding: 5px 0;
    color: #141414;
    font-size: 14px;
}

.rs_upload_img input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.rs_upload_new {
    display: flex;
    align-items: center;
}

.profile_img {
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_box.list .item .pro_box .pro_content .btn-primary-br {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
}
.img_big .item img {
    width: 100%;
    height: 540px;
    margin: 0 auto;
    object-fit: contain;
}
.img_small .item img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.img_big .item {
    background: #f4f4f4;
    padding: 5px;
}

/*min-devices-media-query*/

@media (min-width: 575.98px) {
    ...
}

@media (min-width: 767.98px) {
    ...
}

@media (min-width: 991.98px) {
    ...
}

@media (min-width: 1024.98px) {
    ...
}

@media (min-width: 1199.98px) {
    ...
}

@media (min-width: 1200.98px) {
    ...
}

/*max-devices-media-query*/

@media (max-width: 1200.98px) {
    ...
}

@media (max-width: 1199.98px) {
    ...
}

@media (max-width: 1024.98px) {
    ...
}

@media (max-width: 991.98px) {
    .main_box .item {
        width: 33.33%;
    }

    .custom_radio label span {
        width: 40px;
        height: 40px;
    }

}

@media (max-width: 767.98px) {

    .menu_header,
    .login_after_bt {
        justify-content: end;
    }

    .main_box .item {
        width: 50%;
    }

    .img_small {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .btn-primary-br.text_red {
        font-size: 0;
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .login_after_bt {
        align-items: center;
    }

    .order_btn {
        padding: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .order_btn .btn {
        margin-bottom: 5px;
    }
}

@media (max-width: 475.98px) {
    .main_box .item {
        width: 100%;
        padding: 0;
    }

    .checkout_product .right h4 {
        font-size: 16px;
        padding-right: 30px;
    }

    .checkout_product .left {
        width: 90px;
    }

    .checkout_product .right span {
        padding: 0px 0;
    }

    .checkout_product .right {
        padding-left: 10px;
        width: calc(100% - 90px);
    }

    .checkout_product .btn {
        width: 20px;
        height: 20px;
        padding: 4px;
        border-radius: 4px;
    }

    .product_quantity .right a {
        margin-top: 10px;
    }

    .order_summay {
        padding: 0 10px;
    }

    .balance_grey .item {
        padding: 10px;
    }
}

:root {
    --hue: 223;
    --primary: #D90B1D;
}

.preloader {
    text-align: center;
    max-width: 20em;
    width: 100%;
}

.preloader__text {
    position: relative;
    height: 1.5em;
}

.preloader__msg {
    animation: msg 0.3s 13.7s linear forwards;
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
}

.preloader__msg--last {
    animation-direction: reverse;
    animation-delay: 14s;
    visibility: hidden;
}

.cart {
    display: block;
    margin: 0 auto 1.5em auto;
    width: 8em;
    height: 8em;
}

.cart__lines,
.cart__top,
.cart__wheel1,
.cart__wheel2,
.cart__wheel-stroke {
    animation: cartLines 2s ease-in-out infinite;
}

.cart__lines {
    stroke: var(--primary);
}

.cart__top {
    animation-name: cartTop;
}

.cart__wheel1 {
    animation-name: cartWheel1;
    transform: rotate(-0.25turn);
    transform-origin: 43px 111px;
}

.cart__wheel2 {
    animation-name: cartWheel2;
    transform: rotate(0.25turn);
    transform-origin: 102px 111px;
}

.cart__wheel-stroke {
    animation-name: cartWheelStroke;
}

.cart__track {
    stroke: hsla(var(--hue), 10%, 10%, 0.1);
    transition: stroke var(--trans-dur);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 10%, 10%);
        --fg: hsl(var(--hue), 10%, 90%);
    }

    .cart__track {
        stroke: hsla(var(--hue), 10%, 90%, 0.1);
    }
}

/* Animations */
@keyframes msg {
    from {
        opacity: 1;
        visibility: visible;
    }

    99.9% {
        opacity: 0;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes cartLines {

    from,
    to {
        opacity: 0;
    }

    8%,
    92% {
        opacity: 1;
    }
}

@keyframes cartTop {
    from {
        stroke-dashoffset: -338;
    }

    50% {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 338;
    }
}

@keyframes cartWheel1 {
    from {
        transform: rotate(-0.25turn);
    }

    to {
        transform: rotate(2.75turn);
    }
}

@keyframes cartWheel2 {
    from {
        transform: rotate(0.25turn);
    }

    to {
        transform: rotate(3.25turn);
    }
}

@keyframes cartWheelStroke {

    from,
    to {
        stroke-dashoffset: 81.68;
    }

    50% {
        stroke-dashoffset: 40.84;
    }
}


.loader {
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 85%);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}

.dropdown-menu-end {
    padding: 0;
    background: #d90b1d;
    border: 0;
}

.dropdown-item {
    padding: 10px 14px;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.white_table {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #bebebe66;
    border-radius: 14px;
    padding: 30px;
}

.toggle {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.toggle label {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.toggle label:before {
    content: '';
    width: 40px;
    height: 22px;
    background: rgb(217 11 29 / 50%);
    position: relative;
    display: inline-block;
    border-radius: 46px;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

.toggle label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

.toggle input[type="checkbox"]:checked+label:before {
    background: rgb(110 220 95 / 70%);
}

.toggle input[type="checkbox"]:checked+label:after {
    left: 20px;
}

table td,
table th {
    text-align: center;
    vertical-align: middle;
    padding: 10px !important;
}

.dataTables_scrollBody tr th {
    padding: 0 10px !important;
}

.text-bg-dark {
    display: inline-block;
    padding: 8px 8px;
    font-weight: 500;
    font-size: 14px;
}

.coin_v {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
}

.pending {
    text-align: center;
    color: #fff;
    background: #8cb9dc;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    line-height: 25px;
    padding: 0 10px;
}

.checker {
    text-align: center;
}

.timer {
    text-align: center;
}

.text-bg-success {
    background: #0e9100 !important;
}

.checker.new_checker i,
.timer.new_pending i {
    background: transparent;
    padding: 0;
}

.checker.new_checker {
    background: #3ABC2F;
}

.timer.new_pending {
    background: #F49B06;
}

.checker.new_checker,
.timer.new_pending {
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 50px;
}

.ongoing_s span {
    font-weight: 900;
    color: #D90B1D;
    cursor: pointer;
}

.pending,
.checker.new_checker,
.timer.new_pending {
    font-size: 12px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.pending i,
.checker.new_checker i,
.timer.new_pending i {
    font-size: 12px;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    display: none;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    display: none;
}

.btn-success {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 0;
}

.login_module ul {
    margin: 0;
    padding: 15px 0 0 0;
}

.login_module ul li {
    list-style: none;
    font-size: 16px;
    padding: 5px 15px;
    background: #f8f8f8;
    margin-bottom: 8px;
    border-left: 2px solid #d90b1d;
}

.checkout_product .right span span {
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: #d90b1d;
    color: #fff;
}

.login_module .right p {
    text-align: left;
    width: 100%;
}

.login_module .checkout_product {
    padding: 0;
    border: 0;
    margin: 0;
}

.grecaptcha-badge {
    z-index: 9999 !important;
}

label.error,
#size-error {
    color: red;
}

.size-error {
    color: red;
}

.pro_img img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    object-position: center;
}

.pro_img {
    background: #f8f8f8;
    height: 230px;
}
.main_box .item a {
    display: block;
    text-decoration: none;
    color: #000;
}

.main_box .item .btn-primary-br:hover {
    color: #fff;
}

.modal-header .btn-close {
    background: none;
    font-size: 22px;
    padding: 0 10px 0 0;
}

.pro_box:hover {
    background: #f2f2f2;
}

.main_box .item a.btn.btn-primary-br {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.upload_profile {
    padding-bottom: 7px;
}

.rs__new_upload_img {
    position: relative;
}

.rs__new_upload_img span {
    width: 100%;
    display: block;
    text-align: center;
    background: rgb(0 0 0 / 10%);
    padding: 8px 0;
    border-radius: 8px;
    color: #000000;
    border: 1px solid #000000;
    font-size: 14px;
    cursor: pointer;
}

.rs__new_upload_img input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


.list_view {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    overflow: hidden;
}

.list_view a {
    border-radius: 0;
    width: 40px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_view a svg {
    width: 14px;
}

.main_box.list .item {
    width: 50%;
}

.main_box.list .item .pro_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.main_box.list .item .pro_box .pro_img {
    width: 100%;
    width: 200px;
}
.list_view a.active {
    background: #d90b1d;
}

.list_view a.active svg {
    fill: #fff;
}

.main_box.list .item  .wishlist_icon i {
    color: #d90b1d !important;
}

@media (max-width: 767.98px) {

    /* .main_box.list .item .pro_box .pro_img,
    .main_box.list .item  {
    width: 100%;
} */
    .main_box.list .item {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .main_box.list .item .pro_box .pro_img {
    width: 100%;
}

.main_box.list .item .pro_box .pro_content {
    width: 100%;
}

.main_box.list .item .pro_box {justify-content: center;}

.main_box.list .item .pro_box .pro_img img {
    margin: 0 auto !important;!i;!;
    display: table;
}
}


span.plus {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

span.minus {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.wish_size .custom_radio label span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    font-size: 12px;
}
.product_size.wish_size {
    padding-bottom: 0;
}


@media (max-width: 991.98px) {
    .img_big .item img {
    height: 300px;
}
.img_small .item img {
    height: 100px;
}
}

@media (max-width: 767.98px) {
    .img_big .item img {
    height: 250px;
}
.img_small .item img {
    height: 100px;
}
}
@media (max-width: 575.98px) {
    .img_small  .slick-list.draggable {
    padding: 0 !important;
}
}
