/* global */
.mega-menu .grid-item-menu p,
.menu-image h2,
.contentBanner h2,
.t-stockists .top-hero h1,
.t-stockists .bottom-hero h3{
    font-family: NimbusSanD-Bold;
    font-weight: normal;
}
.main-content-inner {
    position: relative;
}
.breadcrumb-nav {
    position: absolute;
    z-index: 10;
}
@media (min-width: 1201px) {
  .breadcrumb-nav {
    top: 14px;
  }
}

.page-content{
	font-size: 13px;
}

/* breadcrumb */
.site-header .breadcrumb-nav {
    margin-top: 15px;
}

/* burgur menu */

.header.menu-open{
  transition: background ease .4s;
  -moz-transition: background ease .4s;
  -webkit-transition: background ease 0.4s;
  -o-transition: background ease .4s;
}

.header.menu-open + .wrapper .breadcrumb-nav {
    z-index: 10;
}

.main-menu{
  display: none;
  opacity: 0;
  transition: opacity ease .4s, background ease .4s;
  -moz-transition: opacity ease .4s, background ease .4s;
  -webkit-transition: opacity ease .4s, background ease .4s;
  -o-transition: opacity ease .4s, background ease .4s;
  background: transparent;
}

.main-menu.main-menu-open{
  display: block;
  opacity: 1;
  transition: opacity ease .4s, background ease .4s;
  -moz-transition: opacity ease .4s, background ease .4s;
  -webkit-transition: opacity ease .4s, background ease .4s;
  -o-transition: opacity ease .4s, background ease .4s;
  background: #fff;
}

/* filter */

.shape-half:nth-child(2n+1){
	border-right: 1px solid #bdbdbd;
}


.shape-half:nth-child(2n){
	border-left: 0;


}

.desktop-options .dropdown.open .filter-btn{
	border: 1px solid #c8c8c8;
}

.desktop-options .sorting .dropdown-menu{
	margin-top: 103px;
}

.desktop-options .filter-btn{
	margin-top:  10px;
}

.desktop-options .collection-filter{
	margin-top: 5px;
}

/* filter - category */
.coll-filter-category {
    max-width: 130px;
}

.coll-sort,
.coll-filter-category,
.coll-filter-category-mob{
    margin: 0;
    padding: 0;
}

.coll-filter-category li,
.coll-filter-category-mob li{
    list-style: none;
}

.coll-filter-category label span{
	font-size: 13px;
    color: #737373;
    font-weight: normal;
}

.coll-filter-category label,
.coll-filter-category-mob label{
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: normal;
}

.coll-filter-category label:before,
.coll-filter-category-mob label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.1875em;
    width: 1em;
    height: 1em;
    border: 1px solid #ccc;
}

.coll-filter-category label:after,
.coll-filter-category-mob label:after{
    content: '';
    position: absolute;
    top: 0.3275em;
    left: 0.15em;
    font-size: 1.3em;
    line-height: 0.5;
    background: #000;
    transition: all .2s;
    width: 0.45em;
    height: 0.45em;
}

.coll-filter-category label.active:after,
.coll-filter-category-mob label.active:after{
    opacity: 1;
    transform: scale(1);
}
.coll-filter-category label:after,
.coll-filter-category-mob label:after{
    opacity: 0;
    transform: scale(0);
}



.desktop-options .dropdown-menu{
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.175);
	box-shadow: 0 0 1px rgba(0,0,0,0.175);
}

.template-collection .overlay-sorting{
	top: 100px;
}


@media (max-width: 1246px) {
  .shape-half:nth-child(2n+1){
      border-left: 1px solid #bdbdbd;
  }

  .shape-half:nth-child(2n) {
      border-left: 1px solid #bdbdbd;
  }

  .coll-filter .shape-half:first-child {
      border-top: 1px solid #bdbdbd;
  }

  .coll-filter .shape-half:last-child {
      border-bottom: 1px solid #bdbdbd;
  }

  .shape-half:nth-child(-n+2) {
    border-top: 0;
  }
}


/* buttons */
.contact-wrapper .light-btn,
.t-stockists .light-btn,
.greybutton,
.live-chat-button
.button.largeblack,
.contact_form input.btn,
button.cart__checkout,
#clearBtn{
  transition: all ease 0.3s;
}

