/*
[Table of contents]
0. Sidebar Mobile Menu
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
37. Right side accordain menu
*/

/******************************************
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("../img/frontend/template/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: #00b1e0;
	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: 12px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	background: #F5F5F5;
}

a {
	color: #333;
	transition: all .4s ease;
}

a:hover,
:hover {
	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;
	margin-left: -15px;
}

.main-inner {
	padding-left: 5px;
}

/******************************************
5. Header
******************************************/

nav.navbar {
	background: #003169;
}

.logo {
	vertical-align: middle;
	cursor: pointer;
	display: block;
}

.header-container .right_menu {
	margin-top: 0px;
}

.header-container {
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	background: rgba(35, 47, 62, 1);
	margin-top: -10px;
}

/* top search*/
.language-box.search-type {
	position: relative;
	float: right;
}

.language-box.search-type select {
	margin: 0;
}

.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(../img/frontend/template/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;
}

#icon-search {
	position: relative;
	float: right;
	padding: 7px 10px 0px 0px;
	color: white;
	cursor: pointer;
}

#search {
	margin: 0;
	width: 60%;
	height: 40px;
	font-size: 13px;
	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: #006cab;
	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: #00b1e0;
	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: 13px;
	color: #999;
	margin-right: 15px;
}

.site-dir a:hover {
	color: #fff;
}

/* 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: #006cab;
	background-position: right center;
	background-image: url(../img/frontend/template/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: left;
	margin-left: 15px;
}

/* End language & currency*/

.top_section {
	overflow: hidden;
	margin-top: 2px;
	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: 13px;
	padding: 0px 0px 0px 15px;
	text-transform: none;
	text-decoration: none;
}

.toplinks .links li a:hover {
	color: #fff;
	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-contain .price {
	color: #00b1e0;
	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;
}

.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
}

.mini-cart .basket a:hover {
	text-decoration: none;
}

.top-cart-contain {
	position: relative;
	line-height: 38px;
	background: #006cab;
}

.top-cart-title p {
	margin: 0;
}

.top-subtotal {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}

ul#cart-sidebar {
	padding: 10px 15px 0px;
}

.mini-products-list .product-details {
	margin-left: 80px;
	padding: 0;
}

.tooltip-hover {
	display: none;
	position: absolute;
	border: 1px solid #006CAB;
	background-color: #00B1E0;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px Arial;
}

.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(../img/frontend/template/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: #00b1e0;
	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: #00b1e0;
	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 #00b1e0 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: #00b1e0;
}

.mega-container {
	position: relative;
	z-index: 100;
}

.navleft-container {
	position: absolute;
	width: 100%;
}

.mega-menu-title {
	cursor: pointer;
	color: #fff;
	background: #00b1e0;
	border-radius: 0px;
	vertical-align: middle;
	padding: 17px 20px 16px;
}

.cms-home-page .mega-menu-title {
	position: relative;
	z-index: 10;
	cursor: default;
}

.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: 3px 20px 5px 10px;
	color: #979797;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.mega-menu-category>.nav>li>a label {
	font-weight: 700;
    margin-top: 8px;
}

.mega-menu-category>.nav>li>a label:hover {
	cursor: pointer;
}

.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: 4px;
}
.mega-menu-category>.nav>li>a>img {
	max-height: 28px;
	max-width: 28px;
	margin-right: 10px;
}

.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) {
	.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: #00b1e0;
}

.popup .nav>li>a {
	font-size: 13px;
	color: #404040;
	padding: 0px 0 10px;
}

.popup .nav>li>a:hover,
.popup .nav>li>a:focus {
	color: #00b1e0;
	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: #00b1e0;
	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: #00b1e0;
	margin: 0;
	border: 0;
}

.navbar-brand {
	margin-top: 0;
	margin-bottom: 0;
	/* width: 150px; */
	height: 90px;
	padding: 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;
	border-radius: 12px;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
	max-width: 250px;
    max-height: 250px;
    object-fit: cover;
    height: 250px;
    width: 250px;
}

.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;
	background-color: #00b1e0;
	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 {
	line-height: 1.4em;          /* Reduced from 1.8em for better readability */
	height: 5em;                 /* Maintained max height */
	display: -webkit-box;        /* Required for multi-line ellipsis */
	-webkit-line-clamp: 3;       /* Show maximum 3 lines */
	-webkit-box-orient: vertical; /* Required for multi-line ellipsis */
	overflow: hidden;            /* Hide overflow */
	text-overflow: ellipsis;     /* Show ellipsis */
	white-space: normal;         /* Allow text to wrap */
}

.products-grid .item .item-inner .item-info .info-inner .item-title a {
	display: block;              /* Make link block-level */
	overflow: hidden;            /* Hide overflow */
	text-overflow: ellipsis;     /* Show ellipsis */
	display: -webkit-box;        /* Required for multi-line ellipsis */
	-webkit-line-clamp: 3;       /* Show maximum 3 lines */
	-webkit-box-orient: vertical; /* Required for multi-line ellipsis */
}

.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
	color: #00b1e0;
}

.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: #00b1e0;
}

.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: #00b1e0;
	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: #00b1e0;
}

.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;
	cursor: pointer;
}

/* .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: #00b1e0;
	border-radius: 3px;
}

.item .item-img .mask-left-shop:hover {
	color: #fff;
}

.item .item-img .mask-right-shop {
	background: #00b1e0;
	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: #00b1e0;
	color: #FFFFFF;
	padding: 10px 15px;
	border: 1px #00b1e0 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: 14px;
	margin-bottom: 2px;
}

.rating i {
	margin: 0 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: 22px;
	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: 17px;
	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
}

.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: #00b1e0;
	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: #00b1e0;
	color: #fff;
	border: 0px #00b1e0 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
}

.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 {
	border-bottom: 1px solid #e5e5e5;
	color: #000000;
	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: #00b1e0;
	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: #00b1e0;
	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: #00b1e0;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border: 2px #fff solid;
	text-transform: uppercase
}

.blog-img a.info:hover {
	background: #00b1e0;
}

.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("../img/frontend/template/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: #00b1e0;
	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: #00b1e0;
	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: #00b1e0;
	border: 1px #00b1e0 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: #00b1e0;
}

.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: #00b1e0;
	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: #00b1e0;
	color: #fff;
	border: 1px #00b1e0 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;
}

.support-policy-box i {
	font-size: 42px;
	color: #00b1e0;
}

/******************************************
20. Breadcrumbs
******************************************/
.breadcrumbs {
	padding: 20px 0px 0px 0px;
	margin: auto;
	font-size: 12px;
	color: #333
}

