@import 'https://fonts.googleapis.com/css2?family=Work+Sans: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';
:root {
   --font-family-sans-serif: 'Work Sans', sans-serif;
   --cutom-danger: #ff000b;
}

html,
body,
button,
input,
optgroup,
select,
textarea,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.tooltip,
.popover,
.card .card-header .card-title,
.font-primary,
.font-secondary,
.text-overline,
.daterangepicker,
.apexcharts-canvas .apexcharts-legend-series,
.apexcharts-canvas .apexcharts-legend-text,
.apexcharts-canvas .apexcharts-title-text,
.apexcharts-canvas .apexcharts-xaxis-label,
.apexcharts-canvas .apexcharts-xaxis-title,
.apexcharts-canvas .apexcharts-yaxis-label,
.apexcharts-canvas .apexcharts-yaxis-title,
.apexcharts-canvas text {
   font-family: work sans, sans-serif
}

.alert-border-danger {
   background-color: #fff2f2;
}

.alert-border-primary {
   background-color: #e7eaff;
}

.alert-border-success {
   background-color: #dcfff6;
}

.alert-border-dark {
   background-color: #ededed;
}

table {
   font-weight: 500 !important;
}

.table tfoot th,
.table thead th {
   font-size: .689rem;
   font-weight: 600;
   color: #0f4588;
}

.table td,
.table th {
   vertical-align: middle;
}

.table.dasboard-table thead th {
   color: #212841;
   background: #f7f7f7;
   border-color: #d7e3eb;
}

body {
   background-color: #f4f5f8;
}

.admin-sidebar .menu .menu-item:hover {
   background: #f5f5f5;
}

.admin-sidebar .menu .menu-item .menu-link {
   padding: 10px 14px;
}

.admin-sidebar .menu .menu-item .menu-link .menu-label {
   color: #6f7582;
}

.admin-sidebar .menu .menu-item .menu-link .menu-icon .icon-placeholder {
   color: #585d67;
   font-size: 18px;
}

.admin-sidebar .menu .menu-item .menu-link .menu-icon {
   background: #f4f5f8;
   width: 32px;
   height: 32px;
}

.admin-sidebar .menu .menu-item>.menu-link:hover .icon-placeholder,
.admin-sidebar .menu .menu-item>.menu-link:hover .menu-label {
   color: #df280f;
}

.admin-sidebar .menu .menu-item.active>.menu-link .icon-placeholder,
.admin-sidebar .menu .menu-item.active>.menu-link .menu-label {
   color: #df280f;
}

.pro-form-details .form-group .dasboard-table thead {
   position: sticky;
   top: -1px;
   background: #fff;
   ;
}

.pro-form-details::-webkit-scrollbar {
   width: 10px;
}

.pro-form-details .table-responsive {
   max-height: 180px;
   overflow: auto;
}

.pro-form-details .table-responsive::-webkit-scrollbar {
   width: 4px;
}

.pro-form-details .table-responsive::-webkit-scrollbar-track {
   background: #f1f1f1;
}

.pro-form-details .table-responsive::-webkit-scrollbar-thumb {
   background: #888;
}

.pro-form-details .select2-container {
   width: 100% !important;
}

.fixed-filter {
   position: sticky;
   top: 0px;
   width: 100%;
   left: 0;
   z-index: 999;
}

.fixed-filter .card {
   border-bottom: 1px solid #dce4ec
}

.filter-box input.form-control {
   height: calc(1.5em + .75rem + 5px);
}

.filter-box .form-group {
   margin-bottom: 0;
}

.filter-box .form-group .dropdown-toggle {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   min-width: 20px !important;
   max-width: 110px !important;
}

.pro_listing {
   margin: 0;
   padding: 0;
   display: inline-flex;
   flex-wrap: wrap;
   gap: 10px 10px;
}

