.dashboard-section .counter-section .counter-box {
  background-color: #f8f8f8;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid var(--theme-color);
  border-radius: 8px
}

.dashboard-section .counter-section .counter-box img {
  height: 50px;
  margin-right: 20px
}

.dashboard-section .counter-section .counter-box h3 {
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 4px;
  font-size: 20px
}

.dashboard-section .counter-section .counter-box h5 {
  margin-bottom: 0;
  text-transform: capitalize
}
.counter-box{background-color:#f8f8f8;padding:30px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:3px solid var(--theme-color);border-radius:8px}
.dashboard-section .counter-section .counter-box img{height:50px;margin-right:20px}
.dashboard-section .counter-section .counter-box h3{font-weight:700;color:var(--theme-color);margin-bottom:4px;font-size:20px}
.dashboard-section .counter-section 
.counter-box h5{margin-bottom:0;text-transform:capitalize}



.box-title
{
  border-bottom:1px solid #ddd;
  display:inline-block;margin-bottom:5px;
  padding:12px 0;
  position:relative;
  width:100%
}
.dashboard .box .box-title h3
{
  font-size:16px;margin:0;text-transform:capitalize;color:#333
}
.dashboard .box .box-title>a{
  position:absolute;right:0;top:12px;color:var(--theme-color)
}
.dashboard .box address{margin-bottom:0}
.box-content h6{
  font-size:14px;line-height:25px !important;margin-bottom:0
}
.box-content a{
  color:var(--theme-color)
}
.account-sidebar{
  display:none;cursor:pointer;background-color:var(--theme-color);color:#fff;width:30%;font-size:16px;text-transform:uppercase;text-align:center;font-weight:700;margin-bottom:20px;padding:5px
}
.account-sidebar a{
  color:#fff
}
.custom-badge{
  padding:6px 10px;font-size:12px
}
.user-dashboard-section .box{
  font-size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));line-height:1.7
}
.user-dashboard-section .welcome-msg{margin-bottom:20px}
.user-dashboard-section .welcome-msg h4{font-size:16px;font-weight:700;color:#222}
.user-dashboard-section .welcome-msg p{line-height:25px;letter-spacing:0.05em;font-size:16px}
.user-dashboard-section .box-head h4{font-size:18px;margin:34px 0 14px;text-transform:capitalize;color:#333;font-weight:600}
.user-dashboard-section .box a{color:var(--theme-color)}
.user-dashboard-section .box h6{margin-bottom:0}
.user-dashboard-section .box .box-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px;padding:12px;position:relative;width:100%;background-color:#f8f8f8;border-radius:8px}
.user-dashboard-section .box .box-title h3{
  font-size:16px;margin:0;text-transform:capitalize;
  color:#333
}
.user-dashboard-section .box .box-title>
a
{
  margin-left:auto;color:var(--theme-color)
}


.order-summary {
  margin-bottom: 3rem;
  padding: 1rem;
  /*  border: 2px solid #e7e7e7;*/
  box-shadow: -2px 2px 29px 2px #eaeaea
}
.order-summary .custom-radio .custom-control-input {
  width: 102px;
}
.order-summary h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: black;
} 
.order-summary h2 {
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: black;
}
.order-summary h4 {
/*    margin-bottom: -16rem !important;*/
font-size: 0.9rem;
font-weight: 600;
/* letter-spacing: -0.01em;
line-height: 19px;*/
}
.order-summary .info-box p {
  padding: 11px 3px;
  list-style-position: inside;
  text-align: left;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2f6473;
}
.table-mini-cart {
  margin-bottom: 0;
}
.table-mini-cart tr, .table-mini-cart th, .table-mini-cart td, .table-mini-cart thead th {
  border: 0;
  vertical-align: middle;
  color: #222529;
}
.table-mini-cart th, .table-mini-cart td {
  padding: 1rem;
}
.table-mini-cart td:last-child {
  text-align: right;
}
.table-mini-cart thead, .table-mini-cart tfoot tr {
  border-bottom: 1px solid #e7e7e7;

}
.table-mini-cart .product-col, .table-mini-cart .price-col {
  padding: 0.6rem 1rem;
}
.table-mini-cart .product-col .product-image-container {
  max-width: 75px;
  padding-right: 0.5rem;
  vertical-align: top;
}
.table-mini-cart .price-col {
  font-size: 0.8rem;
  font-weight: 400;
}
.table-mini-cart .product-title {
  font-size: 15px;
  color: #444;
  line-height: 20px;
  margin-bottom: 0;

}
.table-mini-cart .cart-subtotal th, .table-mini-cart .cart-tax th, .table-mini-cart .cart-tax td {
  padding-top: 3rem;
  padding-bottom: 1.3rem;
}
.table-mini-cart .order-shipping td {
  padding-top: 0.2rem;
  padding-bottom: 0.9rem;
}
.table-mini-cart .order-shipping h4 {
  margin-bottom: 1.3rem;
}
.table-mini-cart .order-shipping .custom-radio {
  margin: 0;
}
.table-mini-cart .order-shipping .custom-radio label {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
}
.table-mini-cart .order-shipping ul {
  margin-bottom: 2rem;
}
.table-mini-cart .order-shipping li + li {
  margin-top: 1.5rem;
}
.table-mini-cart .order-shipping .price {
  float: right;
  font-weight: 600;
}
.table-mini-cart .order-total th {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.table-mini-cart .order-total td {
  padding-top: 1.8rem;
  padding-bottom: 2.3rem;
}
.table-mini-cart .order-total h4 {
  font-size: 1.1rem;
}
.table-mini-cart .order-total .total-price {
  color: #222529;
  font-size: 1.1rem;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #dee2e6;
}

.pills-component {
  width: 20%;
}

.table {
  margin-bottom: 0px;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #ecf3fa;
}
.table th,
.table td {
  padding: 0.75rem;
}
.table.table-primary th {
  color: #fff;
}
.table thead.bg-primary tr th {
  color: #fff;
}
.table th {
  color: #2F2F3B;
  font-weight: 500;
}
.table th.f-light {
  color: var(--chart-text-color);
  opacity: 0.8;
}
.table td {
  color: #2F2F3B;
}
.table [class*=bg-] {
  color: #fff;
}
.table .bg-light {
  color: #2F2F3B;
}
.table tfoot {
  font-weight: bold;
}

.table-mini-cart .table td {
  padding: 21px;
}

.table-dark th {
  color: #fff;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td {
  border-color: #fff;
  color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}

.table[class*=bg-] th,
.table[class*=bg-] td {
  color: #fff;
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: #f6f6f6;
}
.table-hover tbody tr {
  vertical-align: middle;
}
.table-hover tbody tr:hover {
  background-color: rgba(115, 102, 255, 0.1);
}
.table-hover tbody tr td svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  margin-right: 10px;
}
[dir=rtl] .table-hover tbody tr td svg {
  margin-right: unset;
  margin-left: 10px;
}

.typography-table tr:last-child {
  border-bottom: none;
}
.typography-table tr:last-child td {
  border-bottom: none;
}

.table-double {
  border-left: 4px double #dee2e6;
  border-right: 4px double #dee2e6;
}
.table-double thead,
.table-double tbody,
.table-double tfoot,
.table-double tr,
.table-double td,
.table-double th {
  border-style: double;
  border-width: 4px;
  border-right: 0;
  border-left: 0;
}

.table-dotted {
  border-left: 2px dotted #dee2e6;
  border-right: 2px dotted #dee2e6;
}
.table-dotted thead,
.table-dotted tbody,
.table-dotted tfoot,
.table-dotted tr,
.table-dotted td,
.table-dotted th {
  border-style: dotted !important;
  border-width: 2px;
  border-right: 0;
  border-left: 0;
}

.table-dashed {
  border-left: 2px dashed #dee2e6;
  border-right: 2px dashed #dee2e6;
}
.table-dashed thead,
.table-dashed tbody,
.table-dashed tfoot,
.table-dashed tr,
.table-dashed td,
.table-dashed th {
  border-style: dashed !important;
  border-width: 2px;
  border-right: 0;
  border-left: 0;
}

.table-xl td,
.table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%;
}