.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;
}

.panel .panel-heading .header-right-buttons,
.block .block-title .header-right-buttons{
	float: right;
	margin: -24px 0 0 0;
}

.panel .panel-heading .header-right-texts {
	float: right;
	margin: -24px 0 0 0;
	line-height: 32px;
}

.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(../img/frontend/template/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 #00b1e0 solid;
	border-radius: 3px;
	background: #00b1e0;
	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: #00b1e0;
	background: #00b1e0;
	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;
	font-weight: 600;
}

.sidebar .block-content li.current {
	color: #333;
	font-weight: 600;
}

.sidebar .block-content li.current a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #00b1e0;
}

/* 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: #00b1e0;
}

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;
	list-style-type: none;
}

.poll-answers li *{
	cursor: pointer;
}

#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: #00b1e0;
	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;
	line-height: 16px;
}

.block-poll .block-subtitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.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: #00b1e0;
	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: #00b1e0;
}

.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: #00b1e0
}

.checkout-area .input-box>label {
	font-weight: 500;
}

.checkout-area .input-box>label em {
	color: #00b1e0;
	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: #00b1e0;
	border: 1px solid #00b1e0;
}

.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: #00b1e0
}

.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: #00b1e0 !important;
	border-color: #00b1e0 !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: 11px;
}

.dashboard .welcome-msg strong {
	font-weight: 700;
	font-size: 15px;
}
.dashboard-table {
	font-size: 11px;
}
.dashboard-table.table-bordered>tbody>tr>td {
	border: none;
}
.dashboard-table .row{
	margin-left: 0;
	margin-right: 0;
}
.dashboard-table tr{
	height: 260px;
	background-color: #f5f5f5 !important;
}
.dashboard-table .col-md-1,
.dashboard-table .col-md-2,
.dashboard-table .col-md-3,
.dashboard-table .col-md-4,
.dashboard-table .col-md-5,
.dashboard-table .col-md-6,
.dashboard-table .col-md-7,
.dashboard-table .col-md-8,
.dashboard-table .col-md-9,
.dashboard-table .col-md-10,
.dashboard-table .col-md-11,
.dashboard-table .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.dashboard-table .col-cus-left {
	padding-left: 15px;
}
.dashboard-table .col-cus-right {
	padding-left: 15px;
	padding-right: 15px;
    padding-top: 8px;
}
.dashboard-table .col-cus-left {
    padding-top: 8px;
    border-right: 1px solid #ddd;
}
.dashboard-table .col-cus-right .row {
	padding-right: 30px;
}
.dashboard-table .col-cus-right .grand-total {
	width: 50%;
	text-align: left;
	float: left;
}
.dashboard-table .col-cus-right .topay-total {
	width: 50%;
	text-align: right;
	float: left;
}
.dashboard-table .col-cus-right .grand-total .theme-word-highlight,
.dashboard-table .col-cus-right .topay-total .theme-word-highlight {
	font-size: 14px;
	font-weight: bolder;
	margin-top: -5px;
}
.dashboard-table .rounded-box{
	background-color: white;
	border-radius: 10px;
	height: 250px;
	margin-right: 5px;
	margin-left: 5px;
}
.dashboard-table .row-header-list {
	height: 60px;
	border-bottom: 1px solid #ddd
}
.dashboard-table .row-body-list{
	height: 190px;
}
.dashboard-table .row-body-list .slider .carousel-container{
	flex-grow: 1;
}
.dashboard-table .row-body-list .slider .carousel-container .items-carousel .carousel-inner {
	margin: 0;
}
.dashboard-table .row-body-list .slider .carousel-container .items-carousel .item{
	width: 100%;
	padding: 0;
	margin: 0;
}
.dashboard-table .row-body-list .slider .carousel-container .items-carousel .item .item-panel{
	height: 190px;
    border-right: 1px solid #ddd;
}
.dashboard-table .row-body-list .slider .carousel-container .items-carousel .item .item-panel img{
	width: 122.55px;
	height: 122.55px;
	object-fit: cover;
}
.dashboard-table .row-body-list .slider .carousel-container .items-carousel .item .item-panel h3 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px; 
	color: #00b1df;
}
.dashboard-table .row-body-list .slider .carousel-container .items-carousel .item .item-panel p {
	width: 100%;
	font-size: 11px;
	text-align: center;
	word-wrap: break-word;
}
.dashboard-table .row-body-list .slider .carousel-container .items-carousel .item .item-panel p.outstock {
	color: red;
}
.dashboard-table .row-body-list .slider{
	display: flex;
    align-items: stretch;
    flex-direction: row;
    padding-top: 0;
    height: 100%;
    padding-left: 0;
}
.dashboard-table .row-body-list .slider .silder-button{
	max-width: 50px;
	min-width: 50px;
}
.dashboard-table .row-body-list .slider .silder-button[data-slide="prev"] {
	border-right: 1px solid #ddd;
	padding-left: 16px;
}
.dashboard-table .row-body-list .slider .silder-button[data-slide="next"] {
	border-left: 1px solid #ddd;
	padding-right: 20px;
}
.dashboard-table .row-body-list .slider .silder-button i[disabled='disabled'] {
	color: #dcf8ff;
	cursor: no-drop;
}
.dashboard-table .row-body-list .slider .silder-button i.fa-caret-left{
	float: left;
}
.dashboard-table .row-body-list .slider .silder-button i.fa-caret-right{
	float: right;
	margin-right: -5px;
}
.dashboard-table .row-body-list .slider .silder-button i{
	font-size: 40px;
    color: #00b1e0;
    vertical-align: middle;
    line-height: 190px;
}
.dashboard-table .row-body-list .controller-buttons {
	display: table;
    height: 100%;
    padding-top: 20px;
}
.dashboard-table .row-body-list .controller-buttons .action-button {
	display: table-row;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #006cab;
}
.dashboard-table .row-body-list .controller-buttons .action-button i{
	padding-right: 15px;
}
.dashboard-table .row-body-list .controller-buttons .action-button.disabled {
	pointer-events: none;
	color: currentColor;
	cursor: no-drop;
	opacity: 0.5;
	text-decoration: none;
}

.row.po-list {
	padding-top: 15px;
	border: 1px solid #ddd;
}
.table.products-list th[padding-left-15],
.table.products-list tr[padding-left-15],
.table.products-list td[padding-left-15] {
	padding-left: 15px;
}
.table.products-list tr,
.table.products-list td {
	vertical-align: middle;
}
.table.products-list th[align-center],
.table.products-list tr[align-center],
.table.products-list td[align-center]
{
	text-align: center;
}

.limit-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 14px;
}
.limit-line.limit-line-1 {
	max-height: 16px;
	-webkit-line-clamp: 1;
}
.limit-line.limit-line-2 {
	max-height: 32px;
	-webkit-line-clamp: 2;
}
.limit-line.limit-line-3 {
	max-height: 48px;
	-webkit-line-clamp: 3;
}

.theme-word-highlight {
	color: #00b1df;
	font-weight: bold;
}

.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 #00b1e0 solid;
	background: #00b1e0;
	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%;
}



/******************************************
23.A. Dashboard Balance
******************************************/
.section-balance .profile-box{
	background-color: #f5f5f5;
	border-radius: 15px;
	height: 160px;
}
.section-balance .row {
	margin: auto;
}
.section-balance .profile-box .pic-profile {
	width: 160px;
	height: 160px;
}
.section-balance .progress-circle {
	--circle-size: 120px;
	--circle-half: 60px;
	--circle-mid: 15px;
	margin: 20px 0;
}
.section-balance .profile-box .square-clip-circle{
	width: 107px;
    height: 107px;
    margin-top: -6px;
    margin-left: 1px;
}
.section-balance .profile-box .col {
	height: 100%;
}
.section-balance .profile-box .level {
	text-align: center;
	padding-top: 20px;
}
.section-balance .profile-box .level * {
	margin: auto;
}
.section-balance .profile-box .level h1{
	font-size: 70px;
}
.section-balance .profile-box .info {
	padding-top: 20px;
}
.section-balance .profile-box .buttons {
	display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
}
.section-balance .profile-box .info .name .first-name{
	font-size: 18px;
	font-weight: 800;
}
.section-balance .profile-box .info .name .last-name{
	font-size: 12px;
}
.section-balance .profile-box .info .status{
	font-size: 11px;
	position: absolute;
    bottom: 10px;
}
.section-balance .profile-box .info .status .remain-money{
	font-weight: bold;
	font-size: 16px;
	color: #006cab;
}
.section-balance .profile-box .info .status .next-level{
	font-weight: 700;
	color: #00b1e0;
	font-size: 12px;
}

