.woocommerce-normal {
  display: none !important;
}
	select:disabled {
		opacity: .5;
	}
	.btn-address {
		overflow: hidden;
		padding: 6px 10px;
	}
	.btn-address .btn-address-title, .btn-address .btn-address-desc {
    display: block;
		text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
		overflow: hidden;
	}
	.btn-address .btn-address-desc {
    font-weight: 300;
    font-style: italic;
	}
	.btn-address .caret {
    position: absolute;
    top: 50%;
    right: 10px;
	}
  .form-group {
    margin-bottom: 24px;
  }
  .form-group .form-control {
    border: 1px solid #D8D8D8;
    border-radius: 9px;
  }
	.form-group label {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;    
    text-align: center;
    color: #212121;
	}
	.form-control {
		direction: ltr;
	}
	.form-control[readonly] { background-color: white; }
	.form-control[disabled], fieldset[disabled] .form-control {
    background-color: white;
    opacity: .5;
  }
  .has-error small { 
    color: #a94442;
  }
  .has-error .form-control { 
    /* border-color: #a80080;  */
    -webkit-box-shadow: none; 
    box-shadow: none; 
	}
	
.address-dropdown {
	z-index: 1;
}

.address-dropdown li:not(:last-child) {
	position: relative;
	border-bottom: 1px solid rgb(238, 238, 238);
}
.address-dropdown ul.dropdown-menu { 
	width: 100%;
	overflow: hidden;
}

.address-dropdown li  .fa.fa-check {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	font-size: 12px;
}

.address-dropdown li > a { 
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-image { 
  background-size: 100%;
  position: relative;
  border: 2px solid #eee;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 2px 1px #00000030;
}

.box-image img.bi-box { 
  width: 100%;
}

.box-image .bi-logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box-image .bi-logo.bi-1 {
  top: 7%;
  right: 32%;
  border-radius: 50%;
  width: 24%;
  height: 29%;
  background: white;
}
.box-image .bi-logo.bi-2 {
  top: 4.4%;
  right: 36%;
  background: white;
  width: 28%;
  height: 20%;
}
.box-image .bi-logo.bi-3 {
  top: 7%;
  left: 8%;
  border-radius: 50%;
  width: 24%;
  height: 29%;
  background: white;
}
.box-image .bi-logo.bi-4 {
  top: 12%;
  left: 10%;
  border-radius: 50%;
  width: 19%;
  height: 27%;
  background: white;
}

.box-image .bi-logo img {
  max-width: 100%;
  max-height: 100%;
}
.form-image-checkbox .design-container { 
  border: 3px solid white;
  margin-right: 10px;
  width: 130px;
  cursor: pointer;
}
.form-image-checkbox img { 
  filter: grayscale(100%);
}
.form-image-checkbox .design-selected img { 
  filter: grayscale(0%) !important;
}

.form-image-checkbox .design-selected { 
  border: 2px solid #AA0082;
  padding: 1px;
  border-radius: 5px;
}
.form-image-checkbox img {
  width: 100%;
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

input[type="file"] {
  display: block;
  padding: 9px 20px;
}

.form-control.file-upload span.fa.fa-spin {
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  margin: auto;
}

.form-group .form-control.file-upload {
  margin: auto;
  position: relative;
  height: 90px !important;
  background: #FAFAFA;
  border: 1px dashed #D9D9D9;
  border-radius: 8px;
  width: auto !important;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding: 20px;
  min-width: 104px;
}
.form-control.file-upload input {
  opacity: 0;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-control.file-upload label {
  margin: 4px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.45);
  width: 49px;

font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
}

p {
  font-size: 17px;
  font-weight: 400;
}
.content p {
  margin-bottom: 5px !important;
}
.content {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  /* or 178% */
  
  text-align: center;
}

.boxes {
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.boxes .box { 
  display: flex;
  flex-direction: column;
  padding: 24px;
  /* gap: 24px; */
  margin: 0 1.65%;
  width: 30%;
  height: 451px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05), 0px 25px 25px rgba(0, 0, 0, 0.07);
  border-radius: 24px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.boxes .box h3 { 
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  color: #2F363C;
}
.boxes .box ul li {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.boxes .box div.price {
  display:flex;
  flex-grow: 1;
  justify-content: center;
}
.boxes .box .price p { 
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  color: #AA0082;

}

.boxes .box .price a, .boxes .box .price p {
  display: flex;
  align-self: flex-end;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;

}
.boxes .box .price span.priceUnit { 
  color: #2F363C !important;
}
.boxes .box .price span {
  font-family: 'Work Sans';
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin: 0 8px 5px;
  align-self: end;
}

.boxes .box a.letsTalk {
  padding: 12px 16px;

  height: 48px;

  /* Interaction/Secondary/Default
  
  Secondary interaction default state
  */
  background: #FFF0F7;
  border-radius: 8px;
  
  /* Inside auto layout */
  
  flex: none;
  order: 2;
  flex-grow: 0;
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 600;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  
  /* Interaction/Primary/Default */
  
  color: #AA0082;
  text-decoration: none;  
}
.boxes .box a.letsTalk:hover {
  background: #f8cfe2  !important;
}

.boxes .box a.letsTalk:active {
  background: #f4b8d4  !important;
}

.boxes .box img {
  max-height: 191px;
  margin: 6px auto 30px;
  max-width: 100%;
}

.form {
  padding-top: 50px;
}

h1 {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 47px;
}

li {
  font-size: 15px;
}
ul {
  padding-left: 26px; margin-bottom: 0;
}
p.price {

  border-radius: 5px;
  color: #AA0082;
}

.place-your-logo {
  text-align: center;
  cursor: pointer;
  color: #AA0082;
  font-weight: 700;
  font-size: 28px;
  line-height: 29px;
  text-transform: uppercase;
}
@media (max-width: 1048px) {
  .boxes .box .price p {
    font-size: 28px;
  }
  .boxes .box .price span {
    font-size: 15px;
    line-height: 25px;
  }
  .form-image-checkbox .design-container {
    margin-right: 5px;
    width: 110px;
  }
}

@media (max-width: 768px) {
  .boxes {
    display: block;
  }
  .boxes .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .place-your-logo {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
    .image-wrapper {
        margin-right: 0 !important;
    }
    .innerHero.bgPattern {
        max-height: fit-content !important;
    }
}

.image-wrapper {
    margin-right: -180px;
}
/*  LOGIN */
#loginForm {
  text-align: left;
}
#loginForm .btn-block {
  display: inline-block;
  width: auto;
}
#loginForm .form-control {
  text-align: left;
}
#loginForm p, #loginForm h4.modal-title {
  font-size: 14px;
  color: #707070;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
}

#loginForm #reset {
  text-align: left !important;
}

