/*
[Table of contents]

1. Import font and styles
2. Newsletter popup
3. General
4. Layout
5. Header
6. Navigation
7. New & Sale Label
8. View Type: Grid
9. Rating
10. Price
11. hot deal Product
12. Sidebar Banner
13. Top Seller Products
14. All title
15. Latest News
16. Collection Banner
17. Brand Logo Slider
18. Product Slider
19. Support Policy Box
20. Breadcrumbs
21. Sidebar
21.1 Category Boxes
21.2 Account Boxes
21.3 Cart Boxes
21.4 Related Boxes
21.5 Compare Products Boxes
21.6 Recently Viewed Boxes
21.7 Recently Compared Boxes
21.8 Poll Boxes
21.9 Tags Boxes
21.10 Company Boxes
21.11 Banner Boxes
22. Checkout Page
23. Dashboard Page
24. Toolbar
25. Products List Page
26. Product View
27. Product Collatera
28. Cart page
29. Wishlist page
30. Account page
31. 404 Page
32. Footer
33. Compare Table
34. FAQ page
35. Team page
36. Responsive
*/

/******************************************
1. Import font and styles]
******************************************/
@import url(../fonts/roboto/font.css);
@import url(../fonts/montserrat/font.css);
@import url(../fonts/great-vibes/font.css);

/* Font Icons */
@import url(../fonts/awesome/font-awesome.css);

/* File Styles */
@import url(../css/bootstrap.min.css);/* Bootstrap */
@import url(../css/revslider.css);/* Revslider */
@import url(../css/owl.carousel.css);/* owl carousel */
@import url(../css/jquery-ui.css);/* jquery UI */
@import url(../css/pretty-checkbox.min.css);/* Pretty Checkbox  */
@import url(../css/fancybox.css);/* Fancybox */
@import url(../css/blog.css);/* Blog */
@import url(../css/jtv-mob-menu.css);/* JTV Mob Menu */
/******************************************
2. Newsletter Popup
******************************************/
.modal-dialog.newsletter-popup {
	background: rgba(0, 0, 0, 0) url("../images/newsletter-bg.jpg") repeat scroll 0 0;
	width: 775px;
	height: 375px;
	margin-top: 12%;
}
.newsletter-popup .modal-content {
	background: inherit;
	box-shadow: none;
	border: none;
}
.newsletter-popup .close {
	background: #000;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -38px;
	font-size: 24px;
	color: #fff;
	opacity: 1;
	padding: 7px 15px;
	font-weight: 300;
}
.newsletter-popup .close:hover, .close:focus {
	background: #eaab00;
	color: #fff;
	outline: none;
}
.newsletter-popup h4.modal-title {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.newsletter-popup .modal-body {
	padding-left: 35px;
	margin-left: 42%;
}
#newsletter-form .content-subscribe {
	overflow: hidden
}
.form-subscribe-header label {
	color: #eee;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin: 5px 0;
	display: block;
}
#newsletter-form .input-box, #newsletter-form .content-subscribe .actions {
	display: inline-block;
}
#newsletter-form .input-box .input-text {
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	margin: 0 0 5px;
	padding-left: 15px;
	width: 380px;
	color: #333333;
	border-radius: 0px;
	margin-right: 10px;
	margin-top: 12px;
}
.subscribe-bottom input[type=checkbox] {
	vertical-align: sub;
}
#newsletter-form .actions .button-subscribe {
	background-color: #292c38;
	border: medium none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	min-width: 105px;
	padding: 0 15px;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 1px;
}
#newsletter-form .actions .button-subscribe:hover {
	background: #000;
	color: #fff;
}
.subscribe-bottom {
	color: #eee;
	display: block;
	margin-top: 15px;
	overflow: hidden;
}
.subscribe-bottom label {
	color: #333333;
	font-size: 12px;
	margin-bottom: 0;
}
#dont_show {
	margin: 0;
	vertical-align: middle;
}
.modal-open .modal {
	background: rgba(0, 0, 0, 0.6);
	
}
/******************************************
3. General
******************************************/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: #000;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}
a {
	color: #eaab00;
	transition: all .4s ease;
}
a:hover, :hover {
	color: #888;
	text-decoration: none;
	transition: all .4s ease;
}
small {
	font-size: 85%;
	font-weight: normal;
	text-transform: lowercase;
	color: #999999;
}
img {
	max-width: 100%;
}
:focus {
	outline: none;
	border: none;
}
/******************************************
4. Layout
******************************************/
.main-col {
	margin: auto;
	overflow: hidden;
}
/* Base Columns */
.col-left {
	margin-bottom: 0px;
}
.col-main {
	font-size: 14px;
}
.col-right {
	margin-bottom: 0px;
}
/* 1 Column Layout */
.col1-layout .header-background-default {
	margin: 20px;
	padding: 0;
}
.col1-layout .col-main {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	padding-left: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	margin-top: 15px;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.col2-right-layout .col-main {
	margin-top: 0px;
}
.col2-right-layout ol.opc .col-md-4 {
	margin-right: 15px;
}
.col2-right-layout {
	margin-top: 30px;
}
.col2-right-layout .main-inner {
	padding-left: 15px;
	padding-right: 5px;
}
/* Columns Layout */
.col3-layout .col-main {
}
.col3-layout .col-wrapper {
	float: left;
	width: 780px;
}
.col3-layout .col-wrapper .col-main {
	float: right;
}
.main-container {
	min-height: 400px;
	padding: 0px;
	margin-top: 20px;
}
.main-inner {
	padding-left: 5px;
}
/******************************************
5. Header
******************************************/
.logo {
	vertical-align: middle;
	cursor: pointer;
	display: block;
	padding: 25px 0px;
}
.header-container .right_menu {
	margin-top: 0px;
}
.header-container {
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	background: rgba(255,255,255,1)
}
/* top search*/
.search-box {
	margin: auto;
	float: left;
	position: relative;
	padding-left: 10px;
	border: 1px #33465c solid;
	background: #33465c;
	display: inline-block;
	width: 60%;
}
.category-search-form {
	padding-right: 6px;
}
.search-box select:focus, .search-box select {
	border: none;
	border-left: 0px #ddd solid;
	border-right: 1px #3e4855 solid;
	-webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 0;  /* Firefox 1-3.6 */
	border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.search-box select:focus, .search-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	position: right 10px center;
	color: transparent;
	padding-right: 28px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	color: #fff;
	background: #33465c;
}
#search {
	margin: 0;
	width: 85%;
	font-size: 13px;
	height: 40px;
	color: #fff;
	padding: 0 2px;
	background: none;
	outline: none;
	border: none;
}
#search::-webkit-input-placeholder { /* Chrome */
 color: #fff;
}
#search:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
#search::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 opacity: 1;
}
#search:-moz-placeholder { /* Firefox 4 - 18 */
 color: #fff;
 opacity: 1;
}
.cate-dropdown {
	border: medium none;
	float: left;
	height: 35px;
	padding: 5px !important;
	width: 140px;
	line-height: 22px;
	letter-spacing: 0.5px
}
.search-btn-bg {
	-moz-appearance: button;
	background-color: #eaab00;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 40px;
	line-height: 17px;
	padding: 6px 15px 4px 15px;
	position: absolute;
	right: 0px;
	text-transform: uppercase;
	top: 0px;
	outline: none;
}
.search-btn-bg:hover {
	background-color: #e40046;
	color: #fff;
}
.search-btn-bg .glyphicon-search:before {
	font-size: 14px;
	color: #000
}
.glyphicon-search:before {
	font-size: 12px;
}
.site-dir {
	text-align: left;
	display: inline-block;
	padding: 0px;
	margin: 0px 0px;
	float: left
}
.site-dir a {
	font-size: 14px;
	color: #999;
	margin-right: 15px;
}
.site-dir a:hover {
	color: #000;
}
/* language & currency */

.language-box select:focus, .language-box select, .currency-box select:focus, .currency-box select {
	border: 1px #33465c solid;
	-webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 0;  /* Firefox 1-3.6 */
	border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	padding: 11px 10px 10px;
	width: auto;
}
.language-box select:focus, .language-box select, .currency-box select:focus, .currency-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #3f2d23;
	background-position: right center;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	position: right 10px center;
	color: transparent;
	padding-right: 28px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	color: #fff;
	float: right;
	margin-right: 15px;
}
/* End language & currency*/

.top_section {
	overflow: hidden;
	margin-top: 22px;
	padding-top: 6px;
	padding: 8px 0px 18px 0px;
	border-top: 1px solid #3e4855;
}
.search_cart_block {
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}
.jtv-header-box {
	padding-left: 0px;
}
/*  Toplink =*/
.toplinks {
	line-height: normal;
	padding: 0px;
	display: block;
	text-align: right;
	margin-top: 6px;
}
.toplinks .links {
	text-align: right;
	display: inline-block;
	float: right;
	padding: 0px;
	list-style: none;
	margin-bottom: 0px;
}
.toplinks .links ul {
	display: inline-block;
	text-align: right;
	margin-bottom: 0px;
}
.toplinks .links li {
	display: inline-block;
}
.toplinks .links li a {
	padding: 0px;
	color: #999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
	text-transform: none;
	text-decoration: none;
}
.toplinks .links li a:hover {
	color: #000;
	text-decoration: none;
}
/* Top Shopping Cart */
.mini-products-list .product-image {
	float: left;
	padding: 0;
	width: 60px;
}
.mini-products-list .product-image img {
	width: 60px;
}
.top-cart-content .product-name {
	margin: 0;
	width: 150px;
	line-height: 1
}
.top-cart-content .product-name a {
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
}
.top-cart-content .product-name a:hover {
	font-size: 13px;
	color: #eaab00;
}
.top-cart-contain .price {
	color: #eaab00;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 12px;
}
.top-cart-contain .product-details .price {
	color: #000;
	width: auto;
	float: none;
	font-weight: bold;
	padding-left: 0px
}
.mini-cart {
	text-align: center;
	cursor: pointer;
	margin: 0px;
}
.mini-cart .basket a.basket-icon {
	color: #fff;
	margin: 0px 12px;
	line-height: 17px;
	font-size: 13px;
	padding-right: 0px;
	letter-spacing: 0.5px;
	font-weight: 500
}
.top-cart-content .pull-right {
	margin-right: 10px;
	padding-top: 3px
}
.top-cart-content .basket a {
	border: none;
	color: #fff
}
.mini-cart .basket a:hover {
	text-decoration: none;
}
.top-cart-contain {
	position: relative;
	line-height: 38px;
	border: 1px #eaab00 solid;
	background: #eaab00;
}

.buy-btn {
    border: 1px #eaab00 solid;
	background: #eaab00;
}
.top-cart-title p {
	margin: 0;
}
.top-cart-content .empty {
	padding: 10px;
	color: #333333;
}
.basket .top-cart-content {
	position: absolute;
	right: -1px;
	background: #fff;
	padding: 0;
	text-align: right;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	z-index: 100;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	visibility: hidden;
}
.basket:hover .top-cart-content {
	opacity: 1;
	visibility: visible;
}
.top-subtotal {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 4px;
}
.top-cart-content .block-subtitle {
	color: #fff;
	overflow: hidden;
	padding: 0px 5px;
	text-align: left;
	background: #292c38
}
.top-cart-content .block-subtitle .price {
	color: #fdd21b
}
ul#cart-sidebar {
	padding: 10px 15px 0px;
}
/* top cart  */
.top-cart-content li.item {
	width: 310px;
	margin: 5px 0px 10px;
	border-bottom: 1px #eee solid;
	display: inline-block;
	padding-bottom: 10px;
}
.top-cart-content .product-details {
	color: #333333;
	position: relative;
	text-align: left;
}
.mini-products-list .product-details {
	margin-left: 80px;
	padding: 0;
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 12px;
}
.top-cart-content .product-details .btn-edit {
	position: absolute;
	right: 25px;
	top: -12px;
}
.top-cart-content .product-details .btn-edit:hover {
	color: #339900;
}
.top-cart-content .actions {
	padding: 0 15px 15px 15px;
	margin: 0px 0 0;
	overflow: hidden
}
.button.btn-checkout {
	background: #FED557;
	border: 1px solid #F5C328;
	color: #003169;
	padding: 8px 18px;
}
.button.btn-checkout:hover {
	background: #FED557
}
.button:btn-bag:hover {
background:#f6f6f6
}
.view-cart {
	border: medium none;
	cursor: pointer;
	float: none;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	background: #eee;
	color: #666;
}
.view-cart:hover {
	background: #222;
	color: #fff;
}
.view-cart:before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 8px;
	font-weight: normal;
}
.btn-remove1 {
	background-image: url(../images/btn_remove.png);
	margin: 0px 0 0 5px;
}
.btn-remove1:hover, .btn-remove1:focus {
	background-position: 0 -12px;
}
.btn-remove1 {
	display: block;
	width: 15px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left: 28px;
	margin-top: 5px;
}
.block-compare .btn-remove1 {
	left: auto;
	right: 0px!important;
	margin-top: 0px;
	top: 5px
}
.mini-cart .btn-remove1 {
	left: auto;
	right: 0px!important;
	margin-top: 0px;
	top: 0px;
}
.mini-cart .actions .btn-checkout {
	background: #eaab00;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 30px;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left
}
.mini-cart .actions .btn-checkout:hover {
	background: #eaab00;
	color: #fff;
}
.mini-cart .actions .btn-checkout:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 6px;
	font-weight: normal;
}
/******************************************
6. Navigation
******************************************/


nav {
	position: relative;
	margin: auto;
	width: 100%;
	background-color: #fff;
	/* z-index: 99; */
	padding-top: 10px;
	border-bottom: 4px #eaab00 solid;
}
.nav-inner {
	position: relative;
}
.menu {
	list-style: none;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	border-left: 0;
	margin: 0;
	margin-left: -30px;
}
.menu > li {
	float: left;
}
.menu > li > a {
	display: block;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	padding: 8px 24px;
	border-left: 1px solid #d9d9d9;
}
.menu > li:first-child > a {
	border-left: 0;
}
.menu > li > a:hover, .menu > li > a:focus, .menu > li.active > a {
	text-decoration: none;
	color: #eaab00;
}
.mega-container {
	position: relative;
	z-index: 100;
}
.navleft-container {
	position: absolute;
	width: 100%;
	top: -30px;
}
.mega-menu-title {
	cursor: pointer;
	color: #fff;
	background: #3f2d23;
	border-radius: 0px;
	vertical-align: middle;
	padding: 17px 20px 16px;
}
.cms-home-page .mega-menu-title {
	position: relative;
	z-index: 10;
	cursor: default;
	   /*top: -30px;*/
}
.mega-menu-title i, .mega-menu-title i:hover {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: baseline;
	color: #fff;
}
.mega-menu-title h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: auto;
	padding: 0px;
}
.cms-home-page .mega-menu-category {
	width: 100%;
}
.mega-menu-category {
	border-top: 0;
	display: none;
}
.mega-menu-category .side-banner {
	display: none;
}
.cms-home-page .mega-menu-category .side-banner {
	margin-top: 0px;
	display: inline-block;
}
.mega-menu-category .side-banner img {
	width: 100%
}
.mega-menu-category ul {
	padding: 0px;
	margin: 0px 0px 0px;
}
.mega-menu-category > .nav > li > a {
	background-color: #333745;
	border-bottom: 1px solid #3c404e;
	padding: 15px 20px 11px;
	color: #979797;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.mega-menu-category > .nav > li > a .fa {
	width: 20px;
	font-size: 13px;
}
.mega-menu-category > .nav > li > a .fa.fa-child, .mega-menu-category > .nav > li > a .fa.fa-gift, .mega-menu-category > .nav > li > a .fa.fa-home {
	font-size: 15px;
}
.mega-menu-category > .nav > li > a:hover .fa {
	color: #fff;
}
.mega-menu-category > .nav > li > a:after {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 20px;
	position: absolute;
	right: 18px;
	top: 9px;
}
.mega-menu-category > .nav > li.nosub > a:after {
	display: none;
}
.mega-menu-category > .nav > li.more-menu {
	display: none;
}
.mega-menu-category > .nav > li.view-more-cat > a {
	border-bottom: 0;
	background: #e3effb;
}
.mega-menu-category > .nav > li.view-more-cat > a:after {
	content: "";
}
.mega-menu-category > .nav > li > a:hover, .mega-menu-category > .nav > li > a:focus, .mega-menu-category > .nav > li.active > a {
	background-color: #494e62;
	color: #fff;
	outline: none;
}
.menu-hide {
	display: none !important;
}
.wrap-popup {
	position: absolute;
	left: 110%;
	top: 0;
	width: 700px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	z-index: 100;
}
.wrap-popup.column2 {
	width: 400px;
}
.wrap-popup.column1 {
	width: 200px;
}
.mega-menu-category > .nav > li.active .wrap-popup {
	left: 100%;
}
.popup {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	display: none;
	text-align: left;
	z-index: 3000;
	padding: 20px 20px 20px;
}
.wrap-popup.column1 .popup ul li:last-child a {
	padding: 0px;
}
.jtv-trending-products .products-grid .item .item-inner .item-img {
	margin: 0px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.jtv-top-products,.jtv-hot-deal-product {
    min-height: 460px !important;
}
.lapresse {
	position: absolute;
    bottom: -50px !important;
}
.navleft-container {
    position: absolute;
    width: 100%;
    top: 0px !important;
}
.popup {
	padding: 12px;
}
.wrap-popup {
	width: 565px;
}
}
.popup h3 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.popup h3 a:hover {
	color: #eaab00;
}
.popup .nav > li > a {
	font-size: 13px;
	color: #404040;
	padding: 0px 0 10px;
}
.popup .nav > li > a:hover, .popup .nav > li > a:focus {
	color: #eaab00;
	background-color: transparent;
}
.box-banner {
	padding-bottom: 10px;
}
.box-banner + .box-banner {
	margin-top: 10px;
}
.box-banner:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.box-banner .add-right a, .box-banner .add-right a:hover {
	padding: 0px;
}
.box-banner h3 {
	color: #494e62;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
.box-banner .price-sale {
	color: #292c38;
	font-size: 22px;
	line-height: 40px;
	font-weight: 600;
}
.box-banner .price-sale sub, .box-banner .price-sale sup {
	font-size: 16px;
	font-weight: 700;
}
.box-banner .price-sale sub {
	bottom: 3px;
	left: -22px;
}
.box-banner .price-sale sup {
	top: -17px;
	left: -8px;
}
.box-banner .add-right a {
	background: inherit;
}
.box-banner a, .box-banner a:hover {
	text-transform: capitalize;
	color: #fff;
	background: #eaab00;
	padding: 4px 8px;
	margin-top: 5px;
}
.box-banner {
	position: relative;
}
.add-desc {
	position: absolute;
	top: 12%;
	left: 10%
}
.box-banner a:hover {
	color: #fff;
}
.has-sep:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -10px;
}
.navbar-primary {
	background-color: #eaab00;
	margin: 0;
	border: 0;
}
.navbar-brand {
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-primary .navbar-brand {
	color: #fff;
	font-weight: 700;
}
.navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	color: #000;
}
/* End Nav */

/******************************************
7. New & Sale Label
******************************************/