.section-balance .profile-box .round-button-withdraw {
	font-size: 24px;
	background-color: #006cab;
	width: 80%;
	line-height: 50px;
	color: white;
	border-radius: 90px;
	text-align: center;
	font-weight: 300;
}
.section-balance .profile-box .round-button-topup {
	background-color: #232f3e;
	width: 100%;
	line-height: 70px;
	font-size: 32px;
	color: white;
	border-radius: 100px;
	text-align: center;
	font-weight: 300;
}

.section-balance .row.money-row{
	padding-bottom: 40px;
}
.section-balance .radius-background{
	height: 150px;
	color: white;
	top: 15px;
	font-weight: 300;
}
.section-balance .radius-background.left {
	padding-left: 0;
	padding-right: 0;
}
.section-balance .radius-background.right {
	padding-right: 0;
}
.section-balance .radius-background div {
	border-radius: 15px;
	padding: 20px 0px 0px 40px;
}
.section-balance .radius-background .radius-wallet{
	background-color: #00b1e0;
	height: 100%;
}
.section-balance .radius-background .radius-expense{
	background-color: #232f3e;
	height: 100%;
}
.section-balance .radius-background img {
	height: 100%;
	max-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.section-balane .radius-background .title {
	font-size: 14px;
	padding-bottom: 0;
}
.section-balance .radius-background .money {
	font-size: 48px;
}

.section-balance .balance-tab-level .level-bar{
	margin: 10px 10px;
	height: auto;
	background-color: #f5f5f5;
	border-radius: 15px;
}
.section-balance .balance-tab-level .level-bar div {
	height: 100%;
}
.section-balance .balance-tab-level .level-bar .main-right {
	min-height: 115px;
	top: 5px;
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
}
.section-balance .balance-tab-level .level-bar .main-right h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px;
}
.section-balance .balance-tab-level .level-bar .main-right p{
	font-weight: 400;
	font-size: 13px;
	padding-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}
.section-balance .balance-tab-level .level-bar .main-right li {
	font-size: 13px;
	text-align: justify;
}
.section-balance .balance-tab-level .level-bar .main-right .border-left {
	border-left: 1px solid #ddd;
}
.section-balance .balance-tab-level .level-bar .main-right .border-right {
	border-right: 1px solid #ddd;
}
.section-balance .balance-tab-level .level-bar .main-left {
	background-color: #006cab;
	border-radius: 60px;
	color: white;
	font-size: 18px;
	min-height: 50px;
	width: 100%;
	padding-top: 5px;
}
.section-balance .balance-tab-level .level-bar .main-left span{
	line-height: 40px;
	padding-left: 50px;
	position: absolute;
}
.section-balance .balance-tab-level .level-bar .main-left .square-clip-circle {
	max-width: 50px;
    max-height: 50px;
    top: 0px;
    left: 0px;
    position: absolute;
}

/******************************************
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: #00b1e0;
}

.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: #00b1e0;
	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: #00b1e0;
	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: #00b1e0
}

#sort-by li:hover {
	background-color: #fff;
}

#sort-by li li:hover {
	background-color: #fff;
	color: #00b1e0;
}

#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: #00b1e0;
}

#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(../img/frontend/template/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(../img/frontend/template/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(../img/frontend/template/icon_grid_act.png) no-repeat 10px 9px;
	background-color: #00b1e0;
	color: #fff;
	padding: 6px 8px 7px 22px;
	margin-right: 5px;
	border: 1px #00b1e0 solid;
	border-radius: 2px;
}

.toolbar span.button-active.button-list {
	background: url(../img/frontend/template/icon_list_over.png) no-repeat 10px 7px;
	background-color: #00b1e0;
	color: #fff;
	padding: 6px 8px 7px 22px;
	border: 1px #00b1e0 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: #00b1e0;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.featured-products-buttons {
	width: 100%;
	text-align: center;
	/* background-color: #00b1e0; */
    margin-bottom: 20px;
}

