/** Shopify CDN: Minification failed

Line 154:25 Expected identifier but found "*"
Line 922:12 Unexpected "{"
Line 943:14 Unexpected "{"
Line 1239:0 Unexpected "}"

**/
/*
* Icon Shopify Child Theme
* 
*/



h1, h2, h3, h4, h5, h6,
.shopify-product-form label {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize!important;
}

.shopping-payment-section {
    display: inline-block;
    width: 100%;
    height: 20%;
    background-color: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.shopping-payment-section h6 {
    margin-bottom: 30px;
    margin-top: 0;
}

.shopping-payment-section img {
    width:100%!important;
}

#basket-right {
    border-bottom:none;
}

body{
  
    font-size:1rem;
  }


#logo img {
    vertical-align: middle;
    padding: 10px 0;
    max-width: 100px;
}

.fancybox-close:before {
    content: "x";
    font-weight: bold;
    color: #fff;
    padding: 6px 12px 8px;
    background: #36454f!important;
}



/* Customer Account */


h5.details{
	margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.address{
    margin-bottom: 10px;
}

#customer_orders{
padding-top: 3%;
}


/* Customer Account (mobile) */


@media screen and (max-width: 740px){
  
.gridlock .row .mobile-3 {
    width: 97.9166666666666667%!important;
}
  
 #customer_sidebar{
  	text-align:center;
 }

}

/* Search Bar */



#search_bar {
  

  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.secondary-nav__button{
  margin: 0;
  background: none;
  color: inherit;
  width: inherit;
  padding: 0;
  padding-left: 10px;
}

.secondary-nav__button:hover{
  background: none;
  color: inherit;
}



.secondary-nav__search {
  display: block;
  overflow:hidden;
  
  width:0;
  
  -webkit-transition: width 250ms cubic-bezier(.425,0,0,1);
  transition: width 250ms cubic-bezier(.425,0,0,1);
  border: none;
}

.secondary-nav__search.is-active {
    width: 200px;
/*     position: absolute;*/
   z-index: 2;
    padding-right: 20px; */
}

.secondary-nav__search input {
    background: #e4e5e7;
    padding: 10px;
    border: none;
    margin: 0;
}

.secondary-nav__search input:focus {
    outline: 0
}

/* PayPal */

.additional-checkout-button--paypal-express {
    background-color: #e4e5e7 !important;
    color: #36454f !important;
    text-transform: uppercase!important;
    font-family: 'Roboto', sans-serif!important;
    font-size: 13px!important;
}

.additional-checkout-button+.additional-checkout-button {
    margin-left: 0px!important;
}


/* popup */


.fancybox-skin{
height:40%!important;
padding:0!important;
}

.fancybox-inner{
  height:400px!important;
}

#subscribe_popup {
    text-align: center;
    max-width: 800px!important;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  height:400px!important;
}

.right.fifty {
    float: left;
    width: 50%;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.left.fifty {
    width: 50%;
    padding: 20px;
    float: left;
    display: inline-block;
}

#subscribe_popup p {
    margin-bottom: 20px!important;
    margin-top: 20px!important;
}

#subscribe_popup #subs-container {
    margin-top: 20px!important;
}

@media screen and (max-width: 900px){
  .fancybox-overlay-fixed{
display:none!important;   
  }

}  
  
/* top banner */

.bannertop {
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
  	font-weight: 400;
    background: #e4e5e7;
    color: #36454f;
    text-align: left;
    letter-spacing: 1px;
    border-bottom: 1px solid #d4d4d4;
}



/* mega stack menu */

/* 
.scrollheader ul#main-nav li ul.megamenu li > ul.mega-stack li a:hover{
    color: #ababab! important;
}

.scrollheader ul#main-nav li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
  	letter-spacing:0.2em;
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.index header ul#main-nav li ul.megamenu {
    background: transparent;
    border: 1px solid #f0f0f0!important;
}

@media screen and (max-width: 1000px){
.custom-hide {
    display: none!important;
}

}

 */

ul.megamenu li > ul.mega-stack li a {
  font-size: 11px!important;
  text-transform: uppercase!important;
}

/* sidebar */ 


#sidebar ul li a:hover{
    color: #ababab! important;
}

/* Share buttons */

.addthis_toolbox {
  display:inline-block;
}


/* footer */ 
input#footer-subscribe {
    font-family:inherit;
}

/* event & press page */

.article-title-2 {
  text-align: center;
  font-weight: bold;
}


.article-image-2 {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;

}

.article-image-switch {
  	display:none;
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;
 
}

.active {
display:block;
}

.inactive {
display:none;
}