.filter-buttons .filter-btn{
	line-height: 15px;
}

.filter-buttons #clearBtn{
  	background: none;

}

.filter-buttons #applyBtn{
	border: 1px solid #000;
}

.button.largeblack,
#contact_form input.btn,
button.cart__checkout,
#shopify-section-support-form .col-2 form input[type="submit"]{
    transition: all ease 0.3s;
}

.button.largeblack:hover,
#contact_form input.btn:hover,
button.cart__checkout:hover,
#shopify-section-support-form .col-2 form input[type="submit"]:hover{
	background-color: #737373;
    transition: all ease 0.3s;
}

#applyBtn:hover{
	background-color: #737373;
  	border: 1px solid #737373;
}

#clearBtn:hover{
	border: 1px solid #000 !important;
    background: #f9f9f9;
    color: #000;
}

.greybutton:hover,
.live-chat-button:hover{
  background-color: #bdbdbd !important;
  color: #fff !important;
  text-decoration: none;
}

.contact-wrapper .light-btn:hover,
.t-stockists .light-btn:hover{
  border-color: #000 !important;
  text-decoration: none;
}

/* quick look button - should not be transparent */
a.btn-hero.btn-quick{
	background: #FFF;
    opacity: 1 !important;
}

/* letter spacing */
.t-stockists .top-hero h1,
.t-blog-news .article-inner h2{
	letter-spacing: 1px;
}

/******** product page *******/


.template-product .grid .fc-content [class*="col-"]:last-of-type{
    padding-right: 2px;
}

.template-product .grid .col-lg-8{
	padding-left: 0;
}

.template-product .select-options li:last-child{
	height: inherit !important;
}

.ring-customized-size{
	display: none;
    margin-bottom: 10px;
}

.ring-customized-size .option-label{
    color: #737373;
    font-size: 13px;
}

.ring-customized-size .option-value{
	font-size: 13px;
}

/* product - social icons */
.template-product .social-sharing{
	padding: 0;
    margin: 0;
    margin-top: 15px;
    margin-left: -8px;
	list-style: none;
    display: inline-block;
}

.template-product .social-sharing a{
	color: #333;
}

/* product option font size */
.template-product .product-item-template .product-addtocart .select-styled{
	font-size: 13px !important;
}

/* hide old bespoke solution link */
.show-bespoke{
	display: none;
}

div[data-option-name=number-of-additional-inches]{
	display: none;
}


/* make all cart items inline */
@media screen and (min-width: 992px) {
  .product-title,
  .product-price,
  .product-description,
  .product-addtocart,
  .product-item-template .largeblack{
    max-width: 255px;
  }
}

.product-description {
  margin-top: 3rem;
}



/******** mega menu *******/

/* use big font */
.main-list>li:nth-child(3) .mega-menu .grid-item-menu p{
	font-size: 60px;
}




/******** search section *******/

/* reduce the size from 25px to 20px */
.search-results .all-results-inner h4{
	font-size: 20px;
}

/* fix search glitchy - stop real-time ajax */
.overlay-container.visible .search-results{
	display: none !important;
}

.overlay-container.visiblej.search-popup-view .search-results{
	display: block !important;
}

.masonry-wrapper.search-pagination-warpper{
	margin-bottom: 0;
}


/* blog post page */

.article-content-wrapper .sections-wrap > p{
  padding: 0 40px !important;
  font-size: 11px;
  margin: 0 0 4px;
}

.article-content-wrapper p img{
  margin-left: -40px;
}

.page-single-article{
	padding-bottom: 35px;
}

.article-footer-nav{
  	min-height: 60px;
	padding: 20px;
  	font-size: 18px;
}

.article-footer-nav a{
	color: #000;
}

.article-footer-nav a:hover{
	text-decoration: none;
}

.article-footer-nav a:hover .footer-nav-text{
	color: #c8c8c8;
}

.post-nav-next,
.post-nav-prev{
  	height: 12px;
  	width: 12px;
    display: inline-block;
}

