/* dom */

@font-face {
	font-family: 'bebasregular';
	src: url('BEBAS___-webfont.eot');
	src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'), url('BEBAS___-webfont.woff') format('woff'), url('BEBAS___-webfont.ttf') format('truetype'), url('BEBAS___-webfont.svg#bebasregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 16px;
	color: #232323;
	;
	font-weight: 400;
  height:100%;
}

body {
/* 	background-color: rgb(230, 230, 230); */
	position: relative;
	padding-bottom:48px;
  background: #949494;
  background: -moz-linear-gradient(bottom, #949494 0%,#6c6c6c 70%, #333333 100%);
  background: -webkit-linear-gradient(bottom, #949494 0%,#6c6c6c 70%, #333333 100%);
  background: linear-gradient(to top, #949494 0%, #6c6c6c 70%, #333333 100%);
  background-attachment:fixed;
}

h1 {
	/*     font-family: 'bebasregular', sans-serif; */
	font-family: 'Helvetica', sans-serif;
	font-size: 2.8em;
	/*     word-spacing: 8px; */
}

h2 {
	/*     font-family: 'bebasregular', sans-serif; */
	font-family: 'Helvetica', sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	padding: 8px 0;
	margin: 0;
	color: inherit;
	/* 	color: #d3d3d3; */
	/*     word-spacing: 6px; */
	word-spacing: -2px;
}

h3 {
	font-family: 'Helvetica', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
	line-height: 1.3em;
	word-spacing: 1.5px;
	color: inherit;
}

h4 {
	font-family: 'Helvetica', sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0;
	padding: 0 0 10px 0;
}

h5 {
	font-family: 'Helvetica', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0;
	padding: 6px 0;
	line-height: 150%;
}

p {
	font-family: 'Helvetica', sans-serif;
	font-size: 1em;
	word-spacing: 1.5px;
	/*     line-height: 1.5em; */
	line-height: 175%;
	font-weight: 400;
	margin: 0;
	/*     padding-bottom:5px; */
}

small {
	font-family: 'Helvetica', sans-serif;
	font-size: 0.8em;
}

form {
	border: none;
	outline: none;
}

.text-link {
	cursor: pointer;
}

.text-link:hover {
	color: #000;
}

.graytext {
	color: #232323;
}

/* BACKGROUND COLORS */

.ctm-bg-white {
	background-color: #fff;
}

.ctm-bg-gray {
	background-color: #e8e8e8;
}

.ctm-bg-darkgray {
	background-color: #404040;
}

.ctm-bg-darkblue {
	background-color: #d2d7ef;
}

.ctm-bg-green {
	background-color: #ecffea;
}

.ctm-bg-orange {
	background-color: #fff7db;
}

.ctm-bg-purple {
	background-color: #f7e5ff;
}

.ctm-bg-lightblue {
	background-color: #e0f6ff;
}

.ctm-bg-yellow {
	background-color: #ffffaf;
}

.ctm-bg-reddish {
	background-color: #ffadad;
}

/* END BACKGROUND COLORS */

.trim-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.despegao {
	word-spacing: 1em
}

.topspace {
	padding-top: 10px
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none
}

.rounded {
	border-radius: 10px
}

.ctm-shadow{
  box-shadow:4px 4px 8px rgba(0,0,0,0.3);
}

.righttext {
	text-align: right
}

/* main manu */

.ctm-hero-cont {
	height: 70vh;
	width: 100vw;
}

.slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 80vh;
	width: 100%;
	position: relative;
}

.slide-100 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	position: relative;
}

.slide-title-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.65);
	text-align: center;
	line-height: 100%;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.slide-title-bg-pd {
	position: absolute;
	bottom: 5%;
	right: 10%;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

h1.slide-title {
	font-family: 'Helvetica', sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
	color: #d3d3d3;
	letter-spacing: -0.05em;
	padding: 8px;
}

h1.slide-title-xs {
	padding: 0;
	font-family: 'Helvetica', sans-serif;
	font-size: 6.5vw;
	font-weight: bold;
	color: #d3d3d3;
	letter-spacing: -0.05em;
	margin-top: 0.5em;
}

h4.slide-title {
	font-family: 'Helvetica', sans-serif;
	font-size: 2vh;
	font-weight: 300;
	color: #d3d3d3;
	word-spacing: 0.3em;
	padding-bottom: 16px;
}

.ctm-menu-cont {
	z-index: 800;
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
	padding: 0;
}

.ctm-menu-cont.admin{
  height:48px!important;
}

.ctm-login-cont,
.ctm-logo-cont-xs {
	position: absolute;
	top: 0;
	right: 0;
  height:100%;
  padding-right:8px;
	list-style-type: none;
	display: flex;
  justify-content:center;
  align-items:center;
  color:lightgray;
}

.ctm-menu-icon-cont {
	position: absolute;
	top: 0;
	left: 0;
  height:100%;
	list-style-type: none;
	display: flex;
  justify-content:center;
  align-items:center;
  padding:0;
  color:lightgray;
}

.ctm-menu {
	padding: 0;
	margin: 0;
  height:100%;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.ctm-menu-xs {
	display: none;
	position: relative;
	top: 48px;
	padding: 0;
	margin: 0;
	width: 40%;
	list-style-type: none;
	background: rgba(0, 0, 0, 0.85);
}

.ctm-home-logo{
  height:40px;
}

.ctm-home-logo.admin{
  height:40px;
}

.ctm-login-toggle {
	margin-right: 20px;
	cursor: pointer;
}

.ctm-login-strip {
	display: none;
	height: auto;
	width: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.65);
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	color: #fff;
}

.ctm-login-strip small {
	margin: 7px;
}

.ctm-login-strip input[type="submit"],
.ctm-login-strip input[type="button"] {
	background: lightgray;
	border-radius: 4px;
	height: 30px;
	color: #000;
	margin-top: 2px;
}

.ctm-menu .ctm-menu-item,
.ctm-login-cont .ctm-menu-item ,
.ctm-menu-icon-cont .ctm-menu-item
{
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
	margin-left:16px;
	color: lightgray;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	word-spacing: -2px;
}

.ctm-menu-item-xs {
  position:relative;
	padding: 0 16px;
	margin-top: 0;
	height: 48px;
  line-height:48px;
	color: lightgray;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
  border-bottom:solid 1px rgba(255,255,255,0.25);
}

.ctm-menu-item:hover>.ctm-menu-drop {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s;
	cursor: pointer;
}

.ctm-menu-item-xs:hover>.ctm-menu-drop-xs {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s;
	cursor: pointer;
}

.ctm-menu-item-xs:hover {
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	margin-top: -1px;
}

.ctm-menu-item p {
	font-size: 14px;
}

.ctm-menu-drop {
	width: inherit;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	position: absolute;
  top:100%;
	z-index: 2000;
	list-style-type: none;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.7em;
	text-align: left;
	background: rgba(0, 0, 0, 0.65);
}

.ctm-menu-drop-xs {
	width: 140%;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	position: relative;
	left: calc(100% + 16px);
	top: calc(-100% - 3px);
	z-index: 2000;
	list-style-type: none;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.7em;
	text-align: left;
	background: rgba(0, 0, 0, 0.75);
	border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.ctm-menu-drop li,
.ctm-menu-drop-xs li {
	margin: 0;
	padding: 0 10px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-weight: 400;
}

.ctm-menu-drop li:hover {
	background: rgba(255, 255, 255, 0.4);
	transition: background 0.3s;
}

.ctm-menu-item:hover {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	transition: color 0.3s;
}

.menu_item_selected {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

.ctm-form-row {
	display: flex;
	align-items: center;
	height: 48px;
}

.ctm-form-row input[type=text],
.ctm-form-row select,
.ctm-form-row input[type=password],
.ctm-form-row input[type=tel],
.ctm-form-row input[type=email],
.hero_images_table input[type=text]{
	flex: 1;
	margin-left: 4px;
	padding: 4px;
	height: 34px;
	border-radius: 4px;
  border:solid 1px lightgray;
}

.ctm-form-row input[type=text]:not(:last-child),
.ctm-form-row select:not(:last-child){
  margin-right:4px;
}

.ctm-form-row input[type=submit] {
	/* 	flex:0; */
	/* 	padding:4px; */
	height: 34px;
	border-radius: 4px;
	margin-left: 4px;
}

.ctm-form-row p {
	margin-right: 4px;
	padding: 0;
}

.ctm-form-row label {
	margin: 4px 0 0 0;
	padding: 0;
}

.spacer {
	width: 100%;
	height: 48px;
}

.spacer.admin {
	height: 48px;
}

.acct_sel {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 17px;
}

/* Dropdown */

.dropdown-menu {
	/*  min-width: 105px; */
	position: relative;
	background-image: url(/images/brushed_metal.jpg);
}

.dropdown-menu li a {
	color: black;
	padding: 6px 20px;
	background-image: url(/images/brushed_metal.jpg);
}

.dropdown-menu li a:hover {
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px black;
}

.lang-item:hover {
	cursor: pointer
}

/* hero */

.slider-frame {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.heroimage {
	height: 612px;
	background-position: center;
	background-size: cover;
}

.hero_overlay {
	margin-top: 5%;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	text-align: center
}

.hero_overlay2 {
	margin-top: 60px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	text-align: center
}

.hero_desc {
	margin: auto;
	padding: 10px;
	color: white;
}

.promo_desc {
	background-color: white;
	padding: 20px 0;
}

.order_now {
	height: 50px;
	margin: auto;
	background-image: url(/images/brand/white-in-ear-icon.png);
	border-radius: 25px;
	color: white;
	padding: 8px 12px 0 0;
	text-align: right;
}

.order_now_desc {
  display: flex;
  align-items: center;
  justify-content: center;
	height: 48px;
	margin: 0;
  background:gray;
	border-radius: 24px;
	color: white;
  font-size:1.4em;
  font-weight:bold;
	padding:0 16px;
}

.order_inear_now {
	width: 170px;
	height: 50px;
	background-image: url(/images/brand/white-in-ear-icon.png);
	border-radius: 25px;
	color: white;
	padding: 4px 8px 0 0;
	text-align: right;
}

.paypal-price {
	margin: 10px 0;
}

.ctm-discount-price{
  text-decoration:line-through;
/*   color:#c43131; */
  color:#f7d348;
  font-weight:100;
}

.more-info {
	position: absolute;
	top: 5%;
	right: 5%;
	color: white;
	text-shadow: 1px 1px #424242;
}

.product-item-name-white {
	position: absolute;
	top: 5%;
	left: 2%;
	color: white;
}

.product-item-name {
	position: absolute;
	top: 5%;
	left: 2%;
	color: #424242;
}

.product-item-price {
	position: absolute;
	bottom: 0;
	left: 2%;
	color: #424242;
}

.price-rollup {
	text-decoration: line-through;
	text-decoration-color: red;
}

/* featured */

.featured_item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px!important;
	padding-right: 5px!important;
}

.featured_item img:not(.soc-ico) {
	position: relative;
	border: solid 1px lightgray;
}

.ctm-featured-title {
	position: absolute;
	bottom: 10px;
	left: 5px;
	right: 5px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.60);
	border-left: solid 1px lightgray;
	border-right: solid 1px lightgray;
	border-bottom: solid 1px lightgray;
	text-align: center;
	color: white;
	overflow: hidden;
}

/* slogan */

.slogan-container {
  width:100%;
	background-color: white;
	height: 48px;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	background-color: white;
  display:flex;
  justify-content:center;
  align-items:center;
}

.ctm-social-follow td {
	padding: 10px;
}

/* footer */

  .soc-ico{height:32px;width:32px;margin:0 8px}
  .footer-columns{
    width:100%;
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    padding:0 16px;
  }
  .footer-columns-xs{
    width:100%;
    display:grid;
    grid-template-columns: 40% 60%;
    padding:0 16px;
  }
  footer h3{
    font-weight:bold;
  }
footer {
	z-index:10000;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background:rgb(230,230,230);
  transform:translatey(calc(100% - 48px));
  transition:all 0.5s;
  cursor:pointer;
}

footer.active{
  transform:translatey(0);
}

footer table {
	width: 90%
}

footer p a {
	font-weight: 500;
}

.footer_item {
	overflow: hidden;
	text-align: center;
}

input[type="submit"],
input[type="button"],
button,
.boton {
	border-radius: 4px;
	min-width: 48px;
	overflow: hidden;
/* 	padding: 6px; */
}

input[type="submit"]:not(:first-child),
input[type="button"]:not(:first-child),
button:not(:first-child),
.boton:not(:first-child) {
	margin-left: 4px;
}

.footer_video {
	padding-top: 1px;
	width: 90%;
	margin: auto;
}

/* copyright */

#copyright {
	height: 30 px;
	text-align: center;
}

/* sub menu */


  #sub_menu_container,
  .sub_menu_container{
    z-index:100;
    position:fixed;
    height:48px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,0.5);
    color:#fff;
  }
  #sub_menu_container div,
  .sub_menu_container div{
    margin:0 16px;
    position:relative;
  }

  #sub_menu_container a::after,
  .sub_menu_container a::after{
    content:'';
    position:absolute;
    top:90%;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    border-bottom:solid 1px #fff;
    transform-origin:left;
    transform:scalex(0);
    transition:all 0.3s;
    cursor:pointer;
		overflow:hidden;
  }

  #sub_menu_container a:hover::after,
  .sub_menu_container a:hover::after,
  #sub_menu_container a.active::after,
  .sub_menu_container a.active::after{
    transform-origin:right;
    transform:scalex(1);
  }