.new-box, .sale-box {
	height: 40px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 55px;
	z-index: 10;
}
.new-box {
	left: -1px;
}
.sale-box {
	right: -1px;
}
.new-top-left {
	left: 0px;
	top: 0;
	background: #fff;
	letter-spacing: 1px;
}
.new-top-right {
	background: #FFFFFF;
	right: 0px;
	top: 0;
}
.sale-top-right {
	top: 0;
	background: #fff;
	letter-spacing: 1px;
	right: 0px;
}
.sale-top-left {
	font-size: 11px;
	color: #fff;
	background: #dd4b39;
	text-transform: uppercase;
	padding: 3px 0 4px;
	width: 102px;
	text-align: center;
	display: block;
	position: absolute;
	right: -33px;
	top: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ie8 .new-label {
	left: 0px;
	top: 0px;
	width: auto;
	padding: 5px 15px;
}
.ie8 .new-label:after {
	display: none;
}
.ie8 .new-label:before {
	display: none;
}
.ie8 .sale-label {
	right: 0px;
	top: 0px;
	width: auto;
	padding: 5px 15px;
}
.ie8 .sale-label:after {
	display: none;
}
.ie8 .sale-label:before {
	display: none;
}
.ie8 .new-box {
	top: -1px;
	left: -1px;
}
.ie8 .sale-box {
	right: -1px;
	top: -1px;
}
.new-box, .sale-box {
	position: fixed;
	text-align: center;
	top: -1px;
	width: 55px;
	z-index: 10;
}
.new-box {
	left: 0;
}
.sale-box {
	right: 0;
	top: 0px;
}
.new-label.new-top-left {
	font-size: 10px;
	color: #fff;
	background: #ed6663;
	text-transform: uppercase;
	padding: 14px 0px 6px;
	width: 120px;
	text-align: center;
	display: block;
	position: absolute;
	left: -48px;
	top: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.new-label.new-top-right {
	font-size: 10px;
	color: #fff;
	background: #ed6663;
	text-transform: uppercase;
	padding: 10px 0px 4px;
	width: 120px;
	text-align: center;
	display: block;
	position: absolute;
	right: -48px;
	top: -3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sale-label.sale-top-right {
	font-size: 10px;
	color: #fff;
	background: #2196f3;
	text-transform: uppercase;
	padding: 14px 0px 6px;
	width: 120px;
	text-align: center;
	display: block;
	position: absolute;
	right: -48px;
	top: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sale-label.sale-top-left {
	font-size: 10px;
	color: #fff;
	background: #2196f3;
	text-transform: uppercase;
	padding: 10px 0px 4px;
	width: 120px;
	text-align: center;
	display: block;
	position: absolute;
	left: -48px;
	top: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ie8 .new-label {
	left: 0px;
	top: 0px;
	width: auto;
	padding: 5px 15px;
}
.ie8 .new-label:after {
	display: none;
}
.ie8 .new-label:before {
	display: none;
}
.ie8 .sale-label {
	right: 0px;
	top: 0px;
	width: auto;
	padding: 5px 15px;
}
.ie8 .sale-label:after {
	display: none;
}
.ie8 .sale-label:before {
	display: none;
}
.ie8 .new-box {
	top: -1px;
	left: -1px;
}
.ie8 .sale-box {
	right: -1px;
	top: -1px;
}
.hot-label {
	font-size: 10px;
	color: #fff;
	background: #cd1b29;
	text-transform: uppercase;
	padding: 3px 8px;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	border-radius: 2px;
	letter-spacing: 1px;
	line-height: normal
}
.hot-label.hot-top-right {
	right: 0;
	left: auto;
}
/******************************************
8. View Type: Grid
******************************************/
.col-item a.thumb span.quick-view {
	display: block;
	position: absolute;
	top: 0;
	left: -200px;
	right: 0;
	bottom: 0;
	margin: auto 0;
	height: 35px;
	overflow: hidden;
	opacity: 0;
}
.col-item:hover a.thumb span.quick-view {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	margin: auto 0;
	height: 35px;
	overflow: hidden;
	opacity: 0.8;
}
.products-grid {
	margin: 0;
	list-style: none;
	padding: 0px;
}
.products-grid .item {
	margin-bottom: 20px;
}
.col-main .category-products .products-grid {
	margin-left: -10px;
	margin-right: -10px;
}
.products-grid .last {
	margin-right: 0;
}
.products-grid .item.show-addtocart {
	margin-top: 37px;
}
.products-grid .item .item-inner {
	position: relative;
	text-align: center;
	background: #FFF;
}
.products-grid .item .item-inner:hover {
	left: 0px;
	top: 0px;
}
.products-grid .item .item-inner .item-img {
	position: relative;
}
.products-grid .item .item-inner .item-img .ico-product {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	background: #de44c3;
	padding: 4px 20px 8px;
	color: #FFF;
	font-size: 150%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.products-grid .item .item-inner .item-img .item-img-info {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image {
	width: 100%;
	min-height: 200px;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
	width: 100%;
	
	border-radius: 0px;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image img.category {
	min-height: 260px;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
	background-color: #ddd;
	border-radius: 0px;
}
.products-grid .item .item-inner .item-img .item-img-info a.product-image .img-main {
	display: inline;
}
.products-grid .item .item-inner .item-img .item-box-hover {
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
	width: 100%;
	top: 25%;
	opacity: 0;
}
.products-grid .item .item-inner .item-img {
	margin: 15px auto 0;
}
.products-grid .item .item-inner .item-img .add_cart {
	margin-bottom: 6px;
}
.products-grid .item .item-inner .item-img .add_cart button.button.btn-cart:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 14px;
}
.products-grid .item .item-inner .item-img .product-detail-bnt {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
}
.products-grid .item .item-inner .quickview-btn {
	color: #fff;
	text-align: left;
	padding: 14px 5px 0px 18px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #333;
	border: none;
	position: absolute;
	bottom: -38px;
	right: -38px;
	opacity: 0;
	height: 80px;
	width: 80px;
	z-index: 10;
}
.products-grid .item:hover .item-inner .quickview-btn {
	opacity: 1
}
.products-grid .item .item-inner .quickview-btn:hover {
	background-color: #eaab00;
	cursor: pointer;
	text-decoration: none;
}
.products-grid .item .item-inner .quickview-btn:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 14px;
}
.products-grid .item .item-inner .quickview-btn span {
	display: none
}
.products-grid .item .item-inner .item-info .info-inner {
	border-top: none;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings {
	margin: 0 0;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
	float: none;
	margin: 0 0;
}
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
	display: none;
}
.products-grid .item .item-inner .item-info .info-inner .item-title {
	margin-bottom: 3px;
	padding-top: 16px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products-grid .item .item-inner .item-info .info-inner .item-title a {
	text-decoration: none;
	font-size: 16px;
}
.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
	color: #eaab00;
}
.products-grid .item:hover .item-inner .item-img .item-img-info {
	border-color: #fff;
}
.products-grid .item .add_cart {
	margin-top: 6px;
	display: inline-block
}
.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
	color: #eaab00;
}
.products-grid .item button.button {
	background: #fff;
	border-radius: 0px;
	border: 2px #eee solid;
	color: #333;
	padding: 4px 10px;
	font-weight: bold;
}
.products-grid .item:hover button.button {
	background: #eaab00;
	border-radius: 0px;
	border: 2px #eee solid;
	color: #fff;
	padding: 4px 10px;
	font-weight: bold;
}
.products-grid .item:hover .item-inner .item-img .item-box-hover {
	visibility: visible;
	opacity: 1;
	left: 0px;
	bottom: 0px;
}
.products-grid .item:hover .item-inner .item-info .info-inner .item-title a {
	color: #eaab00;
}
.products-grid .actions button.button.btn-cart {
	background: #fff;
	border: 1px #e5e5e5 solid;
	margin: 0 8px 0 8px;
	padding: 9px 10px 9px 10px;
	color: #333;
	line-height: 14px;
}
.products-grid .item:hover .actions button.button.btn-cart {
	background: #333;
	border: 1px solid #333;
	margin: 0 3px 0 3px;
	padding: 9px 10px 9px 10px;
	color: #FFFFFF;
}
.item .item-img .mask-shop-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(255,255,255,.2);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.item:hover .item-img .mask-shop-white {
	background: rgba(255,255,255,.8);
	border-radius: 0px;
}
.item .item-img .mask-shop-white::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px solid rgba(0,0,0,.2);
	content: '';
	-webkit-transition: border-width 0.4s, border-color 0.4s;
	-moz-transition: border-width 0.4s, border-color 0.4s;
	-ms-transition: border-width 0.4s, border-color 0.4s;
	-o-transition: border-width 0.4s, border-color 0.4s;
	transition: border-width 0.4s, border-color 0.4s;
	border-radius: 0px;
}
.item:hover .item-img .mask-shop-white::before {
	border: 0px solid rgba(204,204,204,.3);
	border-radius: 0px;
}
.item .item-img .mask-left-shop {
	position: absolute;
	width: 40px;
	top: 28%;
	margin-top: 50px;
	left: 0;
	margin-left: -50px;
	font-family: 'FontAwesome';
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	z-index: 10;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.item .item-img .mask-left-shop:hover {
	background: #212121;
}
.item:hover .item-img .mask-left-shop {
	left: 51%;

}
.item .item-img .mask-right-shop {
	position: absolute;
	width: 40px;
	top: 28%;
	margin-top: 50px;
	right: 0;
	margin-right: -50px;
	font-family: 'FontAwesome';
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	z-index: 10;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.item .item-img .mask-right-shop:hover {
	background: #212121;
}
.item:hover .item-img .mask-right-shop {
	right: 51%;

}
.item .item-img .mask-left-shop {
	background: #eaab00;
	border-radius: 3px;
}
.item .item-img .mask-left-shop:hover {
	color: #fff;
}
.item .item-img .mask-right-shop {
	background: #eaab00;
	border-radius: 3px;
}
.item .item-img .mask-right-shop:hover {
	color: #fff;
}
.products-grid .actions button.button.btn-cart {
	background: #fff;
	border: 1px #ddd solid;
	margin: 0px;
	padding: 10px 15px;
	color: #333;
	line-height: normal;
	border-radius: 2px;
}
.products-grid .actions button.button.btn-cart i {
	margin-right: 4px;
	font-size: 15px;
}
.products-grid .item:hover .actions button.button.btn-cart {
	background: #eaab00;
	color: #FFFFFF;
	padding: 10px 15px;
	border: 1px #eaab00 solid;
	border-radius: 2px;
}
.products-grid .actions button.button.btn-cart span {
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	margin-left: 0;
	text-transform: uppercase
}
/******************************************
9. Rating
******************************************/
.rating {
	color: #999;
	font-size: 12px;
	margin-bottom: 2px;
}
.rating .fa-star {
	color: #FC0
}
/******************************************
10. Price
******************************************/
.price {
	font-size: 14px;
	color: #333;
	white-space: nowrap !important;
}
.price-box {
	margin: 0;
	padding: 5px 0px;
	min-height: 32px;
}
/* Regular price */
.regular-price {
	display: inline
}
.regular-price .price {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.block .regular-price, .block .regular-price .price {
	color: #000;
}
.price-box .price-from .price {
	font-weight: 900;
	font-size: 14px;
	color: #333;
}
.price-box .price-to .price {
	font-weight: 900;
	font-size: 14px;
	color: #333;
}
.price-box .minimal-price .price {
	font-weight: 900;
	font-size: 14px;
	color: #333;
}
/* Old price */
.old-price .price-label {
	white-space: nowrap;
	color: #999;
	display: none;
}
.old-price {
	display: inline;
	margin-right: 15px;
}
/* Old price */
.old-price .price-label {
	color: #777777;
	display: none;
	white-space: nowrap;
}
.old-price .price {
	color: #999!important;
	font-size: 13px;
	font-weight: normal;
	text-decoration: line-through;
	margin-left: 6px;
}
.latest-product .old-price .price-label {
	display: none;
}
/* Special price */
.special-price {
	margin: 0;
	padding: 3px 0;
	display: inline;
}
.special-price .price-label {
	color: #666;
	display: none;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
}
.special-price .price {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.special-price .price-label {
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
	color: #666;
	display: none;
}
.latest-product .special-price .price-label {
	display: none;
}
/* Minimal price (as low as) */
.minimal-price {
	margin: 0;
}
.minimal-price .price-label {
	white-space: nowrap;
}
.minimal-price-link {
	display: inline;
}
/******************************************
11. Hot Deal Product
******************************************/
.jtv-hot-deal-product {
	position: relative;
	border: 1px #e5e5e5 solid;
	background: #fff;
	margin-bottom: 30px;
	padding: 0px 20px;
	min-height: 555px;
}
.timer-grid {
	overflow: hidden;
	display: inline-block;
	margin-top: 12px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 12px;
	z-index: 10;
}
.timer-grid .box-time-date {
	background: #eaab00;
	font-size: 10px;
	color: #fff;
	min-width: 56px;
	min-height: 60px;
	text-align: center;
	margin-top: 0px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 50px;
	display: inline-block;
	margin: 0px 4px
}
.timer-grid .day.box-time-date {
	background: #eaab00;
	color: #fff;
	border: 0px #eaab00 solid;
}
.timer-grid .day.box-time-date span {
	color: #fff;
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
}
.box-timer {
	margin-top: 0px;
	text-align: left;
	width: 100%;
}
.hot-deal {
	overflow: hidden;
	margin-top: 15px;
}
.jtv-hot-deal-product .products-grid .item .item-inner .item-info .info-inner .item-title {
	padding-top: 9px;
}
.jtv-hot-deal-product .products-grid .item {
	margin-top: 20px;
	border: 0px #e5e5e5 solid;
	margin-bottom: 5px;
}
.jtv-hot-deal-product .item-info {
	padding-bottom: 22px;
}
.jtv-hot-deal-product .products-grid .item .item-inner .item-img {
	margin: 0px auto 0;
}
/******************************************
12. Sidebar Banner
******************************************/

.sidebar-banner {
	margin-bottom: 30px;
}
.jtv-top-banner{margin-bottom: 30px;}
.jtv-top-banner a {
	position: relative;
	display: inline-block;
}
.jtv-top-banner a:before {
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: absolute;
	width: 100%;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
}
.jtv-top-banner a:hover {
	-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	-o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	-ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background: #000;
}
.jtv-top-banner a:hover:before {
	-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	-o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	-ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.jtv-top-banner a img {
	width: 100%;
}
/******************************************
13. Top Seller Products
******************************************/
.jtv-top-products .product-flexslider {
	margin: 20px -10px 20px;
}
.jtv-top-products {
	position: relative;
	border: 1px #e5e5e5 solid;
	background: #fff;
	margin-bottom: 30px;
	padding: 0px 20px;
	min-height: 555px;
}
.jtv-top-products .product-flexslider {
	margin: 20px -10px 20px;
}
.jtv-top-products .products-grid .item .item-inner .item-img {
	margin: 0px auto 0;
}
/******************************************
14. All title
******************************************/

.jtv-new-title h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	padding: 15px 0px 15px 0px;
	position: relative;
	display: inline-block;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0px
}
.jtv-new-title {
	padding: 0 20px;
	text-align: left;
	border-bottom: 1px #e5e5e5 solid;
	margin: 0px -20px;
	color: #000000;
}
.page-title h1, .page-title h2 {
	color: #000;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 15px 0;
	position: relative;
	text-transform: uppercase;
}
.page-title h1.white, .page-title h2.white {
	color: #fff;
}
.page-title {
	border-bottom: 1px solid #e5e5e5;
	color: #fff;
	margin: 0 -20px;
	padding: 0 20px;
	text-align: left;
}
/******************************************
15. Latest News
******************************************/
.jtv-latest-blog {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0 20px;
	position: relative;
}
.jtv-latest-blog .container {
	padding-left: 20px;
	padding-right: 20px
}
.jtv-latest-blog .blog-title {
	color: #000000;
	height: 50px;
	margin: 0 auto 0px;
	text-align: left;
	text-transform: none;
	padding-left: 15px
}
.jtv-latest-blog h3 {
	margin-top: 12px;
	margin-bottom: 5px;
}
.jtv-latest-blog h3 a {
	font-size: 14px;
	font-weight: bold;
}
.jtv-latest-blog .icon-calendar:before {
	margin-right: 5px
}
.jtv-latest-blog .post-date {
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 10px;
}
.jtv-latest-blog .readmore {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px #eaeaea solid;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold
}
.jtv-latest-blog .readmore:hover {
	background: #eaab00;
	color: #fff
}
.jtv-latest-blog .blog-title h2 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding: 12px 10px 2px 0px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.jtv-latest-blog .blog_inner {
	margin: 20px 0;
	padding-left: 10px;
	padding-right: 10px;
}
.jtv-latest-blog .blog_inner:first-child {
	padding-left: 15px;
}
.jtv-latest-blog .blog_inner:last-child {
	padding-right: 15px;
}
.post-date {
	color: #5e5f5f;
	font-weight: normal;
	font-size: 13px;
}
.jtv-latest-blog a:hover {
	color: #eaab00;
	text-decoration: none;
}
.blog_post img {
	max-width: 100%;
	height: auto;
}
.jtv-latest-blog p {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0px 20px 0px;
	text-align: left;
	color: #777
}
.blog_post img {
	margin-bottom: 20px;
	width: 100%;
}
.jtv-latest-blog .blog-img {
	display: block;
	overflow: hidden;
}
.jtv-latest-blog .blog-img img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.jtv-latest-blog .blog-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.blog-img img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}
.blog-img .mask {
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}
.blog-img a.info {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-o-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
}
.blog-img:hover .mask {
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.blog-img:hover a.info {
	opacity: 1;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-o-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.blog-img .mask, .blog-img .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
}
.blog-img a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #eaab00;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border: 2px #fff solid;
	text-transform: uppercase
}
.blog-img a.info:hover {
	background: #eaab00;
}
.blog-img {
	position: relative;
}
.blog-outer-container .block-title {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 15px;
	padding: 22px 20px 18px 24px;
	position: relative;
	text-transform: uppercase;
	background: url("../images/corner.png") no-repeat scroll left top #1f72ce;
	border-radius: 0px 3px 0px 0px;
}
.blog-outer-container .block-title span {
	border-left: 1px solid #7eb7f6;
	color: #bed6e2;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 15px;
	padding-left: 22px;
	text-transform: none;
	vertical-align: top;
}
.blog-outer-container .block-title h2 {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 18px;
	margin: auto;
	text-transform: uppercase;
}
.blog-block {
	border: 1px #f1f1f1 solid;
	background: #fff;
	overflow: hidden;
	padding-bottom: 35px
}
.jtv-latest-blog h3 {
	margin-bottom: 50px;
}
.blog-title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
	padding: 0px 0px;
	letter-spacing: .5px
}
.jtv-latest-blog .icon-calendar:before {
	margin-right: 5px
}
.jtv-latest-blog .post-date {
	width: 100px;
	z-index: 100;
	top: 10%;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #999;
	margin-left: 0px;
	padding: 5px 0px;
}
.jtv-latest-blog .readmore {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px #d1d1d1 solid;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold
}
.jtv-latest-blog .readmore:hover {
	background: #eaab00;
	color: #fff
}
.jtv-latest-blog .blog-title h2 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding: 12px 10px 2px 0px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.jtv-latest-blog .blog_inner {
	float: left;
	margin-top: 20px;
	position: relative
}
.post-date {
	color: #5e5f5f;
	font-weight: normal;
	font-size: 13px;
}
.blog_post img {
	max-width: 100%;
	height: auto;
}
.jtv-latest-blog p {
	font-size: 13px;
	line-height: 20px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	color: #777;
	padding: 0px 0px 0px 0px;
}
.blog_post img {
	margin-bottom: 20px;
	width: 100%;
}
.jtv-latest-blog .blog-img {
	display: block;
	overflow: hidden;
}
.jtv-latest-blog .blog-img img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.jtv-latest-blog .blog-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.blog-img img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}
.blog-img .mask {
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}
.blog-img a.info {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.blog-img:hover .mask {
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.blog-img:hover a.info {
	opacity: 1;
	-webkit-transform: translateY(85px);
	-moz-transform: translateY(85px);
	-o-transform: translateY(85px);
	-ms-transform: translateY(85px);
	transform: translateY(85px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.blog-img .mask, .blog-img .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
}
.blog-img a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #eaab00;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	border: #fff double;
	text-transform: uppercase
}
.blog-img a.info:hover {
	background: #202726;
}
.blog-img {
	position: relative;
}
.blog-outer-container .jtv-new-title {
	border-bottom: 1px solid #e5e5e5;
	padding: 25px;
	margin-bottom: 0px;
}
.post-meta {
	list-style: outside none none;
	padding: 0 0px 3px;
	margin-bottom: 8px;
}
.post-meta li {
	display: inline-block;
	margin-right: 10px;
	color: #a7a7a7;
	text-transform: none;
	font-size: 13px;
}
.post-meta li i {
	padding-right: 10px;
}
.title-primary {
	font-size: 24px;
	letter-spacing: 3px;
}
.blog-preview {
	padding: 60px;
}
.blog-outer-container {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.blog-preview_image {
	float: left;
	width: 100%;
	position: relative;
}
.blog-preview_image img {
	float: left;
	width: 100%;
}
.blog-preview_info {
	padding: 0px;
	width: 100%;
	text-align: center;
}
.blog-preview_title a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.3em;
	margin: auto;
	padding-bottom: 6px;
	color: #000;
}
.blog-preview_desc {
	color: #666;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 0px;
	letter-spacing: 0.3px;
	margin-bottom: 14px;
}
a.blog-preview_btn {
	font-size: 12px;
	margin: 0px;
	padding: 8px 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	background: #fff;
	color: #333;
	border: 1px #ddd solid;
	line-height: initial;
	border-radius: 2px;
}
a.blog-preview_btn:focus, a.blog-preview_btn:hover {
	color: #fff;
	background: #eaab00;
	border: 1px #eaab00 solid;
}
.blog-preview_posted {
	color: #333;
	background: rgba(255, 255, 255, 0.9);
	bottom: 10px;
	height: 60px;
	right: 10px;
	position: absolute;
	width: 60px;
	z-index: 10;
}
.blog-preview_date {
	float: left;
	font-size: 13px;
	padding: 6px 0 10px;
	position: relative;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}
.blog-preview_date span {
	font-size: 18px;
	font-weight: 700;
}
.blog-preview_comments {
	float: right;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
}
.blog-preview_comments i {
	color: #eaab00;
}
.blog-preview_image:hover .blog-preview_posted {
	color: #000;
}
.blog-container {
	padding-top: 25px;
	padding-bottom: 90px;
	text-align: center;
}
.blog-container .row {
	padding-top: 83px;
}
.blog-preview-small {
	float: left;
	position: relative;
	width: 100%;
}
.blog-preview-small_img {
	float: left;
	width: 100%;
}
.blog-preview-small_link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.blog-preview-small_link:hover {
	background-color: rgba(0,0,0,0.4);
}
.blog-preview-small_link:hover .blog-preview_posted {
	color: #fff;
}
.blog-preview-small_txt {
	bottom: 30px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.blog-preview-small .blog-preview_posted {
	border-style: none;
	border-width: 0;
	bottom: auto;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: -25px;
}
.blog-preview-small_more {
	border-color: #ececec;
	float: left;
	font-size: 11px;
	margin: 28px 0 0;
	padding: 8px 15px;
}
.blog-inner {
	display: inline-block;
	margin-top: 15px;
}
.blog-preview_item {
	padding-left: 10px;
	padding-right: 10px;
}
.blog-preview_item h4 {
	margin: 12px 0 10px;
	text-align: center;
}
.box-hover .add-to-links {
	margin: 0;
	list-style: none;
	padding: 0;
}
.box-hover .add-to-links li {
	margin: 3px 0;
}
.box-hover {
	position: absolute;
	top: 55%;
	margin-top: -76px;
	left: -100%;
	float: right;
	text-align: left;
}
.image-hover2 a {
	position: relative;
	display: inline-block;
}
.jtv-blog-img-hover a:after {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}
.blog-preview_item:hover .jtv-blog-img-hover a:after {
	visibility: visible;
	opacity: 0.8;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.jtv-blog-img-hover a:hover:before {
	opacity: 1;
}
.blog-outer-container .entry-thumb {
	position: relative;
}
/******************************************
16. Collection Banner
******************************************/

.jtv-collection-area {
	margin-bottom: 30px;
}
.no-padding {
	padding: 0px
}
.column-left {
	width: 69.8%;
	padding: 0px;
}
.column-right {
	width: 30.2%;
	padding: 0px;
}
.col-left-top-left.pr-8.pull-left, .col-left-bottom-right.pl-8.pull-right {
	width: 60.6%;
}
.col-left-top-right.pl-8.pull-right, .col-left-bottom-left.pr-8.pull-left {
	width: 39.4%;
}
.col-left-top-left, .col-left-top-right, .col-left-bottom-left, .col-left-bottom-right, .column-right {
	position: relative
}
.col-left-top-left-text, .col-left-top-right-text, .col-left-bottom-left-text, .col-left-bottom-right-text, .col-right-text {
	position: absolute;
	left: 46%;
	top: 25%;
	color: #282828;
}
.col-left-top-right-text {
	left: 46%;
}
.col-left-bottom-left-text {
	left: 9%;
}
.col-left-bottom-right-text {
	left: 12%;
}
.col-left-top-left-text h5, .col-left-top-right-text h5, .col-left-bottom-left-text h5, .col-left-bottom-right-text h5, .col-right-text h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.col-right-text {
	left: -128px;
	top: 47%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.col-left-top-left-text h3, .col-left-top-right-text h3, .col-left-bottom-left-text h3, .col-left-bottom-right-text h3, .col-right-text span {
	font-size: 30px;
	color: #eaab00;
	margin-bottom: 0;
	font-weight: 700;
	margin-top: 12px;
}
/******************************************
17. Brand Logo Slider
******************************************/
.jtv-brand-logo {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	margin-top: 10px;
	padding: 0 20px;
	position: relative;
}
#jtv-brand-logo-slider.product-flexslider {
	margin: 25px 0px;
}
.jtv-brand-logo .slider-items-products .item a img {
	opacity: 0.4;
}
.jtv-brand-logo .slider-items-products .item a:hover img {
	opacity: 1;
}
/******************************************
18. Product Slider
******************************************/
.carousel-inner {
	margin-top: 20px;
}
.owl-item .item {
	margin: 0 10px;
}
.slider-items-products {
	position: relative;
}
.slider-items-products .item {
	text-align: center;
}
.slider-items-products .item .product-image {
	display: block;
	overflow: hidden;
}
.slider-items-products .item .product-image img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.slider-items-products .item .product-image:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}
#category-desc-slider img {
	width: 100%
}
.owl-buttons {
	opacity: 0;
}
.owl-carousel:hover .owl-buttons {
	opacity: 1;
	transition: all 0.3s ease-out;
}
.slider-items-products .owl-buttons .owl-prev {
	position: absolute;
	left: 25px;
	top: 30%;
}
.slider-items-products .owl-buttons .owl-next {
	position: absolute;
	right: 2px;
	top: 30%;
}
.slider-items-products .owl-buttons .owl-prev a {
	background-position: 0 100%;
}
.slider-items-products .owl-buttons .owl-next a {
	background-position: 100% 100%;
	top: 50%;
	padding: 2px;
}
.slider-items-products .owl-buttons .owl-next a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	text-transform: none;
	font-size: 24px;
	padding: 6px 6px 6px 6px;
	line-height: 30px;
}
.slider-items-products .owl-buttons .owl-prev a:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f104";
	text-transform: none;
	font-size: 26px;
	line-height: 35px;
}
.slider-items-products .owl-buttons a {
	background: #fff;
	display: block;
	height: 38px;
	margin: 0px 0 0 -30px;
	position: absolute;
	top: 50%;
	width: 38px;
	z-index: 5;
	color: #888;
	border: 1px #eaeaea solid;
	border-radius: 2px;
}
.product-flexslider {
	margin: 6px -10px 20px;
}
.owl-theme .owl-controls .owl-buttons div {
	background: none !important;
}
.slider-items-products .owl-buttons a:hover {
	text-decoration: none;
	background: #eaab00;
	color: #fff;
	border: 1px #eaab00 solid;
}
.best-seller-pro {
	position: relative;
	margin-bottom: 15px;
}
.jtv-trending-products {
	position: relative;
	border: 1px #e5e5e5 solid;
	background: #fff;
	margin-bottom: 20px;
	padding: 0px 20px
}
.jtv-featured-products {
	position: relative;
	border: 1px #e5e5e5 solid;
	background: #fff;
	margin-bottom: 20px;
	padding: 0px 20px;
}
.jtv-trending-products .product-flexslider {
	margin: 20px -10px 20px;
}
.recommend {
	margin: 20px auto;
	position: relative;
}
.recommend .controls .next {
	right: 0;
}
.recommend .controls .prev {
	right: 36px;
}
.cross-sell-pro .jtv-new-title h2 {
	padding: 8px 20px 8px 0px;
}
.cross-sell-pro {
	margin-top: 25px;
}
.jtv-crosssel-pro {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	margin-top: 10px;
	padding: 0 20px;
	position: relative;
}
.jtv-crosssel-pro .products-grid {
	margin: 0px -15px;
}
/******************************************
19. Support Policy Box
******************************************/
.support-policy-box {
	padding: 25px 0px;
	margin: auto;
	border: 1px solid #e5e5e5;
	text-align: center;
	background: #fff;
	margin-top: 35px;
}
.support-policy-box .support-policy {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.support-policy-box .support-policy .content {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #000;
}
.support-policy-box i {
	font-size: 42px;
	color: #3f2d23;
}
.mm-toggle {
    background: #3f2d23;
}
/******************************************
20. Breadcrumbs
******************************************/
.breadcrumbs {
	padding: 20px 0px 0px 0px;
	margin: auto;
	font-size: 14px;
	color: #fff;
}
.breadcrumbs a {
	color: #666;
}
.breadcrumbs a:hover {
	color: #000;
}
.breadcrumbs span {
	display: inline-block;
	margin: 0 8px 0 8px;
	color: #999;
	font-size: 13px;
}
.breadcrumbs ul {
	margin: 0px;
	padding: 0px;
}
.breadcrumbs ul li {
	list-style-type: none;
	display: inline;
}
.breadcrumbs strong {
	font-weight: bold;
	color: #333 !important;
}
.slider-items-products .owl-buttons .owl-prev a {
	background-position: 0 100%;
	border: 1px #e5e5e5 solid;
}
/******************************************
21. Sidebar
******************************************/
.block {
	margin: 0 0 25px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.block .block-title {
	border-bottom: 1px solid #e5e5e5;
	color: #000;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0;
	padding: 15px 15px 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.block .block-title h3 {
	margin: auto;
	font-size: 16px;
	font-weight: 600;
}
.block .block-title a {
	text-decoration: none;
}
.block .block-content .item {
	padding: 5px 0;
}
.block .btn-remove, .block .btn-edit {
	float: right;
	margin-top: 6px
}
.sidebar .block .access .btn-remove {
	float: right;
	margin-top: -38px
}
.block .actions {
	text-align: left;
	padding: 8px 0;
}
.block .actions a {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.block .empty {
	color: #666666;
}
.jtv-btn-remove:hover, .jtv-btn-remove:focus {
	background-position: 0 -12px;
}
.jtv-btn-remove {
	display: block;
	width: 15px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left: 28px;
	margin-top: 5px;
}
.block-compare .jtv-btn-remove {
	left: auto;
	right: 0px!important;
	margin-top: 0px;
	top: 5px
}
.jtv-btn-remove {
	background-image: url(../images/btn_remove.png);
	margin: 0px 0 0 5px;
}
/*18.a product price range*/

.block.product-price-range .block-content {
	padding: 28px 15px 10px
}
.product-price-range .amount-range-price {
	padding: 15px 0
}
.product-price-range .slider-range-price {
	height: 7px;
	background: #999;
	border: none;
	border-radius: 2px
}
.product-price-range .slider-range-price .ui-widget-header {
	background: #666;
	height: 7px
}
.product-price-range .slider-range-price .ui-slider-handle {
	border: 1px #eaab00 solid;
	border-radius: 3px;
	background: #eaab00;
	cursor: pointer
}
.check-box-list {
	overflow: hidden
}
.check-box-list li {
	line-height: 24px
}
.check-box-list label {
	display: inline-block;
	cursor: pointer;
	line-height: 12px;
	font-weight: 600;
}
.size ul {
	margin-bottom: 6px !important;
	display: inline-block;
}
.size li {
	border: 0 none;
	float: left;
	margin-right: 5px;
}
.size li a:hover {
	border-color: #eaab00;
	background: #eaab00;
	color: #fff;
}
.size li a {
	border: 1px solid #e8e6e2;
	padding: 3px 10px;
	color: #666;
	float: left;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0px;
}
.check-box-list label span.count {
	color: #a4a4a4;
	margin-left: 2px
}
.sidebar-left {
	margin-left: 0 !important;
}
.bv3 .sidebar-right, .bv3 .sidebar-left {
	padding-left: 15px;
}
.sidebar ol, .sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar .block-venedor-ads .block-content li {
	padding: 0;
}
.sidebar .block dt {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding: 10px 0;
	padding-bottom: 0px!important
}
.sidebar .block dd {
	border-bottom: 0 solid #CCCCCC;
	margin: 0;
	padding: 0 5px;
	margin-bottom: 15px
}
.block-layered-nav dd.last {
	margin-bottom: 0px;
}
.sidebar address {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
	border-bottom: none;
	line-height: 24px;
}
.sidebar {
	font-size: 14px;
}
.sidebar .block-layered-nav .price {
	font-size: 13px;
	font-weight: normal;
}
.block-layered-nav .block-subtitle, .block-layered-nav dt {
	color: #333;
	font-weight: 600;
	font-size: 13px;
}
.block-layered-nav .currently ol {
	border: 1px solid #ececec;
	background-color: #f4f4f4;
	border-radius: 3px;
}
.sidebar a, .sidebar .block-layered-nav .price .sub {
	color: #222;
	font-size: 14px;
}
.sidebar .block-layered-nav .price {
	color: #666;
}
.sidebar .link-cart, .sidebar .link-reorder, .block .actions a {
	color: #CA0000;
	font-size: 14px;
}
.sidebar .link-compare, .sidebar .link-wishlist {
	color: #aaa;
	font-size: 14px;
}
.block-tags .actions a.view-all {
	text-transform: uppercase;
	color: #333;
	margin-bottom: auto;
	font-size: 14px;
}
.block-tags .actions a.view-all:hover {
	color: #333;
}
.sidebar .link-cart:hover, .sidebar .link-wishlist:hover, .sidebar .link-reorder:hover, .sidebar .link-compare:hover, .sidebar .link-cart:focus, .sidebar .link-wishlist:focus, .sidebar .link-reorder:focus, .sidebar .link-compare:focus, .block .actions a:hover, .block .actions a:focus {
	color: #333;
}
.sidebar .block dl {
	border-bottom: 0px solid #ccc;
	margin: 0;
}
.block .block-content .price {
	font-size: 14px;
	color: #000;
}
/* 18b. Block: Account */
.block-account .block-content {
	padding-top: 0 !important;
}
.block-account .block-content ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.block-account .block-content li {
	padding: 10px 0px;
	border-top: 1px #fff solid;
	border-bottom: 1px #ddd solid;
}
.block-account .block-content li:last-child {
	border: none;
	padding-bottom: 0px;
}
.sidebar .block-content li.last {
	border-bottom: none;
}
.block-account .block-content li a {
	cursor: pointer;
}
.block-account .block-content li a:hover {
	cursor: pointer;
	padding: 0 12px;
	color: #000;
}
.sidebar .block-content li.current {
	color: #333;
	font-weight: 600;
}
/* Block: Currency Switcher */

.block-currency select {
	width: 100%;
	margin-right: 8px;
}
/*18d.  Block: Layered Navigation */
.block-layered-nav {
	background-color: #FFFFFF;
}
.block.block-layered-nav .block-content {
	padding: 15px 15px 0px
}
.block.block-layered-nav .block-content li {
	margin-bottom: 5px;
}
.block-layered-nav .block-content {
	padding: 0;
}
.block-layered-nav dt {
	overflow: hidden;
	padding: 0px 0 10px !important;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
}
.block-layered-nav dd {
	margin: 0;
	padding: 0;
}
.block-layered-nav dd ol {
	position: relative;
}
.bag-material {
	margin-left: -5px !important;
	margin-top: 5px !important;
}
.block-layered-nav dd ol li:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 4px;
	color: #444;
}
.block-layered-nav dd ol.bag-material li:before {
	content: '';
	padding-right: 0px;
}
.block-layered-nav dd ol.bag-material input[type=checkbox] {
	margin: 8px 2px 0 -10px;
	margin-top: 1px\9;
	line-height: normal;
	vertical-align: -2px;
}
.block-layered-nav .btn-remove {
	float: right;
}
.block-list .price {
	color: inherit;
	font-size: 14px;
}
/*18e. Block: Cart */
.block-cart {
	padding: 0px;
	overflow: hidden;
}
.block-cart .amount {
	margin-bottom: 5px
}
.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 5px 0;
}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
	word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
	white-space: normal !important;
}
.block-cart .summary {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.block-cart .subtotal {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 8px
}
.block-cart .block-content .summary .subtotal .label {
	background: transparent;
	border-radius: 0 0 0 0;
	box-shadow: none;
	font-weight: normal;
	padding: 2px 0;
	text-shadow: none;
	color: #000;
	font-size: 100%;
}
.block-cart .subtotal .price {
	color: #000;
	font-size: 13px;
}
.ajax-checkout {
	border: 0 none;
	margin: 0;
	padding: 5px 0 0px;
	text-align: left;
	margin-bottom: 0px;
}
.ajax-checkout a {
	border: 0px #dc436b solid;
	background: #323C46;
	text-shadow: 0 1px 0 #333;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 8px 12px;
	text-transform: uppercase;
}
.ajax-checkout a:hover {
	border: 0px #111 solid;
	background: #222;
	padding: 6px 10px;
	text-shadow: 0 1px 0 #000;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
}
.sidebar .block-cart .block-subtitle {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin: 8px 0 8px;
	font-size: 13px;
	color: #333;
}
.block-cart .block-content ul li .product-details {
	float: right;
	width: 61%;
}
.block-cart .block-content ul li .product-details .access {
	float: right
}
.block-cart .block-content ul li .product-details .access .jtv-btn-remove {
	position: inherit;
}
.block.block-cart ul li.item {
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
.block.block-cart ul li:last-child.item {
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.block-cart ul li.item img {
	width: 80px;
}
.block-cart .block-content ul li a.product-image {
	display: inline;
}
.block-cart .block-content ul li a.product-image img {
	border: 1px solid #ECECEC;
}
.block-cart .block-content ul li .product-name {
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 17px;
}
.block-cart .block-content ul li .product-name a {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.col-right .block-cart .block-content ul li .product-details {
	float: right;
	width: 172px;
}
.col-right .block-cart ul li.item {
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 5px;
	padding-bottom: 8px;
}
.col-right .block-cart ul li.item.last {
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.col-right .block-cart .block-content ul li a.product-image {
	display: inline;
}
.col-right .block-cart .block-content ul li a.product-image img {
	border: 1px #ddd solid;
}
.col-right .block-cart .block-content ul li .product-name {
	margin: 0 0 2px;
	font-size: 14px;
}
.breadcrumbs li strong {
	color: #000;
}
/*18g. Block: Compare Products */
.block-compare {
	background-color: #fff;
	padding: 0px;
}
.block-compare li {
	padding: 5px 0;
}
.block-compare .block-content ol, .block-compare .block-content ul {
	margin: 0;
}
ol#compare-items li a.product-name {
	font-size: 14px;
	padding: 0px;
	margin: 0;
	font-weight: normal;
	color: #222;
	line-height: 20px;
	text-transform: none;
	display: inline-block;
	width: 200px;
	letter-spacing: 0.5px;
}
ol#compare-items li a.product-name:hover {
	color: #eaab00;
}
ol#compare-items li a.product-name span {
	margin-right: 3px;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 15px;
	margin-bottom: 6px;
}
ol#compare-items li {
	margin: 0;
	padding: 0 0 6px;
	position: relative;
	margin-bottom: 6px;
	background: none;
}
ol#compare-items li a i {
	font-size: 14px;
	padding-right: 6px;
	display: inline-block;
	vertical-align: baseline;
}
ol#compare-items li.last {
	border-bottom: none;
	margin-bottom: 0;
}
/*18h. Block: Recently Viewed */
.block-viewed .block-content {
	background-color: #fff;
	padding: 0px;
}
.block-viewed li {
	padding: 3px 0px !important;
	list-style: none;
}
.block-viewed li.last {
	padding: 0px;
	border-bottom: 0px #eaeaea solid;
	list-style: none;
}
.block-viewed .block-content li a {
	padding: 0 15px;
	color: #666;
}
.block-viewed .block-content li a:hover {
	font-size: 13px;
	color: #000;
}
.block-viewed li span {
	color: #777777;
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 8px;
	margin-right: 3px;
}
.block-viewed li a i {
	font-size: 13px;
	padding-right: 6px;
	color: #444;
	vertical-align: 1px;
}
.block-compared li a i {
	font-size: 13px;
	padding-right: 6px;
	color: #444;
	vertical-align: top;
}
.sidebar ol, .sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0
}
#poll-answers {
	margin-bottom: 10px
}
#recently-viewed-items .product-name {
	text-align: left;
	margin: 0;
	text-transform: none;
	width: 212px;
	display: inline-block
}
#recently-viewed-items .product-name a {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0px;
	letter-spacing: 0.5px;
}
#recently-viewed-items .product-name a:hover {
	color: #eaab00;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
/*18i. Block: Recently Compared */
.block-compared .block-content {
	background-color: #fff;
	padding: 5px 12px 12px;
}
.block-compared li {
	padding: 3px 0px !important;
	list-style: none;
}
.block-compared li.last {
	padding: 0px;
	border-bottom: 0px #eaeaea solid;
	list-style: none;
}
.block-compared .block-content li a {
	padding: 0 15px;
	color: #666;
}
.block-compared .block-content li a:hover {
	font-size: 13px;
	color: #000;
}
.block-compared li span {
	color: #777777;
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 8px;
	margin-right: 3px;
}
.block-compared li:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 6px;
	color: #444;
	vertical-align: top;
}
#recently-compared-items .product-name {
	text-align: left;
	margin: 0;
	text-transform: none;
	width: 225px;
	display: inline-block
}
#recently-compared-items .product-name a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0px;
}
#recently-compared-items .product-name a:hover {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
/*18g. Block: Poll */
.block-poll {
	background-color: #fff;
	padding: 0px;
}
.block-poll label {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #222;
	font-weight: normal;
	letter-spacing: 0.5px;
}
.block-poll .block-subtitle {
	color: #000;
	font-size: 14px;
}
.block-poll input.radio {
	float: left;
	margin: 1px -18px 0 0;
}
.block-poll .label {
	display: block;
	margin-left: 18px;
	text-align: left;
	padding: 0 0.3em 0.1em;
	line-height: 14px;
	font-size: 13px;
}
.block-poll li {
	padding: 3px 0px !important;
	background: none !important;
}
.block-poll .actions {
	margin: 5px 0 0 0px;
	padding: 0;
}
.block-poll .answer {
}
.block-poll .votes {
	float: right;
	margin-left: 10px;
}
/*18k. Block: Tags */
.block-tags {
	background-color: #fff;
	padding: 0px;
}
.block-tags .block-content {
	overflow: hidden;
}
.tags-list a {
	background-color: #f0f0f0;
	padding: 2px 6px;
	margin-bottom: 4px;
	display: inline-block;
	font-size: 12px;
}
.tags-list a:hover {
	background-color: #eaab00;
	color: #fff;
}
.block-tags .actions {
	border: 0 none;
	float: right !important;
	margin-top: 8px;
	padding: 0px;
	text-align: left;
}
/*18l. Block: Subscribe */
.block-subscribe {
	background-color: #fff;
	padding: 0px;
}
.block-subscribe .input-text {
	width: 90%;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	color: #AAAAAA;
	padding: 10px 7px;
	font-size: 13px;
}
.block-subscribe .input-text:focus {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #333333;
	font-size: 13px;
	outline: medium none;
	padding: 10px 7px;
	vertical-align: middle;
}
.form-subscribe-header {
	font-size: 14px;
	margin-bottom: 5px;
	color: #222;
}
.static-contain {
	margin-top: 10px;
}
.static-contain .required {
	color: #F00;
}
.static-contain ul {
	padding: 0px;
	list-style: none;
}
.group-select li .input-box {
	float: left;
	width: 45%;
}
.group-select li input.input-text, .group-select li textarea {
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
	outline: medium none;
	padding: 8px 10px;
	width: 88%;
}
.group-select li {
	list-style: outside none none;
	margin: 0 0 5px;
	overflow: hidden;
}
/*18m Block: Recently Viewed */

