
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Roboto','Open Sans', sans-serif;
  color: #313131;
  overflow-x:hidden;
}

a, a img, a:hover img {
  color: #313131;
  outline: none;
}

a:hover {
  color: #cabfcf;
}



a:-webkit-any-link:focus-visible {
    outline-offset: 1px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

a{
	text-decoration: underline;
	color: #394F8A;
}
a:hover {
	color: #289ccb;
}

a span.fa {
  color: #ffffff;
  font-size: 30px;
}

a:hover span.fa {
  color: #289ccb;
}

.fa-text { 
	display:none; 
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#header a span.fa{
	color: #323232;
    font-size: 34px;
}

#header a:hover span.fa{
	color: #289ccb;
   
}

h1, h2 {
  margin: 30px 0 20px;
  text-transform: uppercase;
  color: #394F8A;
}

h3, h4, h5 {
  margin: 20px 0 10px;
  text-transform: uppercase;
  color: #394F8A;
}

a.button, .button {
  background: #394F8A;
  border: none;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.button:focus, .button:hover {
   /* background-color: #7e4996;
    color: #fefefe; */
	background-color: #289ccb;
    color: #fff;
    outline: solid #313131 1px;
	text-decoration: none;
}

.button.guest{
	 background: #289ccb;
}

.button.guest:focus, .button.guest:hover{
	 background: #7e4996;
}

.clear { clear: both; }

.purple { color: #394F8A; }
.light-blue { color: #289ccb; }

/*---- header ----*/

#header {
   /* background: #394F8A; */
	background: #6E6E6E;
   color: #fff;
    
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
}

#header a {
  color: #fff;
}

.top-left {
  padding-top: 40px;
  vertical-align: middle;
}


.top-right {
  padding-top: 20px;
  font-size: 26px;
  vertical-align: middle;
}

/*--- navigation ---*/

.top-bar {
  /* background: rgba(51,7,71,0.6); */
	background: rgba(57,79,139,1);
  border-bottom: solid 5px #289ccb;
  color: #fff;
}

.top-bar a, .top-bar ul, .top-bar ul li, .top-bar li {
  background: none;
  color: #fff;
  text-decoration:none;
}

.menu li {
  margin: 0 0 0 0;
  padding: 0 2px 0 2px;
  border-right: solid 1px #fff;
}

.menu li:last-of-type {
  border: none;
}

ul.submenu {
  border: none;
  padding-top: 14px;
  margin-left: -5px;
  border-bottom: solid 1px #42b2dc;
  list-style-type: none;
  text-align: left;
}

.menu ul.submenu li {
  border: none;
  border-right: solid 1px #42b2dc;
  border-left: solid 1px #42b2dc;
  background: rgba(57,57,57,0.8);
  min-height: 20px;
  padding: 8px 10px;
}

.submenu li a {
  color: #fff;
}

.submenu li a:hover {
  color: #fff;

}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  border: none;
}

.top-bar input[type=search], .top-bar input[type=search]:focus {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #fff;
    color: #fff;
}

.top-bar [type=button] {
  background: none;
  border: none;
}

.no-js .top-bar {
  display: none;
}

.menu a:hover {
	text-decoration: underline;
}

a.ensembles{
	text-decoration: underline;
	color: #394F8A;
}
a.ensembles:hover {
	color: #289ccb;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }


}
.ensembles{
	font-size:13px;
}

.top-bar .row:first-of-type{
	max-width: 80em;
}

.top-bar-right li{
	border-right: none;
	font-size: 13px;
	
}

.top-bar-right .menu li>a {
	padding: 3px;
}
.top-signin:after {
  content: " |";
    color:#fff;
}

.cartamount:before {
  content: " |";
    color:#fff;
}

/*--- footer ---*/

#footer {
  padding: 38px 0;
  border-top: solid 6px #289ccb;
  /* background: #394F8A; */
  background: #6E6E6E;
  color: #fff;
}

#footer a {
  color: #fff;
}


/*---- home ----*/

#home-slider {
	
	width: 100vw;
    max-width: 100vw!important;
    position: relative;
    display: block;
    height: 600px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
 
    padding: 0 0 30px;
}
.slider-text br {
	content: "";
    margin: -2em;
    display: block;
    font-size: 24%;
}
.slider-text {
  margin-top: 70px;
  padding: 20px 40px;
  background: rgba(255,255,255,0.8);
  text-align: left;
  width: 460px;
}

.img-carousel1-1 {
	float: right; 
	height: 300px; 
	width: auto!important;
}
.img-carousel2-1, .img-carousel2-2, .img-carousel2-3 {
	float: right; 
	height: 150px; 
	width: auto!important;
}

.img-carousel3-1 {
	float: right; 
	height: 300px; 
	width: auto!important;
}
.txt-ensemble-sets {
	line-height: 10px;
}

.tcr-text {
	font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 36px;
}