#product_detail_menu {
	/*   background-color:black!important; */
}

.product_detail_menu_fixed {
	z-index: 1000;
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
}

.sub_menu_item,
.product_detail_menu_item {
	text-align: center;
}

.sub_menu_item_sm {
	background-color: #404040;
	width: 80px;
	height: 24px;
	margin: 8px auto;
	border-radius: 12px;
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_menu_item p,
.product_detail_menu_item p {
	line-height: 2.6em;
}

.sub_menu_item_sm p {
	font-size: 0.9em;
	/*     padding-top: 3px; */
}

.sub_menu_item_selected {
/* 	background-color: rgba(0, 0, 0, 0.4);
	color: black; */
	border-bottom:solid 1px #fff;
}

.sub_menu_item:hover,
.product_detail_menu_item:hover {
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.sub_menu_item_sm:hover {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	cursor: pointer;
}

.sub_menu_item_selected p {
	/*     padding-top: 1px; */
}

/*.lab-sub-menu {display:none}*/

/* how to get */

.instructions {
	padding-top: 5px
}

li.instructions {
	margin: 8px 0;
}

/* products */

.media {
	display: inline-block;
	position: relative;
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*   box-shadow: 5px 5px 5px gray; */
	border: solid 1px gray;
}

.media__image {
	border-radius: 10px;
}

.media-text-cont {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px
}

.media-text {
	position: absolute;
	top: 5%;
	left: 5%;
	color: #424242
}

.media-text-white {
	position: absolute;
	top: 5%;
	left: 5%;
	color: white;
}

.media-promo-overlay {
	width: 50%;
	position: absolute;
	top: 0;
	right: 5%;
	text-align: right;
	color: black;
	text-shadow: 0px 0px 8px white
}

.dealer-icon {
	position: absolute;
	top: 4px;
	right: 4px;
	background: yellow;
	color: black;
	height: 32px;
	width: 32px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	border: solid 1px black
}

.product_item {
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	padding: 10px;
	opacity: 0;
	position: absolute;
	color: white;
	text-align: center;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.spaceless p {
	padding: 0
}

.product-item a {
	color: white
}

.product_item:hover {
	opacity: 1;
	cursor: pointer;
}

.more_info {
	position: absolute;
	top: 40%;
	left: 25%;
}

.prod-info-lg {
	position: absolute;
	width: 200px;
	top: 40%;
	left: 25%;
}

/*
.ct100hero {
    padding-top: 10px;
    height: 612px;
    background-position: center;
    background-size: cover;
    background-image: url(https://www.cleartunemonitors.com/castor/shop/inears/inear-images/ctm-ct-100-image.jpg);
}
*/

.whitelink {
	text-decoration: none;
	color: white;
}

.slashed {
	text-decoration: line-through;
	text-decoration-color: red;
}

/* description */

.fijo,
.stickymenu {
	position: fixed !important;
	width: 100%;
	top: 0;
}

.espaciadorfijo {
	margin-top: 140px
}

.flotamenu {
	position: relative
}

#description-nav {
	background-image: url(/images/brushed_metal.jpg);
	background-repeat: repeat;
	z-index: 150;
	margin: 0, 0, -40px, 0;
	padding: 0;
	height: 40px;
	width: 100%;
}

#description_section {
	/*padding-top:40px;*/
	width: 100%;
	/* 	background-image: url(/images/brushed_metal.jpg); */
}

#description_section_beta {
	/*padding-top:40px;*/
	width: 100%;
	background-color: white;
}

.description_item {
	background-color: #404040;
	width: 110px;
	height: 24px;
	margin: 8px 3px;
	border-radius: 12px;
	text-align: center;
	font-size: 0.9em;
	color: white;
}

/*.description_item_vbar{
	background-color: rgba(0,0,0,0.5);
	display:inline-block;
    width: 33%;
    height: 36px;
    margin: 0;
    text-align: center;
	padding:10px;
    font-size: 0.9em;
    color: white;
}*/

.description_item_vbar {
	display: inline-block;
	background-color: #404040;
	width: 110px;
	height: 24px;
	margin: 8px 3px;
	border-radius: 12px;
	text-align: center;
	font-size: 0.9em;
	color: white;
	padding-top: 2px;
}

.nav-but-cont {
	margin: 0 auto;
}

.barra-texto-desc {
	/*background-image: url(../images/brushed_metal.jpg);*/
	background-color: yellow;
	width: 100%;
	height: 100px;
	padding: 30px;
	text-align: center;
}

.techbg {
	background-size: cover;
	padding: 40px;
	color: white;
}

.techbg h5 {
	line-height: 150%;
	padding: 16px 20px 0 20px;
}

.techbg h1 {
	margin: 0;
	padding: 8px 0 28px;
}

.techbgvs {
	background-image: url(../images/products/ctm-vintage-series-tech-bg.jpg);
	background-size: cover;
	padding-bottom: 40px;
}

.coloritos {
	margin: 20px;
	width: 100%;
	max-height: 400px;
	/* 	border:solid 4px white;
	border-radius:10px; */
}

.vsaccsbg {
	background-image: url(../images/products/ctm-vs4-accessory-description.jpg);
	background-size: cover;
	padding-bottom: 40px;
}

.epaccsbg {
	background-image: url(../images/products/ctm-earplugs-accessory-description-3.jpg);
	background-size: cover;
	padding-bottom: 40px;
	background-position: center;
}

.warrantybg {
	background-image: url(../images/products/ctm-promise2.jpg)!important;
	background-size: cover;
	background-position: center;
}

