*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.sys-container,
.sys-container-fluid,
.sys-container-xxl,
.sys-container-xl,
.sys-container-lg,
.sys-container-md,
.sys-container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}

@media (min-width: 576px) {
  .sys-container-sm, .sys-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sys-container-md, .sys-container-sm, .sys-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sys-container-lg, .sys-container-md, .sys-container-sm, .sys-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sys-container-xl, .sys-container-lg, .sys-container-md, .sys-container-sm, .sys-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .sys-container-xxl, .sys-container-xl, .sys-container-lg, .sys-container-md, .sys-container-sm, .sys-container {
    max-width: 1200px;
  }
}
.sys-row{
    display: flex;
    flex-wrap: wrap;
}
.sys-justify-content-start {
  justify-content: flex-start !important;
}

.sys-justify-content-end {
  justify-content: flex-end !important;
}

.sys-justify-content-center {
  justify-content: center !important;
}

.sys-justify-content-between {
  justify-content: space-between !important;
}

.sys-justify-content-around {
  justify-content: space-around !important;
}

.sys-justify-content-evenly {
  justify-content: space-evenly !important;
}
.sys-bg-dark{
  background-color: #444;
  color: #fff;
}
.sys-mt-25px{
  margin-top: 25px;
}
.sys-mt-10{
  margin-top: 10px;
}
.p-y22{
  padding-top: 22px;
  padding-bottom: 22px;
}

.sys-col-2{
  max-width: 20%;
}
.sys-width-full{
  width: 100%;
}
.sys-col-10{
  max-width: 80%;
}
.sys-col-10 {
  max-width: 48% !important;
}
.sys-flex-code{
    flex: 1 1 48%;
}
.sys-col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.sys-align-items-start {
  align-items: flex-start !important;
}

.sys-align-items-end {
  align-items: flex-end !important;
}

.sys-align-items-center {
  align-items: center !important;
}

.sys-align-items-baseline {
  align-items: baseline !important;
}