.table-lg td,
.table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%;
}

.table-de td,
.table-de th {
  padding: 0.75rem 2rem;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%;
}

.table-xs th,
.table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%;
}

.table-border-horizontal tr,
.table-border-horizontal th,
.table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem;
}

.table-border-vertical tr,
.table-border-vertical th,
.table-border-vertical td {
  border-top: 0;
  border-right: 1px solid #f2f4ff;
}
.table-border-vertical tr td {
  border-bottom: 0;
}
.table-border-vertical tr td:last-child {
  border-right: none;
}
.table-border-vertical tbody tr th {
  border-bottom: 0;
}

.table-bordernone td {
  border: none !important;
}
.table-bordernone thead th {
  border: none !important;
}
.table-bordernone .u-s-tb {
  padding: 11px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--light-background);
  --bs-table-accent-bg: unset;
}

.table-bordered thead,
.table-bordered tbody,
.table-bordered tfoot,
.table-bordered tr,
.table-bordered td,
.table-bordered th {
  border-color: rgba(153, 153, 153, 0.3);
}

.footerstyle{

  padding-bottom: 10px !important;
}
.buttonfix{
  margin-top: -35px !important;
}

.tabs .nav-tabs .nav-item .nav-link.active, .tabs .nav-tabs .nav-item.show .nav-link {
  border-top-color: #ff3819;
  color: #ff3819;
  background: #fff;
}



