/*       CP styleSheet      */
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-logo-sticky {
  width: initial;
  padding: 0;
}
.std ul {
    /* list-style: disc outside; */
    padding-left: 1.5em;
}

.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart:before {
    content: "\e81e";
}
.em-header-style29 .em-top-cart .em-amount-topcart:before {
  content: "\e81e";
}
#em-mheader .em-top-cart .em-amount-topcart:before {
  content: "\e81e";
}

/* foooter     */
address.f-left span {
  display: none;
}

/* product page     */

.product-options dl.last {
  float: none;
  margin-right: 0;
}
.product-options-bottom {
  width: 100%;
  float: none;
}


@media  and (max-width: 757px){
	.deetslarge{
	display:none;
	}
	.deetssmall{
	display:block;
	}
}

@media and (min-width: 758px){
	.deetslarge{
	display:block;
	}
	.deetssmall{
	display:none;
	}
}

.container-main img {
	max-width:100%;
}
.mynewsletter{
	float: left;
}

/*  contact page  */

form#contactForm ul {
  list-style: none;
}