.sys-align-items-stretch {
  align-items: stretch !important;
}
.sys-bg-color-bgni{
  background-color: #ce2849;
}
.sys-bg-color-primery{
  background-color: #2c28ce;
}
.sys-my-10{
  margin: 10px 0;
}
a {
  text-decoration: none;
}
.sys-col-5 {
  flex: 1 1 auto;
  max-width:48%;
}
label {
  display: block !important;
  margin-bottom: 5px !important;
  font-size: 14px !important;
  color: #555 !important;
}
input[type="text"], 
input[type="number"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="date"],
textarea ,select {
  width: 100%;
  padding: 10px !important;
  font-size: 14px;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  line-height: 1.5em;
  height: 35px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.sys-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
@media (max-width:991px ){
  .sys-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width:767px ){
  .sys-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.sys-btn {
  width: 100%;
  padding: 8px;
  background-color: #444444;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.sys-p-15 {
  padding: 15px;
}
.sys-buy-btn {
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-size: 14px;
  background-color: #f0c14b;
  text-align: center;
  margin:7px 0;
  color: #444;
}
.sys-buy-btn:hover{
  background-color: #ecc86b;
}
label {
  display: block !important;
  margin-bottom: 5px !important;
  font-size: 14px !important;
  color: #555 !important;
}
select {
  height: 35px;
  padding: 8px !important;
}
.sys-d-none{
  display: none;
}
.field-group .date-time {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.field-group .date-time .date {
  width: 100%;
}
.sys-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.sys-grid{
  display: grid;
}
.sys-grid-columns-3{
  grid-template-columns: 1fr 1fr 1fr;
}
.sys-pe-5{
  padding-left: 50px;
}
.sys-pt-6{
  padding-top: 60px;
}
.sys-p-se-2 {
  padding: 8px 18px;
}
.sys-pe-4{
  padding-left: 40px;
}
.sys-pt-4{
  padding-top: 40px;
}

@media (max-width:1055px){
  .sys-sm-grid-columns-2{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:767px) {
  .sys-sm-d-none{
    display: none;
  }
  .sys-sm-col-12{
    width: 100%;
  }
  .sys-sm-pe-0{
    padding-left: 0;
  }
  .sys-sm-d-block{
    display: block;
  }
  .sys-width-half,  .sys-header-icon-btn{
    width: 100% !important;
    justify-content: center !important;
  }
  .sys-larg-btn {
    padding: 11px 30px !important;
    font-size: 18px !important;
    display: block !important;
    text-align: center !important;
}
}
.sys-close-btn {
  background-color: red;
  margin-top: 11px;
  padding: 8px 23px;
  color: white;
  border: 1px solid red;
  border-radius: 6px;
}
.sys-close-btn:hover {
  background-color: #e13434;
}
.sys-color-primery {
  color: #5050ff;
}
.sys-pt-15{
  padding-top: 15px;
}
.sys-header-icon-btn .sys-login-register-btn, .sys-header-icon-btn .sys-my-account {
  gap: 5px;
  max-width: 133px;
  border-radius: 25px;
  padding: 11px;
  justify-content: center;
padding: initial;
}
.sys-nav-header {
  display: flex;
  align-items: center;
  width: 100%;
}
.sys-width-half {
  width: 50%;
  justify-content: end;
}
.sys-header-icon-btn {
  width: 50%;
  text-align: center;
  gap: 20px;
  justify-content: end;
}
.sys-header-icon-btn svg {
  width: 15px;
  fill: #fff;
}
.cart-icon svg {fill: #000 !important;}
.sys-header-icon-btn a {
  color: #fff;
  font-size: 13px;
}
.sys-costum-d-flex {
  display: flex;
  gap: 3px;
  align-items: center;
}
.footer-content-custm {
  justify-content: space-between;
}
.example-page-content .product-tabs {
  margin: 0;
}
.product-tabs {
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  width: 100%;
}
.tab-button:first-child {
  border-radius: 5px 0 0 0;
}
.tab-button {
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  border: none;
  border-right: 1px solid #ddd;
  border-bottom: none;
  font-size: 16px;
}
.tab-button.active {
  background-color: #f0c14b !important;
  border-bottom: none;
}
.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  margin-bottom: 20px;
  border-radius: 0 0 5px 5px;
}
.example-page-content .tab-content {
  margin: 0;
  margin-bottom: 20px;
}
.tab-content.active {
  display: block;
  width: 100%;
}
form#enquiryForm {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#enquiryForm button {
  background-color: #444444;
  border: 1px solid #444444;
  padding: 10px 25px;
  cursor: pointer;
  margin-top: 10px;
  width: auto;
  font-size: 15px;
  display: block;
}
.product-tabs button.tab-button:last-child {
  border-right: 0;
}
.quantity button {
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  color: #7e7e7e !important;
}
.quantity input {
  border: none !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  width: 30px;
  text-align: center;
  height: auto;
  border: 1px solid #aed6f1;
  padding: 2px;
  outline: none;
  margin: 0 !important;
  color: #7e7e7e;
}
@media (max-width:767px){
  .sys-width-half {
    width: 100%;
    justify-content: center;
    padding: 16px 0;
 }
 .sys-nav-header {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  margin: 11px 0;
 }
 .sys-header-icon-btn {
  width: 100% m !important;
  text-align: center !important;
  gap: 10px !important;
  justify-content: center !important;
 }
 .sys-row.p-y22.sys-justify-content-between.sys-align-items-center.sys-custom-con.sys-text-center {
  flex-direction: column;
  text-align: center;
 }
  footer.sys-bg-dark.sys-footer .sys-row.p-y22.footer-content-custm {
    flex-direction: column;
    text-align: center;
 }
  .p-y22 {
    padding-top: 10px;
    padding-bottom: 10px;
 }
 #enquiryForm textarea#enquiryMessage {
  max-width: 100% !important;
 }
}
#enquiryForm textarea#enquiryMessage {
  height: 100px;
  max-width: 500px;
}
a.sys-login-register-btn.sys-btn.sys-d-flex.sys-align-items-center p.sys-d-flex {
  gap: 3px;
}
.sys-header-icon-btn svg {
  width: 15px;
  fill: #fff;
}
.sys-header-icon-btn .sys-login-register-btn, .sys-header-icon-btn .sys-my-account {
  gap: 5px;
  max-width: 133px;
  border-radius: 25px;
  padding: 11px;
  justify-content: center;
  height: 37px;
	padding: initial;
}
.sys-gap-15 {
  gap: 15px;
}
.sys-larg-btn {
  padding: 15px 30px;
  font-size: 20px;
  display: block;
  text-align: center;
}
div#sys-shoping-icon-container {
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 21px;
  cursor: pointer;
}
.sys-white button.add-to-cart svg.icon.icon-cart {
  width: 25px;
}
.sys-white button.add-to-cart {
  border: 0;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.sys-header-icon-btn .add-to-cart span.loader {
  position: absolute;
  bottom: 7px;
  right: -4px;
  font-size: 10px;
  background-color: #444;
  color: #fff;
  padding: 2px;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-sizing: content-box;
}
.close {
  color: #fff;
  float: right;
  font-size: 16px;
  background: #000;
  padding: 5px;
  border-radius: 5px;
}
.cart-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 440px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  transition: right 0.3s ease;
}
.cart-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  gap: 20px;
  flex-direction: row-reverse;
  background-color: #f1f1f1;
  height: 65px;
}
.close-cart-drawer {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}
.cart-drawer-content {
  padding: 0 15px;
  overflow-y: auto;
  height: calc(100% - 260px);
}
button.btn-item.remove {
  color: red;
  border-color: red;
}
#individual-product-2 .btn-item:hover {
  background-color: snow;
}
#individual-product-6 button.btn-item.sys-btn.remove:hover {
background-color: #fff !important;
}
.cart-drawer.sys-open {
right: 0;
}
.cart-drawer .cart__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 14px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 20px;
}
.cart__item--image.aos-init.aos-animate {
max-width: 85px;
display: flex;
}
.cart__item--image.aos-init.aos-animate img {
width: 100%;
}
.cart__item--details .button-tick {
align-items: flex-start !important;
}
.cart__item--name {
margin-bottom: 14px;
color: #444;
}
.cart__item--variants {
margin: 6px 0;
}
.cart__item--variants div {
font-size: 14px;
}
span.cart__price.a_pplr_item_price {
font-size: 1em;
color: #b12704;
margin: 1em 0;
}
.cart-drawer .sys-add-to-cart-overflow-y {
display: flex;
flex-direction: column;
overflow-y: auto;
}
.cart-drawer button.flickity-button {
display: none;
}
.main-carousel.flickity-enabled.is-draggable {
border: 1px solid #d5d5d5;
margin: 10px 20px;
border-radius: 10px;
}
.carousel-cell .cart__item--image.aos-init.aos-animate {
max-width: 26% !important;
}
.main-carousel .cart__item.pplr_cart_row {
margin: 0;
border: 0;
justify-content: flex-start;
gap: 15px;
}
.quantity.sys-d-flex {
display: flex;
align-items: center;
border: 1px solid #898888;
border-radius: 21px;
justify-content: space-around;
}
.drawer__footer.cart__footer {
padding: 20px 20px;
background-color: #f1f1f1;
}
.cart__item-sub.cart__item-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
}
.cart__item-sub .cart__subtotal {
color: #444;
font-size: 17px;
}
.cart__item-sub .pplr_subtotal_price {
font-size: 1.1em;
color: #b12704;
}
.cart__item-row.cart__note.text-center {
color: #656565;
font-size: 14px;
margin: 10px 0;
text-align: center;
}
.carousel-cell.is-selected {
padding-top: 5px;
}
.sys-custom-flex-column {
flex-direction: column;
height: 93% ;
}
.sys-add-to-cart-overflow-y .cart__item--name {
margin-bottom: 5px;
color: #444;
display: flex;
gap: 21px;
justify-content: space-between;
}
.cart__item--name p {
font-weight: 600;
}
.sys-add-to-cart-overflow-y .quantity.sys-d-flex {
display: flex;
align-items: center;
border: 1px solid #898888;
border-radius: 21px;
justify-content: space-around;
width: 75px;
}
.sys-cart-open:after {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000000;
opacity: 0.5;
z-index: 555555;
}
.sys-cart-open {
overflow: hidden;
}
@media (max-width:767px) {
  .cart-drawer {
    width: 308px !important;
    font-size: 13px;
  }
}
@media (max-width:500px){
  .cart__item--variants div {
    font-size: 11px !important;
  }
  .cart-drawer {
    font-size: 13px !important;
  }
}
.error-message {
  color: red;
  font-size: 14px;
}