@media screen and (max-width: 39.9375em) {
	.slider-text {
		width: 100%!important;	
	}
	.img-carousel1-1 {
		display: none!important;	
	}
	 .img-carousel2-1, .img-carousel2-3 {
		display:none!important;
	}
	 .img-carousel2-2 {
		float: none; 
		height: auto; 
		width: 100%;
	}
	.img-carousel3-1 {
		display:none!important;
	}
	.txt-ensemble-sets {
		font-size: 20px!important; 
		line-height: 16px;
	}
	
}

.slider-text p {
	color: #000;
	font-size: 25px;
	font-family: 'Playfair Display', serif;
}

.slider-handcrafted-text {
	font-family: 'Playfair Display', serif;
	font-size: 38px;
}

.slider-time-text {
	font-size: 48px;
    font-family: 'Playfair Display', serif;
    line-height: 50px;
}



.slider-text h2,
.slider-text h3 {
  text-transform: none;
  color: #fff;
}

.slider-text a.button {
    /* background: rgba(51, 7, 71,0.7); */
	background:  #394F8A;
    color: #fff;
    border: solid 1px #565b57;
	font-family: 'Roboto', sans-serif;
}

#explore-bar {
  padding: 20px 0 20px;
  background: #323232;
  width: 100%;
  display: block;
  vertical-align: middle;
}

#explore-bar label {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}

#explore-bar select {
  width: 100%;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  background: url(../../images/retail/icon_down_arrow.png) center right no-repeat #c2c2c2;
}

#explore-bar input[type="submit"] {
  color: #fff;
  background: #394F8A;
  text-transform: uppercase;
  height: 40px;
  width: 100%;
  border: none;
}

#listen-bar {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  display: block;
  color: #394F8A;
  font-size: 38px;
  text-transform: uppercase;
}

#chime-slider {
  margin: 0;
  width: 100%;
	min-height: 420px;
  height: auto !important;
  height: 420px;
	display: block;
 /* background: url('../../images/retail/bg-slider.png') no-repeat transparent fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 0 30px;

}

#chime-slider h2 {
  margin: 20px 0 0;
}


/* tuning columns */





.chime-box {
  padding: 10px 0 20px;
  border: solid 1px #a1a1a1;
  text-align: center;
  text-transform: uppercase;
  margin: 0 10px;
  background: #fff;
}

.chime-box select {
  margin: 20px 15%;
  width: 70%;
}

.wcinfo{
	text-align:left;  
	margin: 0 auto; 
	width:70%; 
	position: relative;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.chimes_home .chime-box{
		height: 600px;
	}

@media screen and (min-width: 1024px) and (max-width:  1175px) {
	.wcinfo{
		width:85%; 
	}
	.chimes_home .chime-box{
		height: 540px;
	}
}

@media screen and (min-width: 640px) and (max-width:  703px) {
	.wcinfo{
		width:80%; 
		font-size: 15px;
	}
	
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.chimes_home .chime-box{
		height: 540px;
	}
}


.page-windchime  .tuningdesc img{
	height: 118px!important;
}

.chimeselect.home {
	margin-bottom: 15px;
	max-width: 400px;
}

.home-select-listen{
	font-size: 14px;
	padding-bottom: 10px;
}

/* 2 column layout */

.chime-box-2col-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1rem solid #ccc;	
}



.tuning-grid .chime-box{
 
  border: none;
  height: auto;	
}




.scale-img-2col {
	margin:0 auto;
	float:center;
	text-align:center;
	height:300px;
}

.tuning-img-2col {
	
	margin:0 auto;
	float:center;
	text-align:center;
	height:auto;
	width: 100%;
}

.chime-box.image-box {
	width: 50%;
}
.chime-box.select-desc-box {
	width: 50%;	
}

.tuning-grid {
  margin: 0px;
  
}

.tuning-grid .tuning-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.tuning-grid .tuning-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.tuning-grid .double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}

.tuning-grid .blue-column {
  background-color: blue;
  height: 100px;
}

.tuning-grid .green-column {
    height: 100px;
    background-color: green;
}

.tuning-description {
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
}

.tuning-description .wcinfo {
	width: 100%;
	margin:0px;
}

.scale-image img {
	max-width: 400px;
}

.listproduct.home .button {
	display: none;
}

.listproduct {
	margin-top: 5px;
}

.flex-auto {
	flex: auto!important;
}

@media screen and (max-width: 767px) {
   
    .tuning-grid .tuning-column {
        flex: auto;
    }
    
	.tuning-description {
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
	}
}

/* end */


.slick-slider {
  background: none;
  min-height: 300px;
  height: auto !important;
}

.slick-slide img {
  margin: 0 auto;
}

.slick-dots {
  bottom: -35px;
}

.slick-slide img.sound-controls {
  display: inline-block;
}

.slick-prev:before, .slick-next:before {
  content: none;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  left: -45px;
  width: 50px;
  height: 98px;
  background: url('../../images/retail/button-left.png') center left no-repeat;
  }

.slick-next, .slick-next:hover, .slick-next:focus {
  right: -45px;
  width: 50px;
  height: 98px;
  background: url('../../images/retail/button-right.png') center left no-repeat;
}

