/** Shopify CDN: Minification failed

Line 235:0 Unexpected "/"
Line 450:1 Expected "}" to go with "{"

**/
@font-face {
    font-family: 'gidoleregular';
    src: url('/cdn/shop/files/gidole-regular-webfont.woff2?1113') format('woff2'),
         url('/cdn/shop/files/gidole-regular-webfont.woff?1113') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('/cdn/shop/files/glacialindifference-bold-webfont.woff2?1113') format('woff2'),
         url('/cdn/shop/files/glacialindifference-bold-webfont.woff?1113') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('/cdn/shop/files/glacialindifference-regular-webfont.woff2?1113') format('woff2'),
         url('/cdn/shop/files/glacialindifference-regular-webfont.woff?1113') format('woff');
    font-weight: normal;
    font-style: normal;
  
  
/* This line is causing all pages to align to the left - use new and or more specific CSS class
}
.template-page .inner, #rte{
  max-width:100%;
} */

 
.container {    
    width: 100%;
    max-width: 830px;
    padding-left: 15px;
    padding-right: 15px;
}
.outer-sec {
    background: #1b3c65;
}

.main-head-top-sec {
    padding: 90px 20px;
}

#rte .main-head-top-sec h1 {
    margin: 0;
    color: #7acdf1;
    font-size: 86px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 80px;
    font-family: 'glacial_indifferencebold';
}

#rte .main-head-top-sec h3 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'gidoleregular';
    margin: 20px 0 0;
    font-weight: 400;
}
.sky-bg {
    background: #7acdf1;
}

.txt-sec {
    padding: 80px 0;
    margin-bottom: 30px;
}

.dayDream-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lft-sec {
    max-width: 55%;
    flex: 0 0 55%;
}

.rgt-sec {
    max-width: 40%;
    text-align: center;
    flex: 0 0 40%;
}

.rgt-sec img {
    display: inline-block;
}

#rte .lft-sec p {
    color: #1b3c65;
    font-style: normal;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 26px;
    font-family: 'gidoleregular';
    font-weight: 500;
}
.lft-sec.align-right {
    text-align: right;
}

#rte .lft-sec h2 {
    color: #1b3c65;
    font-size: 38px;
    font-family: 'glacial_indifferencebold';
}

.gray-bg {
    background: #bac4d0;
}

.heat-waves-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 80px;
    align-items: center;
}

#rte .heat-waves-sec h4, #rte .heat-waves-sec h3 {
    color: #7acdf1;
}

#rte .heat-waves-sec h3 {
    font-family: 'glacial_indifferencebold';
    /* font-weight: bold; */
    max-width: 54%;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 40px;
}

#rte .heat-waves-sec h4 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-right: 5%;
}
#rte .long-last-sec .lft-sec h2, #rte .long-last-sec .lft-sec p {
    color: #ffffff;
}

.collections-divider {
    height: 4px;
    position: relative;
  border-bottom: 0 !important;
}

.divider {
    height: 4px;
    background: #7acdf1;
    position: relative;
}

.divider::before, .divider::after {
    content: "";
    height: 28px;
    width: 28px;
    border: 4px solid #7acdf1;
    display: inline-block;
    background: #1b3c65;
    border-radius: 60px;
    position: absolute;
    left: -2px;
    top: -12px;
}
.divider::after {
  left:auto;
  right:-2px;
}
.return-ag {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  flex-wrap:wrap;
}

.return-ag img {
    margin-right: 50px;
}

.return-ag span {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-family: 'glacial_indifferencebold';
    line-height: 22px;
}

#rte .return-ag span a {
    display: block;
    color: #fff;
    margin: 0;
    border: 0;
}
.txt-sec.long-last-sec {
    padding-bottom: 10px;
}
.return-ag-main {
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
}
span.post-no {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #66bbac;
    margin: 0 10px 0 0;
    color: #fff;
}