.warrantybg h5,
.warrantytxt h5 {
	line-height: 150%;
	padding-bottom: 16px;
}

.warrantytxt {
	padding: 30px 0 30px 60px;
}

.warrantytxtwhite {
	padding: 30px 0 30px 60px;
	color: white;
	text-shadow: 2px 2px black;
}

.abarcalo {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.description_item:hover {
	border-style: solid;
	border-color: white;
	border-width: 2px;
}

.desc_item_selected {
	border-style: solid;
	border-color: white;
	border-width: 2px;
}

.desc_item_selected p {
	/*     margin-top: -2px;margin-left: -2px */
}

.description_item p:hover {
	margin-top: -2px
}

.description_item p {
	/*     padding-top: 2px */
}

#description_section {
	padding-bottom: 10px
}

.desc-sect-item {
	color: black;
}

.horz-scroll {
	overflow-x: scroll
}

.mas-info:hover {
	cursor: -webkit-zoom-in
}

.redlink a {
	color: rgb(255, 110, 110)!important
	/*color:#F00 !important;*/
}

.redlink a:hover {
	text-shadow: none !important
}

.baloon {
	margin: 10px;
	border-style: solid;
	border-width: thin;
	border-color: gray;
	border-radius: 10px;
	color: black;
	padding: 10px;
	overflow: scroll;
}

/* console */

#console {
	padding: 10px 0;
}

.model_select {
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	padding: 6px;
}

.order_box {
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	padding: 0 10px;
	margin: 10px 0;
	color: black;
	width: 100%;
}

.order_table {
	width: 100%
}

.order_table tr {
	height: 1em
}

.order_table h3 {
	padding: 0px
}

/* blog */

.blog_entry {
	/* background-color: white; */
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	color: black;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	background-color: white;
	z-index: 1;
}

.blog_entry img {
	margin: 10px 0
}

.archive li {
	margin-left: -20px;
	padding: 0;
	list-style: none;
	/*  margin-bottom: 2px;*/
}

.red {
	color: red !important;
	cursor: pointer
}

/* .blogticulo p {margin-top:10px} */

.halftitle {
	min-height: 208px
}

.postshare {
	position: absolute;
	bottom: 10px;
	right: 10px
}

.postsharecent {
	position: absolute;
	bottom: 10px
}

.postsharexs {
	float: right
}

.art-cont {
	padding-top: 56.25%
}

.art-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover
}

.art-title-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
	background-color: rgba(0, 0, 0, 0);
	transition: background 0.5s;
}

.art-title-bg:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.art-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	padding: 10px 20px;
}

.art-title h2 {
	line-height: 150%;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* how to get */

.dealer_baloon {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	color: black;
	background-color: white;
	box-shadow: 5px 5px 5px gray;
	overflow-y: scroll;
}

.dealer_baloon img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.dealer_info {
	padding: 0 10px 10px;
}

.rep-title-row {
	color: #404040;
	display: flex;
  align-items:center;
  justify-content:flex-start;
  border-bottom:solid 1px gray;
}

.rep-title-row h2 {
	padding: 22px 16px;
	display: table-cell;
	vertical-align: middle;
	float: left;
}

.rep-title-row img {
	display: table-cell;
	vertical-align: middle;
	float: left;
}

.rep-row {
  margin:16px 0;
	display:grid;
  width:100%;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.rep-row div{
  width:100%;
/*   height:48px; */
  display:flex;
  align-items:center;
  padding:0 8px;
}

.video_baloon {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	color: white;
	background-color: black;
	box-shadow: 5px 5px 5px gray;
}

.boldtext {
	font-weight: bold;
}

.aud_info_box {
	height: 300px;
	overflow-y: scroll;
}

.audiologist_info {
	padding: 10px
}

.aud_state_title {
	background-color: darkgray;
	color: white;
	text-align: center;
}

.redtext {
	color: red !important
}

/* support */

.download_btn {
	background-color: red;
	width: 160px;
	height: 24px;
	margin: 8px auto;
	border-radius: 12px;
	text-align: center;
	font-size: 0.9em;
	color: white;
	padding-top: 3px;
}

.google-maps {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 60%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	box-shadow: 5px 5px 5px gray;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact_form {
	display: block;
	overflow: hidden;
	width: 100%;
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px gray;
}

.contact_form input {
	width: 100%;
	display: block;
	border-style: solid;
	border: 1px solid gray;
	border-radius: 3px;
}

.contact_form input[type="submit"] {
	background-color: red;
	width: 160px;
	height: 24px;
	margin: 8px auto;
	border-radius: 12px;
	text-align: center;
	font-size: 0.9em;
	color: white;
	padding-top: 3px;
}

.contact_form textarea {
	width: 100%;
	display: block;
	border-style: solid;
	border: 1px solid gray;
	border-radius: 3px;
}

.resource_list li:hover {
	cursor: pointer;
}

.cart_item {
	border-bottom: solid 1px lightgray;
	overflow: hidden;
	padding: 8px 0;
}

.cart_desc_item {
	padding: 8px 16px 8px 0;
}

.cart_item small {
	display: block
}

.cart_item img {
	border: solid 2px lightgray;
	border-radius: 8px;
	margin: 0;
}

.total {
	margin: 0;
	padding: 10px 20px 0 0;
}

.profile_image {
	margin: 0 auto;
	border-radius: 50%;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.address p {
	padding: 0;
	text-align: left;
}

.orders_table {
	width: 100%;
}

.orders_table th {
	text-align: center;
	background-color: #404040;
	color: white;
	padding: 8px;
	font-weight: 400;
	font-size: 1em;
}

.orders_table td {
	padding: 0 4px;
}

.ctm-order-row {
	cursor: pointer;
	border-bottom: solid 1px gray;
	height: 44px;
	line-height: 40px;
}

.ctm-order-row:hover {
	box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.4), inset 0 3px 4px rgba(0, 0, 0, 0.4);
}

.ctm-product-row {
	border-bottom: solid 1px lightgray;
}

.ctm-product-row td {
	padding: 10px 0;
}

.notenote {
	margin-top: 8px;
	padding: 0!important;
	background-color: #ffffaf;
	font-weight: bold;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	font-size: 10px;
	border: solid 1px gray;
}

.tdright {
	text-align: right;
}

.tdcenter {
	text-align: center;
}

.trodd {
	background-color: lightgray;
}

.trush {
	color: red;
	font-weight: bold;
}

.msgbox {
	margin: 0;
	height: 306px;
	padding: 10px;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	overflow-y: scroll
}

.msgtable {
	width: 100%;
}

#msgsearch {
	padding-bottom: 10px;
}

.msgmenuitem:hover {
	cursor: pointer;
}

.formheader {
	padding: 0 0 10px 0;
}

.msgbox li {
	list-style: none;
	padding: 5px;
	border-bottom: solid;
	border-bottom-color: gray;
	border-bottom-width: 1px;
}

.msgbox ul {
	padding: 0;
	margin: 0;
}

.unreadmail {
	font-weight: 500;
}

.unselectmail {
	background-color: lightgray;
}

.filebox {
	margin: 0;
	height: 306px;
	padding: 0;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	overflow-y: scroll
}

.nowraptd {
	word-break: break-all;
	white-space: normal;
}

.orders_table img {
	padding: 0;
	margin: 0;
}

.msglist li:hover {
	background-color: gray;
}

.webmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.9em;
}

.drop-menu {
	padding: 2px 0;
	margin-left: 10px;
	list-style: none;
	display: none;
}

.hero_images_table th {
	height: 48px;
	background-color: #404040;
	color: white;
	padding: 0 8px;
	font-weight: 400;
	font-size: 1em;
}

.hero_images_table img {
	padding: 0;
	margin: 0;
}

.hero_images_table td {
	padding: 0 8px;
}

#herouploadform input[type="text"] {
	height: 24px;
	position: relative;
	bottom: 2px;
}

.hero_images_table {
	margin: 0;
	padding: 0;
	width: 100%;
  
}

.hero_images_table tr {
	border-bottom: solid 1px lightgray;
	height: 48px;
  transition: background 0.3s;
}

.websectiontitle {
	margin: 0;
	padding: 0;
	border: solid 1px gray;
}

.websectionbox {
	margin: 0;
	padding: 0;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	overflow-y: hidden;
}

.hero_images_table tr:hover:not(.nohover) {
	background-color: lightgray;
}

.hero_images_table tr.disabled {
	background: lightgray;
}

.noedit{display:block;}
.edit{display:none;}

.heroimagedetails {
	display: inline-block;
	width: 100%;
}

.featems {
	margin: 0
}

.featems_table {
	width: 100%;
}