ol li {
  font-size: 17px;
}

.outofstock {
  border: 1px solid red; 
  width : 250px;
  text-align: center;
  margin: auto;
  padding: 15px;
  color: red;
  border-radius: 5px;
}
.input-box {
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
  border-radius: 9px;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.input-box  input.form-control { 
  font-family: 'Work Sans';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 32px;
}

.input-box .input-group-btn button {
  padding: 0px 4px !important;
  border: 0;
  background: none;
  font-size: 30px;
  color: #AA0082;
  border-right: 0px;
}
.input-box .input-group {
  width: 60%;
}

.form-group .form-control  {
  height: 48px !important;
}

.input-box input.form-control {
  border: none !important;
}

.innerHero.bgPattern {
  background-image: none;
  background-color: #F1DAE0;
}

p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */


  /* Text/Default */

  color: #212121;

}
.main-image {
  min-height: 600px;
  align-content: center;
}
.main-image h1 {
  font-family: 'Faro-DisplayLucky';
  text-align: left;
  font-style: normal;
  font-weight: 800;
  font-size: 52px;
  line-height: 56px;
  color: #AA0082;
}
.main-image p {
  margin-bottom: 30px;
}

.kahk-btn { 
  align-items: center;
  padding: 12px 16px;
  background: #AA0082;
  border-radius: 8px;
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.kahk-btn:hover { 
  background: #ac006d !important;
  color: #f1f1f1 !important;
}

.kahk-btn:active { 
  background: #9a0061 !important;
  color: #f1f1f1 !important;
}

.yellow-alert { 
  min-height: 60px;
  padding: 1px 0;
  background: #FCF4D6;
  margin-bottom: 35px;
  overflow: hidden;
}

.yellow-alert .container { 
  height: 100%;
  vertical-align: middle;
  min-height: 36px;
  margin: 12px auto;
  display: grid;
  align-items: center;
  position: relative;

}
.yellow-alert .container:before{
  content: "";
  position: absolute;
  left: 0;
  background-image: url(./images/tag.png);
  background-repeat: no-repeat;
  height: 88px;
  width: 88px;
  top: -24px;
  background-size: 100%;
  opacity: 0.1;
}
.yellow-alert .container:after{
  content: "";
  position: absolute;
  right: 0;
  background-image: url(./images/tag.png);
  background-repeat: no-repeat;
  height: 235px;
  width: 235px;
  top: -115px;
  background-size: 100%;
  opacity: 0.1;
  rotate: -45deg;
}


.yellow-alert p {
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #AA0082;
  margin: 0;
}

.selling-notes {
  text-align: center;
  margin: 65px auto 80px;

}
.selling-notes .note-icon {
  text-align: center;
  width: 100px;
  height: 100px;
  background: #E8FFED;
  border-radius: 50%;
  margin: 0 auto 24px;
  vertical-align: middle;
  justify-content: space-around;
  display: flex;
}
.selling-notes .note-icon img{
  margin: auto;
  width: 50%;
}

.selling-notes .note-title {
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #212121;

}
.selling-notes .note-content {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #212121;
}

.main-image {
  min-height: 600px;
  align-content: center;
}
.image-content {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.image-content p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* or 150% */
  
  
  /* Text/Default */
  
  color: #212121;
}

.image-content h3 {
  font-family: 'Faro-DisplayLucky';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 58px;
color: #212121;
margin-top: 20px;
}

.image-content .image-content-container img {
  width: 100%;
}

.image-content .image-content-container {
  border-radius: 32px;
  overflow: hidden;
}

h2 {
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  /* identical to box height */

  text-align: center;

  /* Text/Default */

  color: #212121;
  margin-bottom: 30px;
}


.qoute-container .qoute-content {
  padding: 32px;
    font-family: 'Work Sans';
    font-style: normal;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #212121;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 10px 18px rgb(33 33 33 / 10%);
}
.qoute-container .qoute-content p {
    font-family: 'Work Sans';
    font-style: normal;
    text-align: center;
    color: #212121;
    z-index: 2;
    position: relative;
}

.qoute-container.row {
  margin-bottom: 40px;
}
.qoute-container.row > * {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.brands-container {
  padding: 56px 0;
  background: #F3F4F5;
  text-align: center;
}

.brands span {
  margin: 0 48px 56px;
  display: inline-block;
}

.brands-container h5 {
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #212121;
}

.contact-container {
  margin: 80px auto;
}

.contact-container h2 {
  margin-bottom: 32px;
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  /* identical to box height */
  
  text-align: center;
  
  /* Text/Default */
  
  color: #212121;
}
.contact-box {
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05), 0px 25px 25px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  margin-bottom: 72px;
}

.contact-box h3 { 
  margin-bottom: 30px;
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #212121;
}

.btn.btn-breadfast {
  background: #AA0082;
}

.contact-box-link {
  margin-right: 40px;
  font-family: 'Faro-DisplayLucky';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 20px;
  /* Interaction/Primary/Default */
  text-decoration: none !important;
  color: #AA0082;
}
.contact-box-link:hover {
  color: #AA0082 !important;
  opacity: 0.8;
}
.contact-box a img {
  height: 19px;
  margin-right: 5px;
}

.TUIr4b {
  display: none !important;
}
.brands img {
    max-width: 200px;
    max-height: 100px;
}

.qoute-content:before{
  content: "";
  position: absolute;
  left: 16px;
  background-image: url(./images/qoute.png);
  background-repeat: no-repeat;
  top: 8px;
  background-size: 100%;
  z-index: 0;
  width: 72px;
  height: 53px;
}
.qoute-content:after{
  content: "";
  position: absolute;
  right: 16px;
  background-image: url(./images/qoute.png);
  background-repeat: no-repeat;
  bottom: 8px;
  background-size: 100%;
  z-index: 0;
  width: 72px;
  height: 53px;
  rotate: 180deg;
}