.article-content-2{
  cursor:pointer;
  height:270px;
  margin-bottom:2%;
}


.gridlock .row .desktop-3.bis{
    width: 25%;
    padding-bottom: 2%;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 7%;
    min-height:440px;
}

@media screen and (max-width: 1220px) {
  
.gridlock .row .desktop-3.bis{
    width: 30%!important;
    padding-bottom: 2%;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 7%;
}
  
}
@media screen and (max-width: 980px) and (min-width: 739px){

.gridlock .row .desktop-3.bis{
    width: 39%!important;
    padding-bottom: 2%;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 7%;
}

}


@media screen and (max-width: 740px){
.gridlock .row .desktop-3.bis{
    width: 47%!important;
    padding-bottom: 2%;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 7%;
}
 
}


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

 .gridlock .row .desktop-3.bis{
    width: 80%!important;
    padding-bottom: 2%;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 7%;
    margin-left: 10%;
} 
  
  .article-content-2 {
    cursor: pointer;
    height: auto;
    margin-bottom: 2%;
}

}

/* about page */ 

.rte-about{
    font-weight: 400;
    width: 80%;
    font-size: 1rem;
    margin: 0 auto;
    margin-bottom: 50px;
    line-height: 1.5;
}

.rte-about p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

.rte-about strong {

  font-weight:600;
}

.rte-about img{
width:100%;
}

/* Support pages */

#page .rte p{

  font-size:1rem;
  font-weight: 400;
  line-height: 1.5;
}


#tabs .nav {
text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
}



#tabs .nav li {
  display:inline-block;
  text-transform: uppercase;
  margin-left: 20px;
  letter-spacing:0.1rem;
}

#tabs-1, #tabs-2, #tabs-3 {

      margin-top: 50px;
}

/* blog page */ 


/* #content {

	display: flex;
    flex-direction: row;
    flex-wrap: wrap;

} */


#blog-articles{
  
  margin-top:50px;
  
}


#blog-articles .article-content {
    width: 80%;
    margin: 10px auto;
}

.blog h3{

    font-weight:400;
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 0 40px;
    width: 100%;
    float: left;
    /* font-family: 'GoudyOldStyleBT-Roman'; */
    line-height: 40px;

}

#blog-sidebar h4{

  border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size:15px;
    letter-spacing: 0.1rem;

}

#blog-sidebar {
  font-size:0.9rem;
  letter-spacing:0.05rem;
  line-height: 1.2rem;
}

.article-image{
    margin-top: 40px;
    max-width: 100%;
    width: 100%;
}

.single-article .posted {
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    color: #36454f;
    margin-bottom: 20px!important;
    letter-spacing: initial!important;
    font-weight: 400!important;
    font-size: 0.9rem!important;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.article-body .rte {
    font-size: 1rem;
    width: 80%;
    margin: 20px auto;
    text-align:center;
    letter-spacing: 0px;

}

.article-body {

  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 50px;

}

.readmore button {
    float: none;
    text-transform: uppercase;
    border: #36454f 1px solid;
    background: none;
    font-size: 13px;
    letter-spacing: 2px;
    color: #36454f;
    width: 220px;
    margin:0;
}


.readmore button:hover {
  
  background: #36454f;
  color:white;
}


.readmore_button{
  margin:0 auto; 
  width:99%; 
  text-align:center;
}

.readmore {
    color: #36454f! important;
    background: none!important;
  line-height: 0;
    padding: 0px;
  margin:0
    -webkit-transition: background 0.3s ease,color 0.3s ease;
    -moz-transition: background 0.3s ease,color 0.3s ease;
    -o-transition: background 0.3s ease,color 0.3s ease;
    transition: background 0.3s ease,color 0.3s ease;
}


/* article page */ 

#product-header h1 {
    margin: 0;
    font-weight: 400!important;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #f0f0f0;
  
}

#article-body .rte {
	margin: 0 auto;
    font-size: 1rem;
    width: 80%;
    letter-spacing: 0px;

}

#article-body .share-icons {
	margin: 20px auto;
    width: 80%;
}



.posted {
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    /* margin-bottom: 10px; */
    float: left;
    letter-spacing: 1px;
    /* color: #36454f; */
    /* margin-top: 4%; */
    color: #36454f;
    margin-bottom: 3px!important;
    letter-spacing: initial!important;
    font-weight: 400!important;
    font-size: 0.9rem!important;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}


#article-body div img {
    max-width: 100%;
    border: 0;
    width:100%;
    height: auto;
/*     margin-bottom: 35px; */
}



#blog-article .share-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.icon-rss{
display:none!important;
}

/* all collections page */  