.pro_listing li {
   flex-grow: 6;
   list-style: none;
   font-weight: 500;
   display: flex;
   align-items: center;
   width: 16%;
   padding: 12px 10px;
   border: 1px solid #e2e9f1;
   padding-right: 0;
   min-height: 80px;
   font-size: 0.88rem;
   line-height: normal;
   cursor: pointer;
   transition: .4s;
   border-radius: 8px;
   background: linear-gradient(90deg, #fef3f2 50%, #fff 0) var(--_p, 100%)/200% no-repeat;
   box-shadow: rgb(34 41 57 / 15%) 0px 4px 20px 0px;
}

.pro_listing li .icon {
   margin-right: 9px;
}

.pro_listing li:hover {
   --_p: 0%;
   border: 1px solid #fbd4cf;
}

.pro_listing li:hover .product_name {
   color: #000;
}

.product-text h5.title {
   font-size: 16px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.card.product-box {
   transition: all 0.5s ease;
   /* background: transparent */
}

.card.product-box:hover .product-text h5.title {
   color: #f20;
}

.product-img {
   width: 100%;
   height: 215px;
   overflow: hidden;
   position: relative;
   /* border-radius: 5px; */
   transition: all 0.5s ease;
}

.card.product-box:hover .product-img {
   /* padding: 1px; */
   padding-bottom: 0;
}

.card.product-box .product-img img {
   transition: all 0.8s ease;
}

.card.product-box .product-img img:hover {
   transform: scale(1.3);
}

.product-img img {
   object-fit: none;
}

.product-card-actions {
   position: sticky;
   z-index: 10;
   bottom: -5px;
   opacity: 0;
   visibility: hidden;
   width: 100%;
   transition: .5s;
   transform: translate(0);
}

.product-card-actions .btn-custom {
   background: #fff;
   color: #232323;
   border: 1px solid #232323;
   width: 100%;
   min-width: auto;
   padding: 12px 15px 11px;
   border-radius: 0;
}

.product-card-actions .btn-custom:hover {
   background: #333;
   color: #fff;
}

.card.product-box:hover .product-card-actions {
   opacity: 1;
   visibility: visible;
   pointer-events: auto;
   bottom: 0;
}

.short-by {
   background: #fff;
   padding: 14px 10px 2px 10px;
   border-radius: 6px;
   border: 1px solid #f2f2f2;
   position: relative;
}

.short-by small {
   display: block;
   position: absolute;
   top: 0px;
   left: 10px;
}

.short-by .form-controls {
   border: none
}

.short-by .form-controls:focus-visible {
   outline: none;
}

.admin-sidebar .menu .menu-item.opened .sub-menu {
   background: #ffffff;
}

#select_all_orders,
.order_id_checkbox {
   position: relative;
   top: 3px;
}

@media (max-width:767px) {
   .product-card-actions {
       bottom: 0;
       opacity: 1;
       visibility: visible;
   }
   .product-card-actions .btn-custom,
   .product-card-actions .w-100 {
       width: 49% !important;
       font-size: 11px;
       margin-top: 6px;
   }
}
/*---==============*/

.bbb_viewed {
   padding-top: 51px;
   padding-bottom: 60px;
   background: #eff6fa
}

.bbb_main_container {
   background-color: #fff;
   padding: 11px;
}

.bbb_viewed_title_container {
   border-bottom: solid 1px #dadada;
   position: relative;
}

.bbb_viewed_title {
   margin-bottom: 16px;
   margin-top: 8px;
}

.bbb_viewed_nav_container {
   position: absolute;
   right: -5px;
   bottom: 0px
}

.bbb_viewed_nav {
   display: inline-block;
   cursor: pointer
}

.bbb_viewed_nav i {
   color: #dadada;
   font-size: 38px;
   padding: 5px;
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -ms-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
   color: #df280f
}

.bbb_viewed_slider_container {
   padding-top: 13px;
}

.bbb_viewed_item {
   width: 100%;
   background: transparent;
   border-radius: 2px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 30px;
   padding-right: 30px;
   border-right: 1px solid #d2d0d0;
}

.bbb_viewed_image {
   width: 150px;
   height: 150px;
}

.bbb_viewed_image img {
   display: block;
   max-width: 100%
}

.bbb_viewed_content {
   width: 100%;
   margin-top: 2px
}

.bbb_viewed_price {
   font-size: 16px;
   color: #000000;
   font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
   color: #df3b3b
}

.bbb_viewed_price span {
   position: relative;
   font-size: 12px;
   font-weight: 400;
   color: rgba(0, 0, 0, 0.6);
   margin-left: 8px
}

.bbb_viewed_price span::after {
   display: block;
   position: absolute;
   top: 6px;
   left: -2px;
   width: calc(100% + 4px);
   height: 1px;
   background: #8d8d8d;
   content: ''
}

.bbb_viewed_name {
   margin-top: 3px
}

.bbb_viewed_name a {
   font-size: 14px;
   color: #000000;
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -ms-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease
}

.bbb_viewed_name a:hover {
   color: #0e8ce4
}

.item_marks {
   position: absolute;
   top: 18px;
   left: 18px
}

.item_mark {
   display: none;
   width: 36px;
   height: 36px;
   border-radius: 50%;
   color: #FFFFFF;
   font-size: 10px;
   font-weight: 500;
   line-height: 36px;
   text-align: center
}

.item_discount {
   background: #df3b3b;
   margin-right: 5px
}

.item_new {
   background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
   display: inline-block;
   transition: .2s all;
}

.bbb_viewed_item.is_new .item_new {
   display: inline-block
}

.bbb_viewed_item .hover-action {
   opacity: 0;
   position: absolute;
   bottom: 4px;
   z-index: 9;
   background: #fff;
   padding: 6px 2px;
   transition: .2s all;
}

.bbb_viewed_item .hover-action .btn {
   background: #fff;
   color: #232323;
   font-size: 12px;
   border: 1px solid #232323;
}

.bbb_viewed_item .hover-action .btn:hover {
   background: #333;
   color: #fff;
}

.bbb_viewed_item:hover .hover-action {
   opacity: 1;
}

.scroll-wrapper>.scroll-content {
   display: flex;
   flex-direction: column;
}

.menu-item.logout {
   width: calc(100% - 38px);
   margin: auto auto 20px;
   display: flex;
   align-items: center;
   justify-content: start;
}

.filter-box {
   background: #f4f4f4;
   padding: 10px 20px;
}

@media (max-width:767px) {
   .fixed-filter {
       position: relative;
   }
   .filter-box {
       margin-top: 12px;
   }
   .pro_listing li {
       width: 45%;
   }
   .card.product-box .product-img {
       height: auto
   }
   .product-text h5.title {
       font-size: 13px;
       padding: 1px 0px !important;
   }
   /* .product-text .price {
   width: 100%;
   text-align: left;
} */
   .product-text p span {
       font-size: 12px;
   }
   .product-text p span.d-block {
       display: inline-block !important;
   }
}
/*8--- Tabs --*/

.tabs {
   position: relative;
   overflow: hidden;
   margin: 0 auto;
   width: 100%;
}
/* Nav */

.tabs nav {
   text-align: center;
}

.tabs nav ul {
   position: relative;
   display: flex;
   padding: 0;
   list-style: none;
   flex-flow: row wrap;
   justify-content: center;
}

.tabs nav ul li {
   position: relative;
   z-index: 1;
   display: block;
   margin: 0;
   text-align: center;
   flex: 1;
}

.tabs nav a {
   position: relative;
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   line-height: 2.5;
}

.tabs nav a span {
   vertical-align: middle;
   font-size: 0.75em;
}

.tabs nav li.tab-current a {
   color: var(--cutom-danger);
   font-weight: 600;
}

.tabs nav a:focus {
   outline: none;
}

.tabs.tab-custome nav ul {
   border-bottom: 1px solid rgb(242 84 91);
}

.tabs.tab-custome nav ul li {
   flex: none;
   min-width: 22%;
}

.tabs-style-linetriangle.tabs.tab-custome nav a {
   border: none;
}

.search-link.input-group-flush .form-control-prepended {
   padding-right: 84px;
   border-left-width: 1px;
   border-top-left-radius: .25rem!important;
   border-bottom-left-radius: .25rem!important;
}

.search-link.input-group-flush div.button {
   position: absolute;
   right: 1%;
   top: 50%;
   transform: translateY(-50%);
   z-index: 99;
}

.left-brdr {
   position: absolute;
   left: 0;
   display: flex;
   width: 1px;
   height: 100%;
   background: #f2545b;
}

.left-brdr span {
   position: absolute;
   top: 50%;
   background: #fff;
   right: -8px;
}
/*****************************/
/* Triangle and line */
/*****************************/

.tabs-style-linetriangle nav a {
   overflow: visible;
   border-bottom: 1px solid rgb(242 84 91);
   transition: color 0.2s;
}

.tabs-style-linetriangle nav a span {
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   font-size: 14px;
}

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
   position: absolute;
   top: 100%;
   left: 50%;
   width: 0;
   height: 0;
   border: solid transparent;
   content: '';
   pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
   margin-left: -10px;
   border-width: 10px;
   border-top-color: #fff;
}

.tabs-style-linetriangle nav li.tab-current a:before {
   margin-left: -11px;
   border-width: 11px;
   border-top-color: rgb(242 84 91);
}

.circle-icon {
   position: relative;
   width: 100%;
   height: 100%;
   border-radius: 5px;
}

.card-img-absolute {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin-left: 0px;
}

.circle-icon i.fs-30 img {
   filter: brightness(0) invert(1);
}

.categores-setting .card-body p.fw-normal {
   min-height: 44px;
}

.hover-effect {
   cursor: pointer;
   transition: .4s;
   background: linear-gradient(90deg, #f3f3f3 50%, #fff 0) var(--_p, 100%)/200% no-repeat;
}

.hover-effect:hover {
   --_p: 0%;
}

@media screen and (max-width: 58em) {
   .tabs-style-linetriangle nav {
       font-size: 0.6em;
   }
}
/*****************************/

.product-description li::marker {
   color: #f2545b;
}

.xzoom-gallery {
   margin-top: 10px
}

.xzoom {
   margin-top: 10px;
   box-shadow: none;
}

.rate {
   float: left;
}

.right-side-pro-detail .customer-rate {
   color: #df280f;
   text-decoration: underline;
   font-weight: 500;
}

.price-pro small {
   font-size: 16px;
   color: #333;
}

.r-policy {
   list-style: none;
}

.r-policy li {
   padding: 4px 0px;
   padding-left: 16px;
   position: relative;
}

.r-policy li::before {
   content: "✔";
   position: absolute;
   left: 0;
   top: 6px;
   color: #f2545b;
}

.tag-section {
   list-style: none;
   flex-wrap: wrap;
}

.tag-section li {
   width: 50%;
   flex: 0 0 50%;
   padding: 4px 0px;
   font-weight: 500;
   color: #999;
}

.tag-section li span {
   color: #000;
}

.rate:not(:checked)>input {
   position: absolute;
   top: -9999px;
}

.rate:not(:checked)>label {
   float: right;
   width: 1em;
   overflow: hidden;
   white-space: nowrap;
   cursor: pointer;
   font-size: 18px;
   color: #ccc;
}

.rate:not(:checked)>label:before {
   content: 'â˜… ';
}

.rate>input:checked~label {
   color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
   color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
   color: #c59b08;
}

.dz-message a.choosefile {
   cursor: pointer;
}

.pagination-counter .form-control {
   width: 15% !important;
   margin-right: 10px !important;
}

.pagination-counter .pagination {
   justify-content: right;
}

.form-row.demo-2 .js-select2~.select2-container {
   /* width: auto !important; */
   min-width: 40%;
   flex-grow: 10;
}

.form-row.demo-2 .select2-container .select2-selection--single {
   height: 38px !important;
}

.form-row.demo-2 .select2-container--default .select2-selection--single {
   border-left: 0;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}


@media (max-width:480px) {
   .tabs.tab-custome nav ul li {
       padding-left: 10px;
       padding-right: 10px;
   }
}