/* 20231026190846 - v2 */
.gui,
.gui-block-linklist li a {
  color: #000000;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #666666;
}

.gui a {
  color: #40d0fc;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #40d0fc;
  box-shadow: 0 0 2px #40d0fc;
}

.gui-select.gui-focus .gui-handle {
  border-color: #40d0fc;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #000000;
  background-color: #ffffff;
}

.gui-content-title {
  color: #000000;
}

.gui-form .gui-field .gui-description span {
  color: #000000;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #000000;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #000000;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #000000;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #40d0fc;
}

/* custom */
.related-products .product-grid.swiper-slide {
    width: 250px!important;
}

/*Joram, Lightspeed, 13-06-2022:, Style bullet lists on product page BEGIN*/
.text-component ul {
    list-style: disc outside none;
    padding-left: 20px;
    margin-bottom: 1.5em;
}

.text-component ul ul {
    list-style-type: circle;
}
/*Joram, Lightspeed, 13-06-2022:, Style bullet lists on product page END*/


body{
	font-family: 'Plus Jakarta Sans', sans-serif!important;
}
/* NAVBAR */
#navbar nav>ul {
    text-align: left;
    padding-left: 2%;
}
@media (min-width:850px){
	div#header-holder>.container {
    margin-left: 2%;
    margin-right: 2%;

    max-width: 1500px!important;
}
  .header-center {  
    padding-right: 10%;
    padding-left: 25%;
}
  input.searchbox {
    border: 0.5px solid #ffffff;
    color: #ffffff;
        border-radius: 2px;
}
  .header-center{
  	display:flex;
  }
  .header-socials{
  	
    background-color: #40D0FC;
    font-size: 14px;
    border-radius: 100%;
    /* width: 50%; */
    padding: 2px 8px 4px 8px;
    margin:0 3px;
  }

}


@media (min-width:1500px){
	div#header-holder>.container {
    margin-left: 2%;
    margin-right: 2%;

    max-width: 1800px!important;
}
  .header-center {  
    padding-right: 5%;
    padding-left: 45%;
}
  input.searchbox {
    border: 0.5px solid #ffffff;
    color: #ffffff;
        border-radius: 2px;
}
  .header-center{
  	display:flex;
  }
  .header-socials{
  	
    background-color: #40D0FC;
    font-size: 14px;
    border-radius: 100%;
    /* width: 50%; */
    padding: 2px 8px 4px 8px;
    margin:0 3px;
  }

}
span#qty {
    background-color: #ffffff;
    color: #40D0FC!important;
    font-weight: bold;
    font-size: 10px!important;
}

span#qty::placeholder{
	color:#ffffff;
}

@media (max-width:990px){
  .socials-container-header{
  	display:none;
  }
}
  .subheader {
    display: none;
}

/* FOOTER */
footer .footer-logo {
    margin-bottom: 30px;
    margin-top: 34px;
    max-width: 100%;
}
.footer {
    padding: 30px;
  
}
.socials a {
    background: #ffffff;
    color: #594033;
}
.footer-bottom.gray-bg {
    background-color: #40d0fc;
    color: #ffffff;
}


/* COLLECTION */
.custom-filters-holder .toggle, .filter-toggle {
    
    text-transform: inherit;

}

a.load-more.button {
    background-color: #40D0FC;
}

.collection-filter-price .ui-slider-range {
    background-color: #594033;
    margin: 0;
    position: absolute;
    height: 5px;
}
.collection-filter-price .ui-slider-handle {
    background-color: #594033;
  border: none;
}

/* PRODUCT CARD */
.brand {
    font-size: 15px!important;
    letter-spacing: 0px!important;
  color:#3b3b3b!important;
}

.product-block-quick.wishlist {
    top: 69px;
    transition: margin .5s ease;
}


/* PRODUCT PAGE */
.productpage .wishlist {
    display: inline-block;
    margin-left: 5px;
    float: right;
}
.productpage .share:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 700;
    position: absolute;
    margin-left: -10px;
    opacity: 0;
}

.product-configure-options-option>label {
    font-weight: 400;
}

.variant-block.active {
    background: #40d0fc;
    border-color: #40d0fc;
      color: #000000;
}
button.btn-addtocart.quick-cart.button.button-cta {
    background-color: #40d0fc;
}


/* OUR STORY */
@media (min-width:600px){
  .about-main-container{
      display:flex;
    
  }
  .about-sub-container1,.about-sub-container{
      flex:1;
    
  }
  .about-sub-container1{
      display:flex;
    justify-content:center;
    align-items:center;
    
  }
}

/* OUR TEAM */
@media (min-width:600px){
	.our-story-top-container {
    max-width: 85%;
    color: #000000;
    line-height: 1;
    font-size: 16px;
}
  .our-story-top-container>p {
    line-height: 1.5;
}
}
.our-story-top-container {

    color: #000000;
    line-height: 1;
    font-size: 14px;
}
.our-story-top-container>p {
    line-height: 1.5;
}

@media (min-width:600px){
  .ourstylist-container{
    display:flex;
  }
  .ourstylist-individual{
      flex:1;
      text-align:center;
    max-width:25%;
    padding:0 15px;
  }
}

.ourstylist-container {
    text-align: center;
}

a.make-an-appointment-button:hover {
    font-weight: bolder;
    border: 1px solid #000000;
}

/* MOBILE */
li.fancy-locale {
    display: none!important;
}


/* EXTRAS */
div#collection-container {
    margin-top: 5%;
}

.sqs-block-content>p {
    line-height: 1.5;
    font-size: 15px;
  
}
.sqs-block-content {
    max-width: 70%;
    margin: auto;
}


@media (min-width:600px){
.logo {
    max-width: 100%;
    max-height: 80px;
    min-width: 30px;
    height: 80px;
  }
.header-right.text-right {
    padding-right: 2%;
}
}

/* FOOTER LINKS HOVER */
.footer-links-cutom:hover{
	color:#ffffff!important;
}


.footer-links-cutom{
		color: #40D0FC!important;
  	font-size:16px!important;
  	font-weight:600!important;
}

/* TOP SOCIAL LINKS */
a.social-fb.header-socials:hover {
    color: #3b5998!important;
}

a.social-insta.header-socials:hover {
    color: #3f729b;
}


.product-block .product-label.rotated, .product-label.rotated {
    transform: rotate(323deg);
    right: 165px;
    left: auto;
    bottom: initial;
    top: 29px;
    display: block;
    width: 150px;
    text-align: center;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    padding: 0;
}

@media (min-width:1500px){
	.home-slider.large-height {
    height: 750px;
}
}

@media (min-width:850px) and (max-width:1500px){
	.home-slider.large-height {
    height: 500px;
}
}

@media (max-width:600px){
  .product-block .product-label.rotated {
		transform: rotate(323deg) scale(0.7);
    right: 65px;
    top: 15px;
  }
}

@media ((min-width:600px) and (max-width:850px)){
  .product-block .product-label.rotated {
    transform: rotate(323deg) scale(0.8);
    right: 130px;
    top: 17px;
  }
}