.template-article .post-nav-next{
  	background: url(//cdn.shopify.com/s/files/1/0571/9261/t/73/assets/next_btn1.png?v=3132170611878797093) no-repeat center;
    margin-left: 18px;
}

.template-article .article-footer-nav a:hover .post-nav-next{
  	background: url(//cdn.shopify.com/s/files/1/0571/9261/t/73/assets/next_btn0.png?v=898424609765639762) no-repeat center;
}

.template-article .post-nav-prev{
  	background: url(//cdn.shopify.com/s/files/1/0571/9261/t/73/assets/prev_btn1.png?v=1653668931592055068) no-repeat center;
	margin-right: 18px;
}

.template-article .article-footer-nav a:hover .post-nav-prev{
  	background: url(//cdn.shopify.com/s/files/1/0571/9261/t/73/assets/prev_btn0.png?v=12168221178662161252) no-repeat center;
}

#artisans .slick-arrow.slick-next,
.template-collection .slick-arrow.slick-next,
.template-page .slick-arrow.slick-next {
    background: url(//cdn.shopify.com/s/files/1/0571/9261/t/73/assets/arrow-right-white.png?v=9906217628813009819) no-repeat center;
}

#artisans .slick-arrow.slick-prev,
.template-collection .slick-arrow.slick-prev,
.template-page .slick-arrow.slick-prev {
    background: url(//cdn.shopify.com/s/files/1/0571/9261/t/73/assets/arrow-left-white.png?v=13688634920575883181) no-repeat center;
}

/* title overlay by image blow */
#artisans .image-text-header>p,
#artisans .image-text-main-text>p{
	height: auto !important;
}

/* embeded social sharing */
.social-sharing-embed{
	margin: 12px 29px;
}

.social-sharing-embed a {
	margin-right: 22px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
}

@media screen and (max-width: 200px) {
  .article-content-wrapper p img{
    width: 150% !important;
  }
}


@media screen and (min-width: 201px) and (max-width: 320px) {
  .article-content-wrapper p img{
    width: 140% !important;
  }
}

@media screen and (min-width: 321px) and (max-width:400px) {
  .article-content-wrapper p img{
    width: 130% !important;
  }
}

@media screen and (min-width: 401px) and (max-width:767px) {
  .article-content-wrapper p img{
    width: 125% !important;
  }
}

@media screen and (min-width: 768px) and (max-width:1333px) {
  .article-content-wrapper p img{
    width: 111% !important;
  }
}

@media screen and (min-width: 1334px){
  .article-content-wrapper p img{
    width: 108% !important;
  }
}


/******** contact page *******/
.contact-wrapper .contact-form input, .contact-wrapper .contact-form input:focus {
    border-bottom: 1px solid #bdbdbd;
}

.form-success{
	margin: 0 0 20px;
}

/* challenge page */
.shopify-challenge__container {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

/************* stock page ***********/
.t-stockists .stockists-accordion .collapse-part-title{
	border-top: 1px solid #d9d9d9;
}

.t-stockists .stockists-accordion .stockists_acc-content .light-btn{
	padding: 9px 0 6px;
}

.t-stockists .stockists-accordion{
	max-height: 67px;
}

.t-stockists .stockists-accordion .collapse-part-title{
	padding: 15px 0;
}

/******** article page *******/

.article-meta{
	padding: 0 40px;
}

.article-meta .right-section{
	height: 30px;
}

.article-meta .right-section a{
    margin-left: 22px;
    color: #333;
}

.article-meta .article-sharing{
	position: relative;
}

.article-meta .social-sharing{
  	margin: 0;
	position: absolute;
    right: -18px;
    top: -5px;
}

@media screen and (max-width: 1100px){
  .article-meta .social-sharing{
      right: -8px;
  }
}

/* ajax cart templat */
.checkout-btn-wrapper{
	width: 90%;
  	margin: 0 auto 56px;
    position: relative;
}

.continue-shopping{
	font-size: 13px;
	color: #737373;
	display: inline-block;
	padding: 16px 0 13px 15px;
}

.continue-shopping:hover{
	text-decoration: none;
  	color: #737373;
}

.continue-shopping:before{
  content: url(arrow-left.png);
  position: absolute;
  top: 16px;
  left: 0;
}

.drawer .cart__checkout{
	width: 50%;
    float: right;
}

.drawer .contact-btn{
	background-color: #f9f9f9;
}

/******** cart summary page *******/
#your-shopping-cart .cart-wrapper .cart-each-item .cart-image-name>.cart-image{
	max-width: 180px;
}

/*********** repair page ***********/
#shopify-section-repair-restore-template .text-image .image-text-header p{
	line-height: 26px;
}

#shopify-section-repair-restore-template .image-right-text.care-information{
	margin-top: 4px;
}

.shopify-section-support-form input[type=email], .shopify-section-support-form input[type=tel], .shopify-section-support-form input[type=text] {
    display: block;
    padding: 10px;
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    width: 100%;
}

.shopify-section-support-form input[type=email],
.shopify-section-support-form input[type=text]{
    color: #737373;
    font-size: 13px;
    line-height: 22px;
    border: none !important;
    outline: none;
    background: none;
    border-bottom: 1px solid #525252 !important;
    padding: 5px 0 5px 0;
    background-color: #FFF;
}


.shopify-section-support-form textarea{
	width: 100%;
    padding: 20px;
    background-color: #FFF;
}

.shopify-section-support-form .product-styler,
.shopify-section-support-form .product-styler>.jq-selectbox{
	width: 100%;
}

.shopify-section-support-form .form-heading{
	width: 72%;
}

#zendesk-form-submit{
  	transition: all ease 0.3s;
    background-color: #000000;
    text-transform: none;
    color: #fff;
    max-width: 265px;
    margin: 15px 0 0 0;
    display: block;
    padding: 10px;
    border: 1px solid #000000;
    width: 100%;
    cursor: pointer;
  	text-align: center;
}

#application-message{
    margin: 0 0 20px;
  	padding: 20px;
    border: 1px solid red;
}

.list-dropdown{
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #E7E7E7;
    z-index: 20;
    opacity: 1;
    display: none;
}

.list-dropdown.show-list{
	display: block;
}

.list-dropdown .list-item{
	padding: 10px;
}

.list-dropdown .list-item.disabled{
	background: #f1f1f1;
    color: #999;
}

.input-data-wrapper,
.input-data-wrapper-v2{
	position: relative;

}

.input-data-holder,
.input-data-holder-v2{
    color: #000000;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid #E7E7E7;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.input-data-wrapper .list-dropdown,
.input-data-wrapper-v2 .list-dropdown{
	position: absolute;
    top: 40px;
  	left: 0;
}

.select-arrow-wrapper{
    position: absolute;
    right: 0;
    height: 100%;
    width: 30px;
    top: 0;
}

.select-arrow{
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 7px solid #000;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

#product_size-styler,
#product_metal-styler{
	display: none;
}


span.custom-error{
	position: static !important;
}

/************ faq page *************/
.faq-question h2,
.faq-question h2 p{
	margin:0;
}

.page-content .faq-question h2{
	text-transform: none;
}

/******** stockist page *******/
.t-stockists .stockists-accordion .stock-acc-section{
	padding: 0 48px;
}

/* account related pages */
.icon-login {
  height: 1.1em;
}
.icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}


#CustomerLoginForm,
#RecoverPasswordForm,
#create_customer,
.ssnr-form{
  	width: 90%;
	max-width: 400px;
    /*margin: auto;*/
    padding: 80px 0;
}

.ssnr-form{
    padding: 40px 0;
}


.account-form-field-wrapper{
	margin-bottom: 10px;
}

.account-form-field-wrapper label{
	display: none;
}

.account-form-field-wrapper input{
	width: 100%;
    border: none;
  	border-bottom: 1px solid #969696;
    height: 36px;
    font-size: 13px;
}

.ssnr-form .ssnr-field-wrap label{
	width: 30%;
    float: left;
    padding-top: 10px;
}

.ssnr-form .ssnr-field-wrap input{
    border: none;
  	border-bottom: 1px solid #969696;
}

.ssnr-form .ssnr-field-wrap select{
  	border: 1px solid #e7e7e7;
    background-color: #FFF;
}

.ssnr-form .ssnr-field-wrap input,
.ssnr-form .ssnr-field-wrap .ssnr-select-inner-wrapper{
	width: 70%;
    height: 36px;
    font-size: 13px;
  	float: left;
}

.ssnr-form .ssnr-field-wrap input{
	height: 36px;
}

.ssnr-form .ssnr-select-inner-wrapper select{
    width: 100%;
    height: 30px;
    margin-top: 5px;
}

.ssnr-field-select-wrap{
  height: 40px;
  clear: both;
}

/*
.ssnr-form select {
  -moz-appearance: none;
  -webkit-appearance:none;
}

.ssnr-form select::-ms-expand {
    display: none;
}

.ssnr-form .ssnr-select-inner-wrapper:after {
    content: '';
    position: absolute;
    border-top: 7px solid #000;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    right: 20px;
    top: calc(50% - 4px);
}
*/

#CustomerLoginForm input[type=submit],
#RecoverPasswordForm input[type=submit],
#create_customer input[type=submit],
.ssnr-form input[type=submit]{
    width: 180px;
    background: #F4F4F4;
    border: 0;
    color: #000;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 0;
  	margin-top: 15px;
}

#CustomerLoginForm input[type=submit]:hover,
#RecoverPasswordForm input[type=submit]:hover{
    background: #bdbdbd;
    text-decoration: none;
    color: #fff;
    transition: all ease 0.3s;
}