.block-company .block-content {
	padding-top: 2px !important;
}
.block-company ol {
	margin: 5px 0 0;
}
.block-company li {
	padding: 10px 0px;
	list-style: none;
}
.block-company li:first-child {
	border-top: none
}
.block-company li a {
	padding: 0 5px;
	text-decoration: none;
}
.block-company li a:hover {
	padding: 0 5px;
	color: #eaab00;
}
.block-company li.last {
	padding: 10px 0px 0px;
	border-bottom: 0px #eaeaea solid;
	list-style: none;
}
.block-company li span {
	float: left;
	margin-right: 5px;
	font-size: 16px;
	color: #aaa;
	line-height: 16px;
}
.block-company li strong {
	color: #333;
	padding: 0 5px;
}
/*18n. Block: Reorder */
.block-reorder li {
	padding: 5px 0;
}
.block-reorder input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}
.block-reorder .product-name {
	margin-left: 20px;
}
/*18m. Block: Banner */

.block-banner .block-content {
	text-align: center;
}
.block-banner a img {
	transition: all 0.4s ease-out 0.2s;
}
.block-banner a img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
	background-color: #eee;
}
#carousel-example-generic .carousel-caption h3 a {
	font-size: 32px;
	color: #fff;
	text-shadow: none;
}
.jtv-add-banner {
	margin-bottom: 35px;
}
.jtv-add-banner img {
	max-width: 100%;
}
/*19.  custom-slider  */
.custom-slider {
	margin-bottom: 35px;
	border: 0px #e5e5e5 solid;
	background: #fff;
	padding: 0px
}
.custom-slider .carousel-caption {
	text-shadow: none;
	padding: 0px 15px
}
#carousel-example-generic {
	background: #fff!important;
}
#carousel-example-generic .carousel-control.left {
	background: none
}
#carousel-example-generic .carousel-control.right {
	background: none
}
#carousel-example-generic .carousel-inner {
	margin: 0px;
	overflow: hidden;
}
#carousel-example-generic .carousel-caption {
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0px 15px 15px;
}
#carousel-example-generic p {
	color: #fff;
}
.custom-slider .carousel-indicators {
	width: auto;
	margin-left: -20px;
	display: none;
}
.custom-slider .carousel-control {
	display: none
}
.custom-slider img {
	border-radius: 0px
}
.custom-slider .link {
	border: 1px #fff solid;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px
}
/******************************************
22. Checkout Page
******************************************/
.create-acc-body, .ship-acc-body {
	display: none
}
.acc-toggle > input, .ship-toggle > input {
	display: block;
	float: left;
	height: auto;
	margin: 0 10px 0 0;
	width: auto;
}
.acc-toggle > label, .ship-toggle > label {
	display: block;
	line-height: 14px;
}
.create-acc-body .sm-des {
	padding: 10px 0
}
.ship-toggle > label {
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
}
.cart_item.check-heading {
	border-top: 1px #e5e5e5 solid
}
.ship-toggle > input {
	position: relative;
	top: 7px;
}
.coupne-customer-area .panel-title {
	color: #3a332f;
	font-size: 15px;
	line-height: 40px;
}
.coupne-customer-area .panel-default > .panel-heading {
	height: 60px
}
.panel-title > img {
	margin-right: 10px;
	margin-top: -3px;
	width: 15px;
}
.coupne-customer-area .panel-group .panel {
	border-image: none;
	border-radius: 0;
	border-style: solid none none;
	border-width: 2px medium medium;
	margin-bottom: 30px;
	box-shadow: none;
}
.coupne-customer-area .panel-group .panel-heading {
	background: #f8f8f8;
	border: 1px #e5e5e5 solid;
}
.coupne-customer-area .panel-body {
	border: 1px #e5e5e5 solid;
	margin-top: 20px;
	padding: 15px;
}
.payment-section input, .payment-section select {
	height: auto;
	width: auto;
}
.payment-section {
	background: #f8f8f8;
	border: 0px #e5e5e5 solid;
	line-height: 30px;
	margin-top: 12px;
}
.pay-type input {
	margin-right: 5px;
	vertical-align: -2px;
}
.panel-checkout .panel-title > a {
	color: #999999;
	display: inline-block;
	font-weight: 300;
	padding-left: 5px;
}
.panel-checkout .panel-title > a:hover {
	color: #eaab00;
}
.checkout-area .input-box > label {
	font-weight: 500;
}
.checkout-area .input-box > label em {
	color: #eaab00;
	font-style: normal;
}
.checkout-area .input-box input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	width: 100%;
	padding: 8px 12px;
	margin-bottom: 10px;
}
.checkout-area select {
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	height: 45px;
	padding-left: 10px;
	box-shadow: none;
	font-size: 14px;
	color: #626262;
	margin-bottom: 10px;
}
.checkout-area textarea {
	resize: vertical;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	width: 100%;
	font-size: 14px;
}
a.btn-def.btn2 {
	background: #292c38;
	border: 1px solid #292c38;
	color: #fff;
	padding: 6px 15px;
	margin-bottom: 8px;
	display: inline-block;
	text-transform: uppercase;
}
a.btn-def.btn2:hover {
	background: #eaab00;
	border: 1px solid #eaab00;
}
.first-last-area .frm-action {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-style: none solid solid;
	border-width: 0;
	float: left;
	padding: 0;
	width: 100%;
}
.first-last-area .forgotten.forg:hover {
	color: #eaab00;
}
.first-last-area {
	overflow: hidden;
	width: 50%;
}
.billing-details .contact-text > h2, .ship-toggle > label {
	border-bottom: 1px #e5e5e5 solid;
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
}
.btn-group.bootstrap-select.select-custom {
	width: 100% !important
}
.checkout-payment-area tr.prd-name:hover {
	background: #F9F9F9
}
.btn.dropdown-toggle.btn-default {
	height: 45px
}
.bs-searchbox {
	position: relative;
	cursor: pointer;
}
.bs-searchbox:before {
	content: "";
	font-family: fontawesome;
	height: 20px;
	line-height: 42px;
	position: absolute;
	right: 15px;
	top: 0;
	width: 20px;
}
.checkout-payment-area {
	background: #f8f8f8;
	padding: 25px;
	border: 1px #e5e5e5 solid;
}
.checkout-area .cart_item td {
	border-color: #ddd -moz-use-text-color -moz-use-text-color;
	border-style: solid none none;
	border-width: 1px medium medium;
	font-weight: 700;
	padding: 15px;
	text-transform: uppercase;
}
.ctg-type.crt-total {
	font-size: 18px
}
.cgt-des.prc-total {
	font-size: 18px;
}
.checkout-payment-area .prd-name td {
	font-size: 14px;
	font-weight: 500;
}
.btn-view-order {
	color: #fff !important;
	background-color: #eaab00 !important;
	border-color: #eaab00 !important;
}
.btn-reorder {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #eee !important;
}
.ship-opt .shipp span {
	font-weight: 700
}
.payment-section a.btn-def {
	font-size: 16px;
	text-transform: uppercase;
}
.checkout-payment-area .checkout-total h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 0px;
}
.jtv-heading-style a span {
	font-family: montserrat;
	font-size: 30px;
	font-weight: normal;
	margin-right: 5px;
}
.title-tab-product-category .jtv-heading-style li a {
	font-weight: normal;
	text-transform: capitalize;
	border: 1px #e5e5e5 solid;
	padding: 12px;
}
.title-tab-product-category li a {
	color: #666;
	font-size: 18px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}
