html,body,p,ul,li{
	margin:0;
	padding:0;
	border:0;
	overflow-x:hidden;
}
a{
	text-decoration:none;
	color:black;
}
a:hover{
	text-decoration:none;
	color:black;
}

/******************************************/
/**** FONT STYLE **************************/
/******************************************/
.title{
	font-family:'Arial';
	font-size:18pt;
	text-align:center;
}
.prod-title{
	font-family:'Arial';
	font-size:10pt;
	text-align:center;
}
.prod-price{
	font-family:'Arial';
	font-size:12pt;
	text-align:center;
	color:#dac0c3;
}

/******************************************/
/**** HEADER - TOP MENU *******************/
/******************************************/
#top-menu{
	width:100%;
	background:#fadadd;
	font-family:'Arial';
	font-size:11pt;
	font-weight:bold;
}
#top-left-menu{
	
}
#top-left-menu p{
	padding:5px 0 5px 0;
}
#top-right-menu{
	
}
#top-right-menu ul{padding:0;margin:0;float:right;}
#top-right-menu ul li{
	list-style:none;
	display:inline-block;
	float:left;
	padding:5px 5px 5px 40px;
	color:black;
}
#top-right-menu ul li:nth-child(2){padding-left:0px;}
#top-right-menu ul a{
	color:black;
	text-decoration:none;
}
#top-right-menu ul a:hover{color:#3d3838;}

/******************************************/
/**** HEADER - MIDDLE MENU ****************/
/******************************************/
#custom-search-input{
    padding: ;
    border: solid 1px black;
    border-radius: 6px;
    background-color: #fff;
	margin:30px 0 20px 10px;
}
#custom-search-input input{
    height:35px;
	border: 0;
    box-shadow: none;
}
#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #fadadd;
    padding: 0 8px 0 10px;
}
#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
}

#custom-search-input .glyphicon-search{font-size: 23px;}
#cart{
	font-family:'Arial';
	font-size:14pt;
	font-weight:bold;
	margin:30px 0 0 0;
	text-align:right;
}
/******************************************/
/**** HEADER - MAIN MENU ****************/
/******************************************/
.navbar{
	font-size:14pt;
	background:none;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}
.nav li{padding:0;}
.navbar .nav-justified li a:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	background:#fadadd;
}

/******************************************/
/**** SLIDESHOW ***************************/
/******************************************/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.carousel-inner {border-radius: 15px;}
.carousel-caption {
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 0 0 10px 25px;
	color: #fff;
	text-align: left;
}
.carousel-indicators {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	margin: 0;
	padding: 0 25px 25px 0;
	text-align: right;
}
.carousel-control.left,
.carousel-control.right {background-image: none;}
.section-white {
	margin-top:0;
	background-color: #fff;
	color: #555;
}
@media screen and (min-width: 768px) {
	.section-white {padding: 1.5em 0;}
	.carousel-caption { display:none;}
}
@media screen and (min-width: 992px) {
	.container {max-width: 930px;}
}

/******************************************/
/**** BEST SELLER *************************/
/******************************************/
#left-arrow{
	width:30%;
	margin:50px 0 0 -200px;
}
#right-arrow{
	width:30%;
	margin:50px -200px 0 0;
}

/******************************************/
/**** QUICKLINKS **************************/
/******************************************/
#quicklinks{
	margin-top:30px;
	padding:30px;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}
#quick1{
	width:100%;
	height:400px;
	background-image:url('../img/pic1.jpg');
	background-size:100% 400px;
}
#quick2{
	width:100%;
	height:400px;
	background-image:url('../img/pic2.jpg');
	background-size:100% 400px;
}
.links{
	font-family:'Arial';
	font-size:16pt;
	text-align:center;
	color:white;
	padding:60% 0 0 0;
	text-shadow: 2px 2px 10px black;
}
#banner{
	margin-top:30px;
}
#featured{
	width:100%;
	margin-top:30px;
	padding:30px 0 10px 0;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}