.account-related p{
	font-size: 13px;
}

.account-related .errors{
	margin-bottom: 20px;
}

.account-related table{
	overflow: visible;
    margin-left: 0;
}

.account-related th{
	text-align:  center;
}

.account-related h4{
	font-size: 14px;
    margin: 40px 0;
}

.account-related h5{
	font-size: 12px;
}

.account-section-details{
	/*margin-left: 40px;*/
}

.account-related .section-header .btn{
	padding-left: 0;
}

.table-wrap{
	overflow: hidden;
}

.messageus_unhovered{
	display: none !important;
}

/************* responsive **************/

@media screen and (max-width: 767px){
  	.video-frame {
      	padding-bottom: 56.25%;
  	}

    .collection-filter-mob .coll-filter label:before, .collection-filter-mob .coll-filter-mob label:before {
    	border-left: 1px solid #ccc;
    }

  	.collection-filter-mob .filter-container ul li:nth-child(3n) {
		margin-right: 14%;
    }

  	.coll-filter-category label:before, .coll-filter-category-mob label:before{
  		width: 1.6em;
        height: 1.6em;
    }
    .coll-filter-category label.active:after, .coll-filter-category-mob label.active:after {
        width: 0.8em;
        height: 0.8em;
        top: 0.38em;
        left: 0.2em;
    }

  	.shopify-section-support-form .form-heading{
  		width: 100%;
  	}
  	#return-form-submit{
  		max-width: 100%;

  	}
}