#cart-section .image-title-sub-title {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
}
#cart-section .image-section img.product-image {
  width: 85px;
 
}
.sys-mx-my {
  padding: 0 2px;
  padding-bottom: 3px;
}
.sys-col-6{
  width: 50%;
}
span.sys-requied {
  color: red;
}
@media (max-width:767px) {
  .sys-col-6 {
    width: 100%;
 }
 .sys-col-4 {
  flex: 0 0 auto;
  width:100% !important;
}
}
.sys-pe-15 {
  padding: 0 15px;
}
.sys-flex-column{
  flex-direction: column;
}
.sys-pt-25{
  padding-top: 25px;
}
.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
    margin: -4px 3px;
}
.sys-input-group { margin-bottom: 10px;}
.cart-icon {display: flex;align-items: center;justify-content: center;cursor: pointer;}
.sys-header-icon-btn .cart-icon svg { width: 20px;}
.cart-icon span {
    position: absolute;
    right: -10px;
    background-color: #444444;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 2em;
    display: flex
;
    align-items: center;
    justify-content: center;
    top: 2px;
    color: #fff;
}
.sys-header-icon-btn .cart-icon svg {
    width: 23px;
}
.cart-icon {
    position: relative;
}
.prices.item-total{
    position: absolute;
    top: 24%;
    right: 10%;
    transform: translate(0, -50%);
}
.cart-item--remove {
    padding: 10px;
    font-size: 12px;
	cursor: pointer;
}
.sys-input-group.w-50 {
    width: 50%;
}
.sys-input-group.w-25 {
    width: 25%;
}

.sys-alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.sys-alert-success {
    --bs-alert-color: #0a3622;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #a3cfbb;
    --bs-alert-link-color: #0a3622;
}
.sys-alert-danger {
    --bs-alert-color: #58151c;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f1aeb5;
    --bs-alert-link-color: #58151c;
}
.sys-mt-2 {
    margin-top: .5rem !important;
}