body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a, a:hover{
	text-decoration: none;
}
@media (min-width: 1020px){
	.container{
		width:980px;
	}
}
.add {
    position: absolute;
    right: 0px;
    background-color: #fff;
    padding: 10px;
    z-index: 999;
    font-weight: bold;
    color: #B60610;
    border: 1px solid #000;
}
.add p{
	margin:0px;
}
/* HEADER */
.shipping{
	text-align:center;
}
.freeShipping {
	color: #fff;
	display: inline-block;
	font: 12px Arial,Helvetica,sans-serif;
	line-height: 36px;
	text-transform: none;
	white-space: nowrap;
}
.freeShipping em {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
.header {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
}
.header-top {
	background-color: #222;
	line-height: 36px;
}
.header-top ul li {
	float: left;
}
.header-top ul li a {
	display: block;
	font-size: 12px;
	line-height: 36px;
	color: #fff;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}
.header-content {
	background-color: #fff;
}
.header-logo {
	display: block;
	margin: 6px 0 0px 0;
}
.header-nav {
	margin-top: 35px;
}
.header-nav ul li {
	float: left;
}
.header-nav ul li a {
	display: block;
	font-size: 14px;
	padding: 0 10px;
	color: #f0f3f3;
	text-transform: uppercase;
}
.header-nav ul li a span {
	padding: 0 5px;
}
.header-search {
	margin: 20px 0 0 0;
	position: relative;
}
#header-search-input {
	width: 100%;
	background-color: #fff;
	outline: none;
	border: 1px solid #999;
	height: 36px;
	padding: 13px 15px;
	font-size: 12px;
	color: #828585;
}
#header-search-btn {
	position: absolute;
	border: none;
	background-color: #b60610;
	color: #ffffff;
	height: 36px;
	width:36px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	top: 0px;
	right: 0px;
}
.header-cart {
	overflow: hidden;
	margin-top:25px;
}
#cartPortfolioContainer {
	margin-top: 25px;
}
.header-top .iWishView{
	color:#fff !important;
}
.header-cart .fa{
	color: #000;
	margin-right: 5px;
	font-size: 16px;
	float: left;
}
.header-cart > .cart-mini {
	position: absolute;
	top: 90%;
	z-index: 999;
	width: 300px;
	right: 0;
	display: none;
}
.header-cart:hover > .cart-mini {
	display: block;
}
#add_succes p i {
	color: #00C1C6;
	margin-right: 10px;
}
#add_succes p {
	margin: 5px 0;
}
.cart-mini {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.cart-mini ul li {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.cart-mini ul li + li {
	padding-top: 10px;
}
.cart-mini .cm-image {
	float:left;
	margin-right: 10px;
}
.cart-mini .cm-name,
.cart-mini .cm-name a {
	color: #464646;
}
.cart-mini .cm-price {
	color: #01c4c4;
	font-size: 12px;
}
.cart-mini .fa-remove {
	color: #ff0000;
	cursor: pointer;
}
.cart-mini-total-money {
	font-size: 16px;
	padding: 10px 0;
}
.cart-mini-link a {
	color: #4d4d4d;
	display: inline-block;
	background-color: #efefef;
	padding: 5px 10px;
}
.cart-mini-link a:hover {
	background-color: #01c4c4;
	color: #ffffff;
}
.header-menu-btn span {
	color: #00c5c7;
	margin-top: 20px;
}
.header-menu-btn-hidden {
	overflow: hidden;
}
.header-menu-btn-hidden span {
	color: #00c5c7;
	margin: 20px;
}
.cart-icon {
	display: block;
	float: left;
	/*background-image: url('cart.png');*/
	background-repeat: no-repeat;
	height: 32px;
	font-size: 14px;
	color: #000;
}
.cart-icon:hover {
	color: #000;
}
.header-nav-mobile {
	width: 300px;
	height: 100%;
	background-color: #000000;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -300px;
	overflow-y: scroll;
	transition: left 1s;
}
.header-nav-mobile ul li a {
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
}
/* END HEADER */

/* NAVIGATION MAIN */
#lpContainer img{
	width:100%;
}
.main-nav {
}
.main-nav-content > ul {
    position: relative;
}
.main-nav-content ul li {
	float: left;
	line-height: 25px;
	position: relative;
}

.main-nav-content > ul > li > a {
	font-size: 14px;
	/* line-height: 14px; */
	color: #000;
	/* display: block; */
	padding: 0px 8px;
	text-transform: none;
	font-weight: bold;
	border-right: 1px solid #E2E0E0;
}
.main-nav-content  > ul > li > a:hover{
	background-color:#c00;
	color:#fff;
}
.sub_menu {
	position: absolute;
	z-index: 9999;
	width: 240px;
	background-color: rgba(239, 239, 239, 0.75);
	padding: 5px;
	left: 0px;
}
.main-nav-content ul li:hover .sub_menu{
	display:block !important;
	border:1px solid #ccc;
}
.main-nav-content .sub_menu li{
	display: inline-block;
    width: 234px;
}
.sub_child {
    position: absolute;
    left: 234px;
    background-color: rgba(239, 239, 239, 0.75);
    padding: 5px;
	top:0px;
}
.main-nav-content .sub_menu li:hover ul.sub_child{
	display:block !important;
}
.main-nav-content ul li .sub_menu a{
	color: #333;
	display: block;
	line-height: 30px;
	font-weight: normal;
}
.main-nav-content ul li .sub_menu a:hover{
	color:#b60610;
}
/* END NAVIGATION MAIN */

/* MAIN SERVICE */
.main-service {
	background-color: #ffffff;
}
.main-service p {
	margin: 0;
	color: #484848;
	font-size: 15px;
	padding: 20px 0;
}
.main-service p span {
	margin-right: 5px;
	padding: 12px;
	background-color: #484848;
	color: #ffffff;
	height: 38px;
	width: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/* END MAIN SERVICE */

/* OWL SLIDER */
.owl-next, .owl-prev {
	height: 38px;
	width: 38px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
}
.owl-next {
	background-image: url(owl.next.png);
	background-repeat: no-repeat;
	right: 0;
}
.owl-next:hover {
	background-image: url(owl.next_hover.png);
}
.owl-prev {
	background-image: url(owl.prev.png);
	background-repeat: no-repeat;
	left: 0;
}
.owl-prev:hover {
	background-image: url(owl.prev_hover.png);
}
/* END OWL SLIDER */

/* BOX */
.box-heading {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 33px;
}
.box-heading h3 {
	font-size: 28px;
	color: #00c5c7;
	margin: 0;
	border-bottom: 2px solid #00c5c7;
	display: inline-block;
	padding: 0 0 12px 0;
}
/* END BOX */

/* MAIN BREADCRUMB */
.main-breadcrumb {
	margin: 0;
}
.main-breadcrumb .breadcrumb {
	border-top: 1px solid transparent;
	background-color: transparent;
	border-radius: 0;
	padding: 10px 0;
	margin-bottom:10px;
}
.main-breadcrumb .breadcrumb > .active {
	color: #900;
}
.main-breadcrumb .breadcrumb > li + li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #737373;
}
.main-breadcrumb .breadcrumb li a {
	color: #737373;
	font-size: 14px;
}
/* END MAIN BREADCRUMB */

/* MAIN SLIDER */
.main-slider {
}
.main-categories, .main-slider-content {
	margin: 14px 0;
}
.main-categories {
	border: 1px solid #00c1c6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.main-categories-heading {
	color: #ffffff;
	background-color: #00c1c6;
	font-size: 16px;
	text-transform: uppercase;
	padding: 17px 0 17px 30px;
	margin: 0;
}
.main-categories-content {
	padding: 10px 20px 10px 30px;
}
.mc-list > li > a {
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	display: block;
}
.mc-list > li > a > span {
	float: right;
}
.mc-list-child {
}
.mc-list-child > li > a {
	font-size: 14px;
	color: #454545;
	display: block;
	padding: 5px 0;
}
.mc-list-child > li > a::before {
	content: "";
	height: 5px;
	width: 5px;
	margin: 0 5px 2px 10px;
	display: inline-block;
	background-color: #454545;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.main-slider-content .item img {
	width: 100%;
}
.main-slider-content .owl-next {
	right: 20px;
}
.main-slider-content .owl-prev {
	left: 20px;
}
/* END MAIN SLIDER */

/* MAIN BANNER */
.main-banner img {
	margin: 14px 0;
}
/* END MAIN BANNER */

/* MAIN BANNER CENTER */
.main-banner-center {
	padding: 20px 0;
}
/* END MAIN BANNER CENTER */

/* MAIN PRODUCT LIST */
.main-product-list {
	margin: 20px 0 5px 0;
}
.product-list-carousel .item {
	margin: 0 15px;
}
.product-list-carousel .owl-next {
	top: -60px;
	right: 0;
}
.product-list-carousel .owl-prev {
	top: -60px;
	left: auto;
	right: 45px;
}
.product-carousel {
	margin-bottom: 35px;
	/* height:435px; */
}
.product-carousel .product-name{
	margin: 5px 16px 7px;
}
.product-carousel .product-name, .product-carousel .product-name a {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: normal;
	min-height: 60px;
    max-height: 60px;
	line-height: 19px;
	text-decoration: none;
	transition: text-decoration 0.1s;
}
.product-carousel .product-price {
	font-size: 16px;
	color: #900;
	margin: 0 16px;
	font-weight: bold;
}
.product-carousel .product-price span {
	font-size: 12px;
	color: #959595;
}
.product-carousel .product-price del{
	color: #900;
}
.product-carousel .product-atc {
	background-color: #f2f2f2;
	border-radius: 2px;
	color: #565656;
	cursor: pointer;
	float: right;
	font-size: 11px;
	line-height: 18px;
	margin-top: 5px;
	padding: 0 8px;
	text-transform: uppercase;
	transition: background-color 0.1s, color 0.1s;
}
.product-carousel .product-atc:hover {
	background-color: #eaeaea;
	color: #000;
}
.sortSaveShipReturns {
	float: left;
	margin: 0 16px;
	padding-top:5px;
}
/* END MAIN PRODUCT LIST */

/* PRODUCT LIST LIST */
.product-list-list .product-carousel {
	margin-bottom: 25px;
	overflow: hidden;
}
/* END PRODUCT LIST LIST */

/* MAIN BLOG */
.main-blog {
	padding: 0 0 25px 0;
	background-color: #ffffff;
}
.main-article .article-image {
	display: block;
	margin-bottom: 15px;
}
.main-article .article-info {
	font-size: 14px;
	color: #959595;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px 0;
	margin: 0;
}
.main-article .article-title, .main-blog .article-title a {
	font-size: 18px;
	color: #232323;
	margin: 10px 0;
}
.main-article .article-description {
	font-size: 14px;
	color: #555555;
	line-height: 19px;
	margin: 0;
	text-align: justify;
	margin-bottom: 5px;
}
.main-article .article-readmore {
	font-size: 12px;
	color: #555555;
}
.main-blog .article-readmore span {
	margin-left: 5px;
}
/* END MAIN BLOG */

/* BRAND SLIDER */
.main-brand {
	background-color: #f5f5f5;
	padding: 15px 0;
}
.brand-carousel .item {
	text-align: center;
}
/* END BRAND SLIDER */

/* FOOTER */
.footer {
	background-color: #0e100e;
}
.footer-logo {
	margin-top: 25px;
	margin-bottom: 50px;
	display: block;
}
.footer-info p {
	font-size: 14px;
	line-height: 30px;
	color: #bcbec0;
}
.footer-info p span {
	color: #01c4c4;
	margin-right: 5px;
}
.footer-info p a {
	color: #01c4c4;
}
.footer-menu .footer-menu-heading {
	padding: 30px 0;
	border-bottom: 1px solid #323232;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
.footer-menu ul li a {
	display: block;
	padding: 8px 0;
	color: #bcbec0;
	font-size: 14px;
}
.footer-menu ul li a:hover {
	color: #01c4c4;
}
.footer-bottom {
	border-top: 1px solid #292a29;
}
.footer-bottom .copy-right {
	margin: 0;
	padding: 30px 0;
	font-size: 12px;
	color: #babbbd;
}
.footer-bottom .payments {
	padding-top: 25px;
}
/* END FOOTER */

/* PAGE COLLECTION */
.collection-categories {
}
.collection-categories-heading {
	color: #1a1a1a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.collection-categories-heading span {
	margin-right: 5px;
}
.collection-categories-content {

}
.cc-list > li {
	border-bottom: 1px dotted #e6e6e6;
}
.cc-list > li > a {
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
}
.cc-list > li > a > span {
	float: right;
}
.cc-list-child {
}
.cc-list-child > li > a {
	font-size: 14px;
	color: #737373;
	display: block;
	padding: 5px 0;
}
.cc-list-child > li > a::before {
	content: "";
	height: 5px;
	width: 5px;
	margin: 0 10px 2px 10px;
	display: inline-block;
	background-color: #454545;
}
.colletion-topbar {
	overflow: hidden;
	margin-top: 40px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
	clear: both;
}
.colletion-topbar .btn-view a {
	color: #000000;
	margin: 5px 5px 5px 0;
	display: inline-block;
}
.colletion-topbar .pagination {
	margin: 0;
}
.colletion-topbar .pagination>li>a, 
.colletion-topbar .pagination>li>span {
	border: none;
	color: #000000;
	padding: 5px;
}
.collection-tags {
	margin-top: 45px;
}
.collection-tags-heading {
	color: #1a1a1a;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.collection-tags-content {
	padding: 30px 0;
}
.collection-tags-content a {
	display: inline-block;
	color: #7d7d7d;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #7d7d7d;
	margin: 6px 10px 6px 0;
}
.collection-tags-content a:hover {
	background-color: #000000;
	color: #ffffff;
}
/* END PAGE COLLECTION */

/* PAGE PRODUCT */
.pd-top {
	margin-bottom: 80px;
}
.pd-name {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.pd-description-mini {
	font-size: 14px;
	color: #737373;
	line-height: 21px;
	text-align: justify;
}
.pd-price {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.pd-price span {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.pd-form label {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	margin: 8px 0;
	margin-left:0px;
}
.pd-form select {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	border: 1px solid #cdcdcd;
	outline: none;
	margin: 8px 0;
}
.pd-form input {
	height: 40px;
	width: 20%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	margin: 8px 0;
	border: 1px solid #cdcdcd;
	outline: none;
}
.pd-form button {
	font-size: 20px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0px;
    background-color: #b60610;
    padding: 7px 25px;
    border: none;
    margin: 0px 0;
    width: 50%;
    text-transform: uppercase;
    float: left;
}
#gallery_01 {
	margin-top: 30px;
}
#gallery_01 li a img {
	margin-bottom: 20px;
}
#gallery_01 .flex-direction-nav > li {
	position: absolute;
	right: 50%;
}
#gallery_01 .flex-direction-nav > li > a {
	font-family: "FontAwesome";
	color: #d9d9d9;
}
#gallery_01 .flex-direction-nav .flex-next::before{
	content: "\f176";
}
#gallery_01 .flex-direction-nav .flex-prev::before{
	content: "\f175";
}
#gallery_01 .flex-direction-nav .flex-nav-next {
	top:0;
}
#gallery_01 .flex-direction-nav .flex-nav-prev {
	bottom: -30px;
}
.pd-nav {
	background-color: #ccc;
}
.pd-nav>li>a {
	font-size: 15px;
    color: #131313;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-right: 0px;
    border-radius: 0px;
}
.pd-nav>li>a:hover {
	background-color: #f1f1f1;
	border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}