.featured{display:inline-block;margin:-20px 0 0 0;}
.featured img{z-index:-10;}
.circle{
	position:relative;
	z-index:1;
	width:70px;
	height:70px;
	border-radius:50px;
	background:#fdedef;
	-webkit-box-shadow: 8px 7px 10px -1px rgba(0,0,0,0.52);
	-moz-box-shadow: 8px 7px 10px -1px rgba(0,0,0,0.52);
	box-shadow: 8px 7px 10px -1px rgba(0,0,0,0.52);
	margin:-60px 0 0 140px;
}
.featured-price{
	font-family:'Arial';
	font-size:14pt;
	text-align:center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/******************************************/
/**** REGISTER STYLE **********************/
/******************************************/
#reg-top{
	font-family:'Arial';
	font-size:30pt;
	text-align:center;
	background:#fadadd;
	color:#ce6976;
	padding:20px;
}
#reg-form{
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}
#reg-form label{text-align:left;}
#reg-form input,#reg-form select{border:solid 1px #d0b0b4;}
#reg-form input:focus,#reg-form select:focus {
    outline: none !important;
    border:1px solid #d0b0b4;
    box-shadow: 0 0 10px #d0b0b4;
}
.submit,.submit:hover,.submit a{
	background:#fadadd;
	border:solid 1px #fadadd;
	color:white !important;
}