.featured-products-buttons .load-more {
	width: 100%;
	text-align: center;
	background-color: #00b1e0;
	text-decoration: none;
	padding: 15px 0;
	display: inline-block;
	color: white;
}

.featured-products-loader {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 0 40px 0px;
}

.featured-products-loader>h5 {
	position: absolute;
	padding: 70px 0 0 0;
}

.preloader {
	position: relative;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-gap: 2px;
	width: 60px;
	height: 60px;
}

.preloader>div {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #00b1e0;
	transform: scale(0);
	transform-origin: center center;
	animation: loader 2s infinite linear;
}

.preloader>div:nth-of-type(1),
.preloader>div:nth-of-type(5),
.preloader>div:nth-of-type(9) {
	animation-delay: 0.4s;
}

.preloader>div:nth-of-type(4),
.preloader>div:nth-of-type(8) {
	animation-delay: 0.2s;
}

.preloader>div:nth-of-type(2),
.preloader>div:nth-of-type(6) {
	animation-delay: 0.6s;
}

.preloader>div:nth-of-type(3) {
	animation-delay: 0.8s;
}

@keyframes loader {
	0% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}

	80% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}


.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: #00b1e0;
	padding: 8px 12px;
	color: #fff;
	border: 1px solid #00b1e0;
	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: #292c38;
	padding: 8px 12px;
	color: #fff;
	border: 1px solid #292c38;
}

.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 2px;
}

.product-view .product-img-box .product-image .more-views-items[choosen='true'] {
	border: 2px solid #0770ad;
}

.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 {
	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-prices-rang {
	width: 100%;
	background-color: #cff9ff;
	margin-bottom: 10px;
	font-size: 13px;
}
.product-prices-rang tbody tr td{
	text-align: center;
}
.product-prices-rang tbody tr.prices-tag td{
	padding: 10px 10px 0px 20px;
}
.product-prices-rang tbody tr.amounts-tag td{
	padding: 0px 10px 10px 20px;
}
.product-prices-rang tbody tr .rang-title{
	text-align: left;
}
.product-prices-rang tbody tr .rang-price{
	font-weight: bolder;
	font-size: 18px;
}
.product-prices-rang tbody tr .rang-qty,
.product-prices-rang tbody tr .rang-price{
	color: #333;
}
.product-prices-rang tbody tr .rang-qty.selected,
.product-prices-rang tbody tr .rang-price.selected{
	color: #1272aa;
}
.product-prices-rang tbody tr .rang-price.selected {
	font-size: 32px;
}

/* 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 {
	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: #00b1e0;
	color: #fff;
	border: 1px #00b1e0 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;
}
.add-to-box .add-to-cart .pull-left{
	margin-right: 18px;
}
.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: 1;
}

.product-view .product-shop .social {
	float: left;
	margin-top: 8px;
}

.product-view .product-shop h1 {
	width: 100%;
}

.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: #00b1e0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}

.product-view .product-name h1 {
	font-size: 20px;
	margin: 0 0 6px;
	text-align: left;
	line-height: 1;
	padding-bottom: 8px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.product-view .product-shop .rating {
	font-size: 15px;
	display: flex;
}

.product-view .short-description {
	font-size: 14px;
	padding: 10px 0px;
}

.product-view .short-description .prod-attributes {
	padding: 10px 0;
}

.product-view .short-description .prod-attributes h2 {
	font-size: 14px;
	color: #00b1e0;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.product-view .short-description .prod-attributes ul.attr-option {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.product-view .short-description .prod-attributes ul.attr-option li.attributes-image { height: 50px; }
.product-view .short-description .prod-attributes ul.attr-option li.attributes-text { height: 34px; }
.product-view .short-description .prod-attributes ul.attr-option li {
	float: left;
	position: relative;
	min-width: 50px;
	border: 2px solid #DCDCDC;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin-right: 3px;
}

.product-view .short-description .prod-attributes ul.attr-option li:hover {
	border: 2px solid #0770ad;
}

.product-view .short-description .prod-attributes ul.attr-option li a {
	text-decoration: none;
}

.product-view .short-description .prod-attributes ul.attr-option li a span {
	padding: 0 10px;
	line-height: 30px;
}

.product-view .short-description .prod-attributes ul.attr-option li.out-stock,
.product-view .short-description .prod-attributes ul.attr-option li.out-stock a {
	cursor: no-drop;
}

.product-view .short-description .prod-attributes ul.attr-option li.out-stock {
	background-color: #AAAAAA;
	border: 1px dashed red;
	opacity: 0.3;
}

.product-view .short-description .prod-attributes ul.attr-option li.out-stock a:hover {
	color: #333;
}

.product-view .short-description .prod-attributes ul.attr-option li.selected {
	border: 2px solid #0770ad;
}

.product-view .short-description .prod-attributes ul.attr-option li>a>img {
	margin: 0;
	width: 46px;
	height: 46px;
}

.product-view .short-description .prod-attributes ul.attr-option li>div>img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
}


.product-view .short-description .prod-attributes .options-table .selected-options-detail {
	display: flex;
	background-color: skyblue;
	height: 50px;
} 
.product-view .short-description .prod-attributes .options-table .selected-options-detail .selected-options-amount{
	width: 170px;
}
.product-view .short-description .prod-attributes .options-table .selected-options-detail .selected-options-cost{
	flex-grow: 1;
}
.product-view .short-description .prod-attributes .options-table .selected-options-detail .selected-options-button a{
	text-decoration: none;
	text-decoration-line: none;
	color: slategray;
}
.product-view .short-description .prod-attributes .options-table .selected-options-detail .selected-options-button{
	width: 150px;
	text-align: center;
    line-height: 50px;
}
.product-view .short-description .prod-attributes .options-table .selected-options-detail .selected-options-label{
	line-height: 50px;
	font-size: xx-large;
	padding-left: 10px;
	border-right: 2px solid white;
	font-weight: 600;
    color: white;
}
.product-view .short-description .prod-attributes .options-table .selected-options-detail .selected-options-label .text-label{
	font-size: 14px;
	padding-left: 4px;
	font-weight: 400;
}
.product-view .short-description .prod-attributes .options-table .selected-options-list {
	display: flex;
	flex-direction: column;
	margin-top: 4px;
}
.product-view .short-description .prod-attributes .options-table .selected-options-list .selected-options-list-row {
	display: flex;
	flex-direction: row;
}
.product-view .short-description .prod-attributes .options-table .selected-options-list .selected-options-list-row label.selected-options-style{
	border-right: 1px solid #ddd;
}
.product-view .short-description .prod-attributes .options-table .selected-options-list .selected-options-list-row label{
	flex-grow: 1;
	padding-left: 12px;
    background-color: #eee;
    margin: 0;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.product-view .product-shop .add-to-box {
	padding: 0px 0px 5px;
	overflow: hidden;
	text-align: left;
	margin: 0;
}

.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;
	border: none;
	height: 40px;
	text-transform: uppercase;
	background: #00b1e0;
	color: #fff;
	letter-spacing: 1px;
}

.product-view .product-shop .add-to-box .btn-cart:hover {
	text-shadow: none;
	background: #006cab;
}

.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: #00b1e0;
}

.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;
	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: #00b1e0;
	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: 80px;
	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: #00b1e0;
	border: 1px #00b1e0 solid;
	color: #fff;
}

.product-view .product-shop .add-to-box .add-to-cart .btn-add {
	display: table-caption;
}
.product-view .product-shop .add-to-box .add-to-cart .btn-add .warning{
	color: #cc3333;
	margin-top: 50px;
	display: none;
}
.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: #00b1e0;
	text-decoration: none;
	border: 1px #00b1e0 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;
	text-align: center;
}

.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 {
	font-weight: 500;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: none;
    border-bottom: 2px solid #00b1e0;
    color: #00b1e0;
}

.nav-tabs>li>a:hover {
	color: #31454b;
}

.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: #00b1e0;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px #00b1e0 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: #00b1e0;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px solid #00b1e0;
	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,
a.button.coupon:before {
	content: "\f02b";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}

button.button.plus:before,
a.button.plus:before {
	content: "\f067";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}
button.button.pdf:before,
a.button.pdf:before {
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}

button.button.edit:before,
a.button.edit:before {
	content: "\f044";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}

button.button.remove:before,
a.button.remove:before {
	content: "\f1f8";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}

button.button.home:before,
a.button.home:before {
	content: "\f015";
	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: #00b1e0;
	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: #00b1e0;
}

.cart-page-area thead th {
	border: 1px #e5e5e5 solid !important;
	text-align: center;
}

.cart-page-area .cart_item td .created-date {
	color: #003169;
	font-size: 11px;
}
.cart-page-area .cart_item td .info-title {
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 40px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cart-page-area .product-thumbnail {
	width: 100px;
}

.cart-page-area .product-name {
	width: 25%;
}

.cart-page-area .product-price {
	width: 10%;
}

.cart-page-area .product-quantity {
	width: 20%;
}

.cart-page-area .product-subtotal {
	width: 10%;
}

.cart-page-area .product-note {
	/* width: 20%; */
}