.pd-nav>li.active>a, 
.pd-nav>li.active>a:focus, 
.pd-nav>li.active>a:hover {
	border: none;
	border-bottom: 2px solid #B60610;
}
.pd-best-seller .heading {
	border-bottom: 1px solid #e6e6e6;
}
.pd-best-seller .heading h3 {
	font-size: 18px;
	color: #131313;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 2px solid #B60610;
	margin: 0;
	display: inline-block
}
.pd-best-seller ul {
	padding: 8px 0;
}
.pd-best-seller ul li {
	padding: 14px 0;
}
.pd-best-seller .pd-bs-name {
	margin: 0;
	font-size: 14px;
	color: #464646;
	line-height: 26px;
}
.pd-best-seller .pd-bs-price {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	color: #01c4c4;
}
.pd-best-seller .pd-bs-price span {
	font-size: 12px;
	color: #959595;
}
.tab-pane {
	padding: 20px 0;
}
/* END PAGE PRODUCT */

/* PAGE CART */
.cart {
	margin-bottom: 40px;
}
.cart_table td {
	vertical-align: middle !important;
}
.item-name, .item-price, .item-total, .item-remove {
	font-size: 16px;
	color: #333333;
}
.item-quantity {
	width: 50px;
	border: 1px solid #e3e3e3;
	text-align: center;
}
.cart-table thead th {
	font-size: 14px;
	color: #444444;
	text-transform: uppercase;
	padding: 22px 0;
}
.btn-cart {
	font-size: 13px;
	color: #555555;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}
.btn-cart + .btn-cart {
	margin-left: 10px;
}
/* END PAGE CART */

/* PAGE BLOG */
.blog-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0
}
.blog-new-content {
	padding: 10px 0;
}
.blog-new-content ul li {
	padding: 10px 0;
}
.blog-new-content ul li + li {
	border-top: 1px solid #eeeeee;
}
.bn-name {
	font-size: 15px;
	color: #555555;
	padding-top: 10px;
	display: block;
}
.blog-tags-content {
	padding: 15px 0;
}
.blog-tags-content a {
	margin: 5px 5px 5px 0;
	font-size: 13px;
	color: #888888;
	padding: 6px 10px;
	border: 1px solid #eeeeee;
	display: inline-block;
}
.blog-item {
	margin-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 35px;
}
.blog-info {
	font-size: 14px;
	color: #959595;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	margin: 0;
}
.blog-name, .blog-name a {
	font-size: 24px;
	color: #232323;
}
.blog-description {
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	text-align: justify;
}
.blog-readmore {
	font-size: 16px;
	color: #555555;
}
.pagination-blog {

}
.pagination-blog>li>a, 
.pagination-blog>li>span {
	font-size: 14px;
	color: #666666;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.pagination-blog>li>a:focus, 
.pagination-blog>li>a:hover, 
.pagination-blog>li>span:focus, 
.pagination-blog>li>span:hover {

}
.blog-video-content iframe {
	max-width: 100%;
	height: auto;
}
/* END PAGE BLOG */

/* PAGE ARTICLE */
.article-name {
	font-size: 32px;
	color: #333333;
	margin: 0;
	padding: 0 0 15px 0;
}
.article-info ul li {
	display: inline-block;
	margin-right: 10px;
	padding: 15px 0;
	color: #555555;
}
.article-info ul li span {
	margin-right: 5px;
	color: #aaaaaa;
}
.comment-list {
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.comment-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.comment .comment-info {
	font-size: 14px;
	color: #333333;
}
.comment {
	padding: 22px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}
.comment img {
	float: left;
	margin-right: 20px;
}
.comment .comment-info span {
	font-size: 13px;
	color: #999999;
}
.comment-description {
	font-size: 14px;
	color: #666666;
}
.comment-add {
	margin: 30px 0 80px 0;
}
/* END PAGE ARTICLE */

/* PAGE 404 */
.not_found {
	margin-bottom: 40px;
}
.not_found h2 {
	font-size: 200px;
	color: #01c4c4;
}
.not_found h3 {
	font-size: 28px;
	color: #666666;
}
.btn-not-found {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	background-color: #01c4c4;
	padding: 10px 15px;
	margin: 10px;
}
.not_found p {
	font-size: 16px;
	color: #555555;
}
/* END PAGE 404 */

/* FORM STYLE */
.form-style input, .form-style textarea {
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	color: #aaaaaa;
	border: 1px solid #e4e4e4;
	padding: 10px;
	outline: none;
}
.form-style select {
	height: 40px;
	width: 50%;
	font-size: 14px;
	color: #737373;
	padding: 10px;
	border: 1px solid #cdcdcd;
	outline: none;
	margin: 8px 0;
}
.form-style button {
	font-size: 13px;
	color: #aaaaaa;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #ffffff;
}
/* END FORM STYLE */

/* FORM LOGIN */
.form-login {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.form-login .row p {
	padding-top: 10px;
}
.form-login input {
	margin: 0 0 10px 0;
}
.form-login .form-heading {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin:0;
}
.form-login .form-description {
	font-size: 16px;
	color: #666666;
	padding: 10px 0 20px 0;
}
/* END FORM LOGIN */

.addresses {
	margin-top: 20px;
}
#map{
	width: 100%;
	height: 400px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
.contact-info p{
	color: #444444;
}
@media (max-width: 768px) {
	.header-logo {
		text-align: center;
	}
	.footer-logo {
		text-align: center;
	}
	.product-list-carousel .owl-prev {
		left: 0;
		top: 40%;
		margin-top: -19px;
	}
	.product-list-carousel .owl-next {
		right: 0;
		top: 40%;
		margin-top: -19px;
	}
}

/* INDEX */
.hpSlider {
	margin-bottom: 10px;
}
.collapsible {
	padding: 12px 0 16px;
	position: relative;
}
.hpCollapsible {
	text-align: center;
}
.collapsible.collapsed {
	background: none;
}
.hpCollapsible.collapsible {
	padding: 0;
}
.hpCollapsible h1 {
	color: #999;
	display: inline-block;
	font-size: 1em;
	margin: 5px 0 0;
	text-align: center;
}
.hpCollapsible .collapsibleToggle {
	color: #999;
	display: inline-block;
	position: static;
	cursor: pointer;
	font-size: 13px;
}
.hpCollapsible .collapsibleItems {
	border-bottom: 1px dotted #999;
    padding: 10px 25px;
    text-align: justify;
    margin: 13px 0 0;
    font-weight: bold;
    color: #999;
}

.hpSaleTxtWrapper {
	margin: 19px 0 0;
	text-align: center;
}
.closer {
	font-size: 2em;
}
.subHeading {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.2em;
	color:#000;
}
.subHeading a{
	color:#000;
	text-decoration: underline;
	letter-spacing: 1px;
}

.subHeading a:hover{
	color: #900;
}
.hpBucketWrapper {
	margin: 40px 0 0;
	text-align: center;
}

.hpBucketWrapper h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.hpBucketWrapper a {
	display: block;
	line-height: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
}
.hpBucketWrapper.bucket2Across div img, .hpBucketWrapper.bucket3Across div img {
	margin-bottom: 10px;
}
.calloutBtn.secondary {
	background: #fff;
    box-shadow: inset 0 0 0 1px #555;
    color: #555;
}
.calloutBtn.xSmall {
	font-size: .8em;
}
.hpBucketWrapper a span {
	line-height: 2.4em;
}
.hpBucketWrapper.bucket2Across div .calloutBtn.secondary.xSmall, .hpBucketWrapper.bucket3Across div .calloutBtn.secondary.xSmall {
	display: inline-block;
	padding: 0 0.8em;
	pointer-events: none;
}

.dailyDeals {
	border: 1px solid #ccc;
	border-style: solid none;
	overflow: hidden;
	padding: 40px 0 43px;
}
.dailyDeals>div {
	float: left;
	text-align: center;
	vertical-align: top;
	width: calc(100%/5);
}
.dailyDeals .dailyDealsTitle h2 {
	color: #c00;
	font-size: 50px;
	font-weight: bold;
	line-height: 45px;
	margin: 0;
}
.dailyDeals .dailyDealsTitle h2 span, .dailyDeals .dailyDealsTitle h2+span {
	display: block;
}
.dailyDeals .dailyDealsTitle h2 span {
	color: #333;
}
.dailyDeals .dailyDealsTitle h2+span {
	margin: 8px 0 26px;
}
.dailyDeals .dailyDealsTitle .subHeading {
	font-size: 14px;
}
.calloutBtn, .calloutBtn:visited {
	background: #b60610;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: 700;
	padding: .5em 1.2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .15em;
}
.calloutBtn.xxSmall {
	font-size: .7em;
}
.dailyDeals>div img {
	display: block;
	margin: 0 auto 10px;
	width: auto !important;
}
.hpBucketWrapper.bucketText3Across .containerLink {
	border: 1px solid #999;
	padding: 25px 15px;
}
.hpBucketWrapper.bucketText3Across div strong {
	font-size: 1.2em;
	color: #000;
}
.hpBucketWrapper.bucketText3Across div p {
	margin: 0;
	text-transform: none;
}
.hpTitle {
	display: block;
	margin: 40px 0;
	text-align: center;
}
.upperCase {
	text-transform: uppercase;
}
.hpWhy {
	border-top: 1px dotted #ccc;
	clear: both;
	margin: 30px 0 0;
	padding: 15px;
}
.hpWhy h3 {
	color: #000;
	font-size: 18px;
}
.hpWhy p {
	margin: 10px 0;
}

#footer {
	background-color: #f1f1f1;
	margin: 20px 0 0;
	position: relative;
	width: 100%;
}
#ftrLinkList {
	background-color: #f1f1f1;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom:15px;
}
#ftrLegal {
	background-color: #f1f1f1;
	margin: auto;
	padding-top: 20px;
	padding-bottom:20px;
}
#ftrLinkList dl.col-footer {
	float: left;
	width: calc(100%/5);
	padding:0px 15px;
}
#ftrLinkList .fot-left dl.col-footer{
	width: 50%;
}
#ftrLinkList .fot-left p{
	padding:0px 15px;
}
#ftrLinkList dt {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
#ftrLinkList dd {
	text-align: left;
}
#ftrLinkList a {
	color: #000;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
}
#ftrLinkList dl.socialIcons {
	border-left: 1px dotted #999;
	margin: 0;
	padding-left: 20px;
}
.globalSprite {
	background-image: url("global-sprite.png");
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}
#ftrLinkList .socialIconsName {
	display: inline;
	font-size: 12px;
	left: 10px;
	position: relative;
	top: 5px;
}
#pinterest {
	background-position: 0 -415px;
	display: block;
	float: left;
	height: 27px;
	width: 27px;
}
#facebook {
	background-position: 0 -378px;
	display: block;
	height: 27px;
	float: left;
	width: 27px;
}
#googlePlus {
	background-position: -37px -489px;
	display: block;
	height: 27px;
	float: left;
	width: 27px;
}
#instagram {
	background-position: -37px -452px;
	display: block;
	float: left;
	height: 27px;
	width: 27px;
}
#youtube {
	background-position: -37px -415px;
	display: block;
	float: left;
	height: 27px;
	width: 27px;
}
#twitter {
	background-position: 0 -452px;
	display: block;
	float: left;
	height: 27px;
	width: 27px;
}
.ftrLegalCopy {
	color: #666;
	font-size: 11px;
	vertical-align: top;
}
.ftrLPPro a {
	border-left: 1px dotted #999;
	display: inline-block;
	padding-left: 15px;
}
@media (max-width: 992px){
	#ftrLinkList dl.col-footer{
		width: calc(100%/3);
	}	
}
@media (max-width: 460){
	#ftrLinkList dl.col-footer{
		width: calc(100%/2);
	}	
	.product-carousel .product-name{
		min-height:90px;
		max-height:90px;
	}
	
}