.title-tab-product-category .jtv-heading-style li + li {
	margin-left: 30px;
}
.title-tab-product-category .jtv-heading-style li + li a:after {
	content: none;
}
.jtv-heading-style li.active a, .title-tab-product-category li a:hover {
	border: 1px solid #333745;
	background: #333745;
	color: #fff;
}
select {
	border: 1px solid #e5e5e5;
}
.coupne-customer-area .panel-body {
	border: 1px #e5e5e5 solid;
	margin-top: 20px;
	padding: 15px;
}
.content-tab-product-category {
	margin-top: 20px;
}
/******************************************
23. Dashboard Page
******************************************/
.dashboard {
	margin-top: 15px;
}
.dashboard .welcome-msg {
	text-align: left;
	padding: 0px 0 5px;
	color: #333;
	font-size: 14px;
}
.dashboard .welcome-msg strong {
	font-weight: 700;
	font-size: 15px;
}
.data-table {
	border: 1px solid #E5E5E5;
	border-spacing: 0;
	text-align: left;
	width: 100%;
	font-size: 14px;
}
#my-orders-table {
	border: none;
	margin-top: 10px;
}
.my-account {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0 20px 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.title-buttons a, .title-buttons .separator {
	margin-top: 0;
	display: inline-block;
	text-decoration: underline;
	color: #333;
}
.recent-orders .title-buttons a {
	float: right;
}
.data-table thead tr, .data-table tfoot tr {
	background-color: #f5f5f5;
}
.data-table th {
	line-height: 20px;
	padding: 10px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #e5e5e5;
}
.data-table .price {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.group-select li input.input-text, .group-select li textarea {
	background: #fff;
	border: 1px #e5e5e5 solid;
	padding: 10px;
	outline: none;
	width: 98%;
}
.group-select li .input-box input.input-text, .group-select li .input-box textarea {
	margin-top: 5px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	padding: 10px;
	width: 95%;
}
.group-select li .input-box input.input-text:focus, .group-select li .input-box textarea:focus {
	background: #fff;
	border: 1px #e5e5e5 solid;
}
.group-select li input.input-text:focus, .group-select li textarea:focus {
	background: #fff;
	border: 1px #e5e5e5 solid;
	outline: none;
}
.box-account {
	margin-top: 15px;
	font-size: 14px;
}
.box-account .page-title h2 {
	font-size: 16px;
}
.col2-set {
	overflow: hidden;
	padding: 0px;
}
.col2-set h2 {
	font-size: 16px;
}
.col2-set .col-1 {
	float: left;
	width: 48%;
	text-align: left;
	border: 0px #336600 solid;
	padding-top: 0px;
	padding-bottom: 0px;
}
.col2-set .col-1 ul.ul {
	margin: auto;
	padding-left: 17px;
}
.col2-set .col-1 ul li {
	list-style: disc;
}
.col2-set h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #333;
}
.box-account .col2-set a {
	text-decoration: underline;
}
.box-account address {
	line-height: 21px;
	color: #000;
	border-bottom: none;
	margin-top: 0px;
	padding-top: 0px;
}
.col2-set h4 {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin-bottom: 5px;
}
.edit-btn {
	border: 1px #eaab00 solid;
	background: #eaab00;
	padding: 6px 12px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 12px;
}
.edit-btn:hover {
	border: 1px #333 solid;
	background: #333;
	color: #fff;
}
.my-account-page i {
	font-size: 42px;
}
.account-box {
	border: 1px solid #eee;
	margin-top: 15px;
	border-radius: 3px;
}
.account-box:hover {
	background: #f8f8f8;
}
.service-icon {
	display: inline-block;
	width: 20%;
	float: left;
	text-align: center;
	color: #336699;
}
.service-desc {
	display: inline-block;
	width: 80%;
}
.service-desc p {
	margin-bottom: 0px;
	font-size: 12px;
}
.service-box h4 {
	letter-spacing: 0.2px;
	font-size: 16px;
}
.service-box {
	padding: 18px;
}
.service-box h4 {
	letter-spacing: 0.2px;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.service-box {
	padding: 18px;
}
.bottom-box .account-box:hover {
	background: #fff;
}
.bottom-box .account-box {
	min-height: 158px;
}
.bottom-box {
	border-top: 1px solid #eee;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 15px;
}
.bottom-box li a {
	color: #0066c0
}
.bottom-box li a:hover {
	color: #c45500;
	text-decoration: underline;
}
.bottom-box ul {
	padding: 0px;
	list-style: none;
	margin: auto;
}
.bottom-box li {
	margin-bottom: 4px;
}
.bottom-box li:last-child {
	margin-bottom: 0px;
}
.bottom-box .service-desc {
	display: inline-block;
	width: 100%;
}
/******************************************
24. Toolbar
******************************************/

.toolbar {
	clear: both;
	margin-top: 0px;
	padding: 20px 0 0 0px;
	display: inline-block;
	width: 100%;
}
.toolbar.bottom {
	padding: 5px 0 20px 0px;
}
.toolbar .sorter {
	float: left;
}
.toolbar-bottom {
	margin-top: 0;
}
.toolbar .pager .pages ol {
	float: none;
}
.toolbar .pagination>li>a, .toolbar .pagination>li>span {
	color: #333;
}
/* Pager */
.pager {
	margin: 0;
	text-align: center;
	padding: 0;
}
.pager .amount {
	float: left;
}
.pager .limiter label {
	float: left;
	font-size: 14px;
	padding: 6px 0;
	margin-right: 10px;
	display: inline;
}
.pager .pages {
	margin: 0px;
}
.pages .pagination {
	margin: auto;
}
.pager .pages li {
	display: inline-block;
}
.pager .pages li a {
	box-shadow: none;
	border: 1px solid #eaeaea;
	padding: 5px 10px;
	border-radius: 0px;
	color: #333;
	background: #f8f8f8
}
.pager .pages li a:hover {
	border: 1px solid #eaeaea;
	color: #fff;
	background: #eaab00;
}
.pages .pagination > .active > a, .pages .pagination > .active > span, .pages .pagination > .active > a:hover, .pages .pagination > .active > span:hover, .pages .pagination > .active > a:focus, .pages .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #eaab00;
	border-color: #eaeaea;
}
/* Sorter */
.sorter {
	padding: 0;
	margin: 0;
}
.sorter .actions {
	float: left;
}
.sorter .view-mode {
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	margin-left: 0px;
}
.sorter .sort-by {
	float: left;
	margin-top: 6px;
}
#sort-by .button-asc {
	background-color: #f8f8f8;
	box-shadow: none;
	float: right;
	height: 33px;
	line-height: 33px;
	margin-left: 5px;
	text-align: center;
	width: 35px;
	border: 1px #eaeaea solid
}
#sort-by .button-asc:hover {
	background: #eaab00;
	color: #fff
}
.top_arrow:before {
	content: '\f106';
	font-family: FontAwesome;
	font-size: 16px;
}
#sort-by .button-desc {
	background-color: #f8f8f8;
	box-shadow: none;
	float: right;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	text-align: center;
	width: 30px;
}
#sort-by {
	float: right;
	font-size: 14px;
}
#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#sort-by a:link, #sort-by a:visited {
	color: #333;
	text-decoration: none;
}
#sort-by li {
	background: #f8f8f8;
	cursor: pointer;
	margin: 0 auto;
	outline: medium none;
	padding: 5px 15px;
	position: relative;
	width: 100px;
	float: left;
	color: #333;
	border: 1px solid #eaeaea;
}
#sort-by li li {
	width: 100px;
	margin-top: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
}
#sort-by li li a:hover {
	color: #eaab00;
}
#sort-by li:hover {
	background-color: #fff;
}
#sort-by li li:hover {
	background-color: #fff;
	color: #eaab00;
}
#sort-by ul ul {
	position: absolute;
	visibility: hidden;
	left: -1px;
	top: 27px;
	background: #F8F8F8;
	z-index: 10000;
	border-top: none;
	border: 1px #f5f5f5 solid;
}
#sort-by ul ul ul {
	position: absolute;
	left: 100%;
	top: -2px;
	border: solid 1px transparent;
}
#sort-by li:hover > ul {
	visibility: visible;
}
.right-arrow {
	float: right;
}
.right-arrow:after {
	content: "\f107";
	font-family: 'FontAwesome';
	color: #666;
	font-size: 14px;
}
#limiter {
	float: right;
	font-size: 14px;
	margin-top: 0px;
}
#limiter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#limiter a:link, #limiter a:visited {
	text-decoration: none;
	background-color: #f8f8f8;
	border: 0px solid #ddd;
	border-radius: 0px;
	display: inline-block;
	padding: 0px;
}
#limiter li {
	background: #f8f8f8;
	cursor: pointer;
	margin: 0 auto;
	outline: medium none;
	padding: 5px 0px 5px 10px;
	position: relative;
	width: 50px;
	float: left;
	color: #333;
	text-align: left;
	border: 1px solid #eaeaea;
}
#limiter .right-arrow {
	float: right;
	margin-left: 6px;
}
#limiter li li {
	width: 50px;
	border-top: 0px #f5f5f5 solid;
}
#limiter li li a:hover {
	color: #f82e56;
}
#limiter li:hover {
	color: #fff;
}
#limiter ul ul {
	position: absolute;
	visibility: hidden;
	left: -1px;
	top: 27px;
	background: #fff;
	z-index: 10000;
	color: #000;
	border-top: none;
	border: 0px #f5f5f5 solid;
}
#limiter ul ul ul {
	position: absolute;
	left: 100%;
	top: -2px;
	border: solid 1px transparent;
}
#limiter li:hover > ul {
	visibility: visible;
}
.toolbar .button-list {
	background: #f8f8f8 url(../images/icon_list.png) no-repeat 10px 7px;
	text-transform: none;
	padding: 6px 8px 7px 25px;
	color: #333;
	border: 1px #eaeaea solid;
	border-radius: 2px;
}
.toolbar a.button-grid {
	background: #f8f8f8 url(../images/icon_grid_over.png) no-repeat 10px 9px;
	border: 1px #eaeaea solid;
	color: #333;
	padding: 6px 8px 7px 25px;
	border-radius: 2px;
}
.toolbar span.button-active.button-grid {
	background: url(../images/icon_grid_act.png) no-repeat 10px 9px;
	background-color: #f82e56;
	color: #fff;
	padding: 6px 8px 7px 22px;
	margin-right: 5px;
	border: 1px #f82e56 solid;
	border-radius: 2px;
}
.toolbar span.button-active.button-list {
	background: url(../images/icon_list_over.png) no-repeat 10px 7px;
	background-color: #f82e56;
	color: #fff;
	padding: 6px 8px 7px 22px;
	border: 1px #f82e56 solid;
	border-radius: 2px;
	margin-left: 5px;
}
.toolbar .pager {
	text-align: left;
	margin: 0 10px -4px 0;
	padding: 0;
	float: right;
	width: 45%;
}
.pager .amount, .sorter .amount {
	padding-left: 10px;
	margin-top: 4px;
	display: inline-block;
}
.toolbar .pager .limiter {
	margin-top: 2px;
	float: left;
}
.toolbar-bottom .pager .limiter {
	position: static;
}
.pager .button {
	padding: 4px 5px;
	background-color: #fff;
}
.pager .button :hover {
	padding: 4px 5px;
	background-color: #fff;
}
.toolbar .actions {
	margin-right: 30px;
}
.pager .limiter label, .toolbar label {
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .sorter .sort-by {
	margin-right: 30px;
}
.pager .amount {
	margin-right: 20px;
}
/******************************************
25. Products List Page
******************************************/
.category-title {
	border-bottom: 1px #e5e5e5 solid;
	margin: 0 0 10px;
}
.category-image {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.category-products {
	padding-bottom: 0px;
	display: inline-block;
	width: 100%;
}
/* View Type: List */
.products-list .product-name {
	text-align: left;
	margin: 0px 0 5px
}
.products-list .product-name a {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.3px;
}
.products-list .item:first-child {
	padding: 5px 0 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.products-list .item:last-child {
	border-bottom: none;
}
.products-list .rating {
	padding: 5px 0px
}
.products-list .old-price .price {
	font-size: 14px
}
.products-list .item {
	padding: 20px 0;
	overflow: hidden;
	margin: 0px !important;
	border-bottom: 1px solid #e5e5e5;
}
.products-list .item a:hover {
	color: #f82e56;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.separator {
	color: #999
}
.products-list .item h3 {
	font-weight: normal;
	color: #353535;
	padding-bottom: 2px;
}
.products-list .item h3 a {
	font-weight: normal;
	font-size: 14px;
	color: #407CBF;
	text-decoration: none
}
.products-list .item h3 a:hover {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	text-decoration: underline
}
ol.products-list {
	padding: 0;
	margin: 0;
	float: left;
	margin-top: 10px;
}
li .list {
	border-bottom: none;
}
.products-list .product-image {
	float: left;
	width: 28%;
	position: relative;
	overflow: hidden;
}
.products-list .product-image img {
	width: 100%;
}
.products-list .product-shop {
	float: right;
	width: 68%;
	text-align: left;
	margin-left: 25px;
}
.products-list .product-shop .desc {
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #666
}
.products-list .product-shop p {
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}
.products-list .product-shop p.old-price {
	margin-right: 4px;
}
.products-list .product-shop .price-box {
	margin: 10px 0;
}
.products-list .desc .link-learn {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.products-list .desc .link-learn:hover {
	text-decoration: underline;
}
.products-list .add-to-links {
	padding-left: 2px;
	float: left;
}
.add-to-links span {
	font-size: 12px;
	margin-left: 8px;
	text-transform: uppercase;
}
.products-list .product-shop .btn-cart {
	background: #f82e56;
	padding: 8px 12px;
	color: #fff;
	border: 1px solid #f82e56;
	float: left;
	margin-right: 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
}
.products-list .product-shop .btn-cart i, .products-list .add-to-links i {
	margin-right: 5px;
}
.products-list .product-shop .btn-cart:hover {
	background: #eaab00;
	padding: 8px 12px;
	color: #fff;
	border: 1px solid #eaab00;
}
.link-wishlist, .link-compare {
	color: #666;
	text-shadow: none;
	border: none;
	box-shadow: none;
}
.link-wishlist, .link-compare, .link-friend, .link-edit {
	padding: 0;
	background: none
}
.products-list .actions .add-to-links a.link-wishlist, .products-list .actions .add-to-links a.link-compare {
	color: #000;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	transition: all 0.3s linear;
	margin-right: 8px;
	border-radius: 2px;
	border: 1px #ddd solid;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
}
.products-list .actions .add-to-links a.link-wishlist:hover, .products-list .actions .add-to-links a.link-compare:hover {
	background: #292c38;
	padding: 8px 12px;
	color: #fff;
	border: 1px solid #292c38;
}
a.button.detail-bnt span {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 2px;
	font-weight: normal;
	margin-left: 6px;
	display: none
}
/******************************************
26. Product View
******************************************/
.product-view .flexslider-thumb {
	margin: 20px auto 0;
	padding: 0 42px;
	position: relative
}
.product-view-compact .flexslider-thumb {
	margin: 17px auto 0
}
.product-view .flexslider-thumb .flex-viewport {
	z-index: 10
}
.product-view .flexslider-thumb .flex-direction-nav {
	top: 30%;
	left: 0;
	width: 100%;
}
.product-view .flexslider-thumb .flex-prev {
	position: absolute;
	left: 10px;
	top: -5px;
}
.product-view .flexslider-thumb .flex-next {
	position: absolute;
	right: 10px;
	top: -5px;
	color: #666;
}
.product-view .flexslider-thumb li img {
	cursor: pointer;
	-moz-user-select: none;
	border: 1px #ddd solid;
}
.product-view .previews-list {
	padding: 0;
	list-style-type: none;
	text-align: center
}
.product-view .previews-list li {
	width: 85px;
	margin-right: 15px;
	padding: 0;
	float: none;
	display: inline-block;
}
.product-view-compact .rating {
	padding: 18px 0 21px
}
.product-view-compact .btn-toolbar {
	margin: 0;
	padding: 7px 0 22px
}
.product-view-compact .price {
	display: block;
	padding: 6px 0 20px
}
.product-view .product-img-box .product-image .product-flexslider {
	margin: 20px 2px 0px 0px;
}
.product-view .product-img-box .product-image .product-full img {
	width: 100%;
}
.zoomContainer {
	position: relative;
	z-index: 1;
}
.product-view .product-img-box .product-image .owl-next {
	right: -32px;
	top: 40%;
}
.product-full {
	overflow: hidden;
	position: relative;
}
.more-views .slider-items-products .owl-buttons .owl-next a:before, .more-views .slider-items-products .owl-buttons .owl-prev a:before {
	font-size: 20px;
}
.product-view .product-img-box .product-image .owl-prev {
	left: 0px;
	right: auto;
	top: 40%;
}
.product-view .product-img-box .product-image .more-views-items {
	margin: 0px 10px;
}
.product-view .flexslider-thumb-vertical-outer {
	margin: 0 10px 15px 0;
	width: 76px;
	float: left;
	position: relative;
	z-index: 1
}
.product-view .flexslider-thumb-vertical .flex-viewport {
	height: 300px!important
}
.product-view .flexslider-thumb-vertical .slides {
	margin: -4px 0 0;
	padding: 0;
	list-style-type: none
}
.product-view .flexslider-thumb-vertical .slides li {
	margin: 0;
	padding: 0;
	overflow: hidden
}
.product-view .flexslider-thumb-vertical .slides li img {
	width: 100%;
	padding: 4px 0;
	cursor: pointer;
	-moz-user-select: none
}
.product-view h3 {
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 18px;
	margin: auto;
	margin-bottom: 15px;
}
.product-view hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #e5e5e5;
}
.flex-direction-nav, .slider-controls {
	-webkit-transform: translate3d(0, 0, 0)
}
.product-essential {
	background-color: #FFFFFF;
}
.product-collateral .box-collateral {
	margin: 0 0 15px;
}
.product-essential .product-image.no-gallery {
	margin-left: auto;
}
.product-essential .product-image img {
	height: auto;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 1px;
}
.product-essential .button-viewall {
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-indent: -999em;
	z-index: 9999;
}
.recommend {
	margin: 20px auto;
	position: relative;
}
.recommend .controls .next {
	right: 0;
}
.recommend .controls .prev {
	right: 36px;
}
/* Product Images */
.product-img-box {
	padding-left: 0px;
	padding-right: 5px;
}
.product-view {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0 15px 20px;
	overflow: hidden;
	padding: 20px 5px 20px 20px;
	position: relative;
	z-index: 0;
}
.col2-left-layout .product-view {
	margin: 0 0px 20px;
}
.product-view .flexslider-thumb {
	margin: 30px auto 0;
	padding: 0 30px;
	position: relative
}
.product-view-compact .flexslider-thumb {
	margin: 17px auto 0
}
.product-view .flexslider-thumb .flex-viewport {
	z-index: 10
}
.product-view .flexslider-thumb .flex-direction-nav {
	top: 30%;
	left: 0;
	width: 100%;
}
.product-view .flexslider-thumb .flex-prev {
	position: absolute;
	left: 10px;
	top: -5px;
}
.product-view .flexslider-thumb .flex-next {
	position: absolute;
	right: 10px;
	top: -5px;
}
.product-view .flexslider-thumb li img {
	cursor: pointer;
	-moz-user-select: none;
	border: 1px #ddd solid;
}
.product-view .previews-list {
	padding: 0;
	list-style-type: none;
	text-align: center
}
.product-view .previews-list li {
	width: 76px;
	margin-right: 7px;
	padding: 0;
	float: none;
	display: inline-block;
}
.product-view-compact .rating {
	padding: 18px 0 21px
}
.product-view-compact .btn-toolbar {
	margin: 0;
	padding: 7px 0 22px
}
.product-view-compact .price {
	display: block;
	padding: 6px 0 20px
}
.product-view .flexslider-thumb-vertical-outer {
	margin: 0 10px 15px 0;
	width: 76px;
	float: left;
	position: relative;
	z-index: 1
}
.product-view .flexslider-thumb-vertical .flex-viewport {
	height: 300px!important
}
.product-view .flexslider-thumb-vertical .slides {
	margin: -4px 0 0;
	padding: 0;
	list-style-type: none
}
.product-view .flexslider-thumb-vertical .slides li {
	margin: 0;
	padding: 0;
	overflow: hidden
}
.product-view .flexslider-thumb-vertical .slides li img {
	width: 100%;
	padding: 4px 0;
	cursor: pointer;
	-moz-user-select: none
}
.flex-direction-nav, .slider-controls {
	-webkit-transform: translate3d(0, 0, 0)
}
.product-essential {
	background-color: #FFFFFF;
}
.product-collateral .box-collateral {
	margin: 0 0 15px;
}
.product-essential .product-image.no-gallery {
	margin-left: auto;
}
.product-essential .product-image img {
	height: auto;
	width: 100%;
	border: 1px #e5e5e5 solid;
	padding: 1px;
}
.product-essential .button-viewall {
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-indent: -999em;
	z-index: 9999;
}
.more-views {
	margin: 8px auto 10px;
	width: 100%;
	clear: both;
}
.more-views .slider-items-products .owl-buttons .owl-next a {
	background-position: 100% 100%;
	padding: 1px;
	top: 50%;
}
.more-views .slider-items-products .owl-buttons a {
	background: #fff;
	border: 1px solid #eaeaea;
	color: #888;
	display: block;
	height: 30px;
	margin: 0 0 0 -30px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 5;
	border-radius: 2px;
}
.more-views .slider-items-products .owl-buttons a:hover {
	text-decoration: none;
	background: #eaab00;
	color: #fff;
	border: 1px #eaab00 solid;
}
.more-views .slider-items-products .owl-buttons .owl-prev a:before, .more-views .slider-items-products .owl-buttons .owl-next a:before {
	line-height: 28px;
}
.more-views li {
	float: left;
	margin: 0 12px 0 0;
	border: 1px #ddd solid;
	height: 85px
}
.more-views li a {
	display: block;
	text-align: center;
	width: 70px;
}
.more-views li a img {
	width: 70px;
}
.more-views .jcarousel-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 26px;
	padding-right: 5px;
	vertical-align: top;
	right: -20px;
	top: 28px;
	display: inline-block!important;
	position: absolute;
	cursor: pointer;
}
.more-views .jcarousel-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 26px;
	padding-right: 5px;
	vertical-align: top;
	left: -20px;
	top: 28px;
	display: inline-block!important;
	position: absolute;
	cursor: pointer;
}
.more-views .jcarousel-clip {
	overflow: hidden;
}
.product-essential .more-images {
	width: 92px;
	float: left;
	overflow: hidden;
	margin-top: -20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-essential .more-images .normal-list {
	margin-top: -6px;
}
.product-essential .more-images ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-essential .elastislide-vertical {
	margin-top: -6px;
}
.product-essential .more-images img {
	padding: 6px 0;
	width: 100%;
}
.add-to-box .add-to-cart, .product-options-bottom .add-to-cart {
	margin: 0;
}
.product-view .product-shop .grouped-items-table .price {
	font-size: 18px;
}
#product-options-wrapper .options-list .price {
	font-size: 12px;
}
/*  Product Shop */
.product-view .product-shop .add-to-box button.button.btn-cart span {
	background: none;
	margin-left: 5px;
	font-size: 14px;
}
.product-view .product-options-bottom button.button.btn-cart span {
	background: none;
	margin-left: 5px;
}
.product-view .product-shop {
	margin-top: 0;
	z-index: -9;
}
.product-view .product-shop .social {
	float: left;
	margin-top: 8px;
}
.product-view .product-shop .social a {
	border: 1px #ddd solid;
	color: #666;
	font-size: 15px;
	line-height: 36px;
}
.product-view .product-shop .social a:hover {
	color: #fff;
}
.block .block-content {
	border-top: medium none;
	font-size: 14px;
	overflow: hidden;
	padding: 15px 15px;
	background: #fff
}
.block-progress .block-content {
	text-align: left;
	padding-top: 5px;
}
.block-progress dt.complete {
	margin: 0;
}
.block-progress dt.complete a, .block-progress dd.complete a {
	color: #eaab00;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}
.product-view .product-name h1 {
	font-size: 32px;
	margin: 0 0 6px;
	text-align: left;
	line-height: 1;
	padding-bottom: 8px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}
.product-view .product-shop .rating {
	font-size: 15px;
}
.product-view .short-description {
	font-size: 14px;
	padding: 10px 0px;
	border-bottom: 1px #e5e5e5 solid;
}
.product-view .short-description h2 {
	font-size: 14px;
	color: #333;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.product-view .short-description p {
	color: #666;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin: 0;
}
.product-view .product-shop .add-to-box {
	padding: 20px 0px 5px;
	overflow: hidden;
	text-align: left;
	margin: 0;
	border-bottom: 1px #e5e5e5 solid;
}
.product-view .product-shop .add-to-box .btn-cart {
	font-size: 16px;
	text-shadow: none;
	padding: 7px 20px;
	float: left;
	margin-top: 0px;
	font-weight: bold;
	margin-left: 18px;
	border: none;
	height: 40px;
	text-transform: uppercase;
	background: #eaab00;
	color: #fff;
	letter-spacing: 1px;
}
.product-view .product-shop .add-to-box .btn-cart:hover {
	text-shadow: none;
	background: #000;
}
.email-addto-box {
	display: inline-block;
	margin-top: 18px;
	padding-left: 2px;
	margin-bottom: 10px;
}
.product-view .product-shop ul.add-to-links {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	display: inline-block;
}
.product-view .product-shop .add-to-links li {
	display: inline-block;
	padding: 0px 18px 0px 0px;
	list-style-type: none;
}
.product-view .product-shop .add-to-links {
	color: #666;
	line-height: normal;
	font-weight: normal;
	vertical-align: top;
	display: block;
	vertical-align: top;
}
.product-view .product-shop ul.add-to-links a {
	padding: 0;
	margin: 0;
	display: block;
	color: #666;
}
.product-view .product-shop ul.add-to-links a:hover {
	color: #eaab00;
}
.product-view .product-shop .availability {
	margin-top: 14px;
	margin-bottom: 0px;
}
.availability.in-stock {
	padding: 3px 0px;
	display: block;
}
.availability.in-stock span {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	background: #6dbe14;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 2px;
}
.availability.in-stock span:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
	vertical-align: middle
}
.availability.out-of-stock {
	padding: 3px 10px;
}
.availability.out-of-stock span {
	color: red;
	font-size: 12px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
}
.availability.out-of-stock span:before {
	content: '\f00d';
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	vertical-align: middle
}
.product-view .product-shop .price-block {
	position: relative;
}
.product-view .product-shop .price-box {
	display: inline-block;
	margin: 0px;
	padding: 15px 0px;
	position: relative;
	width: 100%;
}
.product-view .product-shop .grouped-items-table .price-box {
	border-bottom: 0px solid #ddd;
	margin: 0;
	padding: 0;
}
.product-view .product-shop .price-box .old-price {
	margin: 0px;
	margin-top: 0;
	display: inline-block;
	margin-left: 8px;
}
.product-view .product-shop .special-price {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.product-view .product-shop .old-price .price {
	font-size: 20px;
	font-weight: normal
}
.product-view .product-shop .price {
	font-size: 26px;
	color: #eaab00;
	font-weight: 900;
}
.add-to-cart .qty, .qty-holder .qty {
	background-color: #ffffff;
	border: 1px #e5e5e5 solid;
	border-radius: 2px;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px;
}
.add-to-cart .qty {
	height: 40px;
	text-align: center;
	width: 60px;
	vertical-align: top
}
.qty-input-text {
	float: left;
	margin-left: 10px;
}
.custom button.items-count {
	font-size: 12px;
	line-height: 12px;
	height: 40px;
	width: 40px;
}
.custom button.items-count {
	background-color: #fff;
	border: 1px #ddd solid;
	color: #999;
	border-radius: 2px;
}
.custom button.items-count:hover {
	background-color: #eaab00;
	border: 1px #eaab00 solid;
	color: #fff;
}
.product-view .product-shop .add-to-box .add-to-cart label {
	display: inline-block;
	float: left;
	margin-top: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	margin-right: 15px;
	color: #000;
}
.product-view .product-shop .product-options-bottom .add-to-cart label {
	display: block;
	float: none;
	margin-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
.product-view .box-tags .form-add label {
	line-height: 42px;
	font-size: 16px;
}
.product-view .box-tags .form-add .button {
	height: 35px;
}
#addTagForm {
	margin-bottom: 5px;
	margin-top: 10px
}
.product-view .box-up-sell {
	margin-top: 10px;
	float: left;
}
.product-view .box-up-sell .subtitle {
	margin-right: 0;
}
.mini-products-list .price-box * {
	display: inline;
}
.mini-products-list .price-box .price {
	margin-right: 10px;
}
.product-next-prev {
	float: right;
	margin-top: 18px;
}
.product-view .product-next-prev .product-next, .product-view .product-next-prev .product-prev {
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #666;
	text-align: center;
	border: 1px #ddd solid;
	margin-left: 6px;
}
.product-view .product-next-prev .product-next:hover, .product-shop .product-next-prev .product-prev:hover {
	color: #fff;
	background: #eaab00;
	text-decoration: none;
	border: 1px #eaab00 solid;
}
/******************************************
27. Product Collatera
******************************************/
.product-collateral {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
#product-tabs {
	margin: 0;
	padding: 0;
	position: relative;
}
#product-tabs > dt {
	text-transform: none;
	font-size: 14px;
	padding: 8px 0px;
	cursor: pointer;
	color: #102343;
	text-transform: none;
}
#product-tabs > dt.open {
	position: relative;
	background-color: #fff;
	z-index: 10;
	color: #2CA2E3;
}
#product-tabs > dd {
	display: none;
	right: 0;
	top: 0;
	background-color: #fff;
	margin: 0;
	padding: 6px 0;
	line-height: 1.8;
	border-bottom-width: 0 !important;
	font-size: 14px;
}
#product-tabs > dd h2 {
	display: none;
}
.product-tabs {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 10px 0px 0;
	padding: 8px 24px 0px;
	text-align: left;
	width: 100%;
}
#productTabContent {
	padding: 10px 25px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.product-tabs li a {
	color: #333;
	margin-right: 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0px;
	letter-spacing: 1px;
	border: none;
}
.product-tabs li.active a {
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 12px;
	border: 2px solid #333;
}
.nav-tabs.product-tabs > li {
	display: inline-block;
	float: none;
	margin-right: 20px;
}
.nav-tabs.product-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857143;
	border-radius: 0px;
	background: #fff;
	padding: 12px 0 18px;
	text-transform: uppercase;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	border-bottom: 2px solid #eaab00;
	color: #eaab00;
}
.nav-tabs > li > a:hover {
	border: none;
	border-bottom: 2px #333 solid;
	background: #fff;
	color: #333;
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1) 0s;
}
.tab-content {
	background-color: inherit;
	padding: 5px 0px 20px 0px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	letter-spacing: 0.5px;
}
.tab-content > .active {
	margin-top: 10px;
}
.tags .input-box input {
	border: 1px #e5e5e5 solid;
	margin-top: 0;
	padding: 6px;
	width: 35%;
}
.form-add-tags button.button {
	display: inline;
	background: #fff;
	border: 1px #e5e5e5 solid;
	background: #fff;
	padding: 6px 14px;
}
button.button.btn-add:before {
	content: "\f067";
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 5px;
	font-weight: normal;
}
.form-add-tags button.button:hover {
	display: inline;
	background: #eaab00;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px #eaab00 solid;
	color: #fff;
	padding: 6px 14px;
}
.form-add-tags label {
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#customer-reviews {
	margin-top: 15px;
}
#customer-reviews .detail {
	font-size: 14px;
	line-height: 18px;
}
#customer-reviews h3 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#customer-reviews h4 {
	display: inline;
	font-size: 14px;
}
#customer-reviews h5 {
	display: inline;
	font-size: 14px;
}
.box-reviews dl {
	margin-bottom: 0;
}
.box-reviews dt {
	font-size: 18px;
	padding: 20px 0 10px;
}
#customer-reviews .page-title {
	border: none;
}
#customer-reviews .page-title h2 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	padding: 2px 0px;
	position: relative;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 10px
}
.box-reviews1 {
	margin-top: 8px;
	margin-bottom: 20px;
}
.box-reviews2 {
	margin-top: 8px;
	margin-bottom: 15px;
	overflow: hidden;
}
.review-title {
	margin-top: 0;
	line-height: 1.4;
	padding-bottom: 15px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
}
.review-title span {
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.box-reviews > .rating-box {
	position: absolute;
	top: 30px;
	right: 30px;
}
.box-reviews dd {
	margin-left: 0;
	padding-bottom: 20px;
}
.box-reviews .author {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}
.box-reviews .date {
	color: #bdbdbd;
	font-size: 14px;
	font-style: italic;
}
.box-reviews .ratings-table {
	float: left;
	margin: 5px 15px 15px 0;
	width: 12%;
}
.box-reviews .review {
	border-left: 1px solid #DFDFDF;
	float: left;
	padding-left: 2.5em;
	width: 84%;
	margin-bottom: 10px;
}
.box-reviews .review .review-txt.last {
	border-bottom: none;
}
.box-reviews .review .review-txt {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.box-reviews ul li h6 {
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0;
}
.box-reviews ul li h6 a {
	color: #333;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.box-reviews2 ul li {
	margin-bottom: 0px;
	clear: both;
}
.box-reviews .actions {
	padding-top: 1.5em;
	float: left;
}
#customer-reviews .form-list li label {
	color: #333;
	font-size: 14px;
}
#customer-reviews .buttons-set {
	margin-top: 10px;
}
/*detail page view link*/
a.button.view-all:before {
	content: "\f06e";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 8px;
}
a.button.view-all {
	display: inline-block;
	border: 0;
	background: #fff;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #333;
	font-weight: 600;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	vertical-align: top;
	border: 1px #e5e5e5 solid;
	padding: 5px 10px;
	text-transform: uppercase;
}
.button.view-all:hover {
	background: #eaab00;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px solid #eaab00;
	color: #fff;
	text-decoration: none;
}
.box-reviews .form-add h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
}
.box-reviews .form-add h4 {
	font-size: 15px;
}
.box-reviews textarea {
	width: 95%;
	margin-top: 4px;
	height: 8em;
	background: #fff;
}
.box-reviews .form-list input.input-text {
	width: 80%;
	padding: 10px;
	margin-bottom: 4px;
	line-height: 20px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
}
.box-reviews .form-list input.input-text:focus {
	width: 80%;
	padding: 10px;
	margin-bottom: 4px;
	line-height: 20px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
}
.box-reviews .form-list select {
	padding: 12px 15px 12px 165px;
	margin: 0;
	width: 100%;
	line-height: 20px;
	height: 48px;
}
.review1 {
	display: inline-block;
	width: 45%;
	float: left;
}
.review2 {
	display: inline-block;
	width: 55%;
}
#product-review-table {
	margin: 10px 0;
	border: medium none;
	width: 100%;
}
#product-review-table th, #product-review-table td {
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 8px;
	letter-spacing: 0.5px;
}
#customer-reviews ul {
	margin: auto;
	padding: 0px;
}
#customer-reviews li {
	margin-bottom: 0px;
	list-style: none;
}
#customer-reviews .form-list li label {
	color: #333;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}