.cart_item td.item-note textarea {
	width: 200px;
}

.cart-page-area .product-remove {
	/* width: 1% */
}

table.table {
	margin-bottom: 0;
	width: 100%;
}

.cart_item>input {
	text-align: center;
	width: 50px;
}

.cart_item td.item-note textarea {
	resize: none;
	height: 80px;
}

div.item-note-highlight {
	color: #cc3333;
}

.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: #00b1e0
}

.cart-page-area .cart_item .item-img {
	padding: 5px;
}

.shop-cart-table input[type=checkbox] {
	zoom: 2;
	padding: 10px;
	cursor: pointer;
}
.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: #00b1e0
}

.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: 50px;
	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: #00b1e0;
	border-color: #00b1e0
}

/******************************************
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
******************************************/
.login-form .login-template,
.register-form .register-template {
	padding: 15px 0 0 0;
}

.login-form .social-buttons div.line,
.register-form .social-buttons div.line {
	border-bottom: 1px solid lightgray;
	padding: 7px 0 7px 0;
}

.login-form .social-buttons img,
.register-form .social-buttons img {
	max-height: 40px;
}


.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;
}

.account-login label {
	font-weight: 600;
	font-size: 13px;
}

.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;
}

.title-box h3,
.info-box h3 {
	font-size: 16px;
}

.group-select ul {
	padding-left: 0px;
}

.registered-users {
	margin-top: 15px;
}

a.forgot-word {
	margin-left: 5px;
}

a.forgot-word:hover {
	color: #00b1e0;
}

/******************************************
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: #00b1e0;
	color: #fff;
	border: 1px #00b1e0 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(../img/frontend/template/to-top-arrow.png) no-repeat center;
	background-color: #00b1e0;
	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 #00b1e0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	width: 28%;
	background: #00b1e0;
	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: 13px
}

.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 .payment-icon img{
	max-width: 40px;
	max-height: 40px;
}

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: 13px;
	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: #006cab;
}

footer a {
	line-height: normal;
}

footer a:hover {
	color: #006cab;
}

footer p {
	line-height: 20px;
}

footer h4 {
	padding: 0 0 10px;
	font-size: 15px;
	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: white;
}

.footer-bottom {
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding: 12px 0;
	background-color: #33465c;
}

.footer-bottom a {
	color: #999;
}

.contacts-info i {
	float: left;
}

.contacts-info i:before {
	font-size: 15px;
	color: #00b1e0;
	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: #00b1e0;
}

.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: #00b1e0;
	color: #fff;
	border: 1px solid #00b1e0;
	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;
}

.button,
.btn,
.button-inverse,
.button-vote,
.sidebar .button,
.sidebar .btn,
.dropdown .dropdown-menu .button,
.scrolltop,
.button-tabs li a {
	/* border: 1px #00b1e0 solid; */
	/* background: #00b1e0; */
	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;
}

.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: #00b1e0;
	opacity: 1;
	border: 1px #00b1e0 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: #00b1e0;
	color: #fff;
	border: 1px #00b1e0 solid;
}

.button.button-clear {
	background-color: #fff;
	color: #333 !important;
	border: 1px #ddd solid;
}

.button.button-clear:hover {
	background-color: #00b1e0;
	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: #00b1e0;
	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 #00b1e0;
	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: #00b1e0;
	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;
}

/******************************************
36. Responsive
******************************************/

