html {
  scroll-behavior: smooth;
}

.product-list .product .image-sold-out, .image-sold-out {background-color: rgba(246,211,211,0.8 );}
.image-comming-soon, .coming-soon span, .sold-outcoming-soon span {
  background-color: rgba(211,215,244,1 );
}

.brand-site-event-list-image img{
  height: 100% !important;
}

select#language-switcher-ec {
  -webkit-appearance: none;
  border: none;
  color: #e9537d;
  max-height: 20px;
  font-size: 10px;
  padding-top: 0;
}

select#language-switcher-ec:focus {
  box-shadow: 0 0 10px rgba(233, 83, 125, 1);
}

select#language-switcher-ec:hover {
  box-shadow: 0 0 10px rgba(233, 83, 125, 1);
  cursor: pointer;
}

.webform-submission-site-search-form .input-group-append {
  position: absolute;
  right: 20px;
  /* display: flex; */
  padding-top: 6px;
}

p#page-top {
  background: #e75480;
  text-decoration: none !important;
  /* font-weight: bold; */
  color: #fff !important;
  padding: 6px 15px;
  text-align: center;
  position: fixed;
  border-radius: 5px;
  bottom: 0;
  right: 0;
  margin: 10px;
  font-size: xx-small;
  transition: opacity 0.5s linear;
  opacity: 0;
  z-index: 2;
}

div#block-youtubeblock {
  position: absolute;
  right: 10%;
  top: 10%;
  max-width: 305px;
}

footer.site-footer {
  position: relative;
}

@media (max-width: 768px) {
    div#block-youtubeblock {
      width: 100%;
      max-width:468px;
  }
}

/*Checkout Pages Start*/
.conditions-text {
  margin: 20px 0 20px 0;
}

.conditions-text a {
  color:#007bff;
}

.cc-logos img {
  margin: 3px 3px 3px 3px;
  max-width: 56px;
  max-height: 35px;
  width: auto;
  height: auto;
}

/*Checkout Pages End*/

/* ------ Site Map - start ------- */

#sitemap {
    line-height: 1.8em;
}

#sitemap h3 {
    border-bottom: 2px solid #F3ACC8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

#sitemap ul {
    margin: 0 10px 20px 10px;
}

#sitemap ul li {
    padding-left: 5px;
}

#sitemap a {
    color: #e9537d;
}

#sitemap a:hover {
    color: #4D4D4D;
}

div#sitemap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.categ_margin{margin: 0 0 0 20px;}
/* ------ Site Map - end ------- */

/* ------ Acts Conditions - start ------- */


.acts-conditions .views-row {
    border: 1px solid #4D4D4D;
    margin-left: 10px;
    margin-right: 10px;
}

.acts-conditions h3 {
    margin-left: 10px;
}

.acts-conditions .views-field {
    display: flex;
}

.acts-conditions .views-label {
    width: 25%;
    font-weight: bold;
    border-bottom: 1px solid #4D4D4D;
    padding: 10px;
}

.acts-conditions .field-content {
    width: 75%;
    padding: 10px;
    border-bottom: 1px solid #4D4D4D;
    border-left: 1px solid #4D4D4D;
}

.acts-conditions a {
    color: #e9537d;
    text-decoration: underline;
}

.acts-conditions .view-footer {
    margin-top: 20px;
}

.acts-conditions h3 {
    color: #e9537d;
    font-weight: bold;
    font-size: 1.25em;
    padding-bottom: 10px;
}

.acts-conditions .views-field-field-inquiry .field-content, .acts-conditions .views-field-field-inquiry .views-label {
    border-bottom: none;
}


/* ------ Acts Conditions - end ------- */


/* ------ Front page - main fix - start ------- */

#front-online {
    padding: 185px 0 5% 0;
}

/* ------ Front page - main fix - end ------- */

/* ------ START Shipping Guide (About Shipping) ------ */

div#shipping_guide table.shipping {
  border: 2px solid #663300;
  background-color: #FFCCCC;
  border-collapse: collapse;
  width: 80%;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 50rem;
}

div#shipping_guide table.shipping td {
  border: 1px solid #999;
  padding: 8px;
}

div#shipping_guide a {
  color: #ED7C96;
  text-decoration: underline;
}

.border {
  border: 1px solid #000;
  padding: 10px 5px;
  background: #fff;
}

/* ------ END Shipping Guide (About Shipping) ------ */

/* ------ Exposed Filter form - start ------ */

#views-exposed-form-list-page-products-page-1 .js-form-type-select,
#views-exposed-form-list-page-products-page-7 .js-form-type-select{
    display: block!important;
}

#views-exposed-form-list-page-products-page-1 .js-form-type-select label,
#views-exposed-form-list-page-products-page-7 .js-form-type-select label {
    width: 100%;
}

#views-exposed-form-list-page-products-page-7 .js-form-type-select select{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* ------ Exposed Filter form - end ------ */
/*===========================================================
Mobile Layout
===========================================================*/


@media screen and (max-width: 1367px) {

}

@media screen and (max-width: 980px) {
  #front-online {
    padding-top: 165px;
  }
}

@media screen and (max-width: 768px) {
  #front-online {
    padding-top: 125px;
  }
  .lolita img{
    height: 50vw;
  }
}

@media screen and (max-width: 417px) {
  #front-online {
    padding-top: 125px;
  }
}

@media (max-width: 320px) {
  #front-online {
    padding-top: 138px;
  }
}

.cond-review_mb{
  margin-bottom: 60px;
}

.about-pay_later a{
  text-decoration: underline;
}