ol, ul {
list-style: none;

}
#header-cart{
display:none;	
}
.breadcrumbs ul{
list-style-type: none;
margin:0;
display: inline-block;
	
}
.breadcrumbs li{
	display: inline-block;
}
strong {
    font-weight:100;
}

.col2-set {
  width: 100%;
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.opc .buttons-set {
  text-align: left;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}

.col2-set .col-1, .col2-set .col-2 {
  width: 50%;
  padding: 20px;
}

.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}
p.required, .validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
  background: white;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

.opc .section .step-title {
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc .section .step-title a {
  display: none;
}

.checkout-onepage-index .col-right, .checkout-onepage-index .col-left {

  /*display: block;*/
}

.checkout-onepage-index .col-main {


  padding-right: 20px;
}
.col-right {

  padding-right: 0;
}

input, select, textarea{
	font-family: "futura-pt",sans-serif;
	
}

.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "futura-pt",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 6px;
  font-weight: normal;
  color: #a0a0a0;
}



body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title, body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 20%;
  padding-left: 0;
  margin-top: 170px;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 20%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 80%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

.input-text{
	display: inline;
  float: left;
  position: relative;
  margin-left: 1.5%;
  margin-right: 1.5%;
    width: 97%;
	  background-color: #F5F5F5;
  margin-bottom: 1em;
  /*color: #C6C6C6;*/
  color:#000;
  border: 0 solid #fff !important;
  font-size: 1em;
  font-weight: 100;
  outline: none;
    padding: 1em;
}
.input-box {
  width: 100% !important;
    color: #C6C6C6;
  border: none;
  font-size: 1em;
  font-weight: 100;
  outline: none;
}
.input-box select{
  border: none;
  font-size: 1em;
  font-weight: 100;
  padding: 1em;	
  background-color: #F5F5F5;
  margin-bottom: 1em;
    margin-left: 1.5%;
  margin-right: 1.5%;
}
.above-header-container{
	background-color:#f5f5f5;
	padding:0.5em 0;
	font-weight:100;
	font-size:15px;
}
.above-header-container .x-1{
	width:87.5%;
	margin:0 6.25%;
}
.above-header-container .x-1 .x-left,
.above-header-container .x-1 .x-right{
	display:inline;
}
.above-header-container .x-1 .x-left,
.above-header-container .x-1 .x-right{
	margin:0 1.2em 0 0;
}
.above-header-container .x-1 .x-right{
	float:right;
}
.above-header-container .x-1 .x-right a{
	line-height:0;   
}
@media only screen and (min-width:499px){
	.above-header-container .x-1 br{
		display:none;
	}
}
@media only screen and (max-width:498px){
	.above-header-container {
        position: relative;
    }
	.above-header-container .x-1 br{
		display:inline;
	}
	.above-header-container .x-1 .x-right a {
        margin: 0;
    }
	.above-header-container .x-1 .x-right{
        position: absolute;
        top: 7px;
        right: 6px;
    }

    .above-header-container .x-1 .x-left {
        margin-left: -12px;
    }

    .m-footer__container {
        margin-top: 450px !important;
    }
    input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select:focus, textarea,
    .amscheckout-login input.input-text {
        font-size: 18px !important;
    }
    .amscheckout-login input.input-text, .amscheckout input.input-text {
        font-size: 18px !important;
    }
}

.free-shipping-container{
	color: #F5F5F5;
    font-weight: 100;
    width: 48%;
    display: inline-block;
    font-size: 14px;
    padding-left: 4em;
}
.free-shipping-container ul {
   padding-left:0;    
}
.free-shipping-container ul li:nth-child(1):before {
   content: "*" ;
}
@media only screen and (min-width:1420px){
	.free-shipping-container ul li:nth-child(1):before{
		margin-left:-8px;
	}
}
@media only screen and (max-width:1419px){
	.free-shipping-container{
		padding-left:0px;
		width:100%;
	}
	
}
.international > div.h-base__vertical-align--wrapper.h-margin__top--small{
	display:inline-block;
}