@media only screen and (min-width: 0px) and (max-width: 479px) {
	
	.product-prices-rang tbody tr td.rang-price{
		font-size: 13px;
	}
	.product-prices-rang tbody tr.prices-tag td {
		padding: 10px 10px 0px 10px
	}
	.product-prices-rang tbody tr.amounts-tag td{
		padding: 0px 10px 10px 10px;
	}

	.modal-dialog.newsletter-popup {
		width: 95%;
		height: inherit;
		background: #00b1e0;
	}

	.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%;
		margin-right: 18px;
	}

	.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;
	}

	.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 {
		text-align: center;
	}

	.navbar-default .navbar-brand {
		display: none;
	}

	.navbar-default .mobile.navbar-brand {
		display: inherit;
	}

	.top-cart-contain {
		top: -75px;
	}

	.jtv-header-box {
		display: block;
	}

	.search-box {
		left: 55px;
		width: 75%;
		position: absolute;
		right: 0px;
	}

	#search {
		width: 30%;
	}

	.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;
	}

	ul#cart-sidebar {
		padding: 10px 0 0;
	}

	.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: 56px !important;
	}
	.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
		width: 100% !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: 20%;
		margin-top: 10px;
	}

	.product-view .product-name h1 {
		font-size: 18px;
	}

	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;
	}

	.jtv-header-box .search_tabs span {
		padding: 20px;
		color: white;
	}

	.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;
		display: flex;
		flex-direction: column;
	}

	.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-thumbnail {
		width: 20%;
	}

	.cart-page-area .product-name {
		width: 30%;
	}

	.cart-page-area .product-price {
		width: 15%;
	}

	.cart-page-area .product-quantity {
		width: 10%;
	}

	.cart-page-area .product-subtotal {
		width: 20%;
	}

	.cart_item td.item-note textarea {
		width: 150px;
	}

	.cart-page-area .cart_item td .info-title {
		font-size: 14px;
	}

	.cart-page-area .product-remove {
		/* width: 12%; */
	}

	.cart-page-area .cart_item .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: #00b1e0;
	}

	.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;
	}

	.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;
	}

	.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: 18px;
	}

	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: 18px;
		font-weight: 400;
	}

	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;
	}

	.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%;
	}

	.cart-page-area .product-thumbnail {
		width: 12%;
	}

	.cart-page-area .product-price {
		width: 8%;
	}

	.cart-page-area .product-quantity {
		width: 30%;
	}

	.cart-page-area .product-subtotal {
		width: 12%;
	}

	.cart-page-area .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: 50%;
	}

	.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 -1px 11px 16px;
	}

	.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 {
		padding: 8px 0px 12px 0px;
		margin: auto;
	}

	.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;
	}

	.product-thumbnail {
		width: 80px;
	}

	.cart-page-area .product-name {
		width: 20%;
	}

	.product-price {
		width: 8%;
	}

	.product-quantity {
		width: 20%;
	}

	.cart_item td.item-note textarea {
		width: 160px;
	}

	.cart-page-area .cart_item td .info-title {
		font-size: 15px;
	}

	button.button.btn-proceed-checkout span {
		font-size: 15px;
	}

	.upload-prodcut {
		padding: 50px 0;
	}

	.toplinks .links li a {
		padding: 0px 10px 0px 0px;
	}
}

.cart-page-area .cart_item td .info-options b {
	color: #00b1e0;
}

#global-preloader .loader {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px 0;
}

#global-preloader .loader h5 {
	position: absolute;
	padding: 75px 0 0 0;
}

.note-highlight {
	color: red;
}

.ez-popup .modal-header .close {
	position: absolute;
    float: right;
    margin: -30px 0 0 0;
    right: 15px;
    font-size: 40px;
}

.ez-popup .modal-content.small-content {
	width: 400px;
	margin: auto;
}
img.square-clip-circle {
	border-radius: 50%;
}

.input-box select {
	width: 100%;
}
.input-box select:active,
.input-box select:focus,
.input-box select:hover {
	border: 1px #e5e5e5 solid;
}
button.button-simple {
    background-color: #292c38;
    padding: 12px 15px;
    color: #fff;
    width: 100%;
	border: none;
	text-transform: uppercase;
}

button.button-simple span {
	font-size: 18px;
    font-weight: normal;
}
button.button-simple:hover {
	background-color: #00b1e0;
	padding: 12px 15px;
	border: none;
}
.header-right-buttons a.btn.btn-primary.btn-md.button {
	padding: 4px 10px;
    margin: 1px 0 0 0;
}

.checkbox-round {
	position: relative;
	width: 28px;
}
  
  .checkbox-round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
  }
  
  .checkbox-round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }
  
  .checkbox-round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .checkbox-round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }
  
  .checkbox-round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  /* STYLE FOR USER ADDRES PANEL */
  .address-board {
	margin-top: -10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}
.address-board .address-panel {
	width: 48%;
	margin-top: 15px;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	border: 2px solid transparent;
}
.address-board .address-panel:hover {
	border: 2px solid #e5e5e5;
}
.address-board .address-panel[start] {
	margin-left: 1%;
}
.address-board .address-panel[middle] {
	margin-left: 1%;
	margin-right: 1%;
}
.address-board .address-panel[end] {
	margin-right: 1%;
}
.address-board .address-panel .address-header {
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	margin-right: 15px;
	display: flex;
}
.address-board .address-panel .address-header .checkbox-title{
	line-height: 30px;
	padding-left: 10px;
	cursor: pointer;
}
.address-board .address-panel .address-header > *{
	margin-top: 15px;
}
.address-board .address-panel .address-header:first-child {
	margin-left: 15px;
}
.address-board .address-panel .address-header:last-child {
	margin-right: 15px;
}
.address-board .address-panel .address-body {
	padding: 15px 20px 0 20px;
	flex-grow: 1;
}
.address-board .address-panel .address-body p i{
	padding-right: 20px;
}
.address-board .address-panel .address-footer {
	display: flex;
	flex-direction: row;
	justify-items: stretch;
}
.address-board .address-panel .address-footer .button {
	flex-grow: 1;
	height: 40px;
	margin: 0 1px;
}
del,
del:hover {
	text-decoration: line-through;
}
label.welcome-user {
	color: #999;
}

.store-header {
	background-color: #f5f5f5;
}
.store-header a {
	text-decoration: none;
	color: #006cab;
	font-weight: bold;
}
.header-right-buttons {
	padding-left: 20px;
}