.review2 label {
	color: #333;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}
label {
	font-weight: normal;
}
.box-reviews .form-list input.input-text {
	width: 80%;
	padding: 10px;
	margin-bottom: 4px;
	line-height: 20px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
	border-radius: 2px;
}
.box-reviews textarea {
	border: 1px #ddd solid;
	padding: 10px;
	outline: none;
	color: #666;
	border-radius: 2px;
}
.nobr {
	white-space: nowrap;
}
button.button.submit:before {
	content: "\f04b";
	font-family: FontAwesome;
	font-size: 11px;
	padding-right: 8px;
}
.jtv-upsell-products {
	margin-bottom: 50px;
}
#product-tabs > dd h2.product-name {
	display: block;
}
#product-tabs .jtv-crosssel-prol .flex-direction-nav a {
	width: 50px;
	height: 40px;
	top: 112px;
}
#product-tabs .jtv-crosssel-prol .flex-direction-nav .flex-prev {
	right: auto;
	left: -10px;
}
#product-tabs .jtv-crosssel-prol .flex-direction-nav .flex-next {
	right: -10px;
}
.box-up-sell .flex-direction-nav a, .box-cross-sell .flex-direction-nav a {
	width: 54px;
	height: 44px;
	top: 0;
	margin-top: -76px;
	margin-right: -1px;
}
.product-view .box-tags .form-add input.input-text {
	width: 350px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	box-shadow: 0 1px 5px #eee inset;
	margin-right: 10px;
	padding: 8px;
}
.up-sell-box {
	border: 1px #ddd solid;
	border-top: none;
}
.up-sell-box p.desc {
	margin: 0;
	padding: 10px 10px 0 10px
}
.product-view .box-tags .form-add label {
	line-height: 42px;
	font-size: 16px;
}
.product-view .box-tags .form-add .button {
	height: 35px;
}
#addTagForm {
	margin-bottom: 5px;
	margin-top: 10px
}
.product-view .box-up-sell {
	margin-top: 10px;
	float: left;
}
.product-view .box-up-sell .subtitle {
	margin-right: 0;
}
.jtv-upsell-products {
	margin-bottom: 20px;
}
#product-tabs > dd h2.product-name {
	display: block;
}
#product-tabs .jtv-crosssel-prol .flex-direction-nav a {
	width: 50px;
	height: 40px;
	top: 112px;
}
#product-tabs .jtv-crosssel-prol .flex-direction-nav .flex-prev {
	right: auto;
	left: -10px;
}
#product-tabs .jtv-crosssel-prol .flex-direction-nav .flex-next {
	right: -10px;
}
.box-up-sell .flex-direction-nav a, .box-cross-sell .flex-direction-nav a {
	width: 54px;
	height: 44px;
	top: 0;
	margin-top: -76px;
	margin-right: -1px;
}
.product-view .box-tags .form-add input.input-text {
	width: 350px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	box-shadow: 0 1px 5px #eee inset;
	margin-right: 10px;
	padding: 8px;
}
.up-sell-box {
	border: 1px #ddd solid;
	border-top: none;
}
.up-sell-box p.desc {
	margin: 0;
	padding: 10px 10px 0 10px
}
#brand-slider .flex-direction-nav a {
	width: 55px;
	height: 42px;
	top: 0;
	margin-right: -1px;
}
.box-up-sell .flex-direction-nav .flex-prev, .box-cross-sell .flex-direction-nav .flex-prev, #brand-slider .flex-direction-nav .flex-prev {
	right: 53px;
}
.main .box-up-sell h2.subtitle .line, .main .box-cross-sell h2.subtitle .line, .brand-slider-wrap h2.subtitle .line {
	right: 130px;
}
.jtv-related-products, .jtv-upsell-products {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding: 0 20px;
	position: relative;
}
/******************************************
28. Cart page
******************************************/

button.button.get-quote:before {
	content: "\f15c";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}
input.input-text, select, textarea {
	background-color: #fff;
	border: 1px #e5e5e5 solid;
	padding: 10px;
	outline: none;
	color: #666;
	border-radius: 2px;
}
input#coupon_code {
	margin: 8px 0;
	width: 100%;
}
button.button.coupon:before {
	content: "\f02b";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}
button.button.btn-proceed-checkout {
	background: #292c38;
	padding: 12px 0px;
	color: #fff;
	width: 100%;
	border: none;
}
button.button.btn-proceed-checkout:hover {
	background: #eaab00;
	color: #fff;
	padding: 12px 0px;
	border: none;
}
button.button.btn-proceed-checkout:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 18px;
	padding-right: 5px;
	font-weight: normal;
}
button.button.btn-proceed-checkout span {
	font-size: 18px;
	font-weight: normal;
}
.cart-page-area .cart_item td {
	border: 1px #e5e5e5 solid;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.item-title > a:hover {
	color: #eaab00;
}
.cart-page-area thead th {
	border: 1px #e5e5e5 solid !important;
	text-align: center;
}
.product-thumbnail {
	width: 10%
}
.cart-page-area .product-name {
	width: 40%;
}
.product-price {
	width: 10%
}
.product-quantity {
	width: 20%
}
.product-subtotal {
	width: 10%
}
.product-remove {
	width: 10%
}
table.table {
	margin-bottom: 0;
	width: 100%;
}
.cart_item > input {
	text-align: center;
	width: 50px;
}
.remove-item a {
	color: #171819;
	display: block;
	font-size: 20px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin: auto;
	width: 20px;
}
.remove-item a:hover {
	color: #eaab00
}
.cart-page-area .cart_item .item-img {
	padding: 5px;
}
.shop-cart-table thead tr {
	background: #f8f8f8;
}
.shop-cart-table thead tr th {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0px;
}
.shop-cart-table {
	margin-bottom: 30px;
	width: 100%;
}
.cart tbody tr {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.cart tbody tr:hover {
	background: #f6f6f7 none repeat scroll 0 0
}
.item-qty > input {
	text-align: center;
	width: 60px;
}
.input-box-2 input {
	background: #f2f2f2 none repeat scroll 0 0;
	height: 32px;
}
.catagory-title.cat-tit-5 > h3 {
	font-size: 20px;
	margin-top: 0px;
}
.update-continue-btn {
	margin-bottom: 20px;
}
.coupn-area, .cart-total-area {
	border: 1px solid #e5e5e5;
	padding: 25px;
}
.coupn-area h3 {
	margin-top: 0px;
	font-size: 20px;
}
.shipp input {
	height: auto;
	width: auto;
	vertical-align: -2px;
}
.sub-shipping > p {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.sub-shipping p span {
	float: right;
}
.shipp label {
	margin-left: 5px;
}
.shipping-method p a {
	color: #999999
}
.shipping-method p a:hover {
	color: #eaab00
}
.process-cart-total > p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.process-cart-total p span {
	float: right;
}
.cart-plus-minus input:focus {
	border-left: medium none;
	border-right: medium none;
}
.jtv-heading-style a span {
	font-family: montserrat;
	font-size: 30px;
	font-weight: normal;
	margin-right: 5px;
}
.title-tab-product-category li {
	float: left;
	width: 30%;
}
.quantity-area label {
	color: #333;
	float: left;
	margin: 7px 10px 0 0;
	text-transform: uppercase;
}
.cart-quantity {
	display: inline-block;
}
input.cart-plus-minus-box {
	background: #fff;
	border-radius: 0;
	float: left;
	height: 40px;
	line-height: 38px;
	padding: 0;
	text-align: center;
	width: 80px;
	border: 1px #e5e5e5 solid;
	margin: 0px 5px;
}
.dec.qtybutton, .inc.qtybutton {
	background: #fff none repeat scroll 0 0;
	border: 1px #e5e5e5 solid;
	border-radius: 0;
	color: #848484;
	cursor: pointer;
	float: left;
	font-size: 20px;
	font-weight: 700;
	height: 40px;
	line-height: 38px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 45px;
}
.dec.qtybutton:hover, .inc.qtybutton:hover {
	color: #fff;
	background: #eaab00;
	border-color: #eaab00;
}
/******************************************
29. Wishlist page
******************************************/
.cart-page-area h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	padding: 15px 0px 15px 0px;
	position: relative;
	display: inline-block;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0px;
}
/******************************************
30. Account page
******************************************/
.account-login {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0 20px 20px;
	position: relative;
}
.account-login .page-title h1, .account-login .page-title h2 {
	border-bottom: none;
}
.account-login .required, .required {
	color: #F00
}
.account-login strong {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: inline-block;
	padding-bottom: 6px;
	width: 100%;
	margin-top: 0px;
}
.account-login ul {
	padding: 0px;
	margin: auto;
	list-style: none;
}
.title-box h3, .info-box h3 {
	font-size: 16px;
}
.account-login .form-list input.input-text, .form-control, .form-control:focus {
	background: #fff;
	border: 1px #e5e5e5 solid;
	padding: 10px;
	width: 100%;
	margin-bottom: 8px;
	outline: none;
	color: #666;
	box-shadow: none;
	border-radius: 0px;
	height: inherit;
}
.group-select ul {
	padding-left: 0px;
}
.account-login label {
	font-weight: 600;
	font-size: 13px;
}
.registered-users {
	margin-top: 15px;
}
a.forgot-word {
	margin-left: 5px;
}
a.forgot-word:hover {
	color: #eaab00;
}
/******************************************
31. 404 Page
******************************************/
.content-wrapper {
	margin: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
}
.page-not-found h2 {
	font-size: 12em;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	color: #da2c2a;
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: 0 1px 0 rgb(128,141,147), -1px 0 0 rgb(205,210,213), -1px 2px 0 rgb(128,141,147), -2px 1px 0 rgb(205,210,213), -2px 3px 0 rgb(128,141,147), -3px 2px 0 rgb(205,210,213), -3px 4px 0 rgb(128,141,147), -4px 3px 0 rgb(205,210,213), -4px 5px 0 rgb(128,141,147), -5px 4px 0 rgb(205,210,213), -5px 6px 0 rgb(128,141,147), -6px 5px 0 rgb(205,210,213), -6px 7px 0 rgb(128,141,147), -7px 6px 0 rgb(205,210,213), -7px 8px 0 rgb(128,141,147), -8px 7px 0 rgb(205,210,213);
}
.page-not-found h3 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 4em;
	text-transform: none;
}
.page-not-found h3 img {
	margin-right: 8px;
	vertical-align: text-bottom;
}
.page-not-found p {
	color: #666;
	font-size: 1.33em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}
.page-not-found .btn-home {
	background-color: #fff;
	border: 1px #e5e5e5 solid;
	border-radius: 2px;
	color: #333;
	cursor: pointer;
	font-size: 12px;
	padding: 12px 30px;
	text-decoration: none;
	height: auto;
	font-weight: normal;
	text-transform: uppercase;
}
.page-not-found .btn-home:hover {
	background-color: #eaab00;
	color: #fff;
	border: 1px #eaab00 solid;
}
.page-not-found .btn-home span {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: 1px;
}
#toTop {
	color: #fff;
	text-align: center;
	bottom: 60px;
	display: none;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	width: 45px;
	background: url(../images/to-top-arrow.png) no-repeat center;
	background-color: #eaab00;
	text-transform: uppercase;
	z-index: 100;
	border-radius: 2px;
}
#toTop:hover {
	color: #fff;
	background-color: #494e62;
}
/******************************************
32. Footer
******************************************/

