/*#product-container .product-store .thumbnail:hover{
    outline: 1px solid blue;
	color:#2fa4bb;
}*/
#product-container .product-store .thumbnail{
	border:none;
}
#product-container .product-store .caption *{
	/*text-align:center !important;	*/
}

#product-container .product-store{
    border-bottom: 1px solid #D9DDD3;
}

.product-store .caption a{	
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.231;
}


.tab-pane .p-tab-details ul li{
	margin-top:10px;
}
.tab-pane .p-tab-details ul{
	list-style:none;
}
.tab-pane .p-tab-details{
	float:none;
	margin:auto;
	padding-top:20px;
}

.product-name {
    color: #2f2f2f;
    font-size: 100%;
    margin: 0 0 5px;
    font-size: 12px;
}

.short-desc {
    margin-top: 30px;
}

.product-buy {
    margin-top: 10px;
}
/**********************************************************product.html css****************************************************************/
.header-top {
    background: none repeat scroll 0 0 #fff;
    width: 100%;
}
.header-top div ul{
	float:right;
	margin-bottom:0px;
	padding:4px 0px;
}

.header-top div ul li a{
	padding-right:5px;
}
.header-top div ul li a{
	border-right:1px solid gray;	
}

.header-top div ul li:first-child a {
	padding-right: 0px;
}

.header-top div ul li:nth-child(3) a {
    border-left: 1px solid gray;
	padding-left: 5px;
}

.header-top div ul li:last-child a {
    border-right: 0px solid gray;
}
.header-top div ul li{
	float:left;
	margin-left:8px;
}
.header-top div ul{
	list-style:none;
	
}
.our-product-info-howtouse {
    background-image: url("../images/s-3-hover.jpg") !important;
    background-position: left top;
    background-repeat: no-repeat;
    color: #4e4e50;
    font-family: "ralewayregular";
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px !important;
    padding: 20px 0 20px 100px;
}