.orderview-sku span{

  font-weight: 600;
  padding-right: 5px;
  
}
.carticonDesktop{
margin-top: .3em; position: absolute;
}
.count{
	font-size:.8em;
}
.login-out{
	margin-left:2em;
}
.login-out a{
	margin:0 1em 0 0;
}
.form-list{
	padding:0;
	
}

.account-create  .input-text{
	margin-left:0px;
	color:#000;
}
.account-create{
	margin-bottom:6.25%;
}
.account-create p.required{
	margin-right:3.5%;
}
.c-navigation__search-input, 
.c-base__input, .c-base__form-input, 
.c-base__form-textarea{
	color:#000 !important;
}
#opc-payment .sp-methods select.year{
	width:110px;
}
#opc-payment .sp-methods select.month{
	width:180px;
}
@media only screen and (max-width:643px){
#shopping-cart-table > tfoot > tr > td > button:nth-child(3){
	margin-bottom:10px;
}
}
@media only screen and (min-width:1025px) and (max-width:1082px){
	#shopping-cart-table > tfoot > tr > td > button:nth-child(3){
	margin-bottom:10px;
}
}
@media only screen and (min-width:800px){
	#discount-coupon-form > div > div > div.discountlabel{
		/*float:right;*/
		text-align:right;
	}
	#discount-coupon-form > div{
		padding-right:0px;
	}
	#discount-coupon-form	#coupon_code,
	#discount-coupon-form > div > div > div.button-wrapper > button{
		margin-right:0px;
	}
	#discount-coupon-form .field-wrapper{
		margin-bottom:10px;
	}
	#discount-coupon-form .button-wrapper > button,
	#discount-coupon-form .field-wrapper{
		float:right;
	}
	#discount-coupon-form label{
		text-align:right;
	}
		.slider-rectangle{
	     position: absolute !important; 
    width: 80% !important;
	 top: auto;
    bottom: 0;
    right: 2%;
    padding: 2em 1.5em;
    background:url(../images/back-white.png);
	    margin-top: 10%;
    margin-bottom: 30%;
}
	.hs-image-mobile{
	display:none !important;
	
}
.hs-image-desktop{
	display:block !important;
	
}
	
}

@media only screen and (max-width:800px){
	.slider-rectangle{
	position:relative !important;
    width: 100% !important;
	 top: auto;
    padding: 2em 1.5em;
    background:url(../images/back-white.png);
}
.hs-image-mobile{
	display:block !important;
	
}
.hs-image-desktop{
	display:none !important;
	
}
.slider-section{
margin: 0 !important;
    width: 100% !important;
}
.slick-slider {
margin-bottom:0 !important;
}
}
@media only screen and (max-width: 599px){
	div.cart.display-single-price > div.cart-forms {
		text-align: center;
		width: 207px;
		margin: 0 auto;
		display:block;
	}
	#discount-coupon-form > div > div > div.discountlabel > label{
		text-align:center;
	}
	div.cart.display-single-price > div.cart-totals-wrapper > div > ul{
		padding-left:0px;
	}
	#discount-coupon-form .input-text{
		
	}
  .discount-form{ padding-right: 2%; }
	#discount-coupon-form .button-wrapper > button{
    float: right;
	}
	
}
p.checkout-note{
	font-size:16px;
	color:black;
	font-style:italic;
	
}
@media only screen and (max-width:1023px){
	.catalog-product-view .c-products__table-content{
		margin-right:20px;
	}
}
@media only screen and (min-width:1024px){
/*	.c-products__title{
		height:90px;
	}*/
}
#verisign_cc_type_cvv_div{
	min-height:6em;
	
}
.subcat-row{
	display:table-row;
	
}
.homeslider_logo {
    max-width: 155px;
    max-height: 90px;
}
.rightbox-mainslider{
	width:50%;
	float:right !important;
	
}
.international p.country{
	text-align: center; 
	font-size:.6em; 
	margin-top: 0px;
	color:#fff;
}
.putWidth{
	vertical-align: top;
}
