.new {
    border-radius: 4px;
    color: white;
    background-color: #a70d19;
    padding: 4px 16px;
    display: inline;   
}

.label-tags-holder {
    position: absolute;
    left: 5px;
    top: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.product-bottom .price {
    text-align: right;
}

.product-bottom .price .basic-price {
    font-weight: 600;
    font-size: 18px;
}

.product-bottom .price .old-price {
    display: block;
    text-decoration: line-through;
    opacity: .3;
}

.cats-product .h3 {
    font-size: 24px;
}

.product-default a {
    height: 60px;
    align-items: center;
    display: flex;
    white-space: normal;
     overflow: initial;
     text-overflow: clip;
}

.basket-title {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.basket-title button {
  font-size: 24px;
}

.mx-300 {
    max-width: 300px;
    display: flex;
    gap: 10px;
}

.mx-500 {
  max-width: 500px;
  display: flex;
  gap: 10px;
}

.login-page {
  width: 100%;
  margin-top: 35px;
  float: left;
  clear: both;
}

.mx-300.product-bottom .price .basic-price {
    font-size: 24px;
}

.mx-300.product-bottom .price .old-price {
    font-size: 18px;
}

.mx-300.product-bottom div,
.mx-300.product-bottom div span {
    
}

.mx-300.product-bottom {
  max-width: 260px;
}

.input-qty {
    width: 50px;
    text-align: center;
    height: 57.6px;
    border-radius: 4px !important;
    font-size: 20px !important;
    border: 2px solid #000 !important;
    outline: none !important;
}

.detail-price {
    margin-bottom: 20px;
}

.detail-price .basic-price {
    font-size: 32px;
    font-weight: 600;
}

.detail-price .old-price {
    font-size: 18px;
    display: block;

    color: rgba(0,0,0,.5);
}
.detail-price .old-price .price {
    text-decoration: line-through;
}

.detail-price .old-price > span:nth-child(2) {
    background: #3CB371;
    color: #fff;
    padding: 2px 10px;
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 14px;
    border-radius: 10px;
}

.qty {
  width: 55px; 
  padding: 5px; 
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}

.btn-remove {
  position: static;
  box-shadow: none;
  background: none;
}

.space-betweeen {
  justify-content: space-between !important;
}

.qty-holder {
    width: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.qty-holder button {
    width: 100%;
    height: 25px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 4px;
    font-size: 21px;
    line-height: 21px;
    transition: .3s all ease-in-out;
}

.qty-holder button:hover {
    background: #000;
    color: #fff;
}

.flex-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 12px;
}

.align-center {
  align-items: center !important;
}

#search-holder {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 0;
  transition: height .3s ease-in-out;
  margin-top: 10px;
}

#search-holder.active {
  height: 42px;
}

#search-holder input {
  width: 100%;
  outline: none;
  border: 1px solid #000;
}

#search-holder input:focus {
  outline: none !important;
  border: 1px solid #a70d19 !important;
  box-shadow: none !important;
}

.flex-icons a {
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 5px;
}

.flex-icons a span {
    position: absolute;
    z-index: 10;
    width: 20px;
    height: 20px;
    background: #a70d19;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    top: -10px;
    right: -10px;
}

.img-user,
.img-search,
.img-cart {
    width: 25px;
    height: 25px;
    display: block;
}

.img-search {
  background: url('../icons/search.svg') no-repeat center center / contain;
}

.img-user {
    background: url('../icons/user.svg') no-repeat center center / contain;
}

.img-user.active {
    background: url('../icons/user-red.svg') no-repeat center center / contain;
}

.img-cart {
    background: url('../icons/cart.svg') no-repeat center center / contain;
}

.mobile-menu {
    margin-left: 20px;
}

.w100p {
    width: 100%;
}

.d-flex {
    display: flex;
    gap: 10px;
}

.justify-between {
    justify-content: space-between;
}

.cart-float-single-item .quantity {
    opacity: .5;
}

.free-delivery {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  text-align: center;
}

.progress {
  width: 100%;
  height: 5px;
  float: left;
  border-radius: 10px;
  background: rgba(0,0,0,.2);
  position: relative;
}

.progress span {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  top: 0;
  background: #a70d19;
}

.cart-calculation {
  float: left;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding-top: 7px;
}

.cart-floating-box {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 350px;
    margin: 0;
    transform: translate(0);
    transition: transform 0.4s ease-in-out 0s;
    background-color: #fff;
    z-index: 1050;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 5px 68px rgba(0,0,0,0.15);
}

.cart-floating-box.hide {
    transform: translate(420px);
}

.cart-float-single-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.border-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.cart-float-single-item .product-title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.cart-float-single-item-desc {
    max-width: calc(100% - 100px);
}