.featemsedit input[type="text"],
.featemsedit select {
	border-radius: 3px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

.featems h4 {}

.featemsedit p {
	padding: 0;
	margin: 0;
}

.drop-menu li:hover {
	cursor: pointer
}

.featems-title {
	background-color: gray;
	border-radius: 5px
}

.featems-title h4 {
	position: relative;
	top: 4px;
	color: white;
	font-weight: 300;
}

.save-btn {
	background-color: red;
	width: 110px;
	height: 24px;
	border-radius: 12px;
	/*     color: white; */
	font-weight: 200;
	font-size: 1em;
	text-align: center;
	margin: 0 auto 5px;
}

.save-btn p {
	position: relative;
	top: 1px
}

.steplist ul {
	list-style: none;
}

.even {
	background-color: lightgray;
}

.heroeditrow ul {
	list-style: none;
}

.heroeditrow li {
	display: inline-block;
	float: left;
	margin: 0 10px;
}

.productlist {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.productlist li {
	margin: 0;
	padding: 0;
}

.productlist img {
	margin: 0;
	padding: 0;
}

.websitemenu {
	overflow: hidden;
}

.lg {
	background-color: lightgray;
}

.user_image {
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

.form_table {
	display: table;
}

label {
	padding-bottom: 5px;
}

.centertext {
	text-align: center;
}

.seoculta {
	display: none
}

.toggle-edit:hover {
	cursor: pointer;
}

.sub-seoculta {
	display: none
}

.sub-toggle-edit:hover {
	cursor: pointer;
}

.cerrar:hover {
	cursor: pointer;
}

.admin-order {
	border-bottom: thin solid lightgray
}

.admin-order-header {
	background-color: lightgray;
	margin: 0;
	padding: 0;
}

.lab-order-row {
	height: 40px;
}

.lab-detail {
	font-size: 1.5em;
	font-weight: 500;
	color: black;
}

.lab-note {
	font-size: 1.5em;
	font-weight: 500;
	color: black;
}

.yellowback {
	background-color: #ffff99;
}

.labright {
	background-color: rgba(255, 0, 0, 0.25)
}

.tope {
	padding-top: 5px
}

.bar {
	height: 22px;
	border-radius: 11px;
	border: solid 2px black;
	overflow: hidden
}

.progressbar {
	width: 100%
}

.cartprogress {
	background-color: red;
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	border-right: solid 1px black;
}

.cartprogress small {
	position: relative;
	bottom: 2px
}

.centered {
	text-align: center
}

.shipbaloon {
	min-height: 180px
}

.paybaloon {
	min-height: 150px
}

/* para menu admin/website */

.wbmn {
	background-color: white
}

.wbsbmn {
	background-color: white
}

.wbsbmn:hover,
.drop:hover {
	background-color: lightgray;
	cursor: pointer
}

.wbmnsel {
	font-weight: bold
}

.wbsbmnsel {
	background-color: lightgray
}

/* final menu admin/website */

.dotbotlg {
	border-bottom: dotted 1px lightgray
}

.dotbotdg {
	border-bottom: dotted 1px #808080
}

.dottopdg {
	border-top: dotted 1px #808080
}

.dottoplg {
	border-top: dotted 1px lightgray
}

/* promos */

.bf {
	background-color: rgba (0, 0, 0, 0.5) !important;
	color: white !important;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}

/* mod admin */

.admin_entry {
	/*     margin-top: 10px; */
	margin-bottom: 10px;
	padding: 15px;
	box-shadow: 5px 5px 5px gray;
	overflow: scroll;
	background-color: white;
}

.shell_title {
	z-index: 20;
	position: relative;
	transform: translateY(-100%);
	width: 100%;
	max-height: 30px;
	background-color: rgba(0, 0, 0, 0.80);
	border-radius: 0 0 10px 10px;
	text-align: left;
	color: white;
}

.note {
	z-index: 21;
	background-color: #ffffcc;
	font-weight: bold;
	color: black;
	position: absolute;
	top: 15px;
	right: 20px;
}

.textnote {
	background-color: #ffffcc;
	font-weight: 600;
	color: black;
}

#buscarg {
	width: 100%;
	font-family: 'bebasregular', sans-serif;
	font-size: 2.8em;
	word-spacing: 8px;
	color: black;
	text-align: right;
	margin: 10px 0;
	padding: 0 10px 0 0;
}

#stateg {
	width: 100%;
	font-family: 'bebasregular', sans-serif;
	font-size: 2.8em;
	word-spacing: 8px;
	color: black;
	text-align: right;
	margin: 10px 0;
	padding: 0 10px 0 0;
}

.detailview p {}

.detailview h3 {
	padding-bottom: 5px;
}

.dashprod {
	border-radius: 10px;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.dashtitle {
	width: 100%;
	height: 60px;
	background-color: white;
	font-family: 'bebasregular', sans-serif;
	font-size: 1.8em;
	word-spacing: 8px;
}

.assetlist {
	display: none;
}

.dropdown-toggle:hover {
	cursor: pointer
}

/* VS ORDER FORM*/

.vsorderform {
	width: 100%;
}

.vsorderform th {
	text-align: center;
	background-color: #404040;
	color: white;
	padding: 8px;
	font-weight: 400;
	font-size: 1em;
}

.vsorderform tr {
	height: 40px;
	padding: 0;
	margin: 0;
}

.vsorderform td {
	padding: 0 10px;
}

.vssub {
	background-color: lightgray
}

/* VS DASHBOARD */

.addvs {
	width: 90%;
	height: 30px;
	border-radius: 5px;
	border: solid 1px #404040;
	text-align: right;
}

.redhighlight {
	border: solid 4px red
}

.greenhighlight {
	border: solid 4px green
}

.order_info {
	margin: 0 0 10px 0;
	border-left: solid 2px #404040;
	border-right: solid 2px #404040;
	border-bottom: solid 2px #404040;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 0 10px 0;
}

.superselected {
	background-color: #ffffcc!important;
	border-left: solid 2px #404040;
	border-right: solid 2px #404040;
	border-top: solid 2px #404040;
	border-bottom: none!important
}

.tablita {
	border: solid 1px #B0B0B0
}

.nada {
	padding-right: 0!important;
	margin-right: 0!important;
	padding-left: 0!important;
	margin-left: 0!important;
}

.order_detail_menu {
	height: 34px;
	background-color: #ffffee;
	border-top: solid 1px #B0B0B0!important;
}

.order_detail_menu p {
	/* 	padding:5px;	 */
}

.order_detail_menu:hover {
	cursor: pointer
}

.detail-item {
	border-bottom: solid 1px #404040;
	padding: 0;
	margin: 0;
}

.detail-item-sel {
	background-color: white;
	border-bottom: none!important;
	border-top: solid 1px #404040!important;
	padding: 0;
	margin: 0;
}

.rightborder {
	border-right: solid 1px #404040;
}

.shipview {
	display: none
}

.linebox {
	border: solid 1px #404040!important;
}

.nopad {
	padding: 0!important
}

.nomargin {
	margin: 0!important
}

.labstate {
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px
}

.remaining {
	z-index: 9;
	position: absolute;
	top: 0;
	right: 3px;
	color: #404040;
	font-size: 9px;
	text-align: right;
}

.labstatetext {
	padding: 5px
}

.pasado {
	background-color: rgba(255, 110, 110, 1)
}

.ordenrush {
	background-color: rgba(255, 201, 122, 1)
}

.pasadodate {
	background-color: yellow!important
}

.fivepad {
	padding: 0 5px
}

.detailcontainer {
	width: 100%;
	background-color: white;
	padding: 0;
	margin: 0
}

.superfull {
	z-index: 100;
	background-color: white;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.leftbubble {
	background-color: rgba(0, 174, 255, 0.06);
}

.rightbubble {
	background-color: rgba(255, 0, 0, 0.06);
}

.btn-bar-container {
	width: 390px;
	height: 26px;
	margin: 0 auto;
	border: solid 2px #404040;
	border-radius: 13px;
	overflow: hidden;
	clear: both;
}

.btn-bar {
	width: 33%;
	float: left;
	text-align: center;
	padding-top: 1px;
	background-color: white;
	color: #404040;
}

.btn-bar-active,
.btn-bar:hover {
	background-color: #404040;
	color: white;
}

.js-distchoose {
	display: none;
}

.geo-img {
	height: 54px;
	width: 54px;
	margin: 0;
	padding: 0;
}

.shop-btn {
	width: 200px!important;
  height: 48px;
  display:flex;
  justify-content:center;
  align-items:center;
	background: #f7d348;
/*   border:solid 1px #fff; */
	color: #444!important;
	border-radius: 24px!important;
	margin: 20px auto;
	font-weight:bold;
	cursor: pointer;
  box-shadow:2px 2px 4px rgba(0,0,0,0.25);
  transition:all 0.3s;
}

.shop-btn,.shop-btn:active,.shop-btn:focus{
  outline:none;
}

.shop-more-btn {
	width: 200px!important;
  height: 48px;
  display:flex;
  justify-content:center;
  align-items:center;
	background: lightgray;
  border:solid 1px #fff;
	color: #444!important;
	border-radius: 24px!important;
	margin: 20px auto;
	font-weight:bold;
	cursor: pointer;
  box-shadow:2px 2px 4px rgba(0,0,0,0.25);
  transition:all 0.3s;
}

.shop-btn-xs {
	padding: 10px!important;
	background: red;
	color: white!important;
	border-radius: 5px!important;
	margin: 20px 10px;
	text-align: center;
	cursor: pointer;
}

.shop-more-btn-xs {
	padding: 10px!important;
	background: white;
	color: #333!important;
	border-radius: 5px!important;
	margin: 20px 10px;
	text-align: center;
	border: solid 1px gray;
	cursor: pointer;
}

.button-div {
	flex: 1
}

.shop-btn:hover,.shop-more-btn:hover {
  box-shadow:0 0 0 rgba(0,0,0,0.25);
  transition:all 0.3s;
}

.shop-btn:after {
	clear: both;
}

.mon-part small {
	color: #999;
}

.mon-part p {
	color: #000;
	margin-bottom: 4px;
}

/* ASSISTANT */

.ctm-shop-row {
	width: 100%;
	display: grid;
	grid-gap: 32px;
}

.ctm-asst-container {
	display: grid;
	width: 100%;
	min-height: 400px;
}

.quote-grid {
	display: grid;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	color: white;
	text-align: center;
	padding: 16px 0;
}

.ctm-shop-product {
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
  justify-content:center;
	position: relative;
}

.ctm-shop-product-title,
.ctm-shop-product-price {
	font-weight: bold;
	line-height: 32px;
	padding: 0 32px;
}
.ctm-shop-product-price {
	font-size: 20px;
}

.ctm-shop-product-title{
	font-size: 28px;
}

.ctm-shop-product-short{
	padding: 0 32px;
  font-style:italic;
}

.shortname {
	font-size: 18px;
}

.ctm-shop-product-decription {
	padding: 16px 16px 0 16px;
	flex: 1;
}

.ctm-shop-call-to-action {
	display: flex;
	padding: 16px;
  justify-content:space-evenly;
}

.ctm-shop-call-to-action div {
/* 	flex: 1; */
  width:120px;
}

.ctm-shop-order-button {
	width: 85%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: solid 1px #c43131;
	border-radius: 8px;
	color: #333;
	margin: auto;
}

.ctm-shop-ask-button {
	width: 85%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: solid 1px #999;
	border-radius: 8px;
	color: #333;
	margin: auto;
}

.ctm-deal-note {
  z-index:999;
	position: absolute;
	top: 0;
	right: 0;
	background: #f7d348;
	color: #444;
	font-weight: bold;
	font-size: 20px;
	padding: 12px;
	border-bottom-left-radius: 8px
}

.ctm-choose-instrument-button {
	height: 48px;
	/* 					background:#00bbff; */
	background-image: url(/images/hero/ctm-assistant-button.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	line-height: 48px;
	margin: auto;
	text-align: center;
	font-weight: bold;
}

.ctm-choose-instrument-button:hover,
.ctm-choose-instrument-button:active {
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mon-model,.ctm-ig-link {
	width: 100%;
	border: solid 1px #999;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	display: flex;
	font-size: 18px;
}

.ctm-ig-link{
	background:#fff;
	text-align:center;
	justify-content:center;
	align-items:center;
	padding:16px;
}

.mon-model:hover {
	background: lightgray;
	cursor: pointer;
}

.asst-form input[type="text"] {
	display: block;
	width: 100%;
	margin: 5px 0;
	height: 40px;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 16px;
}

@media only screen and (min-width: 1600px) {
	.ctm-shop-row {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.product-list-container {
		width: 70%;
		margin: 16px auto;
	}
	.ctm-choose-instrument-button-container {
		width: 70%;
		margin: 16px auto;
	}
	.ctm-asst-container {
		grid-template-columns: 2fr 1fr;
	}
	.quote-grid {
		grid-template-columns: 3fr 1fr;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1599px) {
	.ctm-shop-row {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.product-list-container {
		width: 70%;
		margin: 16px auto;
	}
	.ctm-choose-instrument-button-container {
		width: 70%;
		margin: 16px auto;
	}
	.ctm-asst-container {
		grid-template-columns: 2fr 1fr;
	}
	.quote-grid {
		grid-template-columns: 3fr 1fr;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.ctm-shop-row {
		grid-template-columns: 1fr 1fr;
	}
	.product-list-container {
		width: 80%;
		margin: 16px auto;
	}
	.ctm-choose-instrument-button-container {
		width: 80%;
		margin: 16px auto;
	}
	.ctm-asst-container {
		grid-template-columns: 1fr 1fr;
	}
	.quote-grid {
		grid-template-columns: 1fr;
	}
	/* 					.ctm-shop-product-decription{
						display:none;
					} */
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.ctm-shop-row {
		grid-template-columns: 1fr 1fr;
    grid-gap:16px;
	}
	.product-list-container {
		width: 90%;
		margin: 16px auto;
	}
	.ctm-choose-instrument-button-container {
		width: 90%;
		margin: 16px auto;
	}
	.ctm-asst-container {
		grid-template-columns: 1fr 1fr;
	}
	.quote-grid {
		grid-template-columns: 1fr;
	}
	/* 					.ctm-shop-product-decription{
						display:none;
					} */
}

@media only screen and (max-width: 567px) {
	.ctm-shop-row {
		grid-template-columns: 1fr;
    grid-gap:16px;
	}
	.product-list-container {
		width: 100%;
		padding: 16px;
	}
	.ctm-choose-instrument-button-container {
		width: 100%;
		margin: 16px auto 0 auto;
		padding: 0 16px;
	}
	.ctm-asst-container,
	.quote-grid {
		grid-template-columns: 1fr;
	}
	/* 					.ctm-shop-product-decription{
						display:none;
					} */
}

/* NEW ADMIN */

.ctm-list-row {
	height: 48px;
	cursor: pointer;
	border-bottom: solid 1px lightgray;
}

.ctm-order-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ctm-order-row-grid {
	display: grid;
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.ctm-order-row-grid:hover {
	cursor: pointer;
}

.ctm-order-row-grid div {
	overflow: hidden;
	padding: 0 8px;
	border-bottom: solid 1px gray;
}

.ctm-mon-info-container {
	padding: 8px;
}

.ctm-mon-info-container:not(:last-child) {
	border-bottom: solid 1px lightgray;
}

.ctm-mon-info-container small {
	color: #999;
}

.shell-grid {
	display: grid;
	grid-gap: 16px;
	padding:0 16px;
}

/* CAROUSEL */

.ctm-carousel{
  list-style-type:none;
  margin:0;
  margin-left:-24px;
  margin-right:-24px;
  position:relative;
  padding:75% 0 0 0;
  overflow:hidden;
}
.ctm-carousel-slide,.ctm-carousel-slide-xs{
  position:absolute;
  top:0;
  left:0;
  transform:translatex(0);
  opacity:1;
  transition:all 0.5s;
}
.ctm-carousel-slide{
  bottom:0;
  right:0;
  background-size:cover;
  background-position:center;
}
.ctm-carousel-slide.prev,.ctm-carousel-slide-xs.prev{
  transform:translatex(-100%);
  opacity:0;
  transition:all 0.5s;
}
.ctm-carousel-slide.next,.ctm-carousel-slide-xs.next{
  transform:translatex(100%);
  opacity:0;
  transition:all 0.5s;
}

.ctm-carousel-btn-bar{
  margin:0;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:2;
}
.ctm-carousel-btn{
  width:72px;
  margin:0 6px;
  background:darkgray;
  border-radius:2px;
  box-shadow:2px 2px 6px rgba(0,0,0,0.2);
  cursor:pointer;
}
.ctm-carousel-btn.active{
  border:solid 2px #f7d348;
  background:#fff;
}

/* MAIN BANNER DEETS */


.ctm-pay-bar{
  height:48px;
  width:100%;
  background:rgba(0,0,0,0.8);
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#fff;
  padding:0 32px;
}
.ctm-pay-bar-top{
  z-index:900;
  position:fixed;
  width:100%;
  top:48px;
  transition:all 0.5s;
}
.fixed-top{
  top:0;
  transition:all 0.5s;
}
.ctm-pay-bar-bottom{
  z-index:1500;
  position:fixed;
  bottom:0;
  left:0;
  min-width:320px;
}
.ctm-pay-bar-bottom .ctm-pay-bar{
  border-top-right-radius:8px;
}
.ctm-pay-bar-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.ctm-pay-bar-centered{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ctm-pay-bar .ctm-switch{
  margin-right:16px
}

.ctm-pay-bar-price{
  font-weight:bold
}
.ctm-btn-yellow,
.ctm-btn-white{
  height:32px;
  border-radius:16px;
  color:#444;
  padding:4px 24px;
  margin-left:8px;
  font-weight:bold;
  display:flex;
  justify-content:center;
  align-items:center;
  box-shadow:2px 2px 4px rgba(0,0,0,0.25);
  transition:all 0.3s;
  user-select:none;
}
.ctm-btn-white{
  background:#fff;
}
.ctm-btn-yellow{
  background:#f7d348;
}
.ctm-btn-yellow:hover,
.ctm-btn-white:hover,
.ctm-btn-yellow:active,
.ctm-btn-white:active{
  box-shadow:0 0 0 0 rgba(0,0,0,0.25);
  transition:all 0.3s;
}

.ctm-no-margin-left{
  margin-left:0
}

.prod-det-sec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	scroll-snap-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}

.prod-det-grid {
	width: 100%;
	display: grid;
}

.prod-det-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 16px 10%;
	z-index: 2;
	line-height: 150%;
}

.prod-det-cont td {
	border-top: solid 1px #333!important;
}

.prod-det-sec-over::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.65);
	z-index: 1;
}

.prod-det-main {
	display: flex;
	flex-direction: column;
	padding: 48px;
}

.prod-det-warr {
	background-color: rgba(0, 0, 0, 0.75);
	color: white;
}

.prod-det-deets {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

  .prod-det-title{
    font-size:32px;
    font-weight:bold;
  }

  .prod-det-short{
    font-size:14px;
    font-weight:200;
    color:#fff;
    font-style:italic;
  }
  
  .prod-det-deets .star-rater{
    color:#fff;
    margin-bottom:16px;
  }

.prod-det-review-cont{
  background:#fff;
  border-radius:8px;
  padding:32px;
  box-shadow:4px 4px 8px rgba(0,0,0,0.25);
}

	.full-height {
		height: 100%!important;
	}

.prod-det-promo{
  background:#f7d348;
  padding:8px 16px;
  border-radius:8px;
  text-align:center;
  margin-top:16px;
}

.prod-det-promo-lg{
  background:#f7d348;
  padding:16px;
  border-radius:8px;
  text-align:center;
  margin-top:8px;
}

@media only screen and (min-width: 1200px) {
	.prod-det-deets {
		align-items: center;
	}
	.prod-det-deets h2,.prod-det-deets h1{
		padding:0;
	}
  
  .prod-det-deets h1{
		font-size:72px;
    font-weight:bold;
    margin:8px 0 0 0;
	}
  
	.prod-det-title,
	.prod-det-desc,
	.prod-det-price,
	.prod-det-order-now {
		padding: 8px;
	}
	.prod-det-main {
		grid-template-rows: 1fr 2fr 2fr 1fr;
	}
	.prod-det-warr {
		grid-column-start: 3
	}
	.prod-det-sec {
		height: calc(100vh - 124px);
	}
	.prod-det-sec-first {
		height: calc(100vh - 180px);
	}
	.prod-det-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.shell-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.ctm-order-row-grid {
		grid-template-columns: 0.5fr 1.5fr 2fr 2fr 0.5fr 2fr 44px 44px 44px 1fr 1fr 1fr 1fr;
	}
	.ctm-mon-info-container {
		width: 100%;
		display: grid;
		grid-template-columns: 2fr 3fr 3fr 3fr 3fr 1fr 1fr 1fr;
/* 		grid-template-rows: auto auto; */
		grid-column-gap: 16px;
		/* 		margin-bottom:8px;
		padding:0 8px 8px 8px; */
	}
	.ctm-mon-info-image {
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.ctm-asst-quote-gen {
		height: 100%;
		width: 100%;
		padding: 40px 40px 40px 50%;
		color: white;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.asst {
		background-position: left;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.prod-det-deets {
		align-items: center;
	}
  
  .prod-det-deets h1{
		font-size:72px;
    font-weight:bold;
	}
	.prod-det-title,
	.prod-det-desc,
	.prod-det-price,
	.prod-det-order-now {
		padding: 2vh;
	}
	.prod-det-main {
		grid-template-rows: 1fr 2fr 2fr 1fr;
	}
	.prod-det-warr {
		grid-column-start: 3
	}
	.prod-det-sec {
		height: calc(100vh - 124px);
	}
	.prod-det-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.shell-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.ctm-order-row-grid {
		grid-template-columns: 0.5fr 2fr 2fr 0.5fr 2fr 44px 44px 44px 1fr 1fr 2fr;
	}
	.ctm-mon-info-container {
		width: 100%;
		display: grid;
		grid-template-columns: 2fr 3fr 3fr 3fr 3fr 1fr 1fr 1fr;
	}
	.ctm-mon-info-image {
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.ctm-asst-quote-gen {
		height: 100%;
		width: 100%;
		padding: 40px 40px 40px 50%;
		color: white;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.asst {
		background-position: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.prod-det-deets {
		align-items: center;
	}
  
  .prod-det-deets h1{
		font-size:64px;
    font-weight:bold;
	}
	.prod-det-title,
	.prod-det-desc,
	.prod-det-price,
	.prod-det-order-now {
		padding: 2vh;
	}
	.prod-det-main {
		grid-template-rows: 1fr 2fr 2fr 1fr;
	}
	.prod-det-warr {
		grid-column-start: 2
	}
	.prod-det-sec {
		height: calc(100vh - 124px);
	}
	.prod-det-grid {
		grid-template-columns: 1fr 1fr;
	}
	.shell-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.ctm-order-row-grid {
		grid-template-columns: 0.5fr 2fr 0.5fr 2fr 44px 44px 1fr 2fr;
	}
	.ctm-mon-info-container {
		width: 100%;
		display: grid;
		grid-template-columns: 2fr 3fr 3fr 3fr 3fr 1fr 1fr 1fr;
	}
	.ctm-asst-quote-gen {
		height: 100%;
		width: 100%;
		padding: 40px 40px 40px 50%;
		color: white;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.asst {
		background-position: left;
	}
}

@media only screen and (max-width: 767px) {
	.prod-det-deets {
		align-items: center;
	}
  
  .prod-det-deets h1{
		font-size:64px;
    font-weight:bold;
	}
  
	.prod-det-title,
	.prod-det-desc,
	.prod-det-price,
	.prod-det-order-now {
		padding: 2vh;
	}
	.prod-det-main {
		grid-template-rows: auto auto auto auto;
		padding: 0 24px 24px 24px;
	}
	.prod-det-warr {
		/* 	grid-column-start:1 */
	}
	.prod-det-sec {
		height: auto;
	}
	.prod-det-grid {
		grid-template-columns: 1fr;
		height: auto;
	}
	.shell-grid {
		grid-template-columns: 1fr 1fr;
	}
	.ctm-order-row-grid {
		grid-template-columns: 2fr 2fr 1fr 2fr;
	}
	.ctm-mon-info-container {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		grid-gap: 16px;
	}
	.ctm-mon-info-image {
		grid-column: 1 / span 6;
	}
	.ctm-mon-info-prod-name,
	.ctm-mon-info-owner {
		grid-column: 1 / span 3;
	}
	.ctm-mon-info-lab,
	.ctm-mon-info-status {
		grid-column: 4 / span 3;
	}
	.ctm-mon-info-qty {
		text-align: left;
		grid-column: 1 / span 2;
	}
	.ctm-mon-info-price {
		text-align: left;
		grid-column: 3 / span 2;
	}
	.ctm-mon-info-sub {
		text-align: left;
		grid-column: 5 / span 2;
	}
	.ctm-mon-info-left {
		grid-column: 1 / span 2;
	}
	.ctm-mon-info-right {
		grid-column: 3 / span 2;
	}
	.ctm-mon-info-inst {
		grid-column: 5 / span 2;
	}
	.asst {
		background-position: right!important;
	}
	.ctm-asst-quote-gen {
		height: 100%;
		width: 100%;
		padding: 40px;
		color: white;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
}

.inst-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 32px;
}

.inst-grid-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	cursor:pointer;
}

.inst-grid-item-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 1.2vw;
	font-weight: bold;
	text-shadow: 0 0 8px #000;
}

.ctm-product-section-title {
	padding: 16px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333
}

@media only screen and (max-width: 567px) {
	.prod-det-deets {
		align-items: center;
	}
	.prod-det-deets h1{
		font-size:52px;
    padding:0;
    margin:0;
	}
  
  .prod-det-deets .star-rater{
    margin:0;
  }
  
	.prod-det-title,
	.prod-det-price,
	.prod-det-order-now {
		padding: 1.2vh;
	}
	.prod-det-desc {
		padding: 2.4vh 1.2vh 1.2vh 1.2vh;
	}
	.prod-det-desc h4 {
		font-size: 1.1em;
	}
	.ctm-shop-product-price {
		padding: 0 24px;
	}
	.ctm-shop-product-title {
		padding: 0 24px;
	}
	.inst-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 16px;
	}
	.inst-grid-item-overlay {
		font-size: 12px;
	}
	.ctm-product-section-title {
		padding-top: 10px;
		line-height: 20px;
		font-size: 24px;
	}
}

.ctm-asst-quote-big,
.ctm-asst-quote-small {
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ctm-mon-info-note {
	display: flex;
	flex-direction: column;
}

.ctm-note-list {
	margin-top: 4px;
	flex: 1;
	width: 100%;
	border-radius: 4px;
	border: solid 1px lightgray;
	max-height: 232px;
	overflow: auto;
}

.ctm-note-row {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 4px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
	position: relative;
}

.ctm-note-row-unread {
	background: red;
	color: white;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 4px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
	position: relative;
}

.ctm-note-date {
	width: 100%;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	font-weight: 600;
}

.ctm-read-check {
	position: absolute;
	right: 2px;
	top: 0;
	margin: 0;
	padding: 0;
}

.ctm-big-note-row {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding: 12px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
	position: relative;
}

.ctm-big-note-date {
	width: 100%;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}

@keyframes blinking {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.ctm-blinking {
	animation-name: blinking;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
}

@keyframes success {
	0% {
		background-color: transparent;
	}
	/*     25%  {background-color: lightgreen;} */
	50% {
		background-color: lightgreen;
	}
	100% {
		background-color: transparent;
	}
}

.awesome {
	animation-name: success;
	animation-duration: 2s;
}

@keyframes failure {
	0% {
		background-color: transparent;
	}
	/*     25%  {background-color: lightgreen;} */
	50% {
		background-color: red;
	}
	100% {
		background-color: transparent;
	}
}

.notawesome {
	animation-name: failure;
	animation-duration: 2s;
}

@keyframes buyme {
	0% {
		background-color: transparent;
	}
	50% {
		background-color: rgba(255, 0, 0, 0.2);
	}
	100% {
		background-color: transparent;
	}
}

.buyme {
	animation-name: buyme;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

#waiting {
	z-index: 11000;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 567px) {
	.waiting-image-container {
		width: 40%;
	}
}

@media only screen and (min-width: 568px) {
	.waiting-image-container {
		width: 25%;
	}
}

#waiting img {
	transform-origin: 50% 50%;
	animation: spin 2s linear infinite;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2s;
}

.waitext {
	position: absolute;
	bottom: 15%;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
	color: white;
	text-align: center;
}

@-webkit-keyframes spin
/* Safari and Chrome */

	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#ctm-msg-bbl {
	z-index: 12000;
	opacity: 0;
	position: fixed;
	top: 12px;
	left: -100%;
	max-width: 280px;
	min-height: 48px;
	background: #fff;
	border: solid 2px #999;
	border-radius: 8px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 1s;
}

.ctm-msg-bbl-show {
	left: 12px!important;
	opacity: 1!important;
	transition: all 1s;
}

/* Add Animation */

@-webkit-keyframes animatetop {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.ctm-modal,.ctm-modal-xl {
	display: none;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.ctm-modal{
	z-index: 1000;
	padding: 80px 16px 16px 16px;
}

.ctm-modal-xl{
	z-index: 9000;
	padding: 8px;
}

.ctm-modal-content {
	position: relative;
	height: calc(100vh - 232px);
	height: 100%;
	min-height: 448px;
	width: 100%;
	background-color: white;
	border-radius: 4px;
	border: solid 4px lightgray;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	overflow-y: auto;
}

.ctm-modal-header,
.ctm-modal-footer {
	width: 100%;
	height: 44px;
	background: lightgray;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
      
@media screen and (min-width:578px) {
  .ctm-modal-header,
.ctm-modal-footer{
    grid-template-columns:1fr 1fr 1fr;
  }
}

.ctm-modal-footer {
	padding-top: 6px;
}

.ctm-modal-header div,
.ctm-modal-footer div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.ctm-order-cont {
	flex-direction: column;
	flex: 1;
	justify-content:space-between;
	overflow-y: auto;
}

.ctm-flex-left {
	justify-content: flex-start;
	overflow: hidden;
}

.ctm-flex-center {
	justify-content: center;
	overflow: hidden;
}

.ctm-flex-right {
	justify-content: flex-end;
	overflow: hidden;
}

.ctm-link {
	cursor: pointer;
}

.lab-rep-det {
	display: block!important;
	margin: auto!important;
}

.ctm-js-link {
	color: red;
	cursor: pointer;
}

.star-rater-xl {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.star {
	color: lightgray;
	user-select: none;
	cursor: pointer;
}

/* SHOPPING BAR */

.ctm-shop-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	margin: 16px 0;
	padding: 0;
	border: solid 2px lightgray;
}

.ctm-shop-bar-item,
.ctm-shop-bar-item a {
	padding: 8px;
	width: 100%;
  height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: gray!important;
}

.ctm-shop-bar-item-active {
	font-weight: bold;
	color: #333!important
}

.ctm-order-summary {
	display: grid;
	grid-template-columns: 2fr 1fr;
	text-align: right;
}

.ctm-order-summary p,
.ctm-order-summary h4 {
	line-height: 24px;
}

.ctm-order-summary h4 {
	font-weight: bold;
}

/* SHIPPING ADDRESS */

.ctm-disclosure,
.ctm-disclosure-nm {
	background-color: #ffffaf;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border: solid 2px lightgray;
	border-radius: 8px;
	overflow: hidden;
}

.ctm-disclosure {
	margin: 16px;
}

.ctm-disclosure-nm {
	margin: 4px 0;
}

.ctm-promostrip {
	width: 100%;
	z-index: 10000;
	background-color: #ffff99;
	padding: 12px;
	text-align: center;
	font-weight: bold;
}

.ctm-footnote {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: #ffff99;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

.ctm-edit-sm {
	height: 14px;
	width: 14px;
	margin: 0 0 6px 4px;
	cursor: pointer;
}

#ctm-shipping-options {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 8px 16px;
}

#ctm-shipping-options p {
	height: 48px;
	line-height: 48px;
}

#ctm-shipping-options input[type=radio] {
	margin-right: 8px;
}

.ctm-address-list {
	display: grid;
	width: 100%;
	overflow-y: auto;
	grid-gap: 16px;
	padding: 16px;
}

@media only screen and (min-width: 1200px) {
	.ctm-address-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.ctm-address-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ctm-address-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.ctm-address-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 567px) {
	.ctm-address-list {
		grid-template-columns: 1fr;
	}
}

.ctm-address {
	height: 160px;
	padding: 16px;
	border: solid 2px lightgray;
	border-radius: 8px;
	transition: all 0.3s;
}

.ctm-address-xl {
	height: 412px;
	border: solid 2px gray;
	transition: all 0.3s;
}

.ctm-address:hover:not(.ctm-address-xl),
.ctm-address-active {
	background: lightgray;
	cursor: pointer;
	box-shadow: 2px 2px gray;
	transition: all 0.3s;
}

.ctm-address-edit {
	height: 0;
	opacity: 0;
	transition: all 0.3s;
	overflow: hidden;
}

.ctm-address-edit-on {
	height: 100%;
	opacity: 1;
	transition: all 0.3s;
}

.ctm-address-edit>.ctm-form-row {
	height: 48px;
}

.ctm-address-display {
	height: 100%;
	opacity: 1;
	transition: all 0.3s;
	overflow: hidden;
}

.ctm-address-display p {
	margin: 0;
	padding: 0;
}

.ctm-address-display-off {
	height: 0;
	opacity: 0;
	transition: all 0.3s;
}

.ctm-flexenter {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
}

/* PAYMENT METHOD */

.ctm-payment-row {
	width: 100%;
	display: grid;
	grid-gap: 12px;
	padding: 16px 0;
	border-bottom: solid 1px lightgray;
}

.ctm-payment-row-item {
	width: 100%;
	display: flex;
	cursor: pointer;
	justify-content: space-between;
}

.ctm-payment-row-item-title {
	display: flex;
	justify-content: center;
}
  
  .ctm-payment-row-item-title input[type=radio]{
    margin:0 4px 0 0;
  }

.ctm-payment-row-item-content {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 1200px) {
	.ctm-payment-row {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
  .ctm-payment-row-item {
    width: 100%;
    height: 100%;
    min-height: 150px;
    border-radius: 8px;
    border: solid 2px lightgray;
    padding: 16px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-between;
    background:#fff;
  }

  .ctm-payment-row-item-title {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.ctm-payment-row {
		grid-template-columns: 1fr 1fr 1fr;
	}
  .ctm-payment-row-item {
    width: 100%;
    height: 100%;
    min-height: 150px;
    border-radius: 8px;
    border: solid 2px lightgray;
    padding: 16px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-between;
    background:#fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ctm-payment-row {
		grid-template-columns: 1fr 1fr;
	}
  .ctm-payment-row-item {
    width: 100%;
    height: 100%;
    min-height: 150px;
    border-radius: 8px;
    border: solid 2px lightgray;
    padding: 16px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-between;
    background:#fff;
  }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
	.ctm-payment-row {
		grid-template-columns: 1fr;
	}
  .ctm-payment-row-item {
    width: 100%;
    height: 100%;
    max-height: 80px;
    display: flex;
	  flex-direction: row;
    cursor: pointer;
    align-items:center;
  }
}

@media only screen and (max-width: 567px) {
  .ctm-shop-bar{
    margin:16px 0 8px 0;
  }
	.ctm-payment-row {
    padding:8px 0;
		grid-template-columns: 1fr;
	}
  .ctm-payment-row-item {
    width: 100%;
    height: 60px;
    display: flex;
	  flex-direction: row;
    cursor: pointer;
    align-items:center;
    overflow:hidden;
  }
  .ctm-payment-row-item-title {
    flex-direction:column;
    justify-content: center;
    align-items:center;
    width:15%;
    margin-bottom:12px;
  }
}

.ctm-pag {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ctm-tooltip {
	position: absolute;
	transform-origin: 50% -100%;
	opacity: 0;
	width: 0;
	background: rgba(255, 255, 255, 0.95);
	border: solid 2px lightgray;
	border-radius: 4px;
	padding: 8px;
	z-index: 1000;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	transition: all 0.3s;
	text-align: center;
	pointer-events: none;
}

.ctm-tooltip-active {
	opacity: 100;
	width: 320px;
	transition: all 0.3s 1s;
}

.ctm-tn {
	max-height: 140px;
	max-width: 100%;
	margin: 0 auto;
}

.ctm-row-tn {
	max-height: 47px;
	max-width: 100%;
	margin: 0 auto;
}

.ctm-img-upload {
	margin: 8px 0;
	height: 140px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: solid 2px lightgray;
	overflow: hidden;
}

.ctm-admin-table {
	border: solid 1px gray;
}

.ctm-switch {
  width:200px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 16px;
	overflow: hidden;
	margin: 8px 0;
	border: solid 1px gray;
}

.ctm-switch-side {
	width: 100%;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 96px;
	cursor: pointer;
  font-size:0.9em;
}

.ctm-switch-side:not(:first-child) {
	border-left: solid 1px gray;
	transition: all 0.3s;
}

.ctm-switch-side.active,
.ctm-switch-side:hover {
	background-color: lightgray;
	transition: all 0.3s;
	font-weight: 600;
  color:#444;
}

/* LOGIN */

.ctm-login-slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background: lightgray;
	transition: all 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.ctm-login-slide .left {
	opacity: 1;
}

.ctm-login-slide .right {
	opacity: 0;
}

.ctm-login-slide-right {
	left: 50%;
	transition: all 0.2s;
}

.ctm-login-slide-right .left {
	opacity: 0;
	height:
}

.ctm-login-slide-right .right {
	opacity: 1;
}

.ctm-cart-img {
	padding-top: 56.25%;
	width: 100%;
	background-size: cover;
	background-position: center;
	border: solid 2px lightgray;
	border-radius: 8px;
}

.ctm-shop-product img {
	display: none;
}

.ctm-shop-product img.active {
	display: block;
}

.ctm-login-grid {
	width: 100%;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	flex-wrap: nowrap;
	height: 100%;
}

.ctm-login-side {
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.ctm-login-side-toggle {
	width: 100%;
	background: lightgray;
	padding: 8px 16px;
}

.ctm-login-form-cont {
	width: 100%;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	height: 100%;
}

.ctm-login-container {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	overflow-y: auto;
	transition: all 0.5s;
}

.ctm-use-choose {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 8px;
	transition: all 0.5;
}

.ctm-use-choose input {
	max-width: 300px;
}

.inst-grid-item.chosen {
	border: solid 2px lightgray;
	box-shadow: 0 0 12px 0 #000;
}

.inst-grid-item-overlay.active {
	background: none;
}

@media (max-width:567px) {
	.container {
		width: 100%;
		margin: 0;
		padding: 0 16px;
	}
	.ctm-modal-content {
		height: calc(100vh - 232px);
		min-height: 448px;
	}
	.ctm-login-grid {
		display: block;
	}
	.ctm-login-side {
		width: 100%;
	}
	.ctm-use-choose h2 {
		font-size: 14px;
	}
}

/* TOUCHNAV */
.xy-abs,
  .y-cont,
  .x-cont,
  .y-sec,
  .x-sec {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
		height:100%;
		min-height:568px;
    z-index:-1;
  }

  .y-sec,
  .x-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #949494;
    background: -moz-linear-gradient(bottom, #949494 0%,#6c6c6c 70%, #333333 100%);
    background: -webkit-linear-gradient(bottom, #949494 0%,#6c6c6c 70%, #333333 100%);
    background: linear-gradient(to top, #949494 0%, #6c6c6c 70%, #333333 100%);
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease-in-out;
  }

@media screen and (max-width:500px){
.x-sec-xs{
  padding:32px;
  flex-direction:column;
}
  
}

.y-nav{
    z-index: 100;
    position: fixed;
    width: 100%;
  height:48px;
    display: flex;
  flex-direction:row;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
  flex-wrap:wrap;
}

.y-nav div{
    margin: 0 16px;
    position: relative;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  text-align:center;
}

 .y-nav a::after{
    content:'';
    position:absolute;
    top:90%;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    border-bottom:solid 1px #fff;
    transform-origin:left;
    transform:scalex(0);
    transition:all 0.3s;
    cursor:pointer;
		overflow:hidden;
  }

  .y-nav a:hover::after,
  .y-nav a.active::after{
    transform-origin:right;
    transform:scalex(1);
  }

  .y-sec.prev {
    transform: translateY(-100%);
  }

  .y-sec.next {
    transform: translateY(100%);
  }

  .x-sec.prev {
    transform: translateX(-100%);
  }

  .x-sec.next {
    transform: translateX(100%);
  }

  .y-menu,
  .x-menu {
  z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    display: flex;
    justify-content: center;
  }

  .y-menu {
    top: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
/*     pointer-events:none; */
  }

  .x-menu {
    left: 0;
    right: 0;
    bottom: 32px;
  }

  .y-menu li {
    position:relative;
  }

.x-menu li,
.y-dot{
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 8px;
    background: rgba(0, 0, 0, 0.5);
    border: solid 1px #fff;
    transition: all 0.3s;
  cursor:pointer;
}

.y-title{
  position:absolute;
  transform:translate(-100%,-24px);
  width:148px;
  text-align:center;
  font-size:12px;
  line-height:12px;
  opacity:0;
  transition:all 0.5s;
  color:#444;
  font-weight:bold;
  padding:4px;
  border-radius:4px;
  background: rgba(255,255,255,0.75);
  box-shadow:0 0 2px rgba(0,0,0,0.25);
}

.y-menu li:hover > .y-title{
  opacity:1;
  transition:all 0.5s;
}

@keyframes ytitle {
  0%{opacity:0;}
  15%{opacity:1;}
  40%{opacity:1;}
  0%{opacity:0;}
}

.y-menu li.active > .y-title{
  animation:ytitle 3s;
}


  .y-menu li:hover > .y-dot,
  .y-menu li.active > .y-dot,
  .x-menu li:hover,
  .x-menu li.active {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px #000;
  }

@keyframes arrow-pulse{
  0%{transform:scale(1);}
  50%{transform:scale(1.2);}
  100%{transform:scale(1);}
}

.x-prev-arrow,
.x-next-arrow{
  z-index:100;
  position:absolute;
  bottom:33%;
  width: 0; 
  height: 0; 
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent; 
  cursor:pointer;
  transition:all 0.3s;
  animation:arrow-pulse 2s infinite ease;
  filter:drop-shadow(0 0 1px #000);
}

.x-prev-arrow{
  left:24px;
  border-right:12px solid #fff; 
}

.x-next-arrow{
  right:24px;
  border-left:12px solid #fff; 
}

.y-next-arrow{
  z-index:2000;
  position:absolute;
  bottom:20px;
  left:calc(50% - 24px);
  transform:translatex(-50%);
  width: 0; 
  height: 0; 
  border-left: 24px solid transparent;
  border-right: 24px solid transparent; 
  border-top:12px solid #fff; 
  cursor:pointer;
  transition:all 0.3s;
  animation:arrow-pulse 2s infinite ease;
  filter:drop-shadow(0 0 1px #000);
}

  .bg-cover {
    background-size: cover;
    background-position: center;
  }

  .bg-cover-l {
    background-size: cover;
    background-position: left;
  }

  .bg-cover-r {
    background-size: cover;
    background-position: right;
  }

/* NEW AUDIOLOGIST INSTRUCTIONS */

.x-info-bbl{
      position: relative;
      height:72px;
      align-self: flex-end;
      margin: 0 32px 56px 32px;
      background: rgba(0, 0, 0, 0.85);
      color: #fff;
      border-radius: 8px;
      box-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
      overflow:hidden;
      transition:all 0.5s;
    }
    
    .x-info-bbl.active {
      max-height:400px;
      height:auto;
      transition:all 0.5s;
      overflow-y:auto;
    }
    
    .x-info-bbl-title-cont{
      width:100%;
      height:56px;
      display:flex;
      padding:4px 8px 8px 16px;
    }
    
    .x-info-bbl-arrow-cont{
      justify-content:center;
      align-items:center;
      width:100%;
      padding-top:4px;
    }
    
    .x-info-bbl-arrow{
      margin:0 auto;
      width:0;
      height:0;
      border-left:12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 4px solid #fff;
      border-top:0;
      transition:all 0.5s;
    }
    
    .x-info-bbl-arrow.active{
      transform:rotate(180deg);
    }
    
    .x-info-bbl-title-side{
      flex:1;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    
    .x-info-bbl-title-side-sec{
      font-size:12px;
      line-height:12px;
    }
    
    .x-info-bbl-title-side-title{
      font-size:24px;
      line-height:24px;
      font-weight:bold;
    }
    
    .x-info-bbl-num {
      display:flex;
      flex-direction:column;
      align-items:center;
      border:solid 2px #fff;
      border-radius:4px;
      padding:0 8px;
      justify-content:space-around;
    }
    
    .x-info-bbl-cont{
      height:100%;
      overflow-y:auto;
      padding:16px;
    }

    @media screen and (min-width:700px) {
      .x-info-bbl{
        height:auto;
        max-width: 480px;
        position: absolute;
        bottom: 10%;
        left: 7.5%;
        padding: 16px;
      }
    }

    .bg-cover {
      background-size: cover;
      background-position: center;
    }

    .bg-cover-l {
      background-size: cover;
      background-position: left;
    }

    .bg-cover-r {
      background-size: cover;
      background-position: right;
    }

    .ctm-audiologist-list-cont {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 48px 32px 56px 16px;
    }

    @media screen and (min-width:700px) {
      .ctm-audiologist-list-cont {
        padding: 96px 32px 56px 16px;
      }
    }

    .ctm-audiologist-list {
      flex: 1;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 8px;
      margin-top: 8px;
      padding: 16px;
      overflow-x: hidden;
      overflow-y: scroll;
    }
    
    .dealer-info{
      padding:16px 8px;
    }

/* SUGGESTED PRODUCT CARDS */

.ctm-sug-card-xs{
  border-radius:8px;
  margin:0;
  height:100%;
  background-color:#fff;
  background-size:cover;
  background-position:center;
  position:relative;
  box-shadow:0 0 8px rgba(0,0,0,0.25);
  overflow:hidden;
}
.ctm-sug-card-xs-pricebox{
  height:40px;
  width:100%;
  position:absolute;
  bottom:0;
  right:0;
  padding:0 8px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:rgba(0,0,0,0.9);
  color:#fff;
}

.ctm-sug-card{
  border-radius:8px;
  padding-top:57%;
  width:100%;
  background-color:#fff;
  background-size:cover;
  background-position:center;
  position:relative;
  box-shadow:0 0 8px rgba(0,0,0,0.3);
  overflow:hidden;
}
.ctm-sug-card-pricebox{
  height:48px;
  width:100%;
  position:absolute;
  bottom:0;
  right:0;
  padding:0 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:rgba(0,0,0,0.9);
  color:#fff;
}

.ctm-cart{
  padding: 1px 16px 16px 16px;
  background: rgba(255,255,255,0.95);
  margin-top: 8px;
  border-radius: 8px;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.ctm-final-checkout-btn{
  height:48px;
  width:200px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
/*   border:solid 1px #fff; */
  color:#444;
  margin:auto;
  font-size:20px;
  font-weight:bold;
  background:#f7d348;
  box-shadow:2px 2px 4px rgba(0,0,0,0.25);
  transition:all 0.3s;
}

.ctm-final-checkout-btn:active,.ctm-final-checkout-btn:hover{
  box-shadow:0 0 0 rgba(0,0,0,0.25);
  transition:all 0.3s;
}