.po-detail-cost-summary {
	padding-top: 15px;
}
.po-detail-cost-summary .info {
	font-weight: bold;
	height: 17px;
}
.po-detail-cost-summary .cost {
	text-align: right;
	font-weight: bold;
	color: #006cab;
}
.po-detail-cost-summary div[align-right] {
	text-align: right;
}
.po-detail-cost-summary .row[top-15] {
	padding-top: 15px;
}
.po-detail-cost-summary .row[border-bottom] {
	border-bottom: 1px solid #ddd;
}
.po-detail-cost-summary .list[refunded],
.po-detail-cost-summary .info[refunded],
.po-detail-cost-summary .cost[refunded] {
	color: red;
}
.po-detail-cost-summary .grand-total{
	height: 60px;
	background-color: #006cab;
	color: white;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
}
.po-detail-cost-summary .user-level,
.po-detail-cost-summary .user-experience{
	background-color: #f5f5f5;
}



.block-account .accordion {
	width: 100%;
	max-width: 360px;
	margin: 30px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }
  
  .block-account .accordion .mainmenu,
  .block-account .accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .block-account .accordion li:last-child .mainmenu,
  .block-account .accordion li:last-child .link
   { border-bottom: 0; }
  
  .block-account .accordion li .mainmenu i,
  .block-account .accordion li .link i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .block-account .accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
  }
  
  .block-account .accordion li.open .mainmenu, 
  .block-account .accordion li.open .link { 
	  color: #00b1e0;
	}
  
  .block-account .accordion li.open .mainmenu i,
  .block-account .accordion li.open .link i{ 
	  color: #00b1e0;
	}
  
  .block-account .accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
  /**
   * Submenu
   -----------------------------*/
  
  
   .block-account .submenu {
	display: none;
	background: #f1f1f1;
	font-size: 14px;
  }
  
  .block-account .submenu li { border-bottom: 1px solid #d7d7d7; }
  
  .block-account .submenu a {
	display: block;
	text-decoration: none;
	color: #232f3e;
	padding: 12px;
	padding-left: 30px;
  }
  
  .block-account .submenu li i {
	left: 30px;
    margin-right: 12px;
    line-height: 23px;
  }
  
  .block-account .submenu li.selected a,
  .block-account .submenu a:hover {
	background: #e4e4e4;
	color: #00b1e0;
  }

  .block-account .mainmenu.selected,
  .block-account .mainmenu.selected > i {
	color: #00b1e0 !important;
  }

  .thumbnail {
	background: #f4f4f4;
  }

  /* STYLE MODAL PAYMENT */
#global-modal-confirm-payment .list-flex {
	display: flex;
}
#global-modal-confirm-payment .list-flex.highlight-bold {
	color: #00b1df;
	font-weight: 700;
}
#global-modal-confirm-payment .list-flex-grow {
	flex-grow: 1;
	flex-basis: 0;
}
#global-modal-confirm-payment .list-flex-grow.left{
	text-align: left;
}
#global-modal-confirm-payment .list-flex-grow.center{
	text-align: center;
	font-weight: 700;
}
#global-modal-confirm-payment .list-flex-grow.center.paid{
	color: #00b1df;
	font-weight: 400;
}
#global-modal-confirm-payment .list-flex-grow.right{
	text-align: right;
	font-weight: bolder;
}
#global-modal-confirm-payment .tobe-paid{
	display: flex;
	flex-direction: column;
	text-align: center;
}
#global-modal-confirm-payment .tobe-paid-header{
	font-size: 16px;
	font-weight: 700;
}
#global-modal-confirm-payment .tobe-paid-amount{
	margin: 8px 0;
}
#global-modal-confirm-payment .tobe-paid-amount span{
	border-radius: 20px;
    border: 2px solid #0fb6e1;
    width: 50%;
    font-size: 24px;
    font-weight: 700;
	color: #0fb6e1;
	padding: 0px 20%;
}

/* PRODUCT DETAIL PRODUCT DETAIL 1688 OPTIONS STYLE */