/******************************************/
/**** PRODUCTS STYLE **********************/
/******************************************/
.filters{
	font-family:'Arial';
	font-size:10pt;
	font-weight:bold;
	border-bottom:solid 1px #959595 !important;
	color:#959595 !important;
}
.aa-product-catg li {
  display: block;
  float: left;
  text-align: center;
  margin: 20px 0 0 0 !important;
  position: relative;
  overflow: hidden;
}
.aa-product-catg li:hover figure .aa-product-img {
  background-color: rgba(0, 0, 0, 0.5);
}
.aa-product-catg li:hover figure .aa-add-card-btn {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.aa-product-catg li:hover .aa-product-hvr-content {
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.aa-product-catg li figure {
  position: relative;
  height: 300px;
}
.aa-product-catg li figure .aa-product-img {
  background-color: #f9f9fb;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-product-catg li figure .aa-add-card-btn {
  background: #fadadd none repeat scroll 0 0;
  bottom: 0;
  color: black;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.aa-product-catg li figure .aa-add-card-btn span {
  margin-right: 5px;
}
.aa-product-catg li .aa-product-title {
  color: #333;
  margin-bottom: 5px;
  font-size:11pt;
}
.aa-product-catg li .aa-product-title a {
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-product-catg li .aa-product-price {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.aa-product-catg li .aa-product-price del {
  margin-left: 5px;
}
.aa-product-catg li .aa-product-hvr-content {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 5%;
  font-size:16pt;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.aa-product-catg li .aa-product-hvr-content a {
  background: #fadadd;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border:solid 1px #fadadd;
  border-radius:50px;
}
.aa-product-catg li .aa-badge {
  position: absolute;
  top: 5%;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}
.aa-product-catg li .aa-sale {
  background-color: #008000;
}
.aa-product-catg li .aa-sold-out {
  background-color: #FF0000;
}
.aa-product-catg li .aa-hot {
  background-color: #ff6600;
}

/*=== modal window ===*/

.quickview .modal-dialog {
  margin: 10% auto;
  width: 800px;
}
.quickview .modal-content {
  border-radius: 0;
}
.quickview .modal-content button.close {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.quickview .modal-content button.close:hover {
  opacity: 1;
}
.quickview .modal-content .aa-product-view-slider .simpleLens-container {
  width: 100%;
}
.quickview .modal-content .aa-product-view-slider .simpleLens-container .simpleLens-big-image-container {
  width: 100%;
}
.quickview .modal-content .aa-product-view-slider .simpleLens-container .simpleLens-big-image-container .simpleLens-lens-image {
  width: 100%;
}
.quickview .modal-content .aa-product-view-slider .simpleLens-thumbnails-container {
  text-align: center;
}
.quickview .modal-content .aa-product-view-content {
  padding-right: 10px;
  padding-bottom: 10px;
}
.quickview .modal-content .aa-product-view-content h3 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
.quickview .modal-content .aa-product-view-content h4 {
  font-weight: bold;
  letter-spacing: 1px;
}
.quickview .modal-content .aa-product-view-content > p {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.quickview .modal-content .aa-product-view-content .aa-price-block {
  position: relative;
  margin-bottom: 5px;
}
.quickview .modal-content .aa-product-view-content .aa-price-block .aa-product-view-price {
  font-size: 18px;
}
.quickview .modal-content .aa-product-view-content .aa-price-block .aa-product-avilability {
  position: absolute;
  right: 0;
  top: 0;
}
.quickview .modal-content .aa-product-view-content .aa-prod-view-size a {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.quickview .modal-content .aa-product-view-content .aa-prod-quantity {
  margin-top: 10px;
}
.quickview .modal-content .aa-product-view-content .aa-prod-quantity form {
  display: inline-block;
}
.quickview .modal-content .aa-product-view-content .aa-prod-quantity form select {
  height: 25px;
  width: 40px;
}
.quickview .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category {
  display: inline-block;
  margin-left: 15px;
}
.quickview .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
  font-size: 14px;
}
.quickview .modal-content .aa-product-view-content .aa-prod-view-bottom {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
.quickview .modal-content .aa-product-view-content .aa-prod-view-bottom a:last-child {
  margin-left: 10px;
}
.aa-add-to-cart-btn {
  border: 1px solid #ccc;
  background:black;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.aa-add-to-cart-btn:hover{background:white;color:black;}
.aa-add-to-cart-btn2 {
  border: 1px solid black;
  background:white;
  color: black;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.aa-add-to-cart-btn2:hover{background:black;color:white;}
.aa-price-block{border-bottom: 1px solid #ddd;}
.quick-title{font-family: 'Open Sans', sans-serif;}
.aa-product-view-price{margin:20px 0 0 0}
.aa-product-desc{font-family: 'Open Sans', sans-serif;}

/******************************************/
/**** PRODUCT DETAIL **********************/
/******************************************/
#aa-product-detail .quick-title{font-size:30pt;}
#aa-product-detail .aa-product-view-price{font-size:20pt;}
#aa-product-detail .aa-product-avilability{font-size:15pt;font-weight:bold;}
#aa-product-detail .aa-prod-quantity{font-size:15pt;}
#aa-product-detail .aa-prod-view-bottom{border-bottom:solid 1px lightgray;padding-bottom:15px;}
#aa-product-detail .aa-product-desc{font-size:12pt;}
#aa-product-detail .aa-product-material{font-size:12pt;}
#aa-product-detail h1 {
  position: relative;
  text-align: center;
  font-weight:bold;
}
#aa-product-detail h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
#aa-product-detail h1:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}
#aa-product-detail h1:before {left: 0;}

/******************************************/
/**** WISHLIST ****************************/
/******************************************/
.table tr,.table td,.table th{border:none !important;color:black;}
#cart-view {
  display: inline;
  float: left;
  width: 100%;
}
#cart-view .cart-view-area {
  display: inline;
  float: left;
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table {
  background-color: ;
  display: inline;
  float: left;
  width: 100%;
  min-height: 350px;
}
#cart-view .cart-view-area .cart-view-table .table {
  border-bottom: 1px solid #ddd;
}
#cart-view .cart-view-area .cart-view-table .table thead tr th {
  color: /*#555*/ black;
  font-size: 12px;
  padding: 15px 0;
  text-align: center;
  text-transform:uppercase;
}
#cart-view .cart-view-area .cart-view-table .table thead tr {
	
  border-bottom: 1px solid #ddd !important;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td {
  vertical-align: middle;
  text-align: center;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td.no-border{
	width:7%;
	border-right:0;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove {
  color: #ff0000;
  padding: 5px;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove:hover {
  color: #555;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td img {
  width: 80px;
  height: 100px;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr td .aa-cart-quantity {
  padding: 5px;
  width: 50px;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom {
  padding: 50px;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon {
  float: left;
}
#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
  color: #505050;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 25px;
  margin-right: 20px;
  min-width: 250px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
  color: #555;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table {
  width: 100%;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table tr th {
  padding: 10px;
  text-align: center;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table tr td {
  text-align: center;
  padding: 10px;
}
#cart-view .cart-view-area .cart-view-table .cart-view-total a {
  margin-top: 30px;
  display: inline-block;
  float: none;
}
.item_name{
	font-size:11pt;
	text-transform:uppercase;
}
.trash{font-size:28pt;color:black;}
#convert{
	border:none;
	font-weight:bold;
	background:#fadadd;
	padding:15px;
	margin-bottom:50px;
}
.submit-order{
	border:none;
	font-weight:bold;
	background:#fadadd;
	padding:13px;
	margin-top:20px;
}
.panel-heading{
	background:#fadadd !important;
	text-align:center;
}
input[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background:#fadadd;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid black;
}

input[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: black;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid black;
}
#cart-view .table-responsive{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}


/******************************************/
/**** FOOTER ******************************/
/******************************************/
#info{margin:30px 0 0 0;}
footer .fa{
	font-size:120px;
	color:#7f7f7f;
}
#extras{
	width:100%;
	background:#e1e1e1;
	text-align:center;
}
#extras li{
	list-style:none;
	padding:10px 0 10px 0;
}
#subs{background:#fadadd;}
.social{
	width:10%;
	display:inline-block;
	margin-left:10px;
}