/----Footer style 24-01-23----*/
.footer-container {
    display: flex;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width:1024px){
  #rte .main-head-top-sec h1 {
    font-size: 58px;
    line-height: 62px;
 }
  #rte .main-head-top-sec h3 {
    font-size: 30px;
  }
  #rte .lft-sec h2 {
    font-size: 32px;
  }
  #rte .lft-sec p {
    font-size: 22px;
    line-height: 24px;
  }
  #rte .heat-waves-sec h3 {
    font-size: 20px;
    line-height: 32px;
}
}
@media (max-width:767px){
}



@media (max-width:575px){
.main-head-top-sec {
    padding: 40px 0px;
}

#rte .main-head-top-sec h1 {
    font-size: 28px;
    line-height: 36px;
}

#rte .main-head-top-sec h3 {
    font-size: 23px;
}

.lft-sec, .rgt-sec {
    max-width: 100%;
    flex: 0 0 100%;
}

.rgt-sec {
    order: 1;
    margin-bottom: 30px;
}

.lft-sec {
    order: 2;
}

.rgt-sec img {
    max-height: 230px;
}

#rte .lft-sec p {
    text-align: center;
}

.lft-sec.align-right {
    text-align: center;
}

#rte .lft-sec h2 {
    text-align: center;
}

#rte .lft-sec h2 {
    font-size: 28px;
}

#rte .lft-sec p {
    font-size: 20px;
}

.heat-waves-sec {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
}

#rte .heat-waves-sec h4 {
    margin: 0;
    width: 100%;
    text-align: center;
}

#rte .heat-waves-sec h3 {
    text-align: center;
}

.txt-sec {
    padding: 50px 0;
}

.return-ag img {
    margin-right: 20px;
    width: 90px;
}
  div#shopify-section-product-template .col-md-6 {
padding-left: 0px;
padding-right: 0px;
}

 .grid-item-wrap {
    width: 100% !Important;
    display: inline-block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}
}



.favourite-wallet-section .container,
.customer-review-section .container {
margin: 0 auto;
max-width: 1200px;
}

.customer-review-section div#looxReviews {
height: auto !important;
}

* { box-sizing: border-box; }

.carousel {
  background: #FAFAFA;
}

.carousel-main {
  margin-bottom: 8px;
}

.carousel-cell {
  width: 100%;
  height: 580px;
  margin-right: 8px;
  background: #8C8;
  border-radius: 5px;
  /* counter-increment: carousel-cell; */
}

/* cell number */ 
/* .carousel-cell:before { */
/*   display: block; */
/*   text-align: center; */
/*   content: counter(carousel-cell); */
/*   line-height: 200px; */
/*   font-size: 80px; */
/*   color: white; */
/* } */

.carousel-nav .carousel-cell {
  height: 120px;
    width: 32.5%;
    padding-top: 32.5%;
}

/* .carousel-nav .carousel-cell:before { */
/*   font-size: 50px; */
/*   line-height: 80px; */
/* } */

/* .carousel-nav .carousel-cell.is-nav-selected { */
/*   background: #ED2; */
/* } */

/* Atelierbram edit */
.carousel-main img {
  display: block;
  margin: 0 auto; 
}
.owl-carousel.other_cases_pdp .owl-stage-outer {
height: auto !important;
}
.main-nav .sbb li>a {
    font-size: 16px !important;
}

/* PDP Custom CSS */
a.pdp_review_link:hover {
    text-decoration: none;
}
a[href='#looxReviews']:hover {
    text-decoration: none;
}
.product .item>.right .offers {
    display: none;
}
@media only screen and (max-width:767px){
#shopify-section-product-template .custom-img_with_unique_cl .content.product .loox-rating i.loox-icon {
font-size: 20px !important;
}
  #shopify-section-product-template .custom-img_with_unique_cl .content.product .loox-rating span {
  font-size: 18px !important;
  }
  #shopify-section-product-template .custom-img_with_unique_cl .content.product .loox-rating {
  margin: 0px !important; }
  #shopify-section-product-template .content .price span {
  font-size: 26px !important;
    line-height: 22px;
  }
}