#stock_message {
	color: #2e5096;
}

.div-tuning-tagline {    
	padding: 0px 10px;
    height: 45px;
    margin-top: -8px;
}
.tuning-tagline {
	font-size: 11px;
}



/*--- internal ---*/

#content {
  padding: 0 0 20px;
}

#content .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

#content .top-bar .row {
  padding: 0;
}

/*--- products ----*/
#flip {
    display: none;
}
.pick-section, .pick-section p{
	color: #000;
}

.pick.addtocart {
	display: none;
}

#products-listen {
  padding: 20px 0 40px 0;
  background: #ededed;
  text-align: center;
}

#filter-products {
  background: #7b7b7b;
  padding: 20px 0 15px;
  width: 100%;
  display: block;
  vertical-align: middle;
}

#filter-products label {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}

#filter-products select {
  width: 100%;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  background: url('../../images/retail/icon_down_arrow.png') center right no-repeat #c2c2c2;
}




#filter-products input[type="submit"] {
  color: #fff;
  background: #394F8A;
  text-transform: uppercase;
  height: 40px;
  width: 100%;
  border: none;
}
#filter-products input[type="submit"]:hover {
	background-color: #289ccb;
    color: #fff;
    outline: solid #ffffff 1px;
	text-decoration: none;
}

a.btn-show-all {
  margin-top: -50px;
  float: right;
  text-transform: uppercase;
}

#featured-windchime-box {
  margin: 0 auto;
  background: rgba(46,80,150,.9);
  border: solid 1px #000;
  clear: both;
  text-align: left;
  color: #fff;
}

#featured-windchime-box img.chime-img {
  margin-left: 2%;
}

p.price {
  color: #394F8A;
  font-weight: bold;
  font-size: 20px;
}


#featured-windchime-box p.price {
  margin-top: 100px;
  font-size: 30px;
  color: #fff;
}

#featured-windchime-box p.listen {
  margin-top: 100px;
  font-size: 18px;
  color: #fff;
}

#featured-windchime-box h4 {
  text-transform: none;
  color: #000;
  margin-top: 30px;
  font-size: 32px;
  color: #fff;
}
#product_highlight_buy {
	background: #fff;
	color: #424242;
	outline: solid #424242 1px;
}

#product_highlight_buy:hover {
	background: #eeeeee;
	color: #424242;
	outline: solid #424242 1px;
}

a.featured-control:hover {
	color: #eeeeee;
}
#featured-windchime-box a:hover span.fa{
	color: #eeeeee;
}

#featured-windchime-box p {
  font-size: 16px;
  line-height: 30px;
}

#windchime-boxes {
  text-align: center;
}

.featured-selected-more {
	font-size: 1.1rem;
	color: #fff;
}

.windchime-box, .moreproducts-box {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: solid 1px #000;
  height: 340px;
  text-align: left;
}

.windchime-box h4, .moreproducts-box h4 {
  text-transform: none;
  color: #000;
  font-size: 26px;
}

.windchime-box p.dimensions, .moreproducts-box p.dimensions {
  margin-top: 20px;
  line-height: 34px;
}

.windchime-box p.listen {
  height: 40px;
  float: left;
  margin-top: 50px;
  margin-right: 36px;
}

.windchime-box .chime-img {
  width: 23%;
  height: 100%;
  float: left;
  padding: 0 0 0 2%;
}

.moreproducts-box {
	text-align: center;
	min-height: 300px; 
	height: auto !important;
	height: 300px;
} 

.moreproducts-box h4 {
	width: 100%;
	text-align: center;
}

.sp_cartlogin_msg{
	color: #dd4848;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #8e79aa;
   
}


.set_amount_textbox{
	display: none;
}

.slider-text {
    width: 520px;
}
#home-slider {
	height: 640px;
}

@media only screen and (min-width: 40.063em) { 
	.windchime-box, .moreproducts-box {
	  
	  height: 580px!important;
	 
	}
}

@media screen and (max-width: 62.5rem) {
  .top-bar-right {
    display: none;
    }

    .top-left {
      padding: 10px 0 0;
    }

    .top-right {
      padding-top: 5px;
    }

    .top-left a {
      color: #fff;
    }
}

@media screen and (max-width: 40rem) {
  #home-slider {
    padding: 0;
  }

  .slider-login {
    margin-top: 0;
  }

  .top-bar ul li, .top-bar li {
    border: none;
    width: 100%;
  }

  .menu>li {
    display: block;
  }

  p.listen, #featured-windchime-box p.price {
    margin-top: 0;
  }

  ul.submenu {
    border: none;
    padding-top: inherit;
    margin-left: 0;
    border-bottom: none;
    list-style-type: none;
    text-align: left;
    position: relative;
    display: block;
  }

  .menu ul.submenu li {
    border: none;
    background: none;
    min-height: 32px;
    padding: inherit;
    line-height: 1.6;
  }

  .submenu li a {
    color: #fff;
    padding: .7rem 1.5rem;
  }

  .submenu li a:hover {
    color: #42b2dc;
  }

}