.product-view .short-description .prod-attributes .options-flex{
	display: flex;
	flex-wrap: wrap;
}
.product-view .short-description .prod-attributes .options-table table{
	width: 100%;
}
.product-view .short-description .prod-attributes .options-table table tr td{
	vertical-align: middle;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control{
	max-width: 150px;
	position: relative;
	text-align: center;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control > *{
	transform: none;
	transition: none;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control .unit-control-status{ display: none; }
.product-view .short-description .prod-attributes .options-table table tr td .unit-control .unit-control-tool{ display: block; }
.product-view .short-description .prod-attributes .options-table table tr td .unit-control.out-stock .unit-control-status{
	color: #00b1e0;
	display: block;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control.out-stock .unit-control-tool{
	display: none;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control .amount-input{
	padding: 2px 0 2px 8px;
    width: 94px;
    height: 26px;
	line-height: 26px;
	float: left;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control .amount-input:hover,
.product-view .short-description .prod-attributes .options-table table tr td .unit-control .amount-input:focus:not(:hover){
	transition:none;
    -moz-transition:none; 
    -o-transition:none; 
	-webkit-transition:none;
	transform: none;
    border: 1px solid #006cab;
	cursor: inherit;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control .amount-controler i:hover{
	border-color: #006cab;
	cursor: pointer;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control .amount-controler i{
	width: 26px;
	height: 26px;
	line-height: 26px;
    text-align: center;
	border: 1px solid #CCCCCC;
	float: left;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control a[disabled] i:hover,
.product-view .short-description .prod-attributes .options-table table tr td .unit-control a[disabled]{
	color: #eee;
	cursor: no-drop;
}
.product-view .short-description .prod-attributes .options-table table tr td .unit-control input[disabled]:hover,
.product-view .short-description .prod-attributes .options-table table tr td .unit-control input[disabled]{
	color: #ccc;
	cursor: no-drop;
}
.product-view .short-description .prod-attributes .options .option{
    border: 1px solid #CCCCCC;
	padding: 2px;
	cursor: pointer;
	margin-right: 4px;
	margin-bottom: 4px;
	transform: none;
    transition: none;
}
.product-view .short-description .prod-attributes .options-table .option.option-text{
	border: none;
	line-height: 25px;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.product-view .short-description .prod-attributes .options-table .option .option-image{
    min-width: 50px;
    min-height: 50px;
    border-radius: 4px;
    margin-right: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.product-view .short-description .prod-attributes .options-table .option .option-image img{
    width: 50px;
    height: 50px;
}
.product-view .short-description .prod-attributes .options-table .option .option-text-content{
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
	line-height: normal;
}
.product-view .short-description .prod-attributes .options-table .option.option-text label{
	margin: 0;
}
.product-view .short-description .prod-attributes .options-table .option.option-text,
.product-view .short-description .prod-attributes .options-table .option.option-image{
	margin: 0;
}
.product-view .short-description .prod-attributes .options-flex .option.option-text{
	position: relative;
}
.product-view .short-description .prod-attributes .options .option.option-image {
	width: 50px;
	height: 50px;
	position: relative;
}
.product-view .short-description .prod-attributes .options .option.option-image.selected,
.product-view .short-description .prod-attributes .options .option.option-text.selected,
.product-view .short-description .prod-attributes .options .option.option-image.selected.placed,
.product-view .short-description .prod-attributes .options .option.option-text.selected.placed{
	padding: 1px 0px 0 1px;
	border: 2px solid #006cab;
}
.product-view .short-description .prod-attributes .options-flex .option.option-image.placed:not(:hover):after,
.product-view .short-description .prod-attributes .options-flex .option.option-text.placed:not(:hover):after {
	content: url("../img/frontend/template/check.svg");
}
.product-view .short-description .prod-attributes .options-flex .option.option-image.selected.placed:after,
.product-view .short-description .prod-attributes .options-flex .option.option-image.placed:hover:after,
.product-view .short-description .prod-attributes .options-flex .option.option-text.selected.placed:after,
.product-view .short-description .prod-attributes .options-flex .option.option-text.placed:hover:after {
	content: url("../img/frontend/template/check.svg");
}
.product-view .short-description .prod-attributes .options-flex .option.option-image.placed:not(:hover):after,
.product-view .short-description .prod-attributes .options-flex .option.option-image.placed:hover:after,
.product-view .short-description .prod-attributes .options-flex .option.option-text.placed:not(:hover):after,
.product-view .short-description .prod-attributes .options-flex .option.option-text.placed:hover:after {
    bottom: 0;
    right: -1px;
    width: 15px;
	height: 15px;
	position: absolute;
}
.product-view .short-description .prod-attributes .options .option.option-image img{
	width: 44px;
	height: 44px;
	object-fit: cover;
}
.product-view .short-description .prod-attributes .options-flex .option.option-text {
	min-width: 50px;
}
.product-view .short-description .prod-attributes .options-flex .option.option-text label{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 15px;
	cursor: inherit;
}
.product-view .short-description .prod-attributes .options .option:hover{
    border-color: #006cab;
}

/* CUSTOMIZE TOOLTIP BOOTSTRAP COLOR */
.tooltip-inner {
	background-color: #00b1e0 !important;
	color: #fff;
	font-weight: 700;
  }
  .tooltip.top .tooltip-arrow {
	border-top-color: #00b1e0;
  }
  .tooltip.right .tooltip-arrow {
	border-right-color: #00b1e0;
  }
  .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #00b1e0;
  }
  .tooltip.left .tooltip-arrow {
	border-left-color: #00b1e0;
  }
  .tooltip .tooltip-arrow {border-bottom: 5px solid #00b1e0 !important;}

  /* Vannak Edit  */

  /* Global Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 16px; /* bigger base font */
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Container */
.container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 2rem;
}

/* Navbar */
.navbar {
    background: white;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.logo {
    height: 60px;
}

nav a {
	font-size: 1.1rem;
    margin-left: 1.5rem;
    font-weight: 500;
    color: #333;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #00B1E0;
}

.btn-nav {
    padding: 0.5rem 1rem;
    background: #00B1E0;
    color: white;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.btn-nav:hover {
    background: #006CAB;
}

/* Login Button Styles */
.btn-login {
    background: transparent;
    color: #333;
    padding: 0.5rem 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.btn-login:hover {
    color: #00B1E0;
}

/* Mobile responsive styles for login button */
@media (max-width: 576px) {
    .btn-login {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}

/* Hero Section */
.hero {
    width: 100%;
    background: linear-gradient(to bottom right, #00B1E0, #006CAB);
    color: white;
    padding: 4rem 2rem;
}

.hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.hero-text {
    flex: 1;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.tag {
    display: inline-block;
    background: #006CAB; /* secondary */
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 5px;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
}

.btn-primary {
    display: inline-block;
    background: #00B1E0; /* primary */
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-primary,
.btn-nav {
    font-size: 1rem;
}

.btn-primary:hover {
    background: #006CAB; /* secondary */
}

/* Features Section */
.features {
    padding: 4rem 2rem;
    background: #f9f9f9;
    text-align: center;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.feature-card h3 {
    color: #006CAB;
    margin-bottom: 0.5rem;
	font-size: 1.3rem;
}

/* How It Works Section */
.how-it-works {
    padding: 4rem 2rem;
    text-align: center;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.step-number {
    display: inline-block;
    background: #00B1E0;
    color: white;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}

/* Download Section */
.download {
    background: #00B1E0;
    color: white;
    padding: 4rem 2rem;
}

.download img {
    height: 150px;
    margin: 0 0.5rem;
}


.download-container {
  display: flex;
  align-items: center;
  justify-content: center; /* centers horizontally */
  gap: 20px; /* space between QR and store images */
  margin-top: 20px;
}

.qr-code {
  width: 800px; /* adjust as needed */
  height: 800px;
}

.store-links img {
  height: 50px; /* keep store button images uniform */
  margin: 0 10px;
}


/* Footer */
.footer {
    background: #006CAB;
    color: white;
    text-align: center;
    padding: 1rem;
    font-size: 1rem;
}

/* Responsive Layout */
@media (max-width: 992px) {
    .hero-grid {
        flex-direction: column;
        text-align: center;
    }
    .hero-text {
        order: 2;
    }
    .hero-image {
        order: 1;
    }
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 1.8rem;
    }
    .hero {
        padding: 3rem 1rem;
    }
    .hero-image img {
        max-width: 280px;
    }
}

/* Responsive Layout */
@media (max-width: 992px) {
    .hero-grid {
        flex-direction: column;
        text-align: center;
    }
    .hero-text {
        order: 2;
    }
    .hero-image {
        order: 1;
    }
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 1.8rem;
    }
    .hero {
        padding: 3rem 1rem;
    }
    .hero-image img {
        max-width: 280px;
    }
}