.our-products-info-title {
    border-bottom: 1px solid #e4e4e4;
    color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.productext {
    font-size: 13px !important;
    min-height: 110px;
}
.product-holder {
    color: #003d79 !important;
    float: left;
    font-size: 12px !important;
    line-height: 16px !important;
}

.full-content-info {
    font-family: "ralewayregular";
    font-size: 13px !important;
    line-height: 22px !important;
}

.product-item {
    background-color: #fff;
    background-image: url("../images/item1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075) inset;
    display: block;
    height: 135px;
    margin-bottom: 17px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.product-item:hover {
    background-color: #003d79;
    background-image: url("../images/item1-hover.png");
    border: 1px solid #003d79;
}

.product-item2 {
	background-color: #fff;
    background-image: url("../images/item2.png");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075) inset;
    display: block;
    height: 135px;
    margin-bottom: 17px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.product-item2:hover {
	background-color: #003d79;
    background-image: url("../images/item2-hover.png");
    border: 1px solid #003d79;
}
.product-item3 {
	background-color: #fff;
    background-image: url("../images/item3.png");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075) inset;
    display: block;
    height: 135px;
    margin-bottom: 17px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.product-item3:hover {
	background-color: #003d79;
    background-image: url("../images/item3-hover.png");
    border: 1px solid #003d79;
}
.product-box-outer {
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    display: table;
    float: left;
    height: 235px;
    position: relative;
	min-width:250px;
}

.product-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product-text {
    background: url("../images/icon1.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
    color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
	
}

.product-icon2 {
    background: url("../images/icon2.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
	
}
.product-icon3 {
    background: url("../images/icon3.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon4 {
    background: url("../images/icon4.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon5 {
    background: url("../images/icon5.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon6 {
    background: url("../images/icon6.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon7 {
    background: url("../images/icon7.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon8 {
    background: url("../images/icon8.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon9 {
    background: url("../images/icon9.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}

.products-detail {
    margin-bottom: 70px;
}
.product-icon10 {
    background: url("../images/icon10.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon11 {
    background: url("../images/icon11.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon12 {
    background: url("../images/icon12.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon13 {
    background: url("../images/icon13.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon14 {
    background: url("../images/icon14.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon15 {
    background: url("../images/icon15.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon16 {
    background: url("../images/icon16.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon17 {
    background: url("../images/icon17.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon18 {
    background: url("../images/icon18.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon19 {
    background: url("../images/icon19.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon20 {
    background: url("../images/icon20.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon21 {
    background: url("../images/icon21.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-text:hover {
    background: url("../images/icon1-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
    color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
	
}

.product-icon2:hover{
    background: url("../images/icon2-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
	
}
.product-icon3:hover {
    background: url("../images/icon3-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon4:hover {
    background: url("../images/icon4-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon5:hover {
    background: url("../images/icon5-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon6:hover {
    background: url("../images/icon6-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon7:hover {
    background: url("../images/icon7-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon8:hover {
    background: url("../images/icon8-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon9:hover {
    background: url("../images/icon9-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}

.product-icon10:hover {
    background: url("../images/icon10-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon11:hover {
    background: url("../images/icon11-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon12:hover {
    background: url("../images/icon12-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon13:hover {
    background: url("../images/icon13-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon14:hover {
    background: url("../images/icon14-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon15:hover {
    background: url("../images/icon15-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon16:hover {
    background: url("../images/icon16-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon17:hover {
    background: url("../images/icon17-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon18:hover {
    background: url("../images/icon18-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon19:hover {
    background: url("../images/icon19-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon20:hover {
    background: url("../images/icon20-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}
.product-icon21:hover {
    background: url("../images/icon21-hover.jpg") no-repeat scroll 50% 30% rgba(0, 0, 0, 0);
	color: #003d79;
    display: block;
    font-family: "ralewayregular";
    font-size: 14px !important;
    padding-top: 150px;
    text-decoration: none;
}


.coming-soon-icon {
    background: url("../images/coming-soon-icon.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 82px;
    position: absolute;
    right: 0;
    top: 23px;
    width: 86px;
}


/** add-on **/

#product-disc-2 .label1 {
		      color: black;
			    display: inline-block !important;
			    font-size: 14px;
			    font-weight: 700 !important;
			    margin-bottom: 5px !important;
			    max-width: 100% !important;
			    font-family: "ralewayregular";
		}
		#product-disc-2 input {
			border: 1px solid #cccccc;
			height: 25px;
			margin-left: 2px;
			padding: 5px;
			width: 30px;
		}
		#product-disc-2 ..product-table .product-name {
		    color: #2f2f2f;
		    font-size: 100%;
		}

		.product-tab-panel ul.nav-tabs{
			border-left: 1px solid #ddd;
		}
		.product-tab-panel ul.nav-tabs li {
		    -moz-border-bottom-colors: none;
		    -moz-border-left-colors: none;
		    -moz-border-right-colors: none;
		    -moz-border-top-colors: none;
		    background: none repeat scroll 0 0 #eeeeee;
		    border-color: #e5e5e5 #e5e5e5;
		    border-image: none;
		    border-style: solid solid solid none;
		    border-width: 1px 1px 1px medium;
		    float: left;
		    line-height: 31px;
		    margin: 0 0 -1px;
		    overflow: hidden;
		    padding: 0;
		    position: relative;
		}

		.product-tab-panel ul.nav-tabs li {
			border-bottom: none;
			outline: none;
			height: 35px;
		}
		.product-tab-panel ul.nav-tabs li:hover {
			background-color: #ffffff;
		}

		.product-tab-panel ul.nav-tabs li a:hover {
			color: #2fa4bb;
			background-color: #ffffff;
		}
		/*.product-tab-panel ul.nav-tabs{
			border-bottom: none;
		}*/
		.product-tab-panel ul.nav li a {
		    border: 0 solid #fff;
		    color: #424242;
		    display: block;
		    font-size: 1.2em;
		    outline: medium none;
		    padding: 0 20px;
		    text-decoration: none;
		}
		.tab-content {
		    -moz-border-bottom-colors: none;
		    -moz-border-left-colors: none;
		    -moz-border-right-colors: none;
		    -moz-border-top-colors: none;
		    background: none repeat scroll 0 0 #fff;
		    border-color: #e5e5e5;
		    border-image: none;
		    border-style: none solid solid;
		    border-width: medium 1px 1px;
		    clear: both;
		    float: left;
		    overflow: hidden;
		    width: 100%;
		}

		.tab-pane {
		    font-family: Arial,Helvetica,sans-serif;
		    font-size: 1em;
		    padding: 20px;
		}

		.tab-pane {
		    font-family: Arial,Helvetica,sans-serif;
		    font-size: 1em;
		    padding: 20px;
		}

		.product-tab-panel ul.nav li a {
		    font-family: "ralewayregular";
		    color: #424242;
		    display: block;
		    font-size: 1.2em;
		    outline: medium none;
		    padding: 0 20px;
		    text-decoration: none;
		}

		.product-tab-panel .nav-tabs > li > a {
		    border: 1px solid transparent;
		    border-radius: 0;
		    line-height: 2.1;
		    margin-right: 0;
		}
		h4{
			color: #424242 !important;
		    font-size: 150%;
		    letter-spacing: normal;
		    text-align: left;
		}
		.short-desc {
		    margin-top: 30px;
		}

		.product-name {
		    color: #2f2f2f;
		    font-family: Arial,Helvetica,sans-serif;
		    font-size: 100%;
		    line-height: 1.231;
		    margin: 0 0 5px;
		}

		#email-to-a-friend {
		    font-size: 12px;
		}
		.no-review {
		    color: #003a72;
		    font-family: Arial,Helvetica,sans-serif;
		    font-size: 12px;
		    padding: 10px 10px 10px 0;
		}
		#availability {
			color: #000;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 11px;
			margin-top: 1px;
		}
		
/** end add-on **/

/**************************How To care for your theeth css ********************************/
.content-info {
    font-family: "ralewayregular";
    font-size: 13px !important;
    line-height: 22px !important;
    margin-left: 20px;
	position: relative;
}
#brush {
    background: url("../images/brush.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    padding-left: 100px;
    /* width: 560px; */
}
#floss {
    background: url("../images/floss.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    padding-left: 100px;
    /* width: 560px; */
}
#tongue {
    background: url("../images/tongue.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    padding-left: 100px;
    /* width: 560px; */
}

#rinse {
    background: url("../images/rinse.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    padding-left: 100px;
    /* width: 560px; */
}

h2 {
    font-size: 128%;
}
h1, h2, h3, h4, h5, h6 {
    color: #002c5f !important;
    font-weight: 400;
    margin: 15px 0 10px;
}

/***************************************************press.html css ***********************************************************************/
#online:hover {
	background-image: url("../images/online_roll.jpg");
}
#print:hover {
	background-image: url("../images/print_roll.jpg");
}
#video:hover {
	background-image: url("../images/video_roll.jpg");
}
#print {
    background-image: url("../images/print.jpg");
    display: block;
    height: 207px;
    margin-left: 0;
    width: 100%;
}

#online {
    background-image: url("../images/online.jpg");
    display: block;
    height: 207px;
    margin-left: 0;
    width: 100%;
}

#video {
    background-image: url("../images/video.jpg");
    display: block;
    height: 207px;
    margin-left: 0;
    width: 100%;
}

.btn-cart {
	background: url("../images/Addtocart1.png");
	display: block;
	height: 22px;
	margin-top: 50px;
	width: 131px;
}
.btn-cart:hover {
    background-image: url("../images/Addtocart2.png");
    display: block;
    height: 22px;
    margin-top: 50px;
    width: 131px;
}
.currency-sign{
    float: left;
}

.product-price{
    float: left;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.231;
}

.rating img{
    float: left;
    width: 18px; 
    height: 18px;
}

h1.hdr {
    color: #424242;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 150%;
    letter-spacing: normal;
    text-align: left;
}

.product-review a{
   color: #023e75;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.231;
}

a.product-desc{
   color: #1e7ec8;
    text-decoration: none;
    text-transform: none;
}

a.product-desc:hover{
   color: #2fa4bb;
  text-decoration: none; 
  text-transform: none;
}
.product-review a:hover{
  color: #2fa4bb;
  text-decoration: none; 
  text-transform: none;
}

div.#product-disc-2 p{
  clear: both;
}

.email input.btn {
    background: url("../images/email-send-btn.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    float: left;
    height: 26px;
    outline: medium none;
    width: 28px;
}

.footer input[type="text"] {
    font-size: 10px !important;
    padding: 0 40px 0 5px;
}

input.form-control1{
      border: medium none;
        color: #5f5f5f;
        float: left;
        font-size: 10px;
        height: 30px;
        outline: medium none;
        padding: 5px;
        width: 60px; 
}
.toppad_10 input.form-control-email-1 {
    border: medium none;
    color: #5f5f5f;
    float: left;
    font-size: 10px;
    height: 30px;
    outline: medium none;
    padding: 5px;
    width: 165px;
}

.toppad_10 span button#subscribe {
    background: url("../images/email-send-btn.jpg") no-repeat scroll 0 0 #ffffff;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 30px;
    outline: medium none;
    width: 35px;
}

.header .dropdown-menu li{
     background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ccc;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.content-info #brush {
    font-family: "ralewayregular";
    font-size: 13px !important;
    line-height: 22px !important;
}

#main .orderwizard-module-showpayments {
border-bottom: none;
}

.orderwizard-module-cartsummary {
border-top: 1px solid #eaeaea;
}

#main .checkout-cart-summary-body .btn-place-order {
width: auto;
}

ul.wizard-step-groups {
letter-spacing: 0px;
}

ul.wizard-step-groups li.active > a > span {
    font-weight: bold;
}
ul.wizard-step-groups li.disabled > a > span {
    color: #666;
}
@media (max-width: 390px) {
    .content ul li a{
        font-size: 11px !important;
    }
}

@media (min-width: 640px) {
    .right-on-desktop{
        text-align:right;
    }
}