/*pagination.css*/
.pagination {
  list-style: none;
  padding: 0;
  margin: 0 auto; 
  text-align: center; 
}

.pagination a {
  display: inline-block;
  margin: 0 5px; 
}

.pagination li.pagination_next a.current {
  opacity: 0.85;
  background: #fd9f06;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
} 
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}
/*******/

.profile .select2-container .select2-selection--single{
  height: 38px;
}
.profile .select2-container--default .select2-selection--single{
  border-radius: 0px;
}
.profile .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 34px;
}
.profile .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 34px;
}

.address_list label {
  width: 50%;
  font-size: 1rem;
  float: left;
  padding: 0px 3px;
  box-shadow: 0px 0px 15px 5px #eaeaea;
}

.address_list .card-input-element+.card {
/*  height: calc(36px + 2*1rem);*/
color: #ff4c3b;
-webkit-box-shadow: none;
box-shadow: none;
border: 2px solid transparent;
border-radius: 4px;
}
@media (max-width: 576px) {

  .address_list label {
    width: 100%;
  }
}
.address_list .card-input-element+.card:hover {
  cursor: pointer;
}

.address_list .card-input-element:checked+.card {
  border: 2px solid #ff4c3b;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.address_list .card-input-element:checked+.card::after {
  content: '\f00c';
  color: #ff4c3b;
  font-family: 'FontAwesome';
  font-size: 24px;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.sm-vertical > li > .megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  left: 233px;
  width: 800px; 
  text-align: left;
  margin-top:30px;
  padding: 0;
  z-index: 199;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden !important;  
  border-top-right-radius: 5px;  
  border-right: 1px solid #ca1515;
  border-bottom: 2px solid #ca1515;
  box-shadow: 7px 6px 15px 0 #ebebeb;
  text-align: left !important;
}  
@media (max-width: 576px) {
  .sm-vertical > li > .megadrop {

   z-index: 20 !important;
   left: 135px !important; 
   width: 150px !important; 
   box-shadow: none;
   
 }
}
.sm-vertical > li {

  width: 100%;
  height: 100%; 
  padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box; 
}
.sm-vertical > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block !important;
}

@media (max-width: 576px) {


  .sm-vertical > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 80px !important;
    display: block !important;
  }


}
/*.sm-vertical > li:hover {
  border: 1px solid #ca1515 !important;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #eaeaead9;
}*/
.sm-vertical > li > ul li ul, .sm-vertical li >ul li, .sm-vertical > li > .megadrop, .sm-vertical > li > ul, .sm-vertical > li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}