.trash {
    width: 25px;
    height: 25px;
    display: block;
    background: url('../icons/bin.svg') no-repeat center center / contain;
}

.text-center {
  text-align: center !important;
}

.calculation-details {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 700;
    text-align: center;
    float: left;
    clear: both;
}

.cart-items {
    width: 100%;
    float: left;
    margin-top: 20px;
    overflow: scroll;
    height: calc(100% - 280px);
}

.close-link {
    margin-top: 15px;
    width: 100%;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-transform: uppercase;
    float: left;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.select2-dropdown {
z-index: 11051;
}
.sorting {
display: grid;
grid-template-columns: repeat(3, 100px);;
grid-gap: 20px;
align-items: center;
justify-items: center;
}
.sorting .active {
font-weight: bold;
}

.rating2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
width: 100px;
}
.rating2 label:after,
.rating2 input:checked + label:after{
-webkit-font-smoothing: antialiased;
position: absolute;
content: "★";
color: #F9BF3B;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
text-align: center;
font-size: 20px;
transition: all 0.4s ease-out 0s;
animation: 1s ease 0s 1 normal none running pulse;
}
.rating2 label {
height: 10px;
width: 13%;
display: block;
position: relative;
cursor: pointer;
}
.rating2 input {
display: none;
}

.rating2 label:hover:after {
color: #5e5e5e;
text-shadow: 0 0 15px #5e5e5e;
}

/*.rating2 input:checked + label:after,*/
.rating2 input:checked ~ label:after {
    content: "☆";
    color: rgb(68, 68, 68);
    text-shadow: 0 0 20px #F9BF3B;
}

.rating2 input:checked + label:after{
    content: "★";
    color: #F9BF3B;
}

.toolbox, .toolbox-item {
    justify-content: center;
}

.breadcrumb {
  float: left;
  height: 30px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #a2a2a2;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #a2a2a2;
    z-index: 999;
    transition: 0.25s all ease-in-out;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item b {
  font-weight: normal;
  color: #a70d19;
}

.error {
  background: #fef2f2;
  color: #a70d19;
  border-radius: 4px;
  width: 100%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.breadcrumb a {
  font: inherit;
  color: #a2a2a2;
  text-decoration: none;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.chevron {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: .4;
  background: url('../icons/chevron.svg') no-repeat center center / contain;
}

.input-form,
#frm-cartForm {
  width: 100%;
}

textarea,
.input-form input[type="text"],
.input-form input[type="email"],
.input-form input[type="tel"],
.input-form input[type="password"],
#frm-cartForm input[type="text"],
#frm-cartForm input[type="password"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
}

.input-form input[type="text"]:focus,
.input-form input[type="email"]:focus,
.input-form input[type="tel"]:focus,
#frm-cartForm input[type="text"]:focus,
.input-form input[type="password"]:focus,
#frm-cartForm input[type="password"]:focus {
  outline: 2px solid #a70d19;
  border: 1px solid #000 !important;
  --tw-ring-color: #a70d19;
}

.clear {
  clear: both;
}

.float-width {
  width: 100%;
  float: left;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.btn-text .price {
  margin-left: 5px;
}

.input-form label,
#frm-cartForm label {
  display: block;
  width: 100%;
  font-weight: 600;
  margin-bottom: 5px;
}

.col-lg-8 {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
}

.col-lg-4 {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
}

.col-lg-9 {
  width: 80%;
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
}

.col-lg-3 {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background-color: transparent;
}

.table-totals {
  margin-top: 1rem;
}

.table-totals tr td:first-child {
  font-weight: 600;
}

.table-totals tr td:nth-child(2) {
  opacity: .5;
  text-align: right;
}

.cart-summary {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
}

#frm-voucherForm-code_message {
  position: absolute;
  width: 260px;
  margin-top: -52px;
}

.cart-dropdown .btn-remove span {
  margin-top: 0;
}

.large-banner {
  height: 80vh;	
}

.product-collection .title-group h2 {
  font-style: normal;
  font-size: 5rem;
  margin-bottom: 40px !important;
}

.qty-col {
  text-align: center;
}

.cart-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.plus-minus {
  font-size: 20px;
  display: inline-block; 
  background-color: #e6e5e2; 
  color: #675851;
  border-radius: 20px; 
  width: 20px; 
  height: 20px; 
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
}

.plus-minus:hover {
  background: #675851;
  color: #e6e5e2;
}

.checkout-payment .delivery strong {
  font-size: 13px;
  font-weight: normal;
  padding: 3px 7px;
  margin-left: 7px;
  background: #222529;
  color: #fff;
  border-radius: 15px;
}