.section-title h1 {
    margin: 0;
    font-weight: 400!important;
    font-size: 1.3rem;
    letter-spacing: 0.1em;

}
  
  
#sidebar{
	
  font-size: 0.9rem;
	
}

#pagination {
	
  font-size: 0.9rem;
	
}


.gridlock .row .desktop-3 {
    width: 25%;
    padding-bottom: 3%;
    border-bottom: 1px solid #f0f0f0;
  	margin:0;
  	padding-right:2%;
  	padding-left:2%;
    padding-top:3%;
    
}

/* .mega-container span.desktop-3 {
  padding-top:0%!important;
}
 */
.product.desktop-3 {
  min-height:391px;
}


@media screen and (max-width: 740px) {
.gridlock .row .mobile-half {
    width: 50%!important;
}

}

#sidebar label {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.1rem;
}


.product-details h3 {
    color: #000000;
    margin-bottom: 3px;
    font-weight: 400;
    letter-spacing: initial;
    font-size: 13px;
    letter-spacing: 0.1rem;
    font-family: 'Lato', sans-serif;
}


.product-details h4 {
    margin-top: 4%;
    color: #36454f;
    margin-bottom: 3px!important;
    letter-spacing: initial!important;
    font-weight: 400!important;
    font-size: 0.9rem!important;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}


/* product page */  

#product-description h3 {
  
  	margin-top: 3%;
    margin-bottom: 3%;
    color: #36454f;
    letter-spacing: initial;
    font-weight: 400;
    font-size: 1rem;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

#product-description form label {
    text-transform: uppercase;
    min-width: 76px;
    display: inline-block;
    float: left;
    line-height: 42px;
    /* font-weight: 200; */
    margin-right: 3%;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    width: 100%;
    max-width: 100%;
/*     background: #ababab; */
    border: none;
    -webkit-transition: background 0.3s ease,color 0.3s ease;
    -moz-transition: background 0.3s ease,color 0.3s ease;
    -o-transition: background 0.3s ease,color 0.3s ease;
    transition: background 0.3s ease,color 0.3s ease;
    -webkit-appearance: none;
    color: #ffffff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 15px 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
  
}


.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #ffffff;
    background:#36454f;
}







.add{
font-size:17px!important;
}

#related h4 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.1rem;
}

input.js-qty__num {
    float: left;
    display: inline-block;
    width: initial;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    min-width: initial;
    max-width: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0;
    outline: 0 none;
    color:#36454f ;
}


.backto , .backto a{
    margin-bottom: 10px;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #36454f;
    letter-spacing: initial;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: none; 
    font-family: 'Roboto', sans-serif;
}

#product-description form {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 10px;
}


 #panel {
    padding: 5px;
    text-align: left;
    background-color: #ffffff;
    border: solid 1px #ffffff;
}


  #flip, #flip2, #flip3 {
    color: #000;
    padding: 5px;
    text-align: left;
    /* background-color: #f6f1fc; */
    border-bottom: 1px solid #d4d4d4;
    /* font-weight: bold; */
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

#panel {
    padding: 10px;
    display: none;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

#panel p, #panel2 p, #panel3 p {
  font-size: 0.95rem;
  font-weight:400;
  line-height: 1.5;
}


  
  #panel2,  {
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #ffffff;
}
  
  
 

#panel2 {
    padding: 10px;
    display: none;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}
  
  
  
  
    #panel3,  {
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #ffffff;
}
  
  


#panel3 {
        padding: 10px;
    display: none;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}


#flip button, #flip2 button, #flip3 button {
  float:right;
  color: #36454f;
  background: none;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 1.5em;
  position: relative;
  padding:0;
  margin:0;
  margin-right:5px;
}
#flip button, #flip2 button, #flip3 button {
  transition: all .75s ease-in-out;
}
#flip button span, #flip2 button span, #flip3 button span {
  content: "";
  position: absolute;
  transition: .3s;
  background: #36454f;
}
#flip button span:first-of-type, #flip2 button span:first-of-type, #flip3 button span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 5%;
  left: 48%;
}
#flip button span:last-of-type, #flip2 button span:last-of-type, #flip3 button span:last-of-type {
  left: 25%;
  right: 25%;
  height: 5%;
  top: 48%;
}
#flip button.active span:first-of-type, #flip2 button.active span:first-of-type, #flip3 button.active span:first-of-type {
  top: 50%;
  bottom: 50%;
}


#product-price {
font-weight: 400;
  color:#36454f;
}