/* newsletter */
.news-letter {
	background: #fff;
	padding: 45px 0px;
	margin-bottom: 40px;
}
.news-letter .heading h2 {
	color: #333;
	font-size: 22px;
	font-weight: 500;
	margin-top: 0px;
	letter-spacing: 1px;
}
.news-letter .heading span {
	display: inline-block;
	width: 52%;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #666;
	margin-bottom: 18px;
}
.news-letter form {
	max-width: 770px;
	margin: 0 auto;
}
.news-letter form input {
	height: 54px;
	width: 70%;
	padding: 0 20px;
	display: inline;
	font-size: 15px;
	float: left;
	outline: none;
	border: 1px solid #ddd;
	background: #f5f5f5;
}
.news-letter form button {
	height: 54px;
	float: right;
	border: 1px solid #eaab00;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	width: 28%;
	background: #eaab00;
	outline: none;
}
.news-letter form button:hover {
	background: #494e62;
	color: #fff;
	border: 1px solid #494e62;
}
footer {
	padding: 0px;
	overflow: hidden;
	color: #fff;
	background: #232F3E;
}
footer ul {
	margin: 0px;
	padding: 0px;
}
footer ul li {
	list-style-type: none;
	border-bottom: 0px #222222 solid
}
footer ul li:last-child {
	border-bottom: none
}
footer a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 15px
}
.com-add {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
footer .footer-inner {
	margin: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
footer .footer-inner h3 {
	color: #3D4C4F;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.contacts-info address {
	border: medium none;
	color: #fff;
	display: block;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5em;
	margin: 5px auto 18px;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: left;
	font-weight: 400;
}
.contacts-info {
	margin-top: 0px;
	display: inline-block;
}
footer .links li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 13px;
	display: inline-block!important;
	cursor: pointer;
	line-height: 20px;
	margin-right: 4px;
}
.footer-bottom .inner {
	margin: auto;
	padding: 20px 0 15px;
	height: 60px;
}
.footer-bottom .inner a {
	color: #aaa
}
.footer-bottom .inner .bottom_links a {
	margin-left: 15px;
}
.footer-bottom .inner a:hover {
	color: #fff
}
footer p {
	font-size: 13px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer li a, footer li a:focus {
	display: block;
	color: #fff;
	outline: none;
}
footer li a:hover {
	color: #eaab00;
}
footer a {
	line-height: normal;
}
footer a:hover {
	color: #eaab00;
}
footer p {
	line-height: 20px;
}
footer h4 {
	padding: 0 0 10px;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: auto;
}
footer .input-text:focus {
	background: #fff;
	border-color: #464646;
}
footer a:hover {
	text-decoration: none;
}
footer .coppyright {
	color: #999;
}
.footer-bottom {
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding: 12px 0;
	background-color: #18212B;
}
.footer-bottom a {
	color: #999;
}
.contacts-info i {
	float: left;
}
.contacts-info i:before {
	font-size: 15px;
	color: #eaab00;
	height: 38px;
	width: 38px;
	line-height: 34px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	border: 1px #343f4d solid;
	background: #232F3E;
}
.email-footer {
	overflow: hidden;
	margin-top: 12px;
	font-size: 13px;
}
.email-footer a {
	font-size: 13px;
	line-height: 35px;
	color: #fff
}
.phone-footer {
	overflow: hidden;
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	margin-bottom: 18px;
	margin-top: 12px;
}
footer address .icon-mobile-phone:before {
	margin-left: 15px
}
footer address .icon-envelope:before {
	margin-left: 15px
}
.footer-bottom .bottom_links li {
	margin-left: 20px
}
.custom-footer-links li {
	margin: 7px 0
}
.footer-col-right {
	width: 58%;
	float: left
}
.contact-info {
	text-align: center;
}
ul.contact-info span {
	font-size: 13px !important;
	font-weight: 900 !important;
	color: #666;
	float: left
}
ul.contact-info li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	display: inline-block;
}
ul.contact-info li.last {
	float: left;
	margin-bottom: 0px;
	border-bottom: 0px #2D3D4C solid
}
#container_newsletter {
	width: 100%;
	padding: 7px 0 7px 0;
	background: #f7f7f7;
	margin: 36px 0 22px 0
}
#text_container_news {
	width: 205px;
	height: 34px;
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
	font-family: arial;
	font-size: 10px;
	color: #647177;
	padding-top: 7px
}
#text_container_news span {
	color: #959a9c;
	font-size: 9px
}
#container_form_news {
	position: relative;
	z-index: 0
}
.footer-box {
	width: 1240px;
	margin: auto;
}
footer ul span {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	line-height: 15px;
	padding-right: 3px;
}
address {
	display: block;
	margin: auto;
	font-style: normal;
	line-height: 21px;
	color: #999;
	padding-top: 10px;
	margin-top: 10px;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px #eaeaea solid;
	margin-bottom: 15px
}
.footer-logo {
	text-align: left;
	margin: 0px 0 5px;
}
.footer-logo a {
	display: inline-block;
	float: left;
	padding-top: 0;
}
.footer-logo p {
	color: #aaa;
	display: inline-block;
	float: right;
	padding-top: 0;
	width: 68%;
}
.social-section {
	padding: 0px;
	overflow: hidden;
	width: 100%;
	margin: auto;
	background: #191919
}
.social-section .inner {
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 20px;
}
.social {
	overflow: hidden
}
.social a {
	border: 1px #343f4d solid;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
}
.social a:hover {
	color: #fff;
	background: #eaab00;
}
.social ul {
	margin: 10px auto auto;
	list-style: none;
	padding: 0px;
}
.social ul li {
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 12px;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}
.payment-accept {
	color: #333333;
	font-size: 14px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 20px;
}
.payment-accept img {
	margin-right: 4px;
	opacity: 0.7
}
.payment-accept img:hover {
	opacity: 1
}
.glyphicon-remove1:before {
	content: "\e014"
}
.glyphicon-remove1 {
	right: 8px;
}
button.button {
	display: inline-block;
	border: 0;
	background: #fff;
	padding: 6px 12px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #333;
	font-weight: 600;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px #e5e5e5 solid;
	letter-spacing: 0.5px;
}
.sidebar button.button {
	color: #fff;
}
button.button:hover {
	background: #888;
	color: #fff;
	border: 1px solid #888;
	padding: 6px 12px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
button.button span span {
	border: 0;
	padding: 0;
	background: none;
}

select.taille {
	width: 170px;
	margin-bottom: 5px;
}

.button, .btn, .button-inverse, .button-vote, .sidebar .button, .sidebar .btn, .dropdown .dropdown-menu .button, .scrolltop, .button-tabs li a {
	border: 1px #eaab00 solid;
	background: #eaab00;
	padding: 6px 12px;
	text-transform: uppercase;
	border-radius: 2px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	color: #fff;
}

.button:hover {
	background: #888;
	color: #fff;
	border: 1px solid #888;
}

.mgt10 {
	margin-top: 10px;
}
.jtv-mob-toggle-wrap {
	display: none;
}
.radio, .checkbox {
	display: inline-block;
}
.rhs4-banner-block {
	display: none;
}
.rhs4-block {
	display: none;
}
.noitem {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.noitem:before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 40px;
	color: #ccc;
	width: 100%;
	display: block;
}
.validation-advice {
	color: #FF0000;
	position: absolute;
}
.form-list .validation-advice {
	color: #FF0000;
	position: relative;
}
.mgkosc-login-input-box .validation-advice {
	color: #FF0000;
	position: relative;
}
.footer-top .newsletter .validation-advice {
	left: 106px;
}
/*============ Global Messages  ============*/
.success {
	color: #3d6611;
	font-weight: bold;
}
.error {
	color: #df280a;
	font-weight: bold;
}
.notice {
	color: #000000;
}
.messages, .messages ul {
	list-style: none !important;
	/*margin: 0 !important;*/
	padding: 0 !important;
}
.messages {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.messages li {
	margin: 5px 0 10px !important;
}
.messages li li {
	margin: 0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important; /*min-height:20px !important;*/
	padding: 8px 8px 8px 8px !important;
	font-size: 11px !important;
	font-weight: 900 !important;
}
.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	color: #df280a;
}
.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	color: #3d6611;
}
.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	color: #3d6611;
}
/**Global Messages**/
.review-product-list .email-addto-box {
	float: left;
}
.checkout-cart-index .shipping .sp-methods {
	margin-left: -12px;
	margin-top: 10px;
}
.checkout-cart-index .shipping .sp-methods dd ul li {
	margin-bottom: 10px;
}
#my-reviews-table h2 {
	font-size: 16px;
	margin: 0;
}
.review-customer-view .product-img-box {
	float: left;
	margin-right: 10px;
}
.review-customer-view .product-details {
	float: left;
}
.review-customer-view .buttons-set {
	clear: both;
}
.review-customer-view .label {
	display: block;
}
.review-customer-view .product-details h3 {
	font-size: 14px;
	margin: 0;
}
.simple .footer-bottom {
	border: none;
}
.dashboard h2 {
	font-size: 16px;
}
.dashboard h4 {
	font-size: 14px;
}
.my-account .group-select h2 {
	font-size: 16px;
}
.login_page .pager .limiter {
	float: right;
	margin-left: 20px;
}
.login_page .pager .limiter label {
	float: none;
}
.login_page .pager .pages {
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}
.login_page .pager .amount {
	margin-top: 12px;
}
.pagination li.current span {
	background-color: #F23534;
	border: medium none;
	color: #FFFFFF;
	cursor: default;
	z-index: 2;
	padding: 5px 10px;
	border-radius: 0;
	box-shadow: none;
}
.login_page .pager {
	background: #F5F5F5;
	clear: both;
	color: #666666;
	display: inline-block;
	margin-top: 0;
	padding: 15px;
	width: 100%;
}
#my-orders-table {
	margin-bottom: 5px;
}
#my-orders-table td {
	padding: 4px 0px;
}
.order-info {
	border: 1px solid #DDDDDD;
	margin: 5px 0 8px;
	padding: 4px 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline;
	margin: 0;
	padding: 0;
}
.order-info .current {
	font-weight: bold;
}
.order-info li {
	margin: 0 3px;
}
#my-orders-table h3 {
	font-size: 16px;
	margin-top: 0px;
}
#multiship-addresses-table h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.group-select h2 {
	font-size: 16px;
}
.multiple-checkout h3 {
	font-size: 16px;
}
.checkout-agreements {
	border: 1px solid #EAEAEA;
	margin-top: 20px;
	padding: 10px;
}
.header-container .logout {
	float: right;
	margin-top: 20px;
	font-family: DIN, Helvetica, Arial, sans-serif
}
.header-container .logout a {
	color: #333;
	background: #fff;
	border: 1px #ddd solid;
	padding: 0px 8px;
	display: block;
	border-radius: 2px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 32px;
}
.toolbar .pager .pages {
	float: left;
}
.one-page-checkout h3 {
	font-size: 16px;
	margin: 0px;
}
#review-buttons-container .btn-checkout {
	float: right;
}
#checkout-review-submit .checkout-agreements {
	margin-bottom: 10px !important;
}
.block-layered-nav .btn-remove1 {
	display: none;
}
.button-set .bnt-comment {
	margin-bottom: 10px !important;
}
.commentlist li .comment-wrapper {
	padding: 0 20px 17px 0px !important;
}
.tabcontent {
	margin-top: 15px;
}
.label {
	color: #333;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	white-space: normal;
}
.sale-offer-box {
	display: none;
}
/*  category-slider  */
.category-description {
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px
}
.category-description a {
	display: block
}
.category-description img {
	vertical-align: bottom;
	display: block
}
.category-description .product-flexslider {
	margin: 0px;
}
.category-description .owl-theme .owl-controls {
	margin: 0px;
}
.category-description .small-tag {
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 52px;
}
/*	Category Image */