.table.table-cart .product-title, 
.table.table-wishlist .product-title {
  font-family: Barlow, sans-serif !important;
}

.step-title {
  font-family: Barlow, sans-serif;
}

.basket-product-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-default .product-label.label-hot {
  background: #2d4156;
}

.table-cart th {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

tbody tr:first-child td {
  padding-top: 15px;
}

.table-cart {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

header {
  z-index: 10;
}

.price-box form {
  margin-bottom: 0 !important;
}

.price-box {
  display: flex !important; 
  justify-content: space-between;
  width: 100%; 
  align-items: center !important;
}

.col-xl-6,
.col-md-6,
.col-md-12 {
  width: 100%;
  float: left;
}

.d-lg-none {
  display: none;
}

.delivery {
  margin-bottom: 10px;
}

.delivery div,
.custom-checkbox {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10px;
}

.delivery label {
  margin: 0 !important;
}

.form-group {
  margin-bottom: 15px;
}

.checkout-methods .btn-text {
  font-size: 13px;
}

.widget-dashboard li {
  padding: 0;
}

.widget-dashboard li a {
  color: rgba(0,0,0,.3);
  padding-bottom: 13px;
  display: block;
  transition: .3s all ease-in-out;
}

.widget-dashboard li.active a,
.widget-dashboard li a:hover {
  color: #a70d19;
}

.datagrid table thead th {
  background: #f9fafb;
  text-transform: uppercase;
  padding: 11px;
  text-align: left !important;
}

.datagrid table {
  margin-bottom: 20px;
}

.datagrid table tbody td {
  padding: 11px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left !important;
}

.datagrid table tbody tr:hover td {
  background: #f9fafb;
}

.row-grid-bottom .col-items {
  width: auto;
  float: left;
  padding-top: 15px;
}

.row-grid-bottom .col-per-page {
  float: right;
  padding-top: 15px;
  font-size: 12px;
}

.btn-resp {
  width: calc(100% - 30px) !important;
}

.autoComplete_wrapper {
  position: relative;
}

#autoComplete_list_1 {
  position: absolute;
  background: #fff;
  z-index: 100;
  width: 100%;
  border: 1px solid #000;
  border-radius: 7px;
  margin-top: 10px;
}

#autoComplete_list_1 mark {
  background: none;
  font-size: 15px;
  font-weight: 500;
}

#autoComplete_list_1 div {
  font-size: 12px;
}

#autoComplete_list_1 li {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 7px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  transition: 0.3s all  ease-in-out;
}

#autoComplete_list_1 li:hover {
  background: rgba(0,0,0,.05);
}

#autoComplete_list_1 li:last-child {
  margin-bottom: 0;
  padding-bottom: 7px;
  border-bottom: 0;
}

.hide {
  opacity: 0 !important;
  pointer-events: none !important;
}

.modal {
  position: fixed;
  width: 94%;
  max-width: 560px;
  background: #fff;
  border-radius: 30px;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  box-sizing: border-box;
  padding: 20px;
  overflow: auto;
  max-height: 80vh;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 0 25px 25px rgba(0,0,0,.1);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.modal-header h2 {
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}

.modal-content {
  width: 100%;
  padding-top: 20px;
}

.modal-content table {
  width: 100%;
  background: #f9fafb;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 0;
}

.modal-content table tr:last-child td {
  border-bottom: 0;
}

.modal img  {
  min-width: 50px;
}

.close-modal {
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.tag {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  border-radius: 20px;
}

.tag--gray {
  background: #707070;
}

.tag--green {
  background: #4ab342;
}

.tag--orange {
  background: #de8500;
}

.tag--red {
  background: #ca0000;
}

.main-photo {
  border: 1px solid #dda3a8;
}

.photo-gallery {
  margin: 15px 0;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(6, 1fr);
}

.photo-gallery-item {
  aspect-ratio: 1;
  border: 1px solid #dda3a8;
  cursor: zoom-in;
}

.photo-gallery-item img {
  object-fit: cover;
  transition: .3s all ease-in-out;
  opacity: .5;
}

.photo-gallery-item:hover img {
  opacity: 1;
}

@media (max-width: 1024px) {
  .col-lg-4,
  .col-lg-8,
  .col-lg-3,
  .col-lg-9 {
    padding: 0;
    width: 100% !important;
  }
  
  .btn-resp {
    width: 100% !important;
  }
  
  .widget-dashboard {
    margin-top: 20px;
  }
  
  .overflow-x-auto {
    width: 100%;
    overflow-x: scroll;
  }
}

@media (min-width: 1249px) {
  .min-240px {
    width: 240px !important;
  }
}

@media (min-width: 764px) {
  .col-xl-6,
  .col-md-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
  }
}