.calloutBtn, .calloutBtn:visited {
	background: #b60610;
    border: 0;
    color: #fff;
    text-decoration: none;
}

#siteShortcuts {
	height: 15px;
	line-height: 16px;
	list-style-type: none;
	margin: 7px 0px;
	padding: 0;
	text-align: right;
	width: 100%;
	margin-top: -15px;
}
.hasSubmenu {
	cursor: pointer;
	position: relative;
}
#siteShortcuts>li {
	margin: 0 0 0 13px;
	display: inline;
}
.hasSubmenu>label {
	margin-left: 3px;
	font-weight:normal
}
#siteShortcuts .sale>label {
	color: #c00;
	font-weight: bold;
	cursor: pointer;
}
#siteShortcuts .hasSubmenu {
	display: inline-block;
}
#siteShortcuts li a, #siteShortcuts .hasSubmenu {
	color: #444;
	line-height: 17px;
	text-decoration: none;
}
.hasSubmenu .submenu {
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.7);
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: 2px solid #444;
	box-shadow: 0 2px 8px rgba(0,0,0,.7);
	cursor: default;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: 1000;
}
.hasSubmenu .submenu.boxStyle {
	background-color: #e5e5e5;
	border-width: 2px 0 0;
	padding: 8px;
}
.hasSubmenu .submenu ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.hasSubmenu .submenu a {
	background-color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	margin-top: 5px;
	text-align: left;
	white-space: nowrap;
}
.hasSubmenu .submenu.boxStyle a {
	margin-top: 8px;
	min-height: 78px;
	width: 220px;
	white-space: normal;
}
.hasSubmenu .submenu li:first-child a {
	margin-top: 0;
}
.hasSubmenu .submenu.boxStyle .menuItemBox {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-width: 1px 0 1px 1px;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	height: 80px;
	margin: -1px 0 -1px -1px;
	position: relative;
	width: 80px;
}
.hasSubmenu .submenu.boxStyle .menuItemBox, .hasSubmenu .submenu.boxStyle .menuItemText {
	display: table;
}
#siteShortcuts .saleBlock {
	background-color: #900;
}
.hasSubmenu .submenu.boxStyle .cellWrapper {
	display: table-cell;
	vertical-align: middle;
}
.hasSubmenu .submenu.boxStyle .menuItemText {
	font-size: 13px;
	height: 58px;
	padding: 10px;
	text-align: left;
	width: 120px;
}
#siteShortcuts .dailySalesBlock {
	background-color: #c00;
}
#siteShortcuts .clearanceBlock {
	background-color: #000;
}
#siteShortcuts .openBoxBlock {
	background-color: #4c3d37;
}
#siteShortcuts .shopByTrendBlock {
	background-color: #026aa9;
}
#siteShortcuts .shopByRoomBlock {
	background-color: #a288ab;
}
#siteShortcuts .blogBlock {
	background-color: #008c71;
}