.cat-img-title {
	display: block;
	position: absolute;
	bottom: 0;
	width: 80%;
	margin: 6%;
	padding: 0;
	top: 66%;
	height: 30%;
}
.cat-img-title.cat-box {
	margin: 0;
	width: 60%;
	text-align: left;
	left: 5%;
	top: 18%;
}
.cat-img-title .cat-heading {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
	letter-spacing: 1px;
	line-height: 42px;
}
.cat-img-title p {
	clear: left;
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 1px;
	padding: 0.25em 0.5em;
	font-weight: normal
}
.cat-img-title.cat-bg p {
	color: #fff;
	padding: 0px;
}
.category-description .slider-items-products .owl-buttons .owl-prev {
	left: 12px;
	position: absolute;
	top: 45%;
	background: none;
}
.category-description .slider-items-products .owl-buttons .owl-next {
	right: -20px;
	position: absolute;
	top: 45%;
	background: none;
}
.category-description .slider-items-products .owl-buttons a {
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 0px;
	padding: 5px 3px 10px 0px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 0px;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 0px;
	background: #fff;
	opacity: 0.5;
	border: 1px #ddd solid;
	margin-top: -15px;
}
.category-description .slider-items-products .owl-buttons a:hover {
	background: #eaab00;
	opacity: 1;
	border: 1px #eaab00 solid;
	color: #fff;
}
.category-description .slider-items-products .owl-buttons .owl-prev a:before {
	font-size: 24px;
	padding: 0px 8px;
	line-height: 16px;
}
.category-description .slider-items-products .owl-buttons .owl-next a:before {
	font-size: 24px;
	padding: 0px 8px;
	line-height: 16px;
}
.category-description .owl-item .item {
	margin: auto;
}
#nav-home p {
	float: left;
}
.product-options-bottom .sharing-links {
	display: none;
}
.product-view .product-shop .grouped-items-table .price {
	font-size: 18px;
}
#product-options-wrapper .options-list .price {
	font-size: 12px;
}
.radio, .checkbox {
	display: inline-block;
}
.noitem {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.noitem:before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 40px;
	color: #ccc;
	width: 100%;
	display: block;
}
.validation-advice {
	color: #FF0000;
	position: absolute;
}
.form-list .validation-advice {
	color: #FF0000;
	position: relative;
}
.mgkosc-login-input-box .validation-advice {
	color: #FF0000;
	position: relative;
}
.footer-top .newsletter .validation-advice {
	left: 106px;
}
/*============ Global Messages  ============*/
.success {
	color: #3d6611;
	font-weight: bold;
}
.error {
	color: #df280a;
	font-weight: bold;
}
.notice {
	color: #000000;
}
.messages, .messages ul {
	list-style: none !important;
	/*margin: 0 !important;*/
	padding: 0 !important;
}
.messages {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.messages li {
	margin: 5px 0 10px !important;
}
.messages li li {
	margin: 0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important; /*min-height:20px !important;*/
	padding: 8px 8px 8px 8px !important;
	font-size: 11px !important;
	font-weight: 900 !important;
}
.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	color: #df280a;
}
.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	color: #3d6611;
}
.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	color: #3d6611;
}
/**Global Messages**/
.review-product-list .email-addto-box {
	float: left;
}
.checkout-cart-index .shipping .sp-methods {
	margin-left: -12px;
	margin-top: 10px;
}
.checkout-cart-index .shipping .sp-methods dd ul li {
	margin-bottom: 10px;
}
#my-reviews-table h2 {
	font-size: 16px;
	margin: 0;
}
.review-customer-view .product-img-box {
	float: left;
	margin-right: 10px;
}
.review-customer-view .product-details {
	float: left;
}
.review-customer-view .buttons-set {
	clear: both;
}
.review-customer-view .label {
	display: block;
}
.review-customer-view .product-details h3 {
	font-size: 14px;
	margin: 0;
}
.dashboard h2 {
	font-size: 16px;
}
.dashboard h4 {
	font-size: 14px;
}
.my-account .group-select h2 {
	font-size: 16px;
}
.login_page .pager .limiter {
	float: right;
	margin-left: 20px;
}
.login_page .pager .limiter label {
	float: none;
}
.login_page .pager .pages {
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}
.login_page .pager .amount {
	margin-top: 12px;
}
.order-info {
	border: 1px solid #DDDDDD;
	margin: 5px 0 8px;
	padding: 4px 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline;
	margin: 0;
	padding: 0;
}
.order-info .current {
	font-weight: bold;
}
.order-info li {
	margin: 0 3px;
}
#my-orders-table h3 {
	font-size: 16px;
	margin-top: 0px;
}
#multiship-addresses-table h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.group-select h2 {
	font-size: 16px;
}
.multiple-checkout h3 {
	font-size: 16px;
}
.checkout-agreements {
	border: 1px solid #EAEAEA;
	margin-top: 20px;
	padding: 10px;
}
.one-page-checkout h3 {
	font-size: 16px;
	margin: 0px;
}
#review-buttons-container .btn-checkout {
	float: right;
}
#checkout-review-submit .checkout-agreements {
	margin-bottom: 10px !important;
}
.block-layered-nav .btn-remove1 {
	display: none;
}
.button-set .bnt-comment {
	margin-bottom: 10px !important;
}
.commentlist li .comment-wrapper {
	padding: 0 20px 17px 0px !important;
}
.label {
	color: #333;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	white-space: normal;
}
.button.coupon, .button.get-quote, .button.btn-continue, .button.btn-update, .button.continue, .button.login, button.btn-share, .button.create-account {
	background-color: #eaab00;
	color: #fff;
	border: 1px #eaab00 solid;
}
.button.button-clear {
	background-color: #fff;
	color: #333 !important;
	border: 1px #ddd solid;
}
.button.button-clear:hover {
	background-color: #eaab00;
	color: #fff !important;
}
.multiple_addresses .button.btn-update {
	background-color: #fff;
	color: #333;
	border: 1px #e5e5e5 solid;
}
.multiple_addresses .button.btn-update:hover {
	background-color: #eaab00;
	color: #fff;
}
.data-table thead th {
	background-color: #f9f9f9;
	color: #333;
}
.data-table thead th:first-child {
	background-color: #f9f9f9;
	color: #333;
	border-radius: 2px 0px 0 3px;
}
.data-table thead th:last-child {
	background-color: #f9f9f9;
	color: #333;
	border-radius: 0px 3px 3px 0;
}
/******************************************
33. Compare Table
******************************************/
.compare-list {
	margin-bottom: 30px;
}
.compare-list h2 {
	color: #000;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 15px 0;
	position: relative;
	text-transform: uppercase;
}
.cart-area .cart_item td {
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	padding: 17px 15px;
	vertical-align: middle;
}
.cart-area thead th {
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: 1px solid #f1f1f1 !important;
	padding: 17px 15px !important;
}
.table-head {
	font-size: 18px;
	width: 25%;
	font-weight: normal
}
.item-quality {
	font-family: montserrat;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.item-des > p {
	margin: 0;
}
.item-des {
	font-size: 18px;
}
.table-head.th-name {
	font-family: montserrat;
	font-weight: 700
}
.table-head.item-nam {
	color: #cc3333;
}
.upload-box > input {
	display: none;
}
.upload-prodcut {
	padding: 124px 0;
}
.upload-box img {
	cursor: pointer;
}
.upload-box > p {
	font-family: montserrat;
	font-size: 18px;
	margin: 10px 0 0;
	text-transform: uppercase;
}
.single-product {
	overflow: hidden;
}
.single-product .item .item-inner .item-img .item-img-info {
	text-align: center;
	position: relative;
	overflow: hidden;
}
/******************************************
34. FAQ page
******************************************/
.delivery h3 {
	margin-top: auto;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.grey-container h3 {
	margin-top: auto;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.grey-container .button.more-info {
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.accordion-faq {
	text-align: left;
	position: relative;
	margin-top: 20px;
}
.accordion-faq .panel {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none
}
.accordion-faq .panel .panel-heading {
	padding: 0;
	color: #fff;
	border-radius: 0!important;
	background: #333
}
.accordion-faq .panel-heading a {
	display: block;
	position: relative;
	background: #f8f8f8;
	color: #333;
	padding: 10px 5px 12px 15px;
	border-radius: 0;
	border-right: 48px solid #eaab00;
	min-height: 50px;
	font-weight: 600;
	font-size: 15px;
}
.accordion-faq .panel-heading a:hover {
	text-decoration: none
}
.accordion-faq .panel:last-child {
	box-shadow: none;
	border-bottom: none
}
.accordion-faq .arrow-down, .accordion-faq .arrow-up {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	top: 50%;
	margin-top: -15px;
	right: -36px;
	color: #fff;
}
.accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
	display: none
}
.accordion-faq .collapsed .arrow-down {
	display: block
}
.accordion-faq .panel-body {
	border-top: 0!important;
	padding: 15px;
	background: #fff;
	border: 1px #eee solid;
	border-top: none;
}
.accordion-faq.panel-group .panel+.panel {
	margin-top: 10px
}
/******************************************
35. Team page
******************************************/

.amazing-team-list {
	list-style: none;
	padding: 0px;
	margin-top: 12px;
}
.amazing-team-item {
	text-align: center;
	padding-bottom: 15px;
	border: 1px solid #e5e5e5;
}
.amazing-team-item .hover {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.amazing-team-item .hover img {
	max-width: 100%;
	height: auto
}
.amazing-team-item .hover .overlay {
	padding-top: 90px;
	width: 100%;
	height: 100%;
	background: rgba(24,48,79,0.6);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	opacity: 0;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.amazing-team-item .hover:hover .overlay {
	opacity: 1
}
.amazing-team-item .sub-name {
	color: #575757;
	font-size: 15px;
	line-height: 23px;
	margin: 0;
}
.amazing-team-item .member-name {
	color: #000;
	font-size: 16px;
	line-height: 23px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.block_single.block_team {
	background: #f8f8f8;
	margin-top: 25px;
	padding-top: 20px;
}
.block_single h2 {
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 15px 0 8px;
	position: relative;
	text-transform: uppercase;
}
.block_single p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
.team_member_list {
	padding-top: 14px;
	padding-bottom: 20px;
	text-align: center;
}
.team_member_list .team_member_item {
	background: #fff;
	margin: 0 auto 40px;
	max-width: 270px;
}
.team_member_list .team_member_item .member-thumb {
	display: block;
	margin-bottom: 15px
}
.team_member_list .team_member_item .member-thumb img {
	max-width: 100%;
	height: auto;
	border-bottom: 1px #f8f8f8 solid;
}
.team_member_list .team_member_item .member-name {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px
}
.team_member_list .team_member_item .sub-name {
	color: #7d8c92;
	margin-bottom: 15px;
}
.team-social {
	font-size: 0;
	max-width: 280px;
	margin: 0 auto;
}
.team-social li {
	display: inline-block;
	width: 20%;
}
.team-social .fa {
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	display: block;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.team-social .fa-facebook {
	background: #385ba3
}
.team-social .fa-twitter {
	background: #32c3ff
}
.team-social .fa-pinterest {
	background: #cd3f3f
}
.team-social .fa-linkedin {
	background: #359ce4
}
.team-social .fa-dribbble {
	background: #eb3cb8
}
.team_member_list ul {
	padding: 0px;
	list-style: none;
}
.sitemap-inner {
	margin-top: 25px;
}
.bold-list>li>a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.simple-list li a {
	color: #333;
}
.simple-list {
	padding: 0px;
}
.simple-list li.title-map {
	list-style: none;
}
.simple-list ul ul {
	padding-left: 10px;
}
.simple-list ul li {
	margin-bottom: 5px;
}
/* tracking Order*/
#order-tracking {
	width: 100%;
	padding: 20px 25px 5px 25px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
#order-tracking h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}
#order-tracking p {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
	padding: 0px 15%;
	margin-bottom: 5px;
	text-align: center;
}
.order-tracking-form {
	max-width: 400px;
	margin: 20px auto;
}
.order-tracking-form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.order-tracking-form li {
	display: block;
	padding: 9px;
	margin-bottom: 10px;
}
.order-tracking-form li > label {
	font-size: 14px;
}
.order-tracking-form input[type="text"], .order-tracking-form input[type="date"], .order-tracking-form input[type="datetime"], .order-tracking-form input[type="email"], .order-tracking-form input[type="number"], .order-tracking-form input[type="search"], .order-tracking-form input[type="time"], .order-tracking-form input[type="url"], .order-tracking-form input[type="password"], .order-tracking-form textarea, .order-tracking-form select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	display: block;
	outline: none;
	border: 1px #e5e5e5 solid;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	padding: 3px 10px;
	font-weight: 400;
}
.order-tracking-form input[type="submit"], .order-tracking-form input[type="button"] {
	background: #eaab00;
	border: none;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: background-color 500ms ease 100ms;
}
ol.progtrckr {
	margin: 20px 0px 35px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}
ol.progtrckr li {
	display: inline-block;
	text-align: center;
	line-height: 3.5em;
}
ol.progtrckr[data-progtrckr-steps="2"] li {
	width: 49%;
}
ol.progtrckr[data-progtrckr-steps="3"] li {
	width: 33%;
}
ol.progtrckr[data-progtrckr-steps="4"] li {
	width: 24%;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
	width: 19%;
}
ol.progtrckr[data-progtrckr-steps="6"] li {
	width: 16%;
}
ol.progtrckr[data-progtrckr-steps="7"] li {
	width: 14%;
}
ol.progtrckr[data-progtrckr-steps="8"] li {
	width: 12%;
}
ol.progtrckr[data-progtrckr-steps="9"] li {
	width: 11%;
}
ol.progtrckr li.progtrckr-done {
	color: black;
	border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
	color: silver;
	border-bottom: 4px solid silver;
}
ol.progtrckr li:after {
	content: "\00a0\00a0";
}
ol.progtrckr li:before {
	position: relative;
	bottom: -2.5em;
	float: left;
	left: 50%;
	line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
	content: "\2713";
	color: white;
	background-color: yellowgreen;
	height: 2.2em;
	width: 2.2em;
	line-height: 2.2em;
	border: none;
	border-radius: 2.2em;
}
ol.progtrckr li.progtrckr-todo:before {
	content: "\039F";
	color: silver;
	background-color: white;
	font-size: 2.2em;
	bottom: -1.09em;
}

.info-image {
	cursor: pointer;
}
/******************************************
36. Responsive
******************************************/

@media only screen and (min-width: 0px) and (max-width: 479px) {

.modal-dialog.newsletter-popup {
	width: 95%;
	height: inherit;
	background: #eaab00;
}
.basket:hover .top-cart-content {
	right: -21px;
}
.newsletter-popup h4.modal-title {
	font-size: 22px;
	margin-top: 20px;
}
.newsletter-popup .modal-body {
	padding-left: 15px;
	margin-left: 0%;
	padding-bottom: 20px;
}
.search_cart_block {
	padding-top: 10px;
	padding-bottom: 0px;
}
.jtv-new-title {
	margin-bottom: 2px;
	padding: 0 12px;
}
.jtv-new-title h2 {
	padding: 12px 0px 12px 0px;
	margin-bottom: 0;
	font-size: 18px;
}
.my-wishlist .buttons-set2 .btn-share, .my-wishlist .buttons-set2 .btn-add, .my-wishlist .buttons-set2 .btn-update {
	float: none;
	margin-left: 0;
	margin-bottom: 8px;
}
.page-title_multi h2 {
	font-size: 18px;
}
.multiple_addresses .title-buttons.pull-right {
	float: left !important;
}
#multiship-addresses-table {
	margin-top: auto;
}
.product-view .flexslider-thumb {
	padding: 0 50px;
}
.add-to-box .pull-left {
	width: 100%;
}
.product-tabs {
	height: auto;
	padding: 0px;
}
#productTabContent {
	padding: 10px 15px;
}
.email-addto-box {
	margin-top: 8px;
	margin-bottom: 4px;
}
.product-view .email-friend {
	margin: auto;
}
.product-view .social ul li a {
	width: 35px;
	height: 35px;
	line-height: 32px;
}
.product-shop .social ul li {
	margin: auto;
}
footer .coppyright {
	float: none;
	text-align: center;
}
.payment-accept img {
	margin-right: 6px;
}
.header-banner.mobile-show .our-features-box {
	display: block !important;
}
.offer-slider h1 {
	font-size: 34px;
	padding: 20px 15px;
}
.offer-slider p {
	padding: 0 2% 1%;
	font-size: 14px;
}
.bx-wrapper {
	margin: auto;
}
.bx-viewport {
	height: 340px !important;
	width: 95% !important;
}
.bxslider li {
	margin-right: 30px !important;
}
.parallax {
	height: 450px;
}
.bx-wrapper .bx-pager {
	padding-top: 8px;
}
 .jtv-trending-products .product-flexslider {
	margin-top: 20px;
	margin-bottom: 10px;
} 
.product-flexslider, .jtv-top-products .product-flexslider {
	margin-top: 0px;
	margin-bottom: 10px;
}
.jtv-top-products .product-flexslider{margin-top: 20px; margin-bottom:18px;}
.jtv-brand-logo {
    margin-bottom: 25px;
    margin-top: 0px;
  
}
.jtv-top-products {

    margin-bottom: 20px;

}
.owl-pagination {
	top: -20px;
	right: auto;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
}
.slider-items-products .owl-buttons .owl-prev {
	left: 14px;
}
.slider-items-products .owl-buttons .owl-next {
	right: -7px;
}
#toTop {
	width: 30px;
	height: 30px;
	line-height: 38px;
}
.header-banner .assetBlock {
	display: none;
}
.our-features-box ul {
	width: 100%;
	padding-bottom: 10px;
}
.our-features-box li {
	margin-bottom: 10px;
	margin-left: 8px;
}
.top-cart-content .actions {
	padding: 0 8px 15px 8px;
}
.mini-products-list .product-image {
	margin-left: 8px;
}
.mini-cart .actions .btn-checkout {
	padding: 3px 22px;
}
.mini-cart .view-cart {
	padding: 3px 22px;
}
.col-xs-12.right_menu {
	padding-left: 4px;
}
.product-img-box. col-xs-12 {
width:300px;
}
.product-next-prev {
	display: none;
}
.product-view .previews-list li {
	margin-right: 13px;
}
.product-view .product-shop .add-to-box .pull-right {
	float: left !important;
}
#cloud-zoom-big {
	display: none !important;
}
.category-description .slider-items-products .owl-buttons a {
	width: 25px;
	height: 25px;
}
.products-list .product-image {
	width: 100%;
}
.lang-curr {
	float: left;
	margin-left: 0;
}
.form-currency {
	margin-right: 2px;
}
.form-language {
	padding-left: 8px;
}
.logo {
	padding: 18px 0px;
	text-align: center;
}
.jtv-mob-toggle-wrap {
	display: block;
	position: absolute; bottom:0px;
}
.mini-cart .basket a {
	margin: 0px;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: normal;
	min-width: 40px !important;
}
.top-cart-content {
	top: 30px;
}
ul#cart-sidebar {
	padding: 10px 0 0;
}
.top-cart-content li.item {
	width: 290px;
}
.offer-banner-section .row {
	padding-top: 30px;
}
.col {
	padding: 0px 0px 30px 0px;
	width: 100%
}
.col img {
	width: 100% !important;
}
.jtv-producttabs .jtv-pdt-container .jtv-pdt-nav .pdt-nav > li {
	padding: 0px 4px;
	font-size: 14px;
}
.jtv-producttabs ul.pdt-list li.item {
	width: 75%;
	margin: 0px auto 0px 13%;
}

.col-item .item-title {
	white-space: normal;
}
.col-item a.thumb span.quick-view {
	display: none;
}
.jtv-producttabs ul.pdt-list li.item a.thumb span.quick-view {
	display: none;
}
.newsletter {
	width: auto;
}
.newsletter-wrap input[type="text"] {
	width: 80% !important;
}
.newsletter-wrap button.subscribe {
	margin-left: 0px !important;
}
.social ul li {
	margin-right: 4px;
}
.payment-accept {
	float: none !important;
	padding-top: 0px;
}
.page-title h2 {
	font-size: 20px;
}
.cat-img-title.cat-box {
	font-size: 14px;
}
.category-description .slider-items-products .owl-buttons a {
	left: 5px;
	padding: 2px 3px 10px 0px;
	height: 25px;
	width: 25px;
}
.category-description .slider-items-products .owl-buttons .owl-prev a:before {
	font-size: 20px;
	padding: 0px 8px;
	line-height: 20px;
}
.category-description .slider-items-products .owl-buttons .owl-next a:before {
	font-size: 16px;
	padding: 0px 8px;
	line-height: 20px;
}
.category-description .small-tag {
	display: none;
}
.cat-img-title .cat-heading {
	font-size: 16px;
	margin: 10px 0px 5px;
	line-height: normal;
}
.cat-img-title.cat-bg p {
	margin: 0px;
	font-size: 11px;
}
.toolbar .sorter {
	width: 100%;
}
.toolbar .pager {
	float: right;
	margin: 15px 0px 0;
	width: 35%;
}
#sort-by {
	margin-top: 15px;
	float: left;
}
.pager .pages li a {
	padding: 2px 7px;
}
.pager .limiter label, .toolbar label {
	display: none;
}
.category-products ul.products-grid li.item {
	margin: 0% 0% 0% 0%;
	width: 100%;
}
.category-products ul.products-grid li.item a.thumb span.quick-view {
	display: none;
}
.products-list .product-shop {
	width: 100%;
	margin: 10px 0;
}
.col-left .block-cart .block-content ul li .product-details {
	width: 62%;
}
.side-nav-categories {
	margin-bottom: 10px;
}
.block {
	margin: 0px 0px 25px 0px;
}
.category-products ul.products-grid li.item a.thumb span.quick-view {
	display: none;
}
.nav-tabs > li {
	width: 100%;
	text-align: center;
	margin-bottom: 1px;
	border-bottom: 1px #e5e5e5 solid;
}
.form-add-tags input.input-text {
	width: 100%;
	margin-bottom: 8px;
}
.more-views .owl-carousel .owl-item {
	width: 90px !important;
}
.product-shop .product-next-prev .product-prev {
	margin-top: 5px;
}
.product-shop .product-next-prev .product-prev {
	width: 30px;
	height: 28px;
	right: 49px;
	margin: auto;
	padding: inherit;
}
.product-shop .product-next-prev .product-next {
	width: 30px;
	height: 28px;
	right: 15px;
	margin: auto;
	padding: inherit;
}
.product-view .product-shop .add-to-box .btn-cart {
	margin-left: 0px;
	margin-top: 10px;
}
.product-view .product-name h1 {
	font-size: 20px;
}
select#billing-address-select {
	width: 100%;
}
.sidebar .block dl {
	padding: 0px 0px;
}
.group-select li .input-box input.input-text, .group-select li .input-box textarea {
	width: 100%;
}
.group-select li .input-box {
	width: 100%;
}
.group-select li input.input-text, .group-select li textarea {
	width: 100%;
}
.group-select li select {
	width: 100%;
}
#shopping-cart-table {
	margin-top: 0px;
}
label {
	font-weight: normal;
}
button.button span {
	font-weight: normal;
}
button.button.btn-proceed-checkout span {
	font-size: 16px;
}
.jtv-crosssel-pro h2 {
	font-size: 15px;
}
.cart-collaterals h3 {
	font-size: 14px;
}
.col2-set .col-1 {
	width: 100%;
}
.col2-set .col-1 h2 {
	font-size: 20px;
}
.col2-set .col-2 {
	width: 100%;
}
.col2-set .col-2 h2 {
	font-size: 20px;
}
.back-link {
	float: none;
	display: block;
	padding: 7px 0px;
}
.state_bar li {
	width: 100%;
	margin-top: 8px;
	margin-right: 0px;
}
.account-login .col2-set .col-1 {
	width: 100%;
	min-height: inherit;
	margin-bottom: 15px;
}
.account-login .col2-set .col-2 {
	width: 100%;
	padding: 0px;
}
.popup1 {
	display: none !important;
}
#overlay {
	display: none !important;
}
.footer-column {
	width: 100%;
}
.products-list .add-to-links span {
	display: none;
}
.products-list .add-to-links {
	margin-top: 5px;
	display: inline-block;
}
.review1, .review2 {
	width: 100%;
}
.box-reviews .review {
	border-left: 0 solid #dfdfdf;
	float: left;
	padding-left: 0;
	width: 95%;
}
.related-slider {
	display: inline-block;
	width: 100%;
}
.service-section .services {
	border-left: none;
}
footer .footer-inner {
	margin-bottom: 10px;
}
.cloud-zoom-big {
	left: 0 !important;
}
.jtv-bottom-banner-section .col-xs-12 img {
	margin-bottom: 15px;
}
.discount, .totals {
	min-height: inherit;
}
.jtv-bottom-banner-section .col-lg-3, .jtv-bottom-banner-section .col-md-3, .jtv-bottom-banner-section .col-sm-3 {
	padding: 0px 10px;
}
.header-container {
	height: auto;
}
.jtv-latest-blog .blog_inner {
	margin-top: 0px;
}
.brand-logo {
	margin: 20px 0px 20px 0px;
}
.blog_entry-title {
	font-size: 20px !important;
}
.jtv-rhs-header {
	padding-left: 15px;
}
.jtv-header-box {
	border-right: none;
	height: auto;
	padding-left: 0;
}
.main-inner {
	padding-left: 15px;
}
.jtv-timer-box {
	text-align: center;
}
.footer-logo p {
	width: 62%;
}
.email-footer {
	margin-bottom: 18px;
}
.col2-left-layout .col-main {
	margin-top: 10px;
}
.jtv-latest-blog {
	margin-top: 20px;
	margin-bottom: 0px;
}
.jtv-trending-products {
	margin-top: 0px;
}
.sidebar-banner {
	margin-top: 0px;
	text-align: center;
}
.jtv-bottom-banner-section, .our-features-box .feature-box {
	margin-bottom: 10px;
}
.our-features-box {
	padding: 15px 0;
}
.cat-img-title.cat-box {
	width: 78%;
	margin-left: 15px;
}
.product-view {
	padding: 10px;
}
.product-view .product-shop {
	margin-top: 2px;
	padding: 10px;
}
.product-view .product-shop .add-to-links li {
	padding-bottom: 10px;
}
.jtv-related-products .owl-pagination, .jtv-upsell-products .owl-pagination {
	top: -20px;
}
.my-wishlist .table-responsive {
	border: none;
}
.col2-right-layout .main-inner {
	padding-right: 15px;
}
.jtv-dis-bar {
	padding: 15px;
}
.jtv-dis-bar h3 {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}
.jtv-dis-bar .jtv-social-icons {
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.blog-preview_item {
	padding-left: 0;
	padding-right: 0;
}
.blog-inner {
	margin-top: 5px;
}
.support-policy-box .support-policy .content {
	margin-top: 8px;
	font-size: 12px;
	margin-bottom: 15px;
}
.support-policy-box {
	padding: 15px 0px 5px;
	margin-bottom: 15px;
}
.column-right, .column-left {
	width: 100%;
}
.jtv-collection-area img {
	width: 100%;
}
.col-left-top-left, .col-left-top-right, .col-left-bottom-left, .col-left-bottom-right, .column-right {
	position: relative;
	width: 100%;
}
.col-left-top-left-text h3, .col-left-top-right-text h3, .col-left-bottom-left-text h3, .col-left-bottom-right-text h3, .col-right-text span {
	font-size: 24px;
	margin-top: 10px;
}
.col-left-top-left-text h5, .col-left-top-right-text h5, .col-left-bottom-left-text h5, .col-left-bottom-right-text h5, .col-right-text h5 {
	font-size: 14px;
}
#jtv-brand-logo-slider.product-flexslider {
	margin: 15px 0px;
}
.news-letter {
	padding: 25px 0px;
	margin-bottom: 15px;
}
.news-letter .heading h2 {
	font-size: 20px;
}
.news-letter .heading span {
	width: 95%;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 12px;
}
.news-letter form input {
	height: 42px;
	width: 72%;
	padding: 0 10px;
}
.news-letter form button {
	height: 42px;
	font-size: 15px;
}
footer h4 {
	margin-top: 15px;
	padding-bottom: 2px;
}
.payment-icon {
	margin-top: 8px;
}
.col-right-text {
	left: -100px;
}
.breadcrumbs {
	padding: 10px 0px 0px 0px;
}
.main-container {
	margin-top: 10px;
}
.custom-slider .carousel-inner>.item>a>img, .custom-slider .carousel-inner>.item>img {
	display: inline-block;
}
.products-list .actions .add-to-links a.link-wishlist, .products-list .actions .add-to-links a.link-compare {
	margin: 4px 0px;
}
.products-list .product-shop .btn-cart {
	margin-bottom: 4px;
}
.shop-cart-table {
	width: 780px;
	margin-bottom: 0px;
}
.title-tab-product-category li {
	width: 100%;
	margin-bottom: 12px;
}
.title-tab-product-category .jtv-heading-style li + li {
	margin-left: 0px;
}
.cart-page-area .table-responsive {
	border: none;
	border-right: 1px #e5e5e5 solid;
}
.cart-page-area .product-name {
	width: 28%;
}
.product-thumbnail {
	width: 12%;
}
.product-price {
	width: 8%;
}
.product-quantity {
	width: 28%;
}
.product-subtotal {
	width: 12%;
}
.product-remove {
	width: 12%;
}
.content-tab-product-category {
	margin-top: 5px;
}
.update-continue-btn .button {
	width: 100%;
	margin-bottom: 12px;
}
.coupn-area, .cart-total-area {
	padding: 12px;
	margin-bottom: 15px;
}
.first-last-area {
	width: 100%;
}
.checkout-payment-area {
	padding: 15px;
}
.my-account {
	padding: 0 12px 20px;
}
.my-account .page-title {
	margin: 0 -12px;
	padding: 0 12px;
	text-align: left;
}
#my-orders-table {
	width: 500px;
	margin: 0px;
}
.box-account address {
	margin-bottom: 0px;
}
.single-product .item .item-inner .item-img .item-img-info {
	margin-bottom: 15px;
}
.upload-prodcut {
	padding: 25px 0;
}
.amazing-team-item {
	margin-bottom: 20px;
}
#order-tracking p {
	padding: 0px;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
	width: 100%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

