/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
 
/*

Blue Color #21689e
Purple : #4D0A7C
Light Blue : #0095ff
Light Purple : #4D0A7C;
Dark Green : #3F7D35

*/

.page-header{ display:none;}

p,li{
font-size: 16px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
 li{
 margin-bottom: 10px;
 }
 
 .navbar-default {
  background-color: transparent;
  border: none;
  border-bottom: solid 5px #000;
}

.navbar-nav {
  float:right;
  margin-top: 35px;
}

.navbar-header  .logo{
	padding-right:0;
}

.navbar-nav .leaf a, .navbar-nav .dropdown a,
.navbar-nav .leaf a:visited, .navbar-nav .dropdown a:visited{
	color: #0095FF !important;
	background-color: #fff !important;
	transition: color 0.4s ease 0s;
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 13px;
}


.navbar-nav .dropdown .dropdown-menu a{
	padding: 0 10px;
}

.navbar-nav .leaf.active a,
.navbar-nav .leaf:hover a{
  color: #4D0A7C !important;
  background-color: #fff !important;
  transition: color 0.4s ease  0s;
  
}
.columnX6{
  width: 66%;
  float: left;
  padding: 10px 1%;
}

.columnX3{
  width: 33%;
  float: left;
  padding: 10px 1%;
}

.columnX3 h2{
	  font-size: 20px;
}

.columnX3 h3{
background-color: #0095ff;
  line-height: 60px;
  color: white;
  padding: 0 10px;
}

.columnX3 h3 a{
 color:white;
}

.columnX3 h3 a:hover{
 color:#4D0A7C;
 text-decoration:none;
}

.columnX3 img{
 max-width:250px;
}

.columnX3 p, .columnX3 li,small{
 font-size:13px;
}

.columnX3 p{
text-align:justify;
}

.strike, .list-price{
  text-decoration: line-through;
    margin-right: 10px;
  }

.views-field-field-date{
  float: right;
  margin-top: 0px;
  color: white;
  font-size: 13px;
  background-color: rgb(33, 104, 158);
}

.views-field-buyitnowbutton{
	text-align:center;
}
.list-add-to-cart{
	padding:2px;
	background-color: #0095ff;
	border-color: #21689e;
}

.list-add-to-cart:hover{
	background-color: #21689e;
	border-color: #0095ff;
}

.view-boutique li{  
  width: 31%;
  padding: 10px 1%;
  float: left;
  margin: 1%;
  list-style-type: none;
  background-color: #eee;
  border: solid 2px #21689e;
  }
  
.view-boutique li img{
  width: 100%;
  height: auto;
}

.node-product .field-name-body {
    font-size: 16px !important;
    border-bottom: solid 2px;
	margin-bottom: 10px;
}
.node-product .field-name-field-description-suite{
    font-size: 16px !important;
    border-top: solid 2px;
    margin-top: 10px;
}

.node-product .field-name-field-date, .node-product .list-price, .node-product .sell-prince{
float:left;
margin-left:10px;
margin-right: 10px;
}

.node-product .add-to-cart{
margin: 10px auto;
  text-align: center;
}
.node-product .field-name-uc-product-image{
  float: right;
  width: 30%;
  max-width: 300px;
 }

.node-product .field-name-uc-product-image img{
width: 100%;
height: auto;
}

#uc-cart-view-form #edit-update{
  margin: 0 15px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.view-boutique .view-header > div {
  text-align: right;
  }

 .btn-shop,
.view-boutique .view-header > div > a,
#uc-cart-view-form > div > a{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-shop:hover,
.view-boutique .view-header > div > a:hover,
#uc-cart-view-form #edit-update:hover,
#uc-cart-view-form > div > a:hover{
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}

 
@media screen and (max-width: 992px) {
  #LogoXL {display:none;}
  #LogoM {display:block!important;}
  .navbar-nav .leaf a,
  .navbar-nav .dropdown a{
	font-size:13px;
	padding: 10px;
	}
}

@media screen and (max-width: 640px) {
  #LogoM {display:none !important;}
  #LogoS {display:block !important;} 
	.navbar-nav{margin-top: 10px;}
	.columnX3,.columnX6{
		width:95%;
		margin:0 auto;
		float:none;
	}
	.view-boutique li{
	    width: 90%;
     	margin: 5px 5%;
	    max-width: 300px;
	  }
}