/* ======================================== GENERAL ======================================== */

/*
    Client edit wish: Mobile logo bigger
 */
@media screen and (max-width: 991px){
  .search-narrow-show {
      width: calc(33.3333% - 80px);
  }
}



/* ======================================== HOME ======================================== */

/*
    Client edit wish: Remove carousel border
 */
.tab-3 .item, .tab-2 .item, .tab-1 .item{
    border: none;
}
/*
  Client edit wish: Add lines to subheading
*/
.each-block-head > h2 > a > span{
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.tabs-list{
    position: relative;
}
@media screen and (min-width: 960px) {
    .cm-custom_subheadingLine{
        width: 800px;
        height: 2px;
        background-color: #ffe6ec;
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        margin: auto;
        z-index: 1;
    }
}
@media screen and (max-width: 950px) {
    .cm-custom_subheadingLine{
        width: 100%;
        height: 2px;
        background-color: #ffe6ec;
        position: absolute;
        left: 0;
        right: 0;
        top: 55px;
        margin: auto;
        z-index: 1;
    }
}
.brand-head{
    position: relative;
}
@media screen and (min-width: 960px) {
    .cm-custom_subheadingLineBrand{
        width: 800px;
        height: 2px;
        background-color: #ffe6ec;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }
}
@media screen and (max-width: 950px) {
    .cm-custom_subheadingLineBrand{
        width: 100%;
        height: 2px;
        background-color: #ffe6ec;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }
}
@media screen and (min-width: 960px) {
    .cm-custom_subheadingLineBrand2{
        width: 800px;
        height: 2px;
        background-color: #ffe6ec;
        position: absolute;
        left: 0;
        right: 0;
        top: 16px;
        margin: auto;
        z-index: 1;
    }
}
@media screen and (max-width: 950px) {
    .cm-custom_subheadingLineBrand2{
        width: 100%;
        height: 2px;
        background-color: #ffe6ec;
        position: absolute;
        left: 0;
        right: 0;
        top: 16px;
        margin: auto;
        z-index: 1;
    }
}
.large-heading > span{
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding-left: 50px;
    padding-right: 50px;
}
/*
  Client edit wish: Add to cart doesn't work
*/
.gui-messages{
  display: none;
}
.gui-success{
  background-color: #ffe9ec !important;
  border: 1px solid #FFB6C1 !important;
  color: #7f5b60 !important;
}
@media screen and (min-width: 778px) {
  .addToCartMessage{
    position: fixed;
    top: 140px;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .addToCartMessage{
    position: fixed;
    top: 85px;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .addToCartMessageIndexPage{
    position: fixed;
    top: 55px;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
/*
  Client edit wish: Extra banner
*/
@media screen and (min-width: 620px) {
  .extraBanner{
    height: 350px;
    width: 100%;
    background-color: red;
    border-radius: 3px;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
  }
  .extraBanner img{
    position: absolute;
    max-height: 95%;
    max-width: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .extraBanner{
    height: 200px;
    width: 100%;
    background-color: red;
    border-radius: 3px;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
  }
  .extraBanner img{
    position: absolute;
    max-height: 95%;
    max-width: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

