/**
 * Main style file, contains all page styles, on top of the bootstrap css
 *
 * @author D. Tiems (dennis-at-bigbase-dot-nl)
 * @version 1.0.0 - September 9th 2012
 */

/* Specific fonts */
* {
	font-family:  "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
h1,h2,h3,h4 {
	font-family:  "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
h5,h6 {
	font-family:  "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	color:#999;
}

 
 
/* Always use nice dots for password fields */
input[type=password] {
	font-family:verdana !important;
}

/* Fix for fluid input height in bootstrap 2.1.0 */
.row-fluid input[class*='span'] {
	min-height:20px;
}

/* Print adjustments */
@media screen {
	.print-show {
		display:none !important;
	}
}
@media print {
	* {
		font-family:Arial !important;
	}
	.print-hide {
		display:none !important;
	}
}

/* Message overlay background */
.modal-backdrop {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

/* Different icons */
[class^="icon-"],
[class*=" icon-"] {
  background-image: url("/bootstrap/img/glyphicons-halflings.png");
}
.icon-white,
.main-nav.navbar .nav > li > a:hover i,
.main-nav.navbar .nav > .active > a i,
.main-nav.navbar .nav > .active > a:hover i,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url("/bootstrap/img/glyphicons-halflings-white.png");
}

.nivoSlider a {
  border:0;
  display:block;
  background-color:  inherit;
  filter:alpha(opacity=0);
  opacity: 0;
  -webkit-opacity:0;
  -moz-opacity:0;
  -khtml-opacity:0;
}

/* Page and menu layout */
.header-shadow {
	position:absolute;
	width:100%;
	overflow:hidden;
	height:40px;
 
}
.header-action {
	margin:10px 0 0 10px;
}
.header-search {
	margin:auto;
}
.navbar .nav>li>.dropdown-menu:after, 
.navbar .nav>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu {
    content: none !important;
    background: rgb(161,192,229);
}

.navbar-inner {
min-height: 40px;
padding-right: 20px;
padding-left: 20px;
background: rgb(178,149,198);
  box-shadow:none!important;
border: none !important;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.dropdown-menu a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #fff;
white-space: nowrap;
}


.navbar .nav>li>.dropdown-menu {
	margin:0 0 0 10px;
	border:none;
	padding:0;
}
.navbar .nav>li>.dropdown-menu li {
	margin-top:5px;
	margin-bottom:5px;
}
.header-nav .nav li {
	font-size:12px;
}
.header-nav.navbar .nav > .active > a, 
.header-nav.navbar .nav > .active > a:hover, 
.header-nav.navbar .nav > .active > a:focus {
	background-color:transparent;
	color:#000;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
.header-search-nav .nav li {
	font-size:12px;
}
.header-search-nav.navbar .nav > .active > a, 
.header-search-nav.navbar .nav > .active > a:hover, 
.header-search-nav.navbar .nav > .active > a:focus {
	background-color:transparent;
	color:#000;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
.main-nav.navbar .nav > li > a {
 
  float: none;
  padding: 11px 0px 2px 25px;
  margin-right: 20px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
 
}
.main-nav.navbar > .navbar-inner > .container > a.btn-navbar {
    background-image:none;
	background-color:rgb(161,192,229);
	padding:7px 13px 7px 13px;
    border-radius:3px;
    float:right;
}
.main-nav.navbar .nav > .active > a,
.main-nav.navbar .nav > li > a:hover,
.main-nav.navbar .nav > .active > a:hover {

	color:#fff;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}



.navbar .nav li.dropdown>.dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}

.main-nav.navbar .nav > .active > a > .caret,
.main-nav.navbar .nav > li > a:hover > .caret,
.main-nav.navbar .nav > .active > a:hover > .caret {
	border-top-color: rgb(161, 192, 229) !important;
	border-bottom-color: rgb(161, 192, 229) !important;
}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{
    color:#fff;
    text-decoration:none;
    background-color:rgba(78, 132, 196, .5);
 
}

.dropdown-content {
	/* For using a div in a dropdown to show some info */
	padding:5px 5px 5px 20px;
	width:200px;
}
.dropdown-content-wide {
	width:300px;
}
.dropdown-content form,
.dropdown-content address {
	padding:0;
	margin:0;
}
.social-icons {
	padding:20px 0 0 10px;
	width:120px
}
.input-micro {
	width:20px;
	text-align:center;
}
td[align="right"] {
	/* Reset to correct value */
	text-align:right;
}
td[align="center"] {
	/* Reset to correct value */
	text-align:center;
}
.dropdown-menu small.label {
}

/* Article style */
.article img {
	float:right;
	width:40%;
}

/* Product lists */
.product-list-inline-small {
}
.product-list-inline-small .price {
	font-size:125%;
	padding:5px 10px 5px 10px;
 
	/* Use for rotating price (IE9+) */
	-webkit-transform:rotate(355deg);
	-moz-transform:rotate(355deg);
	-o-transform:rotate(355deg);
	-ms-transform:rotate(355deg);
}
.product-list-inline-large {
}
.product-list-inline-large .thumbnail {
	padding:10px;
	border:none;
}
.product-list-inline-large .thumbnail.light {
	background-color:#eee;
}
.product-list-inline-large .thumbnail.dark {
	background-color:#ccc;
}
.product-list-inline-large .thumbnail .price {
	font-size:200%;
	line-height:150%;
	position:absolute;
	z-index:10;
	margin-left:-15px;
	margin-top:-10px;
	width:115px;
	text-align:center;
	padding-left:5px;
 
	/* Use for rotating price (IE9+) */
	-webkit-transform:rotate(350deg);
	-moz-transform:rotate(350deg);
	-o-transform:rotate(350deg);
	-ms-transform:rotate(350deg);
}
.product-list-inline-large .thumbnail .price.price-over {
	/* Use for rotating price (IE9+) */
	-webkit-transform:rotate(355deg);
	-moz-transform:rotate(355deg);
	-o-transform:rotate(355deg);
	-ms-transform:rotate(355deg);
}
.product-list-inline-large .thumbnail .price sup {
	font-size:60%;
}
.product-list-inline-large .thumbnail .caption {
	text-align:center;
}
.product-list-inline-large .thumbnail .btn-block {
	margin:0 0 -20px 0;
}

/* Product detail */
.product-detail .price {
	font-size:400%;
	line-height:150%;
	position:absolute;
	z-index:10;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
 
	/* Use for rotating price (IE9+) */
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
}

/* Order process */
#comments {
	width:90%;
}

/* Footer links */
.footer {
    min-height: 40px;
    padding: 20px 20px 5px 20px;
    background: rgb(178,149,198);
 
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.footer ul.unstyled li{
	padding-top:10px;
}

.footer ul.unstyled li a {
    color:white;
    font-weight:bold;
}

.footer ul.social {
    margin-left:0px;
}

.footer ul.social li {
    list-style:none;
    padding-top:6px;
}

.footer .footer-title {
	color: #fff;
    font-size: 20px;
    font-weight:bold;
}

.footer .sub-footer {
    font-size: 12px;
    color: #fff;
     position: relative; 

   
}

.footer .sub-footer [class*="span"] {
    min-height: 12px;
     
}

.footer .sub-footer .text {
     position: absolute; bottom: 0;
}
.footer .sub-footer .text a {
    color: white;
}


/* Google Maps */
.googlemap {
	height:300px;
	width:100%;
}

/* Forms */
.help-block {
	font-style:italic;
	color:#999;
}

.addtocartbutton {
    padding-top:3px;
    white-space: nowrap;
    text-align:right;
}

.addcarticon {
    margin-top:5px;margin-right:5px;
}


.dropdown-toggle
{
	text-shadow:none!important;
}

.btn {
  
   background: #9C7DB9;
 
 text-shadow:none!important;
   padding: 3.5px 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
 
   color: white;
   font-size: 18px;
   text-decoration: none;
   vertical-align: middle;
 
   }
 .btn:hover {
   border-top-color: #7c4199;
   background: #7c4199;
   color: #fff5ff;
   }

 .btn[disabled] {
border-top:none;
}
  .btn[disabled]:hover {
border-top:none;
background-color: #e6e6e6;
color: #333;
}

.btncheckout {
     
    background: rgb(241, 101, 34);
 
    padding: 3.5px 20px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    color: white;
    font-size: 18px;
    text-decoration: none;
    vertical-align: middle;
    font-weight:bold;
 
    display: inline;
    margin-bottom: 0;
     margin-top: 0;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    text-decoration:none;
}

.btncheckout:hover {
    border-top-color: rgb(241, 101, 34);
    background: rgb(241, 101, 34);
    color: #fff5ff;
    text-decoration: none;
}

.btnpromo {
   vertical-align: top;
   margin-left: 10px;
}
    
.cart-icon {
    padding-right:20px;
}

.cartcolumheader {
    font-size:18px;
    font-weight:bold;
}

.cartcolumn {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.cartcolumn .row-fluid [class*="span"]{
    min-height:18px;
    line-height: 18px;
}

.cartitem {
    padding-bottom:10px;
    border-bottom: 1px solid #ddd;
    margin-bottom:10px;
}

.cartItemInfo {
    display:block;
    clear:both;
}

.cartItemImageContainer {
    float:left;
    padding-right:20px;

}

.cartItemImageContainer_Mini {
    float:left;
    padding-right:10px;
}

.cartItemInfoContainer {
    float:left;
    font-size:12px;
    max-width:55%;
}

.cartItemInfoContainer_mini {
    float:left;
    font-size:12px;
    max-width:70%;
}

.cartItemSKU {
    padding-top:3px;
}

.cartItemRemove {
    text-decoration:underline;
}

.cartItemTitle {
    font-weight:bold;
     font-size:18px;
}

.cartItemTitle_Mini {
    font-weight:bold;
     font-size:14px;
     
}

.cartItemStock {
    font-weight:bold;
    color:green;
    font-size:14px;
}

.cartItemPrice {
    font-weight:bold;
    font-size:18px;
}

.cartItemPrice_Mini {
    font-weight:bold;
    font-size:14px;
}

.cartItemUpdateContainer {
    text-align:right;
}

.cartItemUpdatebox {
    width:40px;
    margin-bottom:0px;
}

.cartItemstaticQty {
    font-size: 18px;
    font-weight:bold;
    padding-right: 20px;
}

.cartItemUpdateLink {
    padding-right:5px;
    text-decoration:underline;
    font-size:12px;
}

.cartSubtotal {
    text-align:right;
    font-weight:bold;
    font-size:22px;
    margin-top:20px;
    margin-bottom:20px;
}

.cartSubtotalPrice {
    color:red;
}

.cartCheckoutBottom {
    text-align:right;
    margin-bottom:30px;
}

.cartCheckoutEmpty {
    text-decoration:underline;
    padding-right:10px;
    padding-top:5px;
}
.cart-icon a:hover{
    text-decoration:none;
}
cart-image {
    height:40px;
    width: 40px;
}
.cart-count {
    color: #2748d7;
}

.checkout .txtReq {
	
	border-color:#9ccd57;
	 
}

.checkout .txtDisabled {
    color: #999999;
}
.checkout .txtfull {
    width: 100%;
}

.checkout .txtlong {
    width: 75%;
}

.checkout .txtmedium {
    width: 250px;
}

.checkout .txtsmall {
    width: 150px;
}

.checkout input, select {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom:20px;
}

.checkout_section_title {
    position: relative;
    font-size: 16pt;
    font-weight:bold;
    z-index: 1;
    overflow: hidden;
    color: #7c4199;
    min-height: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.checkout_section_title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: gray;
}

.checkout_Summary_Header {
    text-align:center;
    margin-bottom:10px;
}

.checkout_ship_ddl {
    width: 50%;
    height: 30px;
}

.checkout_shipping_radio_container {
   padding-bottom:10px;
}

.checkout_shipping_radio_container input{
   vertical-align: middle; margin: 0px;
}

.checkout_shipping_radio_container span{
   font-weight:bold;
   padding-left: 5px;
}

.checkout_shipping_options {
border: 1px solid #ddd;
background: #9ccd57;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
 
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
margin-top:10px;
margin-bottom: 20px;
}

.checkout_shipping_options_subcontainer {
    padding-left: 10px;
    padding-bottom: 20px;
}

.checkout_shipping_options_subcontainer h3{
    font-size:22px;
}

.checkout_shipping_options_subcontainer input{
   vertical-align: middle; margin: 0px;
}

.checkout_shipping_options_subcontainer label{
   display: inline;
   padding-left:10px;
}
.checkout_shipping_options_subcontainer td{
  padding-bottom:10px;
  padding-left:10px;
}

.checkoutbilling_check{
   margin-top:10px;
   margin-bottom:10px;
}

.checkoutbilling_check input{
   vertical-align: middle; margin: 0px;
}

.checkoutbilling_check label {
    display:inline;
    padding-left: 10px;
    font-weight:bold;
}

.checkout_Summary_Footer {
    padding-top:10px;
     text-align:center;
     font-size: 18px;
     text-decoration: underline;
}

.checkout_totals {
    text-align:right;
    font-weight: bold;
    font-size: 16px;
}
.checkout_totals .row-fluid{
   padding-top: 10px;
}

.checkout_totals .grand{
   font-size:22px;
   color: rgb(241, 101, 34);
}

.checkout_totals .discount{
   color: rgb(0, 153, 0);
}

.checkout_orderbtn {
    text-align:right;
    padding-top:10px;
    margin-bottom: 10px;
    padding-bottom:15px;
}



.checkout_disclaimer {
    margin-top:10px;
    margin-bottom:10px;
    font-style: italic;
    color: #726E6D;
}

.checkout_error {
    color:red;
    font-size: 16px;
    font-weight:bold;
}

.currency {
    font-size: 12px;
    margin-top: 20px;
}
.currency_select {
    display:block;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 13px;
    height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width:100%;
}

.contactus a {
    color: #2748d7;
}

.contact_header {
    font-weight:bold;
    font-size: 18px;
    padding-bottom:30px;
}

.contact_inquiry {
   margin-left: auto;
   margin-right: auto;
   width:265px;
   margin-top:15px;
}

.contact_inquiry_button {
    text-align:center;
    padding-top:10px;
}
.contact_inquiry_button a{
    color:white;
}
.contact_inquiry_thankyou {
    padding-top:40px;
    text-align:center;
    font-size:22px;
    font-weight:bold;
}

.contact_subheader {
    font-weight:bold;
    font-size: 16px;
    padding-top:10px;
    padding-bottom: 10px;
}
.contact_hours {
    font-style: italic;
    font-size: 14px;
    padding-top:15px;
    padding-bottom:15px;
}



.ErrorUpdate {
    color:Red;
	font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
}

.faq_container {
    padding-bottom:20px;
}
.faq_question {
    text-shadow:none;
    float: none;
    color: rgb(124,65,153);
    padding: 20px 0 10px 0px;
    font-size: 18px;
    font-weight:bold;
}

.faq_answer {
    font-size: 16px;
    font-weight:bold;
    padding-bottom:10px;
}

.home-icon {
    padding-top:2px;
    padding-right:10px;
}
.homeHeader {

  text-shadow:none;
  float: none;
  color: rgb(124,65,153);
  padding: 45px 0 30px 5px;
  font-size: 36px;
 
  text-align:center;
  line-height: 36px;


}



.label-info {
    background-color: rgba(78, 132, 196, .5);
    font-size: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
	font-weight: normal !important;
	text-shadow:none !important;
 padding:4px;
 margin-bottom:4px !important;
    font-family: 'Trebuchet MS';
}
    .label-info span {
        font-family: 'Trebuchet MS';
    }
.listHeader {

  text-shadow:none;
  float: none;
  color: rgb(124,65,153);
  padding: 10px 0 30px 0;
  font-size: 38px;
  line-height: 38px; 
}

.listHeader .sku{
  color: black;
  font-size: 14px;
  white-space: nowrap;
}

.listHeader_Cart {

  text-shadow:none;
  float: none;
  color: rgb(124,65,153);
  padding: 10px 0 30px 0;
  font-size: 34px;
 
  line-height: 38px;
 
}

.listpage .thumbnail img {
     
}
.listpage .thumbnail {
    max-width: 255px;
}

.spotlight .thumbnail {
    max-width: 380px;
}

.YMAL .thumbnail img {
    height:160px;
}

 

.listpage .thumbnail a {
text-decoration: none;
color: rgb(124,65,153);
font-size: 12px;
font-weight: bold;
text-align: center;
}

.listpage .thumbnail .acontainer {
    height:40px;
}

.listpage .thumbnail .stockstatus {
    float:left;
    font-weight:bold;
    color: green;
}


.listpage .thumbnail .out{
    color: red;
}

.listpage .image_container {
    position:relative;
    text-align:center;
	height:190px;
}

.listpage .outofstockcontainer{
    position: absolute;
     top: 0; 
     left: 0; 
     right:0; 
     bottom:0;
     background-color: #B8B8B8 ;
     opacity: 0.8;
}

.listpage .outofstock{
    position:absolute;
    top:85%;
    width: 100%;
    font-weight:bold;
    color:red;
    font-size: 14px;
}


.login_container {

    display: block;
    padding: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    background-color: rgb(161,192,229);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
 
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin-bottom:30px;

}
.login_container a{
    color: #2748d7;
    font-weight: bold;
}
.login_directions {
    font-weight:bold;
    font-size:16px;
    margin-bottom:10px;
}
.logo {
    margin-bottom: 10px;
}

.privacypolicy_container {
    padding-bottom: 20px;
}

.privacypolicy_container h2 {
    color: rgb(124,65,153);
    font-size: 16px;
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span, .pagination ul>li:last-child>a, .pagination ul>li:last-child>span{
border: 1px solid #ddd;
border-radius: 20px;
}
.pagination ul {
-moz-box-shadow:none;
box-shadow:none;
}

.pagination ul>li>a{
float: left;
padding: 0 0;
padding-top:4px;
width:25px;
height:21px;
text-align:center;
line-height: 18px;
text-decoration: none;
background-color:rgb(124,65,153);
border: 1px solid rgb(124,65,153);
border-radius: 25px;
margin-left:5px;
color: #fff;
}

.pagination .elip {
    margin-left:5px;
}

.header .pagination {
    margin: 5px 0;
    height: auto;
}
.pagination {
height: 40px;
margin: 20px 0;
}

.pagination ul>.active>a, .pagination ul>.active>span {
color: #fff;
cursor: default;
}
.pagination ul>li>a:hover, .pagination ul>.active>a, .pagination ul>.active>span {
background-color: rgb(156,205,87);
border: 1px solid rgb(156,205,87);
}

.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover {
display:none;
}


.pagination ul>li>span  {
    float: left;
    padding: 2px 7px;
    line-height: 18px;
    text-decoration: none;
    background-color:transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-left:5px;
    color: #black;
}


.product_details {
    font-size: 18px;
    font-weight:bold;
}

.product_details span{
    font-weight:normal;
}

.product_details  a {
    color:#9C7DB9;
    font-weight:bold;
    font-size: 16px;
}

.product_price {
    padding:40px 0px;
    text-align: center;
    text-decoration: none;
    background-color:rgb(156,125,185);
    border: 1px solid rgb(156,125,185);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left:5px;
    color: #fff;
    font-size: 18px;
  

}

.product_price .regular {
    font-size:14px;
}

.product_price .current_price {
    font-size:20px;
    color: rgb(253, 190, 100);
    font-weight:bold;
}

.product_price .only_price {
    font-size:24px;
    font-weight:bold;
    line-height:75px;
}

.promo-text {
    background-image: url('/images/promo_msg.png');
    width: 100%;
    height: auto;
}

.searchbox {
    margin-top:40px;
}

.notes {
    padding-top:20px;
    padding-bottom: 15px;
}

.notes span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    
}

.stockstatus {
    font-weight:bold;
    color: green;
}

.out{
    color: red;
}

.thankyou_header {
  text-shadow:none;
  float: none;
  color: rgb(124,65,153);
  padding: 20px 0 30px 0px;
  font-size: 38px;
 
}

.thankyou_btn {
    width: 100%;
    text-align: center;
    margin-bottom:20px;
}


.thankyou_message {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:20px;
}

.thumbnail {
display: block;
padding: 4px;
line-height: 20px;
border: 1px solid #ddd;
 
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
 
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;

}

.thumbnail a {
    text-decoration:none;
    color: rgb(124,65,153);
    font-size: 24px;
    font-weight:bold;
    text-align:center;
}

.thumbnail p a{
    text-decoration:none;
    color: #2748d7;
    font-size: 14px;
}

.welcome_msg {
   
    font-weight:bold;
    font-size: 13px;
    padding-top:5px;
    padding-right:10px;
}

.well-small {
padding: 9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
 
border: 1px solid #889BAB;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
 
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.well-header {
     text-shadow:none;
  float: none;
  color: rgb(124,65,153);
  padding: 0 0 10px 0;
  font-size: 22px;
  font-weight:bold;
}
.well-subheader {
    color:black;
    text-shadow:none;
    font-size: 14px;

}
@media screen and (max-width: 1200px) {

.cart-icon {
    padding-right:0px;
}

.checkout .txtlong {
    width: 90%
}

.checkout .txtmedium {
    width: 230px;
}

.checkout .txtsmall {
    width: 130px;
}

.main-nav.navbar .nav > li > a {
    font-size:14px;
    padding: 11px 0px 2px 10px;
}

.listpage .thumbnail img {
    height:150px;
}

.YMAL .thumbnail img {
 
}

.YMAL .image-container{
		height:150px;
}

.listpage .thumbnail .stockstatus {
    float:none;
}

.promo_error {
    display:block;
    color:red;
    font-weight:bold;
}

.product_price {
    padding: 20px 10px;
    font-size:14px;
    width:52%;
}
.product_price .regular {
    font-size:12px;
}

.product_price .current_price {
    font-size:16px;
}

.product_price .only_price {
    font-size:15px;
    line-height:80px;
}

.homeHeader {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
    }

 .listHeader {
      line-height: 28px;
      font-size: 28px;
    }

    .listHeader_Cart {
        line-height: 24px;
        font-size: 24px;
    }

  .footer .sub-footer .text {
        font-size:10px;
		color:white;
    }
	
 

 

}

@media screen and (max-width: 979px) {

    .addtocartbutton .btn{
       font-size:12px;
    }

    .addcarticon {
        margin-top:2px;
    }

    .checkout_ship_ddl {
        width: 100%;
    }

    .checkout .txtlong {
        width: 100%
    }

    .checkout .txtmedium {
        width: 180px;
    }

    .checkout .txtsmall {
        width: 80px;
    }

    .checkout_shipping_options_subcontainer td{
      display:block;
    }

   .main-nav.navbar .nav > li > a {

     padding: 20px 0px 10px 0px;
 
    }

   .cart-icon {
    padding-right:0px;
    padding-left: 20px;
    float:left;
}

    .footer .sub-footer .text {
        position:relative;
        line-height: 11px;
    }

    .listpage .thumbnail img {
    height:115px;
    }

    .YMAL .thumbnail img {
    height:100px;
}

    .listpage .thumbnail .acontainer {
    height:auto;
}

    .listHeader {
      line-height: 24px;
      font-size: 24px;
    }

    .listHeader .sku {
        font-size: 12px;
        padding-bottom:0px;
    }
    .product_details {
        font-size:14px;
    }

    .product_price {
        padding: 30px 15px;
        font-size:14px;
          width:80%;
         
    }
    .product_price .regular {
        font-size:14px;
    }

    .product_price .current_price {
        font-size:18px;
    }

    .product_price .only_price {
        font-size:18px;
        line-height:85px;
    }

    .homeHeader {
    font-size: 22px;
    line-height: 22px;
    }

    .listHeader_Cart {
        line-height: 28px;
        font-size: 20px;
    }
    .label-info {
        font-size:13px;
    }
    .label-info span {
        font-size:13px;
    }

    .searchbox {
        margin-top:20px;
    }
}

@media screen and (max-width: 767px) {

   .addtocartbutton .btn{
       font-size:18px;
    }

    .addtocartbutton {
        margin-top:20px;
        text-align:left;
    }

   .addcarticon {
        margin-top:5px;
    }

   .cartItemTitle {
        width: 175px;
    }

   .checkout .txtmedium {
        width: 100%;
    }

    .checkout .txtsmall {
        width: 100%;
    }

    .checkout_section_title {
        font-size:13px;
    }

    

    .currency {
    margin-top: 0px;
    margin-bottom: 20px;
    }

    .contact_inquiry {
        width:100%;
    }

    .searchbox {
        margin-top:20px;
        width: 100%!important;
    }


    .currency_select {
        width: 220px;
    }

    .welcome_msg {
        padding-right:0px;
    }

    .homeHeader {
    font-size: 16px;
    line-height:16px;

    }

    .thankyou_header {
        font-size: 22px;
        line-height:24px;
    }

    .thankyou_message {
        font-size: 13px;
    }

    .listHeader {

      font-size: 32px;
      line-height:32px;
    }


    .listpage .thumbnail img {
    height:auto;
    }

    .listpage .thumbnail .acontainer {
    height:auto;
}

    .login_container input{
        width:auto;
        min-width: 175px;
    }

    .login_container .btn {
        font-size:14px;
    }

    .product_price {
        padding: 40px 0px;
        font-size:18px;
        width: 170px;
        margin:0px auto;
        margin-top:20px;

    }
    .product_price .regular {
        font-size:14px;
    }

    .product_price .current_price {
        font-size:20px;
    }

    .product_price .only_price {
        font-size:26px;
        line-height:80px;
    }

     .footer .sub-footer .text {
        font-size: 12px;
    }


    .thumbnail {
        margin-left: auto ;
        margin-right: auto ;
    }

    .label-info {
        font-size:15px;
    }
    .label-info span {
        font-size:15px;
    }

    .logo{
        width:50%!important;
    }
}

@media screen and (max-width: 549px) {
    .logo{
        width:100%!important;
    }
}