@media screen and (max-width: 600px){
  	.faq-answer{
  		width: 90%;
      	margin: auto;
  	}

    .account-related h4,
  	.account-related h5{
  		width: 90%;
    	margin-left: auto;
    	margin-right: auto;
    }

    .masonry-sizer, .masonry-item {
      width: 50%;
    }
}


/* Afterpay style tweaks */
.afterpay-paragraph {
  margin-top: 1.5rem;
  font-size: 11px;
}
.afterpay-logo {
  width: 60px !important;
  height: auto;
}
.afterpay-text3 {
  display: none;
}
.afterpay-paragraph a {
  color: inherit;
}
#sesami-loading{

}
.sesami-spinner {
  font-size: 10px;
  text-indent: -9999em;
  width: 2.3em;
  height: 2.3em;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.75s infinite linear;
  animation: load3 0.75s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.sesami-spinner:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.sesami-spinner:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
button#sesami-loading:hover {
    background: #000;
}

button#sesami-loading[disabled] {
    cursor: not-allowed;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.returns-col-1{
  float:left;
  width:50%;
}
.returns-col-2{
  float:left;
  width:50%;
}


.button-return {
  display: inline-block;
  padding: 0.8em 4em;
  font-size: 1em;
  color: #ffffff;
  background-color: #000000;
  border: 2px;
  border-color: #000000;
  text-transform: uppercase;
}

.button-return:hover {
  background-color: #303030;
  color: #ffffff;
  text-decoration: none;
}

.supportform {
  padding: 3rem;
}

@media screen and (min-width: 768px) {
  .supportform {
    padding: 2rem;
    width: 50%;
    float: left;
  }
}