.share-icons label {
    float: left;
    display: inline-block;
    margin-right: 10px;
  	margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.share-icons a {
  	float: left;
    display: inline-block;
    margin-right: 5px;
    color:#36454f;
  	font-weight:400;
}

.icon-facebook:before {
    content: "\f09a";
    margin-right: 3px;
}

.icon-twitter:before {
    content: "\f099";
  margin-right: 3px;
}

.icon-pinterest:before {
    content: "\f0d2";
  margin-right: 3px;
}


.desc {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 200;
}

/* footer */  
  
  footer{
  pointer-events:none;
  }
  
  #footer-wrapper{
  pointer-events:all;
  font-size:0.9rem!important;
  }

#footer-wrapper p {
    color: #36454f;
    font-size: 0.9rem;
}
  
  ul#footer-icons {
  text-align:left;
  margin-top: 10px;
  padding-top: 20px;
  }
  
  ul#footer-icons li {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
}
  
  .icon-2x {
    font-size: 1.4em;
}
  
  #cart{
  width: initial;
  }

.credit{

  margin-top:-50px;
  pointer-events:none;
}

.credit span {
	
  font-size:0.6rem;
}

/* grid */

#homepage {
height:inherit!important;
}

.flexslider{
margin-bottom:5px;
}
  
  .container.row {
  width:100%;
  }
.row {
  margin-bottom: 20px;
}
.row:last-child {
  margin-bottom: 0;
}
[class*="col-"] {
  font-size: 16px; 
  display: inline-block;
  float:left;
/*   margin-bottom: 5px; */
  margin-right: 5px;
}
  .col-2-3 {
    width: calc(66.66% - 1.66px); 
  }
  .col-1-2 {
    width: calc(50% - 2.5px);
  }

  .col-1-3 {
    width: calc(33.33% - 3.33px);
  }
  .col-1-4 {
    width: calc(25% - 2.5px);
  }
  
  .col-1-5 {
    width: calc(20% - 1px); 
  }
  
  .col-1-8 {
    width: calc(12.5% - 2.5px);
  }

/* responsiveness */

@media screen and (max-width: 740px) and (min-width: 200px){
  
.flex-caption h2.slide-title {
    font-size: 0.8em!important;
}
  
  .flex-caption {
    padding:0;
}
  .cta {
    display:none;
}
  
  .flex-caption.slide1 {
    top: 70%;
    text-align: left;
}
  .flex-caption.slide2 {
    top: 70%;
    text-align: left;
}
  
  .flex-caption.slide3 {
    top: 70%;
    text-align: left;
}
  
  .flex-caption.slide4 {
    top: 70%;
    text-align: right;
}
  
  .flex-caption.slide5 {
    top: 70%;
    text-align: right;
}
  
}

@media screen and (max-width: 1230px){
.credit {
    margin-top: 20px!important;
}

}

@media screen and (max-width: 740px){
.gridlock .row .mobile-half {
    width: 100%!important;
}
  
  .credit img.vertical-align {
   width:30%!important;
    margin-top:10px!important;
  }

}


@media screen and (max-width: 640px) {
  [class*="col-"] {
    width: 100%;
    margin-right:0;
  }

  .homepage-grid-computer{
  display:none;
  }
  
  .homepage-grid-mobile{
  display:block!important;
  }
}


  .caption{
    text-transform: uppercase;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  
  .vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  }  
  
 
}

/* Gemstone guide page */


.gem_thumb {

width: 20%;
}


.gem_text {

width: 80%;
padding-left:20px;
}


@media screen and (max-width: 740px){
.gem_thumb {

  width: 80%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}


.gem_text {

  width: 100%;
  padding-left:0px;
}


}


/* Banner text */

.banner_text{
  display:flex; 
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}

.line_2{
  padding-left:5px;
}
 


@media screen and (max-width: 740px){
.line_1{
  width:100%;
}

.line_2{
  width:100%;
  padding-left:0px;
}
  
  .hide_mobile {
  display:none;
  }
  
  }


#recently-viewed-products {

  margin-bottom:50px;

}


/* Cookie consent */

.cc-window.cc-banner {
    padding: 0.8em 1.8em!important;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px!important;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    font-family: 'Lato', sans-serif!important;
}

/* Remove Sale item sticker */

.sale-item {
    z-index: 3;
    background: #af2b2b;
    color: #ffffff;
    display: none!important;
}

.onsale {
    display: inline;
    color: #ba2323;
    color: #36454f!important;
}

/* Product form */

@media screen and (min-width: 740px) {

  .select label,
  .select .selector-wrapper {
    display: inline-block;
  }

  .select label,
  .product-qty label {
    margin-right: 3%;
  }
  
}

/* Checkout page */

.btn {
  background: #36454f!important;
}

#PopupSignupForm_0{
display:none; 
 
}