#siteShortcuts>li:hover .submenu{
	display:block !important;
}

li#contactPhone a{
	font-weight:bold;
}
.calloutBtn:hover, .calloutBtn:focus {
	/* background: #d00; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0000',endColorstr='#dd0000',GradientType=0);
	color: #B60610;
}
.no-padding{
	padding:0px;
}
.collection-name {
	font-size: 24px;
	line-height: 25px;
	margin: 0 0 12px;
}
.collection-image h3{
	margin:15px 0 8px;
	font-size:15px;
}
.collection-image h3 a{ 
	color: #333;
	text-decoration: none;
}
.collection-image .col-md-2 > div:hover a {
	color: #900;
}
.collection-image div img{
	width:100%;
}
.product-image {
	display: block;
	border: 1px solid #ccc;
}
.iwishAddWrapper{
	margin:0px 5px;
}
.shippingCallout {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #636;
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}
.pdCallCenter {
    background: rgba(241,241,241,0.6);
    margin: 15px 0 20px;
    padding: 14px 20px 10px;
    text-align: center;
}
.pdCallCenter em {
    background: transparent url("phone-call-center.png") 53px 11px no-repeat;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 36px;
    padding-top: 4px;
	letter-spacing: 2px;
}

#pdProdToolbar {
    border-top: 1px solid #ccc;
    margin-top: 22px;
    padding: 20px 0 0;
}
#pdProdToolbar>a, #pdProdToolbar>div {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin: 1px 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
#pdProdToolbar .pdSocial {
    float: right;
    margin: 0;
}
#pdProdToolbar .pdSocial a {
    background: #555;
    font-size: 18px;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    border-radius: 2px;
    padding-top: 3px;
}
.shareMask {
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 20px;
}
#pdProdToolbar .pdSocial>* {
    display: block;
    float: left;
    margin: 0 0 0 15px;
}
#pdProdToolbar>a span, #pdProdToolbar>div span {
    display: block;
    height: 20px;
}
.sortProdSprite {
    background: url("sort-prod-sprite.png") no-repeat;
    display: block;
    overflow: hidden;
}
.txtSprite {
    overflow: hidden;
    text-indent: -9999px;
}
#pdProdToolbar #pdPrint span {
    background-position: -175px -260px;
    width: 59px;
}
#pdProdToolbar #pdEmail span {
    background-position: -175px -280px;
    width: 59px;
}
#pdProdToolbar #prodChat1b a, #pdProdToolbar #prodCallback1b a {
    display: inline-block;
    margin-right: 20px;
}

#sync1 {
    margin-bottom: 10px;
}
#sync2 .item{
	margin:5px;border: 1px solid #eee;
}
#sync2 .item img{
	width:100%;
}
.css_detail_owl .item img {
    width: 100%;
}
#sync1 .owl-controls .owl-buttons .owl-prev{
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-left: 0px;
	background: url(arrow_slide_detail_back.png) center no-repeat !important;
	text-align: center;
	overflow: hidden;
	padding: 1px 10px;
	border-radius: 0px;
	text-indent: -9999px;
	position: inherit;
}
#sync1 .owl-controls .owl-buttons .owl-prev:hover{background: url(arrow_slide_detail_hover.png) #000 center no-repeat !important;}
#sync1 .owl-controls .owl-buttons .owl-next:hover{background: url(arrow_slide_detail_next_hover.png) #000 center no-repeat !important;}
#sync1 .owl-controls .owl-buttons .owl-next{
	background: url(arrow_slide_detail.png) center no-repeat !important;
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: right;
	margin-right: 0px;
	text-align: center;
	overflow: hidden;
	padding: 1px 10px;
	border-radius: 0px;
	text-indent: -9999px;
	position: inherit;
}
.css_detail_owl .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 44px;
    border: 1px solid #cbcbcb;
    border-radius: 100% !important;
}

.newsletter {
    padding: 10px 0px;
}
.newtitle{
	display: inline-block;
    font-size: 14px;
    margin: 4px 15px 0 0;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.newsletter-content{
	display:inline-block;
	width: 70%;
}
.input-text {
    border: 1px solid #adaeaf;
    float: left;
    /* height: 22px; */
    margin: 0 5px 0 0;
    padding: 5px;
    width: 44%;
}
.subscribe {
    border: none;
    background: #b60610;
    color: #fff;
    padding: 6px 10px;
}