.modal-dialog.newsletter-popup {
	width: 95%;
	height: inherit;
	background: #eaab00;
}
.newsletter-popup h4.modal-title {
	font-size: 22px;
	margin-top: 20px;
}
.newsletter-popup .modal-body {
	padding-left: 15px;
	margin-left: 0%;
	padding-bottom: 20px;
}
.search_cart_block {
	padding-top: 0px;
	padding-bottom: 5px;
}
.brand-logo .jtv-new-title.center {
	height: 40px;
}
.logo {
	padding: 20px 10px;
	text-align: center;
}
.jtv-new-title {
	margin-bottom: 2px;
}
.jtv-new-title.center {
	text-align: center;
	height: auto;
	border-bottom: none;
	margin-top: 12px;
}
.jtv-new-title h2 {
	margin-bottom: 0;
}
.my-wishlist .buttons-set2 .btn-share, .my-wishlist .buttons-set2 .btn-add, .my-wishlist .buttons-set2 .btn-update {
	float: none;
	margin-left: 0;
	margin-bottom: 8px;
}
.page-title_multi h2 {
	font-size: 18px;
}
.multiple_addresses .title-buttons.pull-right {
	float: left !important;
}
#multiship-addresses-table {
	margin-top: auto;
}
.product-view .flexslider-thumb {
	padding: 0 50px;
}
.add-to-box .pull-left {
	width: 100%;
}
.product-tabs {
	height: auto;
	padding: 0px;
}
.email-addto-box {
	margin-top: 8px;
}
.product-view .product-shop .add-to-links li {
	padding: 4px 6px 0px 0px;
}
.product-view .email-friend {
	margin: auto;
}
.product-shop .social ul li {
	margin: auto;
}
footer .coppyright {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}
.payment-accept img {
	margin-right: 6px;
}
.offer-slider h1 {
	font-size: 34px;
	padding: 20px 15px;
}
.offer-slider p {
	padding: 0 2% 1%;
	font-size: 14px;
}
.owl-pagination {
	top: -20px;
	right: auto;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	width: 14px;
	height: 14px;
}
.slider-items-products .owl-buttons .owl-prev {
	left: 14px;
}
.slider-items-products .owl-buttons .owl-next {
	right: -7px;
}
#toTop {
	width: 30px;
	height: 30px;
	line-height: 38px;
}
.top-cart-content .actions {
	padding: 0 8px 15px 8px;
}
.mini-products-list .product-image {
	margin-left: 8px;
}
.mini-cart .actions .btn-checkout {
	padding: 3px 22px;
}
.mini-cart .view-cart {
	padding: 3px 22px;
}
.col-xs-12.right_menu {
	padding-left: 4px;
}
.product-img-box. col-xs-12 {
width:300px;
}
.product-next-prev {
	display: none;
}
.product-view .previews-list li {
	margin-right: 13px;
}
.product-view .product-shop .add-to-box .pull-right {
	float: left !important;
}
#cloud-zoom-big {
	display: none !important;
}
.category-description .slider-items-products .owl-buttons a {
	width: 25px;
	height: 25px;
}
.products-list .product-image {
	width: 35%;
}
.lang-curr {
	float: left;
	margin-left: 0;
}
.form-currency {
	margin-right: 2px;
}
.form-language {
	padding-left: 8px;
}
.jtv-mob-toggle-wrap {
	display: block;
	position: absolute; bottom:0px;
}
.mini-cart .basket a {
	margin: 0px;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: normal;
	min-width: 40px !important;
	border: none;
}
.top-cart-content {
	top: 30px;
}
.service-section .services {
	padding: 20px 0px;
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	border-left: 1px #fff solid;
	border-right: none;
}
.col img {
	width: 100% !important;
}
.jtv-producttabs .jtv-pdt-content ul.pdt-list li {
	width: 45%;
	margin-left: 10px;
	margin-right: 2%;
}
.newsletter {
	width: auto;
}
.newsletter-wrap input[type="text"] {
	width: 78% !important;
}
.newsletter-wrap button.subscribe {
	margin-left: 0px !important;
}
.payment-accept {
	float: none !important;
}
.footer-bottom .inner .bottom_links a {
	margin-left: 9px;
	float: left !important;
	font-size: 11px;
}
.breadcrumbs ul {
	padding: 0px 0px;
}
.page-title h2 {
	font-size: 24px;
}
.category-description .slider-items-products .owl-buttons a {
	left: 5px;
	padding: 2px 3px 10px 0px;
	height: 30px;
	width: 30px;
}
.category-description .slider-items-products .owl-buttons .owl-prev a:before {
	font-size: 20px;
	padding: 0px 10px;
	line-height: 24px;
}
.cat-img-title .cat-heading {
	margin: auto;
	font-size: 20px;
	margin-top: 8px;
	line-height: normal;
}
.cat-img-title p {
	font-size: 14px;
}
.category-description .slider-items-products .owl-buttons .owl-next a:before {
	font-size: 20px;
	padding: 0px 10px;
	line-height: 24px;
}
.toolbar .pager {
	float: right;
	margin: 0px 10px 0px 0px;
	width: 18%;
}
.pager .pages li a {
	padding: 2px 8px;
}
.category-products ul.products-grid li.item {
	width: 50%;
}
.col-left .block-cart .block-content ul li .product-details {
	width: 80%;
}
.products-list .product-shop {
	width: 62%;
	margin: 10px 0;
}
.col-left .block-cart .block-content ul li .product-details {
	width: 78%;
}
.more-views .owl-carousel .owl-item {
	width: 106px !important;
}
.more-views .slider-items-products a.flex-prev {
	margin: 65px 0px 4px -368px;
}
.more-views .slider-items-products a.flex-next {
	margin: 65px 0px 4px 30px;
}
.nav-tabs > li {
	width: 100%;
	text-align: center;
	margin-bottom: 1px;
	border-bottom: 1px #e5e5e5 solid;
}
.form-add-tags input.input-text, select, textarea {
	width: 60%;
}
.product-view .product-name h1 {
	font-size: 24px;
}
select#billing-address-select {
	width: 100%;
}
.sidebar .block dl {
	padding: 0px 10px;
}
select#billing-address-select {
	width: 100%;
}
.sidebar .block dl {
	padding: 0px 0px;
}
.group-select li .input-box input.input-text, .group-select li .input-box textarea {
	width: 100%;
}
.group-select li .input-box {
	width: 100%;
}
.group-select li input.input-text, .group-select li textarea {
	width: 100%;
}
.group-select li select {
	width: 100%;
}
#shopping-cart-table {
	margin-top: 0px;
}
label {
	font-weight: normal;
}
button.button span {
	font-weight: normal;
}
.col2-set .col-1 {
	width: 100%;
}
.col2-set .col-1 h2 {
	font-size: 20px;
}
.col2-set .col-2 {
	width: 100%;
}
.col2-set .col-2 h2 {
	font-size: 20px;
}
.back-link {
	float: none;
	display: block;
	padding: 7px 0px;
}
.state_bar li {
	width: 100%;
	margin-top: 8px;
	margin-right: 0px;
}
.account-login .col2-set .col-1 {
	width: 100%;
	padding: 0px;
	min-height: inherit;
	margin-bottom: 15px;
}
.account-login .col2-set .col-2 {
	width: 100%;
	padding: 0px;
}
.popup1 {
	display: none !important;
}
#overlay {
	display: none !important;
}
#cloud-zoom-big {
	display: none !important;
}
.jtv-bottom-banner-section .col-xs-12 {
	width: 50%;
}
.jtv-latest-blog .blog_inner {
	margin-bottom: 0px;
}
.brand-logo {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.products-list .actions .add-to-links a.link-wishlist span, .products-list .actions .add-to-links a.link-compare span {
	display: none;
}
.header-container {
	height: auto;
}
.jtv-latest-blog .blog_inner {
	margin-top: 0px;
}
.brand-logo {
	margin: 20px 0px 20px 0px;
}
.blog_entry-title {
	font-size: 20px !important;
}
.jtv-rhs-header {
	padding-left: 15px;
}
.jtv-header-box {
	border-right: none;
	height: auto;
	padding-left: 0;
}
.main-inner {
	padding-left: 15px;
}
.jtv-timer-box {
	text-align: center;
}
.brand-logo .owl-pagination {
	right: 0;
	top: -25px;
}
.footer-logo p {
	width: 62%;
	min-height: 50px;
}
.email-footer {
	margin-bottom: 18px;
}
.col2-left-layout .col-main {
	margin-top: 20px;
}
.jtv-trending-products {
	margin-top: 0px;
}
.jtv-hot-deal-product, .jtv-trending-productsducts {
	margin-top: 20px;
}
.sidebar-banner {
	margin-top: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.jtv-bottom-banner-section, .our-features-box .feature-box {
	margin-bottom: 10px;
}
.our-features-box {
	padding: 15px 0;
}
.owl-item .item {
	margin: 15px 10px 0;
}
.jtv-trending-products .products-grid .item .item-inner .item-info .info-inner {
	padding-bottom: 2px;
}
.jtv-hot-deal-product, .jtv-trending-productsducts {
	margin: auto;
	width: 380px;
}
.jtv-bottom-banner-section .col-xs-12 img {
	margin-bottom: 15px;
}
.jtv-related-products .owl-pagination, .jtv-upsell-products .owl-pagination {
	top: -20px;
}
.jtv-upsell-products .products-grid .item .item-inner .item-info .info-inner {
	padding-bottom: 1px;
}
.products-grid .actions button.button.btn-cart {
	line-height: 12px;
}
.my-wishlist .table-responsive {
	border: none;
}
.col2-right-layout .main-inner {
	padding-right: 15px;
}
.jtv-dis-bar {
	padding: 15px;
	text-align: center;
}
.jtv-dis-bar h3 {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	float: none;
}
.jtv-dis-bar .jtv-social-icons {
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.jtv-trending-products .product-flexslider, .jtv-top-products .product-flexslider {
	margin: 6px -10px 20px;
}
.jtv-top-products {
	width: 380px;
	margin: auto;
}
.support-policy-box .support-policy .content {
	margin-top: 8px;
	font-size: 12px;
	margin-bottom: 15px;
}
.support-policy-box {
	padding: 15px 0px 5px;
	width: 380px;
	margin: 25px auto;
}
.column-right, .column-left {
	width: 100%;
}
.jtv-collection-area img {
	width: 100%;
}
.col-left-top-left, .col-left-top-right, .col-left-bottom-left, .col-left-bottom-right, .column-right {
	position: relative;
	width: 100%;
}
.col-left-top-left-text h3, .col-left-top-right-text h3, .col-left-bottom-left-text h3, .col-left-bottom-right-text h3, .col-right-text span {
	font-size: 24px;
	margin-top: 10px;
}
.col-left-top-left-text h5, .col-left-top-right-text h5, .col-left-bottom-left-text h5, .col-left-bottom-right-text h5, .col-right-text h5 {
	font-size: 14px;
}
#jtv-brand-logo-slider.product-flexslider {
	margin: 15px 0px;
}
.news-letter {
	padding: 25px 0px;
	margin-bottom: 15px;
}
.news-letter .heading h2 {
	font-size: 20px;
}
.news-letter .heading span {
	width: 95%;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 12px;
}
.news-letter form input {
	height: 42px;
	width: 72%;
	padding: 0 10px;
}
.news-letter form button {
	height: 42px;
	font-size: 15px;
}
footer h4 {
	margin-top: 15px;
	padding-bottom: 2px;
}
.payment-icon {
	margin-top: 8px;
}
.col-right-text {
	left: -100px;
}
.jtv-collection-area {
	width: 380px;
	margin: auto;
}
.breadcrumbs {
	padding: 10px 0px 0px 0px;
}
.main-container {
	margin-top: 10px;
}
.pager .limiter label, .toolbar label {
	display: none;
}
.custom-slider .carousel-inner>.item>a>img, .custom-slider .carousel-inner>.item>img {
	display: inline-block;
}
#carousel-example-generic {
	text-align: center;
}
.products-list .actions .add-to-links a.link-wishlist, .products-list .actions .add-to-links a.link-compare {
	margin: 4px 0px;
}
.products-list .product-shop .btn-cart {
	margin-bottom: 4px;
}
.product-view {
	padding: 10px;
}
.product-view .product-shop {
	margin-top: 15px;
}
.product-view .product-shop .add-to-box .btn-cart {
	margin-top: 10px;
	margin-left: 0px;
}
.shop-cart-table {
	width: 780px;
	margin-bottom: 0px;
}
.title-tab-product-category li {
	width: 100%;
	margin-bottom: 12px;
}
.title-tab-product-category .jtv-heading-style li + li {
	margin-left: 0px;
}
.cart-page-area .table-responsive {
	border: none;
	border-right: 1px #e5e5e5 solid;
}
.cart-page-area .product-name {
	width: 28%;
}
.product-thumbnail {
	width: 12%;
}
.product-price {
	width: 8%;
}
.product-quantity {
	width: 28%;
}
.product-subtotal {
	width: 12%;
}
.product-remove {
	width: 12%;
}
.content-tab-product-category {
	margin-top: 5px;
}
.first-last-area {
	width: 100%;
}
.coupn-area {
	margin-bottom: 25px;
}
#my-orders-table {
	width: 500px;
	margin: 0px;
}
.box-account address {
	margin-bottom: 0px;
}
.single-product .item .item-inner .item-img .item-img-info {
	margin-bottom: 15px;
}
.upload-prodcut {
	padding: 25px 0;
}
.amazing-team-item {
	margin-bottom: 20px;
}
#order-tracking p {
	padding: 0px;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
	width: 49%;
}
}
@media (min-width: 768px) and (max-width: 991px) {

.cross-sell-pro .jtv-new-title h2 {
	font-size: 14px;
}
.product-view .flexslider-thumb .flex-direction-nav {
	z-index: 0;
}
.product-view .product-next-prev .product-next {
	top: -46px;
}
.product-view .product-next-prev .product-prev {
	top: -46px;
}
.slider-items-products .owl-buttons .owl-prev {
	left: 14px;
}
.slider-items-products .owl-buttons .owl-next {
	right: -7px;
}
.payment-accept {
	padding: 0;
	margin-top: 10px;
}
.cms-index-index #nav #nav-home > a, #nav > li.active > a, .vertnav-top li.current > a:hover {
	padding: 10px 0;
}
.product-view .flexslider-thumb .flex-prev {
	left: -10px;
}
.product-view .flexslider-thumb .flex-next {
	right: -8px;
}
.product-view .flexslider-thumb {
	padding: 0 20px;
}
.email-addto-box {
	width: 100%;
	margin-left: 0;
}
.product-view .email-friend {
	margin: auto;
}
.product-view .product-shop .add-to-box .pull-right {
	float: left !important;
}
.products-list .add-to-links span {
	display: none;
}
.products-list .add-to-links {
	display: inline-block;
	padding-left: 0px;
}
#compare-items .btn-remove1 {
	top: 0px;
}
.our-features-box .feature-box .content {
	margin-top: 8p;
	text-align: left;
	margin-bottom: 10px;
}
.footer-inner .newsletter-wrap {
	width: 52%;
	display: inline-block;
}
.social h4 {
	margin: 6px 0 5px;
}
.footer-bottom .company-links li {
	float: left;
}
#sequence-theme .controls a {
	background-size: 50px;
}
.search-box {
	background: rgba(0, 0, 0, 0);
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	width: 200px;
}
#search {
	padding: 3px 6px;
	width: 160px;
}
.search-btn-bg {
	font-size: 13px;
	padding: 6px 10px;
	position: absolute;
}
.mini-cart .basket a.basket-icon {
	margin: 0px 8px;
}
.language-box select:focus, .language-box select, .currency-box select:focus, .currency-box select {
	margin-left: 12px;
}
.newsletter-wrap input[type="text"] {
	width: 360px;
}
.breadcrumbs ul {
	padding: 0px 0px;
}
.page-title h2 {
	font-size: 24px;
}
.category-description .slider-items-products .owl-buttons a {
	left: 5px;
	padding: 2px 3px 10px 0px;
	height: 30px;
	width: 30px;
}
.category-description .slider-items-products .owl-buttons .owl-prev a:before {
	font-size: 20px;
	padding: 0px 10px;
	line-height: 24px;
}
.category-description .slider-items-products .owl-buttons .owl-next a:before {
	font-size: 20px;
	padding: 0px 10px;
	line-height: 24px;
}
.toolbar .pager {
	width: 30%;
}
.sidebar ol, .sidebar ul li ul {
	padding: 0px !important;
}
.box-category > ul > li ul > li > a {
	padding: 6px 10px !important;
}
.col-left .block-cart ul li.item {
	display: inline-block;
}
.col-left .block-cart .block-content ul li .product-details {
	width: 100%;
	margin-top: 10px;
}
.side-nav-categories {
	margin-bottom: 10px;
}
ol#compare-items li a.product-name {
	width: 79%;
}
.btn, .button-inverse, .button-vote, .sidebar .btn, .dropdown .dropdown-menu .button, .buttons-set .back-link a, .scrolltop, .button-tabs li a {
	margin-bottom: 5px;
}
#recently-viewed-items .product-name {
	width: 90%;
}
.block-banner img {
	width: 100%;
}
.block .block-content, .block.block-layered-nav .block-content {
	padding: 5px 5px 5px 5px;
}
.block.product-price-range .block-content {
	padding: 28px 6px 10px;
}
.block {
	margin: 0px 0px 25px 0px;
}
.products-list .product-shop {
	width: 51%;
	margin-left: 15px;
}
.products-list .product-image {
	width: 45%;
}
.products-list .item a img {
	width: 100%;
}
.product-view .product-shop .add-to-links li {
	padding: 0px 8px 0px 0px;
}
.add-to-links span {
	font-size: 11px;
	margin-left: 5px;
}
.social ul li {
	margin-right: 4px;
}
.product-view .product-shop .add-to-links .link-compare:before {
	margin-right: 5px;
}
.product-img-box img {
	width: 100%;
}
.product-view .product-name h1 {
	font-size: 23px;
}
.product-view .product-name h1 {
	font-size: 23px;
	font-weight: 600;
}
select#billing-address-select {
	width: 100%;
}
.sidebar .block dl {
	padding: 0px 5px;
}
#shopping-cart-table {
	margin-top: 0px;
}
label {
	font-weight: normal;
}
button.button span {
	font-weight: normal;
}
button.button.btn-proceed-checkout span {
	font-size: 12px;
}
.cart-collaterals h3 {
	font-size: 12px;
}
button.button.btn-proceed-checkout:before {
	font-size: 13px;
}
.cart-collaterals .col-sm-4 {
	padding-right: 0;
}
.cart-collaterals .col-sm-4 .totals {
	margin-right: 15px;
}
.cart-collaterals h3 {
	padding: 10px;
}
.col2-set .col-1 h2 {
	font-size: 20px;
}
.col2-set .col-2 h2 {
	font-size: 20px;
}
.block-account .block-content li a {
	padding: 0 0 0 2px;
	display: inline-block;
}
.sidebar-banner img {
	width: 100%;
}
.box-reviews .review {
	width: 80%;
}
.mega-menu-title h3 {
	font-size: 14px;
}
.lang-curr {
	float: right;
	margin: 0 8px;
}
.timer-grid .box-time-date {
	margin-bottom: 10px;
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.jtv-timer-box {
	text-align: center;
}
.our-features-box .feature-box {
	margin-bottom: 15px
}
.our-features-box {
	padding: 22px 0 5px;
}
.newsletter-wrap h4 {
	margin-bottom: 10px;
}
.footer-column-last {
	margin-bottom: 0px;
	margin-top: 10px;
}
.footer-logo p {
	float: none;
	width: 100%;
	padding-bottom: 0px;
}
.block .block-title, .side-nav-categories .block-title {
	padding: 8px 5px;
}
.box-category {
	padding: 5px;
}
.product-view .product-shop .add-to-box .btn-cart {
	margin-left: 0px;
	margin-top: 10px;
}
.modal-dialog.newsletter-popup {
	width: 740px;
	height: inherit;
	margin-top: 8%;
}
.form-currency {
	margin-right: 8px;
}
.logo {
	padding: 24px 12px;
}
.search_cart_block {
	padding-top: 16px;
}
.top_section {
	margin-top: 15px;
}
.newsletter-popup .modal-body {
	padding-bottom: 35px;
}
.jtv-dis-bar {
	text-align: center;
}
.jtv-dis-bar h3 {
	text-align: center;
	float: none;
}
.jtv-dis-bar .jtv-social-icons {
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.mega-menu-category > .nav > li > a {
	padding: 11px 15px 8px;
}
.mega-menu-category > .nav > li > a:after {
	right: 10px;
	top: 4px;
}
.mega-menu-title {
	padding: 16px 15px 15px;
}
.jtv-hot-deal-product .products-grid .item {
	margin-bottom: 20px;
}
.col-left-top-left-text h3, .col-left-top-right-text h3, .col-left-bottom-left-text h3, .col-left-bottom-right-text h3, .col-right-text span {
	font-size: 22px;
	margin-top: 10px;
}
.col-left-top-left-text h5, .col-left-top-right-text h5, .col-left-bottom-left-text h5, .col-left-bottom-right-text h5, .col-right-text h5 {
	font-size: 12px;
}
.col-right-text {
	left: -95px;
}
footer ul {
	min-height: 240px;
}
.social ul {
	min-height: inherit;
}
.post-meta li {
	margin-bottom: 6px;
}
.news-letter .heading span {
	width: 72%;
}
.cat-img-title .cat-heading {
	font-size: 28px;
	margin-top: 10px;
	line-height: 32px;
}
.block-cart .block-content ul li .product-details {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.block.block-cart ul li.item {
	display: inline-block;
}
.button.button-clear {
	margin-top: 8px;
}
#carousel-example-generic .carousel-caption h3 a {
	font-size: 18px;
}
#carousel-example-generic p {
	font-size: 11px;
}
#carousel-example-generic .carousel-caption {
	padding: 0px 8px 8px;
}
#carousel-example-generic .carousel-caption h3 {
	margin-top: 10px;
}
.col2-left-layout .products-list .actions .add-to-links a.link-wishlist, .col2-left-layout .products-list .actions .add-to-links a.link-compare {
	margin: 4px 0px;
}
.products-list .product-shop .btn-cart {
	margin-bottom: 4px;
}
.col2-left-layout .product-next-prev {
	float: right;
	margin-top: 0;
}
.col2-left-layout .product-view .product-name h1 {
	font-size: 20px;
	padding-bottom: 0px;
}
.col2-left-layout .product-view .product-shop .price-box {
	padding: 6px 0px;
}
.col2-left-layout .product-view .product-shop .social a {
	line-height: 32px;
	width: 35px;
	height: 35px;
}
.cart-page-area .product-name {
	width: 28%;
}
.product-thumbnail {
	width: 12%;
}
.product-price {
	width: 8%;
}
.product-quantity {
	width: 30%;
}
.product-subtotal {
	width: 12%;
}
.product-remove {
	width: 10%;
}
.upload-prodcut {
	padding: 68px 0;
}
.toplinks .links li a {
	padding: 0px 12px 0px 0px;
}
#order-tracking p {
	padding: 0px 5%;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
	width: 33%;
}.jtv-hot-deal-product .item-info {
    padding-bottom: 8px;
}
.jtv-brand-logo {

    margin-top: 0px;

}
}
@media (min-width: 992px) and (max-width: 1199px) {
.state_bar li {
	width: 18.8%;
	font-size: 12px;
}
.cross-sell-pro .jtv-new-title h2 {
	font-size: 20px;
}
.product-view .flexslider-thumb .flex-direction-nav {
	z-index: 0;
}
.product-view .product-next-prev .product-next {
	top: -48px;
}
.product-view .product-next-prev .product-prev {
	top: -48px;
}
.payment-accept {
	width: 100%;
	display: inline-block;
	margin: 20px auto 0;
	padding: 0px;
}
.product-view .flexslider-thumb .flex-prev {
	left: -10px;
}
.product-view .flexslider-thumb .flex-next {
	right: -8px;
}
.product-view .flexslider-thumb {
	padding: 0 22px;
}
.product-view .email-friend {
	margin: auto;
}
.product-view .product-shop .add-to-box .pull-right {
	float: left !important;
	margin-top: 10px;
}
.email-addto-box {
	width: 100%;
	margin-left: 0;
}
.product-additional .block-product-additional img {
	width: 100%;
}
.footer-inner .newsletter-wrap {
	width: 52%;
	display: inline-block;
}
.social h4 {
	margin: 0px 0 5px;
}
.search-box {
	width: 345px;
}
#search {
	padding: 3px 6px;
	width: 320px;
}
.mini-cart .basket a {
	min-width: 100% !important;
}
.jtv-pdt-content a.link-compare {
	padding: 6px 8px;
}
.breadcrumbs ul {
	padding: 0px 0px;
}
.page-title h2 {
	font-size: 24px;
}
.cat-img-title.cat-box {
	width: 60%;
	left: 6%;
	top: 5%;
}
.category-description .slider-items-products .owl-buttons a {
	left: 5px;
	padding: 2px 3px 10px 0px;
	height: 40px;
	width: 40px;
}
.category-description .slider-items-products .owl-buttons .owl-prev a:before {
	font-size: 20px;
	padding: 0px 13px;
	line-height: 34px;
}
.category-description .slider-items-products .owl-buttons .owl-next a:before {
	font-size: 20px;
	padding: 0px 13px;
	line-height: 34px;
}
.toolbar .pager {
	width: 30%;
}
.box-category > ul > li ul > li > a {
	padding: 6px 10px !important;
}
.col-left .block-cart ul li.item {
	display: inline-block;
}
.col-left .block-cart .block-content ul li .product-details {
	width: 55%;
}
.side-nav-categories {
	margin-bottom: 20px;
}
ol#compare-items li a.product-name {
	width: 75%;
}
#recently-viewed-items .product-name {
	width: 90%;
}
.block-banner img {
	width: 100%;
}
.block {
	margin: 0px 0px 25px 0px;
}
.products-list .product-shop {
	width: 66%;
	margin-left: 15px;
}
.products-list .product-image {
	width: 30%;
}
.products-list .item a img {
	width: 100%;
}
.col2-set .col-1 h2 {
	font-size: 20px;
}
.col2-set .col-2 h2 {
	font-size: 20px;
}
.block-progress .block-content {
	padding: 0px 10px;
}
.sidebar-banner img {
	width: 100%;
}
.mega-menu-category > .nav > li > a {
	padding: 10px 15px 11px;
}
.timer-grid .box-time-date {
	font-size: 11px;
	min-width: 50px;
	min-height: 60px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.timer-grid .box-time-date span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.jtv-timer-box {
	text-align: center;
}
.footer-column-last {
	margin-top: 20px;
}
.our-features-box .feature-box {
	margin-bottom: 15px;
}
.our-features-box {
	padding: 20px 0 10px;
}
.search_cart_block {
	padding-top: 24px;
}
.top_section {
	margin-top: 24px; padding:8px 0px 12px 0px;
}
.mega-menu-category > .nav > li > a:after {
	top: 5px;
}
.products-list .actions .add-to-links a.link-wishlist, .products-list .actions .add-to-links a.link-compare {
	padding: 8px;
	margin-right: 5px;
	letter-spacing: 0.3px;
}
.col2-left-layout .product-view .product-shop .add-to-box .btn-cart {
	margin-top: 10px;
	margin-left: 0px;
}
.col2-left-layout .product-view .product-shop .add-to-links li {
	padding: 0px 12px 5px 0px;
}
.col2-left-layout .social ul li {
	margin-right: 4px;
	margin-bottom: 2px;
}
.cart-page-area .product-name {
	width: 28%;
}
.product-quantity {
	width: 25%;
}
button.button.btn-proceed-checkout span {
	font-size: 15px;
}
.upload-prodcut {
	padding: 50px 0;
}
.toplinks .links li a {
	padding: 0px 10px 0px 0px;
}
}
.text-des {
    background: rgba(255,255,255,0.7);
    /* background: rgba(0, 0, 0, 9.3) url(../images/bg_text_des.png) repeat scroll 0 0; */
    padding: 9px;
}

.lapresse {
	position: absolute;
    bottom: -25px;
}

span[itemprop="brand"] {
	visibility: hidden;
}
.B0977F, th {
	color: #000;
	background-color: #eaab00;
	padding: 5px;
	border: 1px solid #000;
}
td {
	padding: 5px;
	border: 1px solid #fff;
}

#success_message{ 
   display: none;
}

.text-des-container {
	position:relative;
	height: 54px;
	margin-bottom: 0px !important;
}

.specialBox {
	margin-top: 20px;
	background-color: #fff;
	padding: 10px;
}

.orange {
	color: #eaab00;
}

.full {
	width: 100%;
}

.mgt15 {
	margin-top: 15px;
}
