/* animation helpers
---------------------- */
body{font-size: 14px; line-height: 1.8em;}
a{ color: #1068ac;
	transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
	-webkit-transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
	-moz-transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
}
a:hover{text-decoration:none; color: #1068ac;}
button{
	transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
	-webkit-transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
	-moz-transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
}
ul, ol {
	padding-left: 35px;
	padding-bottom: 10px;
}

.wysiwyg a{text-decoration: underline;}

.out {
	opacity:0;	
}
.in {
	opacity:1;	
}
.scale0 {
	width:0;	
	transition:width 0.4s ease;
}
.visible.scale {
	width:100%;
}

#map-street {
	height:480px;
}

/* Generel Style Sheet
------------------------ */
#Container .mix{
    display: none;
}
.section {
	padding:50px 0px;
}

.section.bc {
	padding:20px 0px;
}

section {
	width:100%;
}
section > .row {
	margin:0px;
	padding:0px;
}
.section-footer {
	padding:75px 0px 62px;
}
.section-footer-widgets {
	padding:75px 0px 52px;
}
.section-our-client {
	padding:65px 0px 75px;
}
.color-bg {
	background-color:#3b3b3b;
}
.container.content-area {
	padding:0px;
	background-color:#fff;
}
.container.content-area .header-style-1 {
	padding-top:35px;
	padding-bottom:21px;
}
.container.content-area .bottom-bar {
	padding:20px;
}
.container.content-area header {
	padding:0 30px;
}
.container.content-area > .section {
	padding:83px 15px;
}
.container.content-area > .section.no-paddind-bottom {
	padding-bottom:0px;
}
.container.content-area > .section.no-paddind-top {
	padding-top:0px;
}
.container.content-area > .news-letter-style-1,
.news-letter-style-1 {
	padding:30px 10px;
	background: #eeeeee !important;
}
.shipping-section {
	padding:35px 0px;
}
.shipping-section .btn-light.plus {
	border:none;
}
.no-padding {
	padding:0px;
}
.no-padding-top {
	padding-top:0px;
}
.no-padding-bottom {
	padding-bottom:0px;
}
.no-padding-left {
	padding-left:0px;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.bg-dark-gray {
	background-color:#FFFFFF;
}
.bg-light-gray {
	background-color:#eeeeee;
}
.bg-light-blue {
	background-color:#dcebe8;
}
.bg-dark-blue {
	background-color:#97d4c4;
}
.bg-gray {
	background-color:#eaeae2;
}
.bg-skin {
	background-color:#f3f1e5;
}
.blue {
	background-color:#b9e5eb;
}
.dark-blue {
	background-color:#374b7b;
}
.red {
	background-color:#e79289;
}
.yellow {
	background-color:#fde08a;
}
.section-parallax {
	color:#ffffff;
	background-image:url(../images/bg-1.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.dark-overlay {
	position:relative;
}
.dark-overlay:before {
	width:100%;
	height:100%;
	display:block;
	content:'';
	z-index:1;
	background:rgba(0,0,0,0.6);
	
	position:absolute;
	top:0px;
	left:0px;
}
.dark-overlay .container,
.dark-overlay .content-area {
	z-index:2;
	position:relative;	
}
.content-area .top-products .top-product-box {
	margin-bottom:36px;
}
.filter-widget .btn.plus:before {
	background-image:url(../images/plus.png);
}
.filter-widget .btn.plus:after {
	background-color:#bbb;
}
.featured-category-box .btn.plus {
	font-size:12px;
}
.filter-widget .btn.plus {
	border:1px solid #cccccc;
}

/* Heading Style
------------------ */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{margin: 0 0 15px;}
.heading {
	margin-bottom:30px;
}
.heading h1 {
	color:#252525;
	padding-bottom:32px;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	position:relative;
	line-height: 1.4em;
}
.heading h2 {
	font-size:22px;
	color:#252525;
	padding-bottom:32px;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	position:relative;
	line-height: 1.4em;
}
.heading h2:after, .heading h1:after {
	width:148px;
	height:9px;
	content:'';
	background-image:url(../images/plus.png);
	display:inline-block;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-74px;
	z-index:2;
}
.section-parallax .heading h2 {
	color:#ffffff;
	border-color:#666666;
	margin-top:0px;
}
.section-parallax .heading h2:after {
	width:148px;
	height:9px;
	background-image:url(../images/plus-parallax.png);
	background-repeat:no-repeat;
}
.heading-with-plus h2,
.heading-with-plus h3,
.heading-with-plus h4 {
	font-size:22px;
	text-transform:uppercase;
	position:relative;
	margin-top:2px;
	margin-bottom:18px;
}
.heading-with-plus h3 {
	font-size:20px;
}
.heading-with-plus h4 {
	font-size:14px;
}
.heading-with-plus h2:before,
.heading-with-plus h3:before,
.heading-with-plus h4:before {
	content:'';
	width:9px;
	height:12px;
	background-image:url(../images/plus-dark.png);
	background-repeat:no-repeat;
	display:inline-block;
	margin-right: 5px;
}
.widget .heading-with-plus h4:before {
	background-image:url(../images/plus-light.png);
}
.brand-style-1 .heading h4,
.brand-style-2 .heading h4 {
	font-size:18px;
	letter-spacing:2px;
	color:#ffffff;
	padding-bottom:32px;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
.brand-style-1 .heading h4:after,
.brand-style-2 .heading h4:after {
	width:148px;
	height:9px;
	content:'';
	background-image:url(../images/plus-parallax.png);
	display:inline-block;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-74px;
	z-index:2;
}

/* Btn Style
------------- */
.btn-dark.plus {
	padding:7px 31px 7px 17px;
	border:1px solid #AAA;
	letter-spacing:1px;
	position:relative;
	color:#fff;
	text-transform:uppercase;
	z-index:1;
	font-size:13px;
	font-weight: 700;
	margin-right:6px;
	background: #ed1c24;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.btn-dark.plus:before {
	width:19px;
	height:10px;
	display:inline;
	content:'';
	background-image:url(../images/btn-plus.png);
	background-repeat:no-repeat;
	margin-top:-5px;
	padding-left:10px;
	position:absolute;
	right:3px;
	top:50%;
	z-index:2;
}
.btn-dark.plus:after{
	width:0%;
	height:100%;
	top:0;
	left:0;
	background-color:#1068ac;
	position:absolute;
	content:'';
	z-index:-1;
	
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
}
.btn-dark.plus:hover,
.btn-dark.plus:active {
	color:#FFF;
	border-color:#ffffff;
	background-color:#1068ac;
}
.btn-dark.plus:hover,
.btn-dark.plus:active {
	color:#fff;
}
.btn-dark.plus:hover:after,
.btn-dark.plus:active:after {
	width: 100%;
}
.btn-light.plus {
	padding:7px 30px 7px 16px;
	border:1px solid #cccccc;
	letter-spacing:1px;
	color:#252525;
	position:relative;
	text-transform:uppercase;
	z-index:1;
	font-size:13px;
	margin-right:6px;
	
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.btn-light.plus:before,
.btn-white.plus:before {
	width:19px;
	height:10px;
	display:inline;
	content:'';
	background-image:url(../images/plus-dark.png);
	background-repeat:no-repeat;
	margin-top:-5px;
	padding-left:10px;
	position:absolute;
	right:0px;
	top:50%;
	z-index:1;
}
.btn-light.plus:after {
	width:0%;
	height:100%;
	top:0;
	left:0;
	background-color:#ccc;
	position:absolute;
	content:'';
	z-index:-1;
	
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
}
.btn-light.plus:hover:after,
.btn-light.plus:active:after {
	width: 100%;
}
.btn-white.plus {
	padding:7px 30px 7px 16px;
	border:1px solid #ffffff;
	background:#fff;
	letter-spacing:1px;
	position:relative;
	color:#252525;
	text-transform:uppercase;
	z-index:1;
	font-size:13px;
	margin-right:6px;
	
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

.btn{color:#FFF; cursor:pointer; font-weight:bold; text-decoration:none !important; text-transform: uppercase; display:block; padding:13px 18px; background:#636363; border: none; outline: none;}
.btn:hover{color: #FFF; background: #444;}
.btn.red{color: #FFF !important; background: #990000;}
.btn.red:hover{color: #FFF; background: #d90000;}
.btn.light{color: #777 !important; background: #EDEDED;}
.btn.light:hover{color: #777; background: #CCC;}
.btn.green{color: #FFF !important; background: #ed1c24; border: 2px solid white; }
.btn.green:hover{color: #FFF; background: #bf060d;}
.btn.gold{color: #616161 !important; background: #eee;}
.btn.gold:hover{color: #616161; background: #e0e0e0;}
.btn.dark{color: #FFF !important; background: #252525;}
.btn.dark:hover{color: #FFF; background: #111;}
.btn.centered{max-width: 140px; margin: 0 auto; text-align: center;}
.btn.checkout, .btn.large{padding: 20px 35px;}
.btn.checkout{background: #ed1c24;}
.btn.checkout:hover{background: #bf060d;}
.btn .icon{font-weight: bold; font-size: 15px; line-height: 1em;}
.btn.ilb{display: inline-block;}

.sidr-class-btn{color:#FFF; cursor:pointer; text-decoration:none; text-transform: uppercase; display:block; padding:10px 25px; background:#616161; border: none; outline: none; margin: 15px 0;}
.sidr-class-btn:hover{color: #FFF; background: #bf060d;}
.sidr-class-btn.sidr-class-red{color: #FFF !important; background: #3e2622;}
.sidr-class-btn.sidr-class-red:hover{color: #FFF; background: #4d2a25;}
.sidr-class-btn.sidr-class-light{color: #777 !important; background: #EDEDED;}
.sidr-class-btn.sidr-class-light:hover{color: #777; background: #CCC;}
.sidr-class-btn.sidr-class-gold{color: #FFF !important; background: #ed1c24;}
.sidr-class-btn.sidr-class-gold:hover{color: #FFF; background: #bf060d;}
.sidr-class-btn.sidr-class-centered{max-width: 140px; margin: 15px auto; text-align: center;}
.sidr-class-btn.sidr-class-checkout, .sidr-class-btn.sidr-class-large{padding: 20px 35px;}
.sidr-class-btn .sidr-class-icon{font-weight: bold; font-size: 15px; line-height: 1em;}
.sidr-class-btn.sidr-class-ilb{display: inline-block;}


/* Main Header Style
---------------------- */
img{max-width: 100%;}
header {
	padding:35px 0px 21px;
}
.header.bg-gray .header-links p,
.header.bg-gray .logo p {
	color:#252525;
}
.header.bg-gray .header-links .icon-hold {
	background-color:#fff;
	
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
}
.header.bg-gray .header-links .icon-hold:hover {
	background-color:#374b7b;
}
.header.bg-gray .header-links .icon-hold:hover i {
	color:#fff;
}
#header .logo{max-width: 400px; margin: 8px auto;}
.logo img {
	dispaly:block;
}

.main-nav.light {
	padding:24px 0px 20px;
}
.main-nav.light {
	margin-bottom:0px;
}
.main-nav.light li a {
	color:#252525;
	font-weight:500;
	letter-spacing:2px;
	padding: 5px 15px;
	display:inline-block;
	border:1px solid transparent;
	
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.main-nav.light li .open > .dropdown-menu.sub-menu {
	left: 0;
    width: 225px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 500;
}

/*	Main Slider Style
------------------------- */
.boxedcontainer	{
	max-width: 1170px;
	margin:auto; 
	padding:0px 30px;
}
.tp-banner-container {
	width:100%;
	position:relative;
	padding:15px 0 0;
}
.tp-banner {
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.tp-banner .tp-caption{width: 90%; text-align: center; color:#FFF; white-space: normal;}
.tp-banner .tp-caption img{display: block; margin: 20px auto;}
.tp-banner .tp-caption h2{text-transform: uppercase; font-size: 52px; padding: 0; margin: 20px 0; line-height: 1.3em; font-weight: bold; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);}
.tp-banner .tp-caption p{font-size: 28px; padding: 0; margin: 20px 0; line-height: 1.4em; font-weight: 600; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);}

.tp-banner .panel-link{position: absolute; top:0; left: 0; display: block; width: 100%; height: 100%; z-index: 10;}

/* -----------------
	Header Style 1
-------------------- */
.header-style-1,
.header-style-3 {
	padding:0;
	background: #FFF;
}
.navbar-style-1 {
	padding:18px 0 19px;
}
.navbar-style-1 .dropdown-menu {
	top:59px !important;
}
.navbar-style-1 li a {
	letter-spacing:2px;
	border:1px solid transparent;
	padding:9px 17px 9px !important;
}
.navbar-style-1 a:hover {
	border:1px solid #cccccc;
}
.header-style-1 .main-nav,
.header-style-3 .main-nav {
	padding: 0;
}
.main-nav {
	position:relative;
	text-align:center;
}
.main-nav > li,
.header-style-1 .main-nav > li,
.header-style-3 .main-nav > li {
	text-align:center;
}
.main-nav > li:hover a,
.header-style-1 .main-nav > li:hover a,
.header-style-3 .main-nav > li:hover a{
	background: #1068ac;
	color: #FFF;
	border:1px solid #FFF;
}
.main-nav > li:hover a,
.header-style-1 .main-nav > li:hover li a,
.header-style-3 .main-nav > li:hover li a{
	background: #FFF;
	border: 1px solid transparent;
}
.main-nav > li:hover a,
.header-style-1 .main-nav > li li:hover a,
.header-style-3 .main-nav > li li:hover a{
	background: #EDEDED;
	border: 1px solid #EDEDED;
}
.header-style-1 .main-nav > li > a,
.header-style-3 .main-nav > li > a {
	color:#212121;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing:2px;
	padding: 5px 15px;
	display:inline-block;
	text-align:center;
	border:1px solid transparent;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.header-style-1 .navbar-default{min-height: 20px; margin-bottom: 0; background: #eeeeee;}

.header-style-3 .main-nav > li > a {
	color:#aba8aa;
}
.header-style-3 .main-nav > li a.dropdown-toggle {
	color:#aba8aa;
	position:relative;
}

/* Header Style 3 */
.header-style-3 {
	background-color:#fff;
}
.header-style-3 ul.main-nav > li a::after  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.header-style-3 ul.main-nav > li > a::after  {
	border-color: #aba8aa;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-moz-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px);
}
.header-style-3 ul.main-nav > li > a:hover::before,
.header-style-3 ul.main-nav > li > a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px);
}
.header-style-3 ul.main-nav > li > a:hover::after,
.header-style-3 ul.main-nav > li > a:focus::after  {
	opacity: 1;
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
}

/* ---------------------
	Header Links Style
------------------------ */
.header-links.hl-right {
	float:right;
	margin-top:28px;
}
.header-links.hl-left {
	float:left;
	margin-top:28px;
}
.header-links ul{padding: 0;}
.header-links.hl-right li {
	position:relative;
	display:inline-block;
	margin-left:30px;
}
.header-links.hl-left li {
	position:relative;
	display:inline-block;
	margin-right:30px;
}
.header-links li .icon-hold {
	width:49px;
	background-color:#eee;
	height:49px;
	border-radius:50%;
	text-align:center;
	margin:0 auto 10px;
	display:block;
}
.header-style-4 .header-links li .icon-hold {
	background-color:#fff;
}
.header-style-4 .header-links li:hover .icon-hold {
	background-color:#e0e0e0;
}
.header-style-4 .header-links li:hover .icon-hold i {
	color:#ffffff;
}
.header-links li .icon-hold.search {
	background-color:#eee;
}
.header-links li .icon-hold.cart {
	background-color:#eee;
}
.header-links li .icon-hold.links {
	background-color:#eee;
}
.header-links li .icon-hold.search:hover {
	background-color:#e0e0e0;
}
.header-links li .icon-hold.cart:hover {
	background-color:#e0e0e0;
}
.header-links li .icon-hold.links:hover {
	background-color:#e0e0e0;
}
.header-links li .icon-hold i {
	font-size:20px;
	line-height:49px;
	color:#1068ac;
}
.header-links li p {
	display:block;
	text-transform:uppercase;
	margin: 0;
	font-size: 11px;
	line-height: 1em;
}
.header-style-3 .header-links li .icon-hold {
	background-color:#aba8aa;
}
.header-style-3 .header-links li .icon-hold i {
	color:#fff;
}
.header-style-3 .header-links li p {
	color:#aba8aa;
}

.header-links li.mobile-trigger{display: none; }
.header-links li.mobile-trigger .icon-hold{border-radius: 0;}
.header-links li.mobile-trigger .icon-hold.links{background: #FFF;}
.header-links li.mobile-trigger .icon-hold.links i{color: #333;}

#header-scroll{display: none; background: #FFFFFF; box-shadow: 0 0 20px 0 rgba(10, 16, 21, 0.08); padding:10px 0; position: fixed; top:-120px; left: 0; width: 100%; }
#header-scroll .logo img{height: 60px;}
#header-scroll .header-links{margin: 0;}
#header-scroll .header-links ul{margin: 0;}
#header-scroll .header-links li{margin-left: 10px; margin-top: 5px;}
#header-scroll .header-links li .icon-hold{margin-bottom: 0;}
#header-scroll .header-links li.mobile-trigger{display: inline-block; }
#header-scroll.sticky{z-index: 998;}

/* Header Button style
------------------------ */
.header-btns {
	float:left;
	margin-top:15px;
}
.header-style-3 .header-btns .btn {
	color:#aba8aa;
	border:1px solid #aba8aa;
}

#tagline{clear:both; z-index: 1; position: relative; padding:8px 10px; background: #000; color:#FFF; line-height: 1.2em; font-size: 13px; font-style: italic; text-align: center;}
#tagline p{padding: 0; margin: 0;}

.sidr .sidr-inner, #search-list .sidr-inner, #link-list .sidr-inner, #cart-list .sidr-inner, #mobile-list .sidr-inner{
	background: #202020; color: #DDD; height: auto; min-height: 100%; padding: 15px 20px;
}
.sidr-inner a{color: #1068ac;}
.sidr-inner a:hover{color: #ed1c24;}
.sidr-inner .side-account-inner{padding:20px 30px; font-size: 14px; line-height: 1.3em; color: #ddd;}
.sidr-inner h3{ border-bottom:1px solid #555; color:#555; padding-bottom: 10px; margin-bottom: 15px; font-weight: bold; text-align: center; text-transform: uppercase; }
.sidr-inner .sidr-class-account-nav ul{padding: 0; margin: 0 0 15px; list-style: none;}
.sidr-inner .sidr-class-account-nav li{position: relative;}
.sidr-inner .sidr-class-account-nav li a{display: block; float: none; color: #FFF; font-size: 14px; line-height: 1em; padding: 8px 15px; height: auto; text-transform: uppercase;}
.sidr-inner .sidr-class-account-nav li a:hover{background: #333;}
.sidr-inner .sidr-class-account-nav li a.selected{color: #ed1c24;}
.sidr-inner .sidr-class-close_acc_nav{display: block; float: none; color: #FFF; text-align: right; padding: 6px 10px 6px 30px; cursor: pointer; }
.sidr-inner .sidr-class-close_acc_nav:hover{background: #333;}
.sidr-inner .sidr-class-close_acc_nav span{display: inline-block; vertical-align: middle;}
.sidr-inner .sidr-class-close_acc_nav .icon{font-size: 24px; font-weight: bold;}
.sidr-inner .sidr-class-btn.sidr-class-account-close{ margin-top: 15px; font-size: 15px; line-height: 1em; padding: 12px 10px; width: 100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.sidr-inner .sidr-class-btn.sidr-class-account-close:before{ display: inline-block; padding-right: 4px; font-family:"FontAwesome"; content: "\f060"; font-size: 14px; line-height: 14px; margin-right: 15px; }
.sidr form{margin: 0;}
.sidr .sidr-inner  form input {
	height: 36px;
	border-color: transparent;
	background-color: #444;
	color: #ccc;
	padding: 5px 10px;
	float: left;
	margin: 0 0 10px;
	display: block;
}

/* Side Cart */
.sidr-inner .sidr-class-checkout__order .sidr-class-checkout__order-inner{padding-bottom: 60px;}
.sidr-inner .sidr-class-checkout__order h3{ border-bottom:1px solid #555; color:#555; padding-bottom: 10px; margin-bottom: 15px; text-align: center; text-transform: uppercase; }
.sidr-inner .sidr-class-checkout__order .sidr-class-checkout__summary{ width: 100%; }
.sidr-inner .sidr-class-checkout__order th{ color:#AAA; font-size: 14px; line-height: 1em; padding-bottom: 10px;}
.sidr-inner .sidr-class-checkout__order a{ color:#fff; }
.sidr-inner .sidr-class-checkout__order tbody{ font-size: 13px;}
.sidr-inner .sidr-class-checkout__order tbody td:last-child,.checkout__order th:last-child{ text-align: right; }
.sidr-inner .sidr-class-checkout__order tbody td.line{border-bottom:2px solid #333; padding-top: 10px;}
.sidr-inner .sidr-class-checkout__order tfoot th{ padding:20px 0; text-align: right; color: #FFF; font-family: "Saira Condensed", sans-serif; font-size: 20px; font-weight: bold;}
.sidr-inner .sidr-class-checkout__order.sidr-class-open{ right:0;}
.sidr-inner .sidr-class-checkout__order tbody tr:last-child{padding-bottom: 15px;}
.sidr-inner .sidr-class-checkout__order tbody td.sidr-class-name td:first-child{ width: 25px; padding: 5px 5px 5px 0;}
.sidr-inner .sidr-class-checkout__order tbody td.sidr-class-name td{vertical-align: middle; font-size: 12px; line-height: 1.1em; text-align: left;}
.sidr-inner .sidr-class-checkout__order tbody td.sidr-class-name td a{color: #DDD;}
.sidr-inner .sidr-class-checkout__order tbody td.sidr-class-name td a:HOVER{color: #fff;}
.sidr-inner .sidr-class-checkout__order .sidr-class-btn{ padding:18px 10px; margin-bottom: 15px; width: 100%; font-size:15px; line-height: 1em; text-align: center;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.sidr-inner .sidr-class-checkout__order .sidr-class-btn .sidr-class-icon{font-weight: bold; padding-right: 5px;}
.sidr-inner .sidr-class-checkout__order .sidr-class-btn.sidr-class-checkout{ background: #ed1c24; color: #FFF; padding: 17px 10px;}
.sidr-inner .sidr-class-checkout__order .sidr-class-btn.sidr-class-checkout:hover{background: #bf060d; }
.sidr-inner .sidr-class-checkout__order .sidr-class-btn.sidr-class-checkout__cancel{ padding: 12px 10px;}
.sidr-inner .sidr-class-checkout__order .sidr-class-btn.sidr-class-checkout__cancel:before{ display: inline-block; padding-right: 4px; font-family:"FontAwesome"; content: "\f060"; font-size: 14px; line-height: 14px; margin-right: 15px; }

.sidr-inner ul.sidr-class-mobile-nav{margin-bottom: 25px;}
.sidr-inner ul.sidr-class-mobile-nav li a{color: #DDD;}
.sidr-inner ul.sidr-class-mobile-nav li ul{padding: 0 0 5px;}
.sidr-inner ul.sidr-class-mobile-nav li ul li{line-height: 1.4em;}
.sidr-inner ul.sidr-class-mobile-nav li ul li.sidr-class-l3{line-height: 1.4em; font-size: 12px;}
.sidr-inner ul.sidr-class-mobile-nav li ul li a{display: block; padding: 5px 10px; background: #202020; }
.sidr-inner ul.sidr-class-mobile-nav li ul li a:hover{background: #292929;}
.sidr-inner ul.sidr-class-mobile-nav .sidr-class-dropdown-toggle, .sidr-inner ul.sidr-class-mobile-nav .sidr-class-no-drop a{display: block; background: #333; padding: 5px 10px; text-transform: uppercase; margin-bottom: 5px}
.sidr-inner ul.sidr-class-mobile-nav .sidr-class-dropdown-toggle:hover, .sidr-inner ul.sidr-class-mobile-nav .sidr-class-no-drop a:hover{background: #555;}

/* Service Section Style
-------------------------- */
.brand-style-1 .col-md-4,
.brand-style-2 .col-md-4 {
	padding:0px;
} 
.brand-style-1 .brand-box figure img,
.brand-style-1 .brand-box.brand-box-text {
	height:380px;
	color:#ffffff;
}
.brand-style-1 .brand-box a {
	color:#ffffff;
}
.brand-style-1 .brand-box figure,
.brand-style-2 .brand-box figure {
	position:relative;
}
.brand-style-1 .brand-box figure img,
.brand-style-2 .brand-box figure img {
	width:100%;
}
.brand-style-2 .brand-box figure figcaption {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
}
.brand-style-2 .brand-box figure:hover figcaption {
	transform:scale(0);
	transform:rotatey(50deg);
	opacity:0;
	
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
}
.brand-style-2 .brand-box.blue figure figcaption > img,
.brand-style-2 .brand-box.red figure figcaption > img {
	width:194px;
	height:178px;
	margin-top:-89px;
	margin-left:-97px;
	
	position:absolute;
	top:50%;
	left:50%;
}
.brand-style-2 .brand-box.blue figure figcaption {
	background-color:rgba(159,214,199,0.8);
}
.brand-style-2 .brand-box.yellow figure figcaption {
	background-color:rgba(232,206,150,0.8);
}
.brand-style-2 .brand-box.red figure figcaption {
	background-color:rgba(237,142,131,0.8);
}
.brand-style-1 .brand-box figure figcaption {
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	text-align:center;
	line-height:inherit;
	
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	
	transform:scale(0.4);
	-moz-transform:scale(0.4);
	-ms-transform:scale(0.4);
	-webkit-transform:scale(0.4);
	
	transition:all 0.54s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.brand-style-1 .brand-box figure:hover figcaption > span {
	width:190px;
	height:184px;
	display:inline-block;
	background-image:url(../images/port-caption.png);
	
	position:absolute;
	top:50%;
	margin-top:-92px;
	left:50%;
	margin-left:-95px;
}
.brand-style-1 .brand-box figure:hover figcaption {
	opacity:1;
	transform:scale(1);
}
.brand-style-1 .brand-box.brand-box-text .heading h4 {
	/*color:#252525;*/
}
.brand-style-1 .brand-box.brand-box-text,
.brand-style-2  figure figcaption .brand-box-text {
	background-color:#252525;
	padding:40px 38px;
	letter-spacing:2px;
}
.brand-style-2  figure figcaption .brand-box-text {
	background-color:transparent;
}
.brand-style-1 .brand-box.brand-box-text p {
	margin-bottom:45px;
}
.brand-style-1 .brand-box ul,
.brand-style-2  figure figcaption .brand-box-text ul {
	margin:10px 0px 44px;
}
.brand-style-1 .brand-box ul li,
.brand-style-2  figure figcaption .brand-box-text ul li {
	margin-bottom:5px;
}
.brand-style-1 .brand-box .btn.plus,
.brand-style-2  figure figcaption .brand-box-text .btn {
	padding:8px 36px 7px 16px;
}
.brand-box .btn-light.plus {
	border-color:#252525;
}

/* Daily Deal Section Style
----------------------------- */
.daily-deal .col-md-4 {
	padding:0px;
}
.daily-deal-box figure {
	position:relative;
	overflow:hidden;
	color:#ffffff;
}
.daily-deal-box figure img {
	width:100%;
}
.daily-deal-box figure figcaption {
	width:100%;
	height:100%;
	padding:20px 23px 49px;
	background-color:rgba(0,0,0,0.7);
	
	position:absolute;
	bottom:-74%;
	left:0px;
	
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
}
.daily-deal-box figure:hover figcaption {
	bottom:0%;
	padding:49px 23px 49px;
}
.daily-deal-box figcaption label {
	font-size:16px;
	font-weight:300;
	padding-top:10px;
	margin-bottom:195px;
	display:inline-block;
}
.daily-deal-box figcaption .btn.off {
	font-size:22px;
	border:1px solid #666666;
	float:right;
	padding:4px 17px;
}
.daily-deal-box figcaption .btn-dark.plus {
	text-align:center;
	display:inline;
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-75px;
}

/*	Feature Highlight Section Style
------------------------------------- */
.feature-highlight-style-1 .feature-highlight-box,
.feature-highlight-style-3 .feature-highlight-box {
	margin-bottom:76px;
	display:inline-block;
}
.feature-highlight-style-1 .feature-highlight-box .icon-hold,
.feature-highlight-style-2 .feature-highlight-box .icon-hold,
.feature-highlight-style-3 .feature-highlight-box .icon-hold {
	width:120px;
	height:120px;
	border-radius:50%;
	margin-right:45px;
	text-align:center;
	border:10px solid transparent;
	background-color:rgba(237,28,36,0.8);
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
}
.feature-highlight-style-1 .feature-highlight-box .icon-hold,
.feature-highlight-style-3 .feature-highlight-box .icon-hold {
	float:left;
}
.feature-highlight-style-2 .feature-highlight-box .icon-hold {
	margin:0 auto 40px;
}
.feature-highlight-style-3 .feature-highlight-box .icon-hold {
	background-color:rgba(220,220,220,0.8);
}
.feature-highlight-style-1 .feature-highlight-box .icon-hold.red,
.feature-highlight-style-2 .feature-highlight-box .icon-hold.red {
	background-color:rgba(247,149,149,0.8);
	border-color:transparent;
}
.feature-highlight-style-1 .feature-highlight-box .icon-hold.yellow,
.feature-highlight-style-2 .feature-highlight-box .icon-hold.yellow {
	background-color:rgba(210,182,98,0.8);
	border-color:transparent;
}
.feature-highlight-style-1 .feature-highlight-box .icon-hold.blue,
.feature-highlight-style-2 .feature-highlight-box .icon-hold.blue {
	background-color:rgba(166,219,229,0.8);
	border-color:transparent;
}
.feature-highlight-style-1 .feature-highlight-box:hover .icon-hold.blue,
.feature-highlight-style-3 .feature-highlight-box:hover .icon-hold.blue,
.feature-highlight-style-2 .feature-highlight-box:hover .icon-hold.blue {
	background-color:rgba(166,219,229,1);
	border-color:#94c0c8;
}
.feature-highlight-style-1 .feature-highlight-box:hover .icon-hold.red,
.feature-highlight-style-3 .feature-highlight-box:hover .icon-hold.red,
.feature-highlight-style-2 .feature-highlight-box:hover .icon-hold.red {
	background-color:rgba(247,149,149,1);
	border-color:#f36262;
}
.feature-highlight-style-1 .feature-highlight-box:hover .icon-hold.yellow,
.feature-highlight-style-3 .feature-highlight-box:hover .icon-hold.yellow,
.feature-highlight-style-2 .feature-highlight-box:hover .icon-hold.yellow {
	background-color:rgba(210,182,98,1);
	border-color:#edc13e;
}
.feature-highlight-style-1 .feature-highlight-box:hover .icon-hold,
.feature-highlight-style-2 .feature-highlight-box:hover .icon-hold {
	border-color:#ed1c24;
}
.feature-highlight-style-1 .feature-highlight-box .icon-hold i,
.feature-highlight-style-3 .feature-highlight-box .icon-hold i {
	line-height:100px;
}
.feature-highlight-style-3 .feature-highlight-box .icon-hold i {
	color:#111111;
}
.feature-highlight-style-2 .feature-highlight-box .icon-hold i {
	line-height:100px;
}
.feature-highlight-style-1 .feature-highlight-box h4,
.feature-highlight-style-3 .feature-highlight-box h4 {
	margin-bottom:15px;
}
.feature-highlight-style-2 .feature-highlight-box h4 {
	font-size:16px;
	margin-bottom:25px;
}
.feature-highlight-style-1 .feature-highlight-text p,
.feature-highlight-style-2 .feature-highlight-box p,
.feature-highlight-style-3 .feature-highlight-box p {
	padding-top:10px;
	line-height:23px;
}

/* Featured Categories Section style
-------------------------------------- */
.featured-categories .col-md-4 {
	padding:0px;
}
.featured-category-box {
	overflow:hidden;
	display: block;
	margin-bottom:50px;
}
.featured-category-box > figure {
	position:relative;
}
.featured-category-box > figure img {
	width:100%;
	
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
}
.featured-category-box > figure:hover img {
	transform:scale(1.1);
}
.featured-category-box > figure figcaption {
	width:100%;
	height:100%;
	background:rgba(129,119,22,0.7);
	opacity:0;
	text-align:center;
	
	position:absolute;
	top:0px;
	left:0px;
	
	transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	
	transition:all 0.8s ease-in-out 0s;
	-moz-transition:all 0.8s ease-in-out 0s;
	-webkit-transition:all 0.8s ease-in-out 0s;
}
.featured-category-box > figure:hover figcaption {
	opacity:1;
	transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-webkit-transform: rotateY(0deg) scale(1, 1);
}
.featured-category-box > figure figcaption .btn-dark.plus {
	text-align:center;
	padding:15px 38px 15px 17px;
	position: absolute;
	display: block;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.featured-category-text h4 {
	font-size:16px;
	margin-bottom:26px;
	font-weight:600;
}
.featured-category-text ul {
	margin-bottom:30px;
}
.featured-category-text li {
	margin-bottom:13px;
}
.featured-category-text li a {
	color:#333;
}

/* Top Product Slider Style
----------------------------- */
.top-products,
.top-product {
	position:relative;
}
.top-product .top-product-box {
	width:50%;
}
.top-product-grid .top-product-box {
	width:20%;
}
.top-product-box {
	float:left;
	width:20%;
}
.top-product-box figure {
	position:relative;
	margin-bottom:15px;
	overflow:hidden;
}
.top-product-box figure img {
	width:100%;
	position:relative;
}
.sale-category {
	width:50px;
	height:50px;
	display:block;
	border-radius:50%;
	text-align:center;
	text-transform:uppercase;
	line-height:50px;
	
	position:absolute;
	top:10px;
	right:10px;
}
.top-product-box figure figcaption.caption {
	width:100%;
	height:44px;
	background-color:rgba(0,0,0,0.8);
	
	position:absolute;
	bottom:-100%;
	left:0;
	z-index:1;
	
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.top-product-box:hover figure figcaption.caption {
	bottom:0;
}
.top-product-box figure figcaption.caption > a {
	color:#ffffff;
	line-height:44px;
	padding-left:10px;
	font-size:12px;
}
.top-product-box figure figcaption.caption > a i {
	font-size:16px;
	padding-right:10px;
}
.top-product-box figure figcaption.caption > ul li {
	position:relative;
	display:inline-block;
	float:left;
}
.top-product-box figure figcaption.caption > ul li > a {
	width:44px;
	height:44px;
	display:block;
	color:#ffffff;
	
	text-align:center;
	line-height:44px;
}
.top-product-box figure figcaption.caption > ul li:hover > a {
	background-color:#444444;
}
.top-product-box figure figcaption.caption li i {
	font-size:16px;
}
.top-product-text {
	padding:0px 13px 10px;
}
.top-product-text ul {
	margin-top:7px;
}
.top-product-text > .clearfix p {
	float:left;
	display:none;
}
.top-product-text a {
	color:#252525;
}
.cbp-vm-view-list .top-product-text > .clearfix p {
	display:block;
}
.product-price label {
	width:100%;
	text-align:right;
	color:#252525;
}
.product-price del {
	width:100%;
	text-align:right;
	font-weight:100;
	color:#666666;
	float:right;
}
.product-detail p {
	margin-bottom:0px;
	color:#252525;
}
.video-container iframe {
	width:100%;
	border:0px;
	overflow:hidden;
	height:365px;
}

/* Top Product Style of Home-04 */
.top-product-3 .top-product-box {
	width:33%;
	margin-bottom:50px;
}
.top-product-3 .top-product-box .caption {
	background-color:#374b7b;
}
.top-product-3 .top-product-box figure figcaption.caption ul li > a:hover {
	background-color:#eaeae2;
	color:#374b7b;
}
.top-products {
	position:relative;
}
.top-products .btn.next,
.top-products .btn.prev {
	width:44px;
	height:44px;
	border:1px solid #cccccc;
	font-size:0px;
	
	position:absolute;
	top:50%;
	z-index:100;
}
.top-products .btn.next:hover,
.top-products .btn.prev:hover {
	border:1px solid #252525;
}
.top-products .btn.next {
	right:-70px;
	margin-top:-22px;
}
.top-products .btn.prev {
	left:-70px;
	margin-top:-22px;
}
.top-products .btn.next:before {
	width:9px;
	height:9px;
	background-image:url(../images/top-product-plus.png);
	content:'';
	margin-top:-5px;
	margin-left:-5px;
	
	position:absolute;
	top:50%;
	left:50%;
}
.top-products .btn.prev:before {
	width:9px;
	height:1px;
	background-image:url(../images/top-product-minus.png);
	content:'';
	margin-left:-5px;
	
	position:absolute;
	top:50%;
	left:50%;
}
.top-products .mixit-up {
	margin-bottom:55px;
	margin-top:25px;
}
.top-products ul li {
	position:relative;
	display:inline-block;
}
.top-products ul li.btn-light.plus {
	font-size:14px;
	margin:0 8px;
	font-weight:500;
	padding-right:50px;
	cursor:pointer;
}
.top-products ul li.btn-light.plus::before {
	right:10px;
}
.top-products .product-detail > ul.list-unstyled {
	margin-top:7px;
}
.grid-nav {
	background-color:#EEE;
	padding:14px 15px;
	margin-bottom:20px;
}
.grid-nav ul.view-controls-list {
	display:inline-block;
	margin-top:5px;
	float:left;
	margin-bottom:0px;
}
.grid-nav ul {
	margin-bottom:0px;
}
.grid-nav ul li {
	position:relative;
	display:inline-block;
	vertical-align: middle;
}
.grid-nav ul.view-controls-list li a,
.sort-grid ul li label {
	color:#666666;
}
.view-controls-list {
	float:left;
}
.sort-grid {
	float:right;
}
.sort-grid ul li {
	margin-left:14px;
}
.sort-grid ul li label {
	display:inline-block;
	margin-right:5px;
	margin-top:7px;
}
.sort-grid ul li .sort-by {
	width:180px;
	height:36px;
	padding:5px 12px;
	border:1px solid #dddddd;
	background: #FFF;
}

.sort-grid ul li .show-num {
	width:auto;
	height:36px;
	padding:5px 12px;
	border:1px solid #dddddd;
	background: #FFF;
}

.cbp-vm-view-list li .top-product figure {
	float:right;
}


/* Footer Widget Style
----------------------- */
.footer-box {
	width:20%;
	float:left;
}
.about-us-widget h4,
.theme-feature-widget h4,
.key-feature-widget h4,
.contact-us-widget h4,
.widget-information h4,
.service-widget h4,
.extra-widget h4,
.account-widget h4,
.additional-info-widget h4 {
	font-size:16px;
	margin-bottom:33px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#212121;
	margin-top:0px;
}
.widget-information h4,
.service-widget h4,
.extra-widget h4,
.account-widget h4,
.additional-info-widget h4 {
	margin-bottom:27px;
}

.theme-feature-widget h4, .contact-us-widget h4{margin-bottom: 20px;}
.about-us-widget, .theme-feature-widget, .key-feature-widget, .contact-us-widget, .widget-information, .service-widget, .extra-widget, .account-widget, .additional-info-widget{margin-bottom: 25px !important; }
/* About Us Widget Style
-------------------------- */
.about-us-widget .logo {
	margin-bottom:13px;
	display:inline-block;
}
.about-us-widget .logo img{display: block;}
.about-us-widget span {
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:18px;
	display:block;
	color:#ffffff;
}
.about-us-widget p {
	color:#000000;
	line-height:23px;
}

/* Theme Features Widget Style
--------------------------------*/
.theme-features-list li,
.info-list li,
.service-list li,
.extra-list li,
.account-list li,
.additional-info-list li {
	margin-bottom:1px;
}
.theme-features-list,
.info-list,
.service-list,
.extra-list,
.account-list,
.additional-info-list,
.theme-features-list li:last-child,
.info-list li:last-child,
.service-list li:last-child,
.extra-list li:last-child,
.account-list li:last-child,
.additional-info-list li:last-child {
	margin-bottom:0px;
}
.theme-feature-widget li > a,
.info-list li > a,
.service-list li > a,
.extra-list li > a,
.account-list li > a,
.additional-info-list li > a {
	color:#000000;
	border:1px solid transparent;
	padding:6px 10px 6px;
	display: inline-block;
	font-size: 14px; line-height: 1.4em;
}
.additional-info-list li p {
	color:#000000;
	margin-bottom:0px;
}
.theme-features-list li > a:hover {
	color:#1068ac;
	border:1px solid #fff;
}
.info-list li:hover > a,
.service-list li:hover > a,
.extra-list li:hover > a,
.account-list li:hover > a,
.additional-info-list li > a:hover {
	color:#ffffff;
}

/* Key Features Widget Style,
   Contact Us Widget Style
------------------------------- */
.key-feature-list li,
.contact-us-list li {
	min-height:36px;
	margin-bottom:13px;
	display: block;
	clear: both;
}
.key-feature-list li span,
.contact-us-list li span,
.additional-info-list span {
	width:36px;
	height:36px;
	border-radius:50%;
	background-color:#EEEEEE;
	display:inline-block;
	float:left;
	margin-right:14px;
	color:#1068ac;
	font-size:20px;
	font-weight:600;
	text-align:center;
	line-height:34px;
	
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
}
.additional-info-list span {
	background-color:#ffffff;
	color:#252525;
}
.key-feature-list li:hover span,

.key-feature-list li p,
.contact-us-list li p {
	margin:5px 0 0;
	color:#cccccc;
	float: left;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
}
.key-feature-list li:hover p,
.contact-us-list li:hover p {
	color:#ffffff;
}

.key-feature-list li a,
.contact-us-list li a {
	color:#000000;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
}
.key-feature-list li:hover a,
.contact-us-list li:hover a {
	color:#1068ac;
}

/* Bottom Bar Section Style
---------------------------- */
.bottom-bar {
	background:#eee;
	padding:20px 0px;
	text-align: center;
}
.auth-logos{text-align: center;}
.auth-logos a, .auth-logos img{display: inline-block; vertical-align: middle; height: 66px; width: auto;}
.copy-right-text p {
	color:#212121;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom:20px;
}
.copy-right-text a {
	color:#333;
}
.copy-right-text a:hover {
	color:#000;
}
.payment-list {
	float:right;
	margin-bottom:0px;
	margin-top:10px;
}
.payment-list li {
	display:inline-block;
	margin-left:10px;
}
.payment-list li > a {
	color:#aaaaaa;
	font-size:35px;
}

/*	Contact Form Style
------------------------- */
.contact-form {
	width:85%;
	padding:80px 0px 65px;
}
.contact-form .heading-with-plus {
	margin-bottom:42px;
}
.contact-form input,
.contact-form textarea {
	width:100%;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #eaeae2;
	padding:5px 15px;
}
.contact-form input {
	height:37px;
}
.contact-form .btn-with-plus {
	color:#252525;
}

/* Client Testimonial Section
------------------------------- */
.testimonial-text {
	width:70%;
	margin:0 auto;
}
.testimonial-img{
	width:80px;
	height:80px;
	border-radius:50%;
	margin:0 auto 38px;
}
.testimonial-text p {
	font-size:18px;
	line-height:33px;
	margin-bottom:22px;
}
.testimonial-text h5 {
	color:#252525;
	font-weight:600;
}
.testimonial-text label {
	font-weight:600;
}
.carousel-indicators {
	bottom:-30px;
}
#testimonial-carousel .carousel-indicators li{
	background-color: rgba(60, 60, 60, 0.85);
}
#testimonial-carousel .carousel-indicators .active{
	background-color: #A6A6A6;
}

/* News Letter Section Style
---------------------------- */
.news-letter {
	padding:43px 0px 33px;
}
.social-links ul {
	margin:5px 0px 0px;
	list-style: none;
	padding: 0;
}
.social-links-style-2 ul {
	margin:0px;
}
.social-links li,
.social-links-style-2 ul li {
	position:relative;
	float:left;
	margin-right:5px;
}
.social-links li a {
	width:30px;
	height:30px;
	color:#ffffff;
	font-size: 20px;
    text-align: center;
	display:block;
	border:1px solid tranparent;
}
.social-links-style-2 ul li a {
	width:36px;
	height:36px;
	color:#ffffff;
	display:block;
	border:1px solid #fff;
	text-align:center;
	line-height:33px;
	font-size:16px;
	
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.social-links li a {
	border:1px solid tranparent;
}
.social-links li:hover a {
	color: #DDD;
}
.news-letter-style-1 .social-links li a i {
	font-size:18px;
}
.news-letter-form{text-align: center;}
.news-letter-form h4 {
	font-size:16px;
	color:#212121;
	margin:12px 24px 10px 0;
	display: inline-block;
	vertical-align: middle;
}
.news-letter-form form{display: inline-block;vertical-align: middle;}

.news-letter-form p{
	color:#ededed;
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 10px;
}
.news-letter-style-2.dark-blue .news-letter-form h4 {
	color:#fff;
}
.news-letter-style-2.yellow .news-letter-form h4 {
	color:#212121;
}
.news-letter-style-2.yellow ul li a {
	color:#333;
}
.news-letter-style-2.yellow ul li:hover a {
	border-color:#333;
	background-color:transparent;
}
.news-letter-form form input {
	width:320px;
	height:36px;
	border-color:transparent;
	background-color:#FFFFFF;
	color:#212121;
	margin:0px;
	padding:5px 10px;
	float:left;
	margin:2px 5px 0px 0px;
	display:inline-block;
}
.news-letter-style-2.dark-blue .news-letter-form form input {
	background-color:#2d3e64;
	color:#ffffff;
}
.news-letter-style-2.yellow .news-letter-form form input {
	background-color:#e0b67c;
	color:#fff;
}
.news-letter-form .btn-dark {
	float:left;
	margin-top:2px;
	padding:5px 30px 4px 16px;
	border-color:#fff;
	color:#fff;
	cursor: pointer;
}
.news-letter-style-2.yellow .news-letter-form .btn-dark {
	color:#333;
}
.news-letter-style-2.yellow .news-letter-form .btn-dark:hover {
	color:#fff;
}

/* Contact Form Section Style
------------------------------- */
.contact-form-area .col-md-6.map-box iframe {
	overflow:visible;
	width:100%;
}
.contact-form-area {
	background-color:#eeeeee;
}
form input {
	width:100%;
	height:36px;
	margin-bottom:10px;
	padding:5px 10px;
}
form textarea {
	width:100%;
	padding:5px 10px;
}

/* Client Testimonial Section Style
------------------------------------- */
.client-testimonial .owl-buttons {
	display:none;
}
.client-snaps {
	text-align:center;
}
.client-snaps .snap-box {
	border-radius:50%;
	position:relative;
	display:inline-block;
	margin:0 10px;
}
.snap-box {
	margin-bottom:30px;
}

/* Thumbnail list style
-------------------------*/
.sidr-class-text-center > h6 {
	background-color:#f5f5f5;
	padding:17px;
	font-size:12px;
	font-weight:500;
}
.sidr-class-text-center {
	text-align:center;
}
.sidr-class-thumbnail-list {
	position:relative;
}
.sidr-class-thumbnail-list > figure,
.top-product-widget .thumbnail-list figure {
	float:left;
}
.sidr-class-thumbnail-list > figure img,
.top-product-widget .thumbnail-list > figure img {
	width:80px;
	height:100px;
	margin-right:14px;
}
.sidr-inner li.sidr-class-thumbnail-list,
.top-product-widget .thumbnail-list {
	min-height:100px;
	display:inline-block;
	width:100%;
	padding:20px;
	/*border-bottom:1px solid #ddd;*/
}
.top-product-widget .thumbnail-list {
	padding:9px 0px;
}
.thumbnail-list .text {
	margin-left:100px;
}
.sidr-class-thumbnail-list span {
	width:16px;
	height:16px;
	display:block;
	
	position:absolute;
	right:15px;
	top:20px;
}
.sidr-inner .sidr-class-thumbnail-list h4 a,
.top-product-widget .thumbnail-list h4 a {
	font-size:13px;
	color:#252525;
	font-weight:normal;
}
.thumbnail-list .text h4 {
	margin-top:0px;
}
.thumbnail-list .text label {
	font-weight:600;
}
.sidr-inner .sidr-class-thumbnail-list label {
	font-size:14px;
	font-weight:600;
}
.sidr-class-link-list li {
	text-align:center;
}
.sidr-class-link-list li a {
	text-align:center;
	padding:6px 42px;
	border:1px solid transparent;
	display:inline-block;
}
.sidr-class-link-list li:hover a {
	border:1px solid #eeeeee;
}

.shipping-box {
}
.shipping-box .icon-hold {
	width:70px;
	height:70px;
	border-radius:50%;
	background-color:#fff;
	text-align:center;
	margin-right:20px;
}
.shipping-box .icon-hold i {
	font-size:28px;
	color:#252525;
	line-height:70px;
}
.shipping-box .shipping-box-text {
	padding-top:2px;
	margin-left:90px;
}
.shipping-box-text p {
	font-size:12px;
}
.shipping-box-text .btn-light.plus {
	margin-top:20px;
	border-color:#fff;
	float:right;
}


.quick-tips h3 {
	padding:10px 10px 0px;
	margin-bottom:50px;
}
.quick-tips ul li {
	min-height:70px;
}
.quick-tips ul li .icon-hold {
	width:60px;
	height:60px;
	border-radius:50%;
	text-align:center;
	float:left;
	margin-right:15px;
}
.quick-tips ul li .icon-hold i {
	line-height:60px;
	font-size:22px;
}
.quick-tips ul li h6 {
	padding-top:10px;
	margin-bottom:0px;
}
.quick-tips ul li label {
	font-size:12px;
	color:#878787;
	font-weight:300;
}

.blog-update h3 {
	font-size:20px;
	margin-bottom:50px;
}
.blog-update .col-md-4 {
	padding:0px;
}
.blog-update-box figure {
	position:relative;
	overflow:hidden;
}
.blog-update-box figure img {
}
.blog-update-box figure figcaption {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	padding:20px 15px 25px;
	color:#fff;
	
	position:absolute;
	bottom:-78%;
	left:0px;
	
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.blog-update-box figure:hover figcaption {
	bottom:0px;
}
.blog-update-box figure figcaption h4 {
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	margin-bottom:30px;
}
.blog-update-box figure figcaption .btn-dark.plus {
	text-align:center;
	vertical-align:bottom;
	line-height:200px;
}

/* Portfolio Section Style
---------------------------- */
.portfolio-section .portfolio-box {
	width:33.333%;
	float:left;
	position:relative;
}
.portfolio-box figure img {
	width:100%;
	height:250px;
}
.portfolio-box figure figcaption {
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.6);
	opacity:0;
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.portfolio-box figure:hover figcaption {
	opacity:1;
}

.portfolio-box figure figcaption img {
	width:155px;
	height:142px;
	margin-top:-71px;
	margin-left:-78px;
	
	position:absolute;
	top:50%;
	left:50%;
}

.panel-title {
	font-size:13px;
	font-weight:normal;
}
.panel-title > a {
     position: relative;
	 display:block;
	 padding:12px 0px 12px 14px;
}
.panel-title > a:after {
	width:9px;
	height:9px;
	display:block;
	background-image:url(../images/top-product-plus.png);
	pointer-events:none;
	content:'';
	
	position:absolute;
	right:2px;
	top:15px;
	z-index:10;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.panel-title > a.collapsed:after {
	background-image:url(../images/top-product-plus.png);
}
.panel-title:after.active-heading {
	background-image:url(../images/top-product-plus.png);
	pointer-events:none;
	
	position:absolute;
	left:50px;
	top:26px;

	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.panel-body li a {
	font-size: 13px;
	color:#252525;
	padding:5px 10px;
	display:block;
	border:1px solid transparent;
}
.panel-body li:hover a {
	border:1px solid #ddd;
}
.panel-body li a:before {
	width:9px;
	height:1px;
	display:inline-block;
	content:'';
	background-image:url(../images/top-product-minus.png);
	margin-right:12px;
	margin-top:11px;
	float:left;
}

.product-box figure {
	margin-bottom:25px;
	position:relative;
}
.product-box {
	margin-bottom:25px;
}
.top-product-box figcaption > ul {
	top:10px;
	right:10px;
}
.top-product-box figcaption > ul li {
	position:relative;
	display:inline-block;
}
.top-product-box figcaption > ul li span {
	width:50px;
	height:50px;
	border-radius:50%;
	display:block;
	text-align:center;
	line-height:50px;
	text-transform:uppercase;
}

.filter-widget,
.side-widget,
.top-product-widget {
	margin-bottom:50px;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
	background-color:#ff9999;
}
.filter-widget {
	background-color:#f6f6f6;
	padding:40px 20px;
}
.filter-widget input[type="text"] {
	width:100%;
	border:1px solid #dddddd;
	height:35px;
	color:#888888;
	padding:5px 10px;
	margin-bottom:30px;
	position:relative;
}
.slider-range {
	background-color:#ffffff;
	margin-bottom:30px;
}
.filter-widget label {
	font-size:12px;	
}
.filter-widget .btn.plus {
	font-size:12px;
	color:#252525;
}

.grid-box {
	margin-bottom:50px;
}
.grid-box figure {
	float:right;
}

.product-box img {
	width:100%;
}
/* LIST VIEW */
.list li {
	width:33.33%;
	margin-bottom:50px;
	min-height:335px;
}
.grid .product-detail {
	clear:both;
	position:relative;
}
.list .product-detail > span {
	display:block;
	font-size:18px;
	margin-bottom:15px;
}
.grid .product-detail > span {
	display:block;
	margin-bottom:5px;
}
.list .product-detail > a,
.grid .product-detail > a {
	color:#252525;
	display:inline-block;
	margin-bottom:10px;
}
.grid .product-detail .listing-price{font-weight: bold; color: #212121; margin: 5px 0 10px; font-size: 18px; line-height: 1em;}
.grid .product-detail .listing-price .sale-price{color: #d70e14;}

#container ul.list li.alt {
	background:gray;
}
#container .list li p {
	overflow:hidden;
	display:block;
}
#container .list li .title{
	overflow:hidden;
	word-wrap:break-word;
}
#container .list li .list-right{
	width:150px;
	float:right;
}
.list li figure,
.grid li figure {
	float:right;
	position:relative;
	overflow:hidden;
	margin-left:20px;
	height:300px;
	width:100%;
}
.grid li figure {
	margin-left:0px;
	margin-bottom:15px;
	border: 1px solid #EDEDED;
}
.list li figure img,
.grid li figure img {
	width:100%;
}
.list li figure .caption,
.grid li figure .caption {
	width:100%;
	height:44px;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	
	position:absolute;
	bottom:-100%;
	left:0;
	z-index:1;
	
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.list li figure:hover .caption,
.grid li figure:hover .caption {
	bottom:0;
	opacity:1;
}
.list li figure .caption  a,
.grid li figure .caption  a {
	color:#ffffff;
	line-height:44px;
	padding-left:10px;
	padding-right:10px;
}
.list li figure .caption  a i,
.grid li figure .caption  a i {
	font-size:16px;
	padding-right:10px;
}
.list li figure .caption > ul li,
.grid li figure .caption > ul li {
	position:relative;
	display:inline-block;
	padding:0px;
}
.grid li figure .caption a {
	height:44px;
	display:block;
	color:#ffffff;
	float:left;
	text-align:center;
	line-height:44px;
	cursor: pointer;
}
.list li figure .caption a.heart,
.grid li figure .caption a.heart,
.list li figure .caption a.links,
.grid li figure .caption a.links {
	width:44px;
	height:44px;
	display:block;
	color:#ffffff;
	float:right;
	padding-right: 0;
	text-align:center;
	line-height:44px;
}
.list li figure .caption a.heart:hover,
.grid li figure .caption a.heart:hover,
.list li figure .caption a.links:hover,
.grid li figure .caption a:hover {
	background-color:#444444;
}
.list li figure .caption > li i,
.grid li figure .caption > li i {
	font-size:16px;
}

/* GRID VIEW */
.grid-nav ul {
	float:left;
}
.grid li.product-box-grid {
	width:33.333%;
	display:inline-block;
	vertical-align: top;
	position:relative;
	margin-bottom:25px;
	padding: 5px;
	overflow: hidden;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.grid.ftd li.product-box-grid{
	width:25%;
}
.grid li.product-box-grid img{text-align:center;width:98%; position: absolute; left: 1%; top: 50%; display: block;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);}
.grid li.product-box-grid p{display:none;}
.grid li.product-box-grid .list-left {
	margin-left:0;
	margin-top:0;
}
.grid li.product-box-grid .icon-group-btn {
	font-size:14px;
}
.grid li.product-box-grid .list-right {
	display:block;
	width:100px;
	margin-left:10px;
}
.grid li.product-box-grid .list-right .price {
	position:absolute;
	right:15px;
	color:#990000;
}
#container .grid {
}

/* SWITCH CONTROLS */
.view-controls-list{
}
.view-controls-grid {
	text-align: right;
}
#viewcontrols a {
	margin-right:15px;
	display:inline;
	margin-top:5px;
}
#viewcontrols a i {
	font-size:15px;
	margin-right:10px;
	display:inline;
}
#viewcontrols a:hover {
	cursor:pointer;
}
#viewcontrols .active {
}

/* CART WISHLIST ICON BUTTONS*/
.icon-group-btn a{
	margin: 10px 0; 
	float: left; width: 40px; margin-right: 5px;	
	text-decoration: none;
	transition:all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.icon-group-btn a.btn-compare{ margin-right: 0;}
.icon-group-btn a span{ float: left; line-height: 32px; text-decoration: none;}
.icon-group-btn .icon-cart,.icon-group-btn .icon-wishlist,.icon-group-btn .icon-compare{ 
	width: 40px; 
	height: 32px;
	
}
.icon-group-btn .icon-cart{
	background: url('icon-a-w-c.png') #777777 no-repeat  8px 8px;
}
.icon-group-btn .icon-wishlist{
	background: url('icon-a-w-c.png') #777777 no-repeat 8px -66px;
}

.icon-group-btn .icon-compare{
	background: url(icon-a-w-c.png) #777777 no-repeat 7px center;
}
.icon-group-btn .icon-cart-text{
	text-indent: -40px; width: 0; height: 32px;
	font-size:100%; overflow: hidden;
	color: #fff; background:#4FAFC2;
	transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.icon-group-btn .icon-wishlist-text{
	text-indent: -40px; width: 0; height: 32px;
	color: #fff; font-size:100%;
	overflow: hidden; background:#4FAFC2;
	transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.icon-group-btn .compare-text{
	text-indent: -40px; width: 0; height: 32px;
	color: #fff; background:#4FAFC2; font-size:100%;
	overflow: hidden;
	transition:all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.icon-group-btn a:hover .icon-cart{
	background: url(icon-a-w-c.png) #4FAFC2 no-repeat  8px 8px;
}
.icon-group-btn a:hover .icon-cart-text{	
	width: 90px;		
	text-indent: 0;
}
.icon-group-btn a:hover{ width: 130px;}
.icon-group-btn a.btn-wishlist:hover{ width: 151px;}
.icon-group-btn a.btn-compare:hover{ width: 160px; }
.icon-group-btn a:hover .icon-wishlist-text{	
	width: 111px;		
	text-indent: 0;
}
.icon-group-btn a:hover .compare-text{	
	width: 120px;		
	text-indent: 0;
}
.icon-group-btn a:hover .icon-wishlist{
	background: url(icon-a-w-c.png) #4FAFC2 no-repeat 8px -66px;
}
.icon-group-btn a:hover .icon-compare{
	background: url(icon-a-w-c.png) #4FAFC2 no-repeat 7px center;
}

/* MISCELLANEOUS */
.button {
	background-color: white;
	background-image: -webkit-linear-gradient(top, white, white);
	background-image: -moz-linear-gradient(top,white,white);
	border:#4FAFC2 solid 2px;
	display: inline-block;
	font-size: 18px;
	font-family: 'Meiryo UI';
	color: #4FAFC2;
	text-decoration: none !important;
	padding: 5px 20px;
	line-height: inherit;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	margin-top: 13px;
	margin-bottom: 10px;
}
.button:hover {
	opacity: 0.9;
	background:#4FAFC2;
	color:white;
}	

.button.red{
	background-color:palevioletred;
	background-image: -webkit-linear-gradient(top, palevioletred, palevioletred);
	background-image: -moz-linear-gradient(top,palevioletred,palevioletred);
	color:white;
	box-shadow:0 0 5px palevioletred inset, 0 1px 1px palevioletred;
	border:0px;
}
.button.red:hover{
	opacity: 0.9;
}

.product-detail.pull-left > span {
	display:block;
}

/* Category Section Style
--------------------------- */
.category-box {
	margin-bottom:50px;
}
.category-box,
.category-box li a {
	color:#333;
}
.category-box h4.heading-style-2 {
	font-size:16px;
}
.category-thumbnail figure {
	float:left;
	margin-right:10px;
}
.category-thumbnail ul li a {
	padding:0px;
	margin-bottom:5px;
}

/* Header Custom Links Style
----------------------------- */
.custom-links > ul li > a {
	color:#333;
	font-weight:normal;
	letter-spacing:1px;
	display:block;
	padding:6px 13px;
	display:block;
	border:1px solid transparent;
	position:relative;
}
.custom-links > ul li > a:after {
	background:url(../images/btn-plus-black.png) no-repeat;
	width:9px;
	height:9px;
	content:'';
	margin-top:-5px;
	padding-right:10px;
	display:none;
	
	position:absolute;
	right:13px;
	top:50%;
}
.custom-links li a:hover {
	border:1px solid #cccccc;
}
.custom-links li a:hover:after {
	display:block;
}
.header-style-1 .main-nav .dropdown-menu.custom-links li a {
	border:1px solid transparent;
	padding:8px 5px;
	color:#212121;
}

/* Categort Accordion Wigdet Style
----------------------------------- */
.categories-accordion-div-container{
	max-height: 300px;
	overflow: hidden;
}
.categories-accordion-div-container div:first-child{
	float: left;
	overflow: hidden;
	width: 50%;
	padding:30px;
}
.categories-accordion-div-container p{
	margin: 10px 0px!important;
	color: #8c8c8c;
}
.categories-accordion-stars{
	color: #252525!important;
	text-align: left;
}
.categories-accordion-review{
	margin-left: 26px!important;
	color: #8c8c8c;
}
.categories-horizontal-accordion-img-box{
	height:276px !important; 
	width: 220px !important;
	overflow: hidden;
	float: right;
}
.categories-horizontal-accordion-img-box img{
	width: 100%;
	height: 100%;
}
#category-lite-accordion {
	margin-bottom:50px;
}
#category-lite-accordion >ol >li{
	border:1px solid rgba(0, 0, 0, 0.2)!important;
}

/* Yamm Style
--------------- */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position:static;
  text-align:center;
  float:none;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto; top: 32px !important;
}
.yamm .yamm-content {
  padding: 20px 30px;
  overflow:hidden;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/*.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position:static;
  text-align:center;
}
.yamm .dropdown {
	display:inline-block;
}
.yamm .container {
  position:relative;
}
.yamm .yamm-content {
  padding:20px 30px;
  overflow:hidden;
  background-color:#fff;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left:0;
  right:0;
}*/
.yamm .yamm-content .top-product-box ul {
	margin-bottom:0px;
}

/* LiteAccordion Section Style
-------------------------------- */
.liteAccordion, .liteAccordion *{
}
.liteAccordion.os-tpl .slide > h2:hover,
.liteAccordion.os-tpl .slide > h2.selected{
	color:#252525 !important;
	background-color:#f6f6f6!important;
}
.liteAccordion.os-tpl .slide > h2{
	color:#252525!important;
	background-color:#ffffff !important;
}
.liteAccordion .slide > h2 b{
	display:none!important; 
}
.liteAccordion >ol{
	border:1px solid rgba(0, 0, 0, 0.09);
}
/* Core */
.liteAccordion {
	text-align:left; 
	-webkit-backface-visibility:hidden; 
	-webkit-perspective:1000; 
	-webkit-tap-highlight-color:transparent
}
.liteAccordion, .liteAccordion * {
	padding:0; 
	margin:0; 
	border:0; 
	box-sizing:content-box
}
.liteAccordion > ol {
	position:relative; 
	overflow:hidden; 
	height:100%; 
	margin:0; 
	padding:0; 
	list-style-type:none
}
.liteAccordion > ol > li {
	list-style-type:none
}
.liteAccordion .slide > h2 {
	color:black; 
	font-size:16px; 
	font-weight:normal; 
	margin:0; 
	z-index:100; 
	position:absolute; 
	top:0; 
	left:0; 
	-webkit-backface-visibility:hidden; 
	-webkit-transform:translateX(-100%) rotate(-90deg); 
	-webkit-transform-origin:right top; 
	-moz-transform:translateX(-100%) rotate(-90deg); 
	-moz-transform-origin:right top; 
	-o-transform:translateX(-100%) rotate(-90deg); 
	-o-transform-origin:right top; 
	transform:translateX(-100%) rotate(-90deg); 
	transform-origin:right top
}
.liteAccordion .slide > h2 span {
	display:block; 
	padding-right:8%; 
	text-align:right; 
	height:90%; 
	margin-top:5px; 
	-webkit-user-select:none; 
	-khtml-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none
}
.liteAccordion .slide > h2 b {
	display:inline-block; 
	position:absolute; 
	top:13%; 
	left:10%; 
	text-align:center; 
	-webkit-transform:rotate(90deg); 
	-moz-transform:rotate(90deg); 
	-o-transform:rotate(90deg); 
	transform:rotate(90deg)
}
.liteAccordion .slide > h2:hover {
	cursor:pointer
}
.liteAccordion .slide > div {
	height:100%; 
	position:absolute; 
	top:0; 
	z-index:10; 
	overflow:hidden; 
	background:white
}
.liteAccordion .ap-caption {
	padding:10px 15px; 
	position:absolute; 
	bottom:20px; 
	right:30px; 
	z-index:3; 
	background:black; 
	background:rgba(0,0,0,0.7); 
	color:white; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px
}
.liteAccordion noscript p {
	padding:10px; 
	margin:0; 
	background:white
}
/* OS-Templates.com Custom Theme */
.liteAccordion.os-tpl .slide > h2 {
	color:#F8F9F3; 
	background-color:#8199A9; 
	line-height:225%; 
	text-transform:uppercase; 
	font-size:13px; 
	font-weight:bold; 
	border-top:2px solid #F8F9F3;
}
.liteAccordion.os-tpl .slide > h2 span{}
.liteAccordion.os-tpl .slide > h2 b {
	font-size:24px; 
	font-weight:normal;
}
.liteAccordion.os-tpl .slide > h2:hover, 
.liteAccordion.os-tpl .slide > h2.selected {
	color:#F8F9F3; 
	background-color:#002E5D;
}
.liteAccordion.os-tpl .slide > h2.selected {
	cursor:default;
}
.liteAccordion.os-tpl .slide > h2.selected b{}
.liteAccordion.os-tpl .slide > div{}

/* Basic */
.liteAccordion.basic .slide > h2{background:#333; color:white; line-height:225%}

/* Dark */
.liteAccordion.dark{border:9px solid #353535; border-bottom-width:8px; padding:5px 5px 6px 0; background:#030303; -webkit-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4); -moz-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4); -ms-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4); -o-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4); box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4)}
.liteAccordion.dark .slide > h2{background:#030303; text-shadow:0 -1px 0 #030303; line-height:265%}
.liteAccordion.dark .slide > h2 span{background:#353535; color:white}
.liteAccordion.dark .slide > h2 b{background:#353535; color:#030303; text-shadow:-1px 1px 0 #5b5b5b}
.liteAccordion.dark .slide > h2.selected span, .liteAccordion.dark .slide > h2.selected span:hover{background:#353535; background:-moz-linear-gradient(left,#353535 0%,#555 100%); background:-webkit-gradient(linear,left top,right top,color-stop(0%,#353535),color-stop(100%,#555)); background:-webkit-linear-gradient(left,#353535 0%,#555 100%); background:-o-linear-gradient(left,#353535 0%,#555 100%); background:-ms-linear-gradient(left,#353535 0%,#555 100%); background:linear-gradient(left,#353535 0%,#555 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535',endColorstr='#555',GradientType=1 )}
.liteAccordion.dark .slide > h2.selected b{background:#383838; background:-moz-linear-gradient(top,#3a3a3a 0%,#363636 100%); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3a3a3a),color-stop(100%,#363636)); background:-webkit-linear-gradient(top,#3a3a3a 0%,#363636 100%); background:-o-linear-gradient(top,#3a3a3a 0%,#363636 100%); background:-ms-linear-gradient(top,#3a3a3a 0%,#363636 100%); background:linear-gradient(top,#3a3a3a 0%,#363636 100%)}
.liteAccordion.dark .slide > div{background:#030303; margin-left:5px}

/* Light */
.liteAccordion.light {
	border:9px solid white; 
	border-bottom-width:8px; 
	padding:5px 5px 6px 0; 
	background:#a0a0a0; 
	-webkit-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4); 
	-moz-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4); 
	-ms-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4); 
	-o-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4); 
	box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4)
}
.liteAccordion.light .slide > h2 {
	background:#a0a0a0; 
	text-shadow:0 -1px 0 white; 
	line-height:265%
}
.liteAccordion.light .slide > h2 span {
	background:#fcfcfc; 
	background:-moz-linear-gradient(left,#fcfcfc 0%,#ededed 100%); 
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#fcfcfc),color-stop(100%,#ededed)); 
	background:-webkit-linear-gradient(left,#fcfcfc 0%,#ededed 100%); 
	background:-o-linear-gradient(left,#fcfcfc 0%,#ededed 100%); 
	background:-ms-linear-gradient(left,#fcfcfc 0%,#ededed 100%); 
	background:linear-gradient(left,#fcfcfc 0%,#ededed 100%); 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc',endColorstr='#ededed',GradientType=1 ); 
	-webkit-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset; 
	-moz-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset; 
	-o-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset; 
	box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset; color:#909090
}
.liteAccordion.light .slide > h2 b {
	background:#fff; 
	color:#909090; 
	text-shadow:-1px 1px 0 white
}
.liteAccordion.light .slide > h2.selected span,
.liteAccordion.light .slide h2.selected span:hover, 
.liteAccordion.light .slide > h2.selected b {
	background:#fff
}
.liteAccordion.light .slide > div {
	background:#a0a0a0; 
	margin-left:5px
}

/** Stitch */
.liteAccordion.stitch {
	position:relative; 
	padding:5px 0 5px 5px; 
	border:11px solid #353535; 
	background:#353535; 
	-webkit-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4); 
	-moz-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4); 
	-o-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4); 
	box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4)
}
.liteAccordion.stitch:before {
	content:''; 
	width:100%; 
	height:100%; 
	position:absolute; 
	top:-9px; 
	left:-9px; 
	background:#353535; 
	border:9px solid transparent; 
	-webkit-border-image:url('bg_stitch.png') 9 repeat; 
	-moz-border-image:url('bg_stitch.png') 9 repeat; 
	-o-border-image:url('bg_stitch.png') 9 repeat; 
	border-image:url('bg_stitch.png') 9 repeat
}
.liteAccordion.stitch .slide > h2 {
	background:#353535
}
.liteAccordion.stitch .slide > h2 span {
	height:auto; 
	padding-right:5%; 
	color:white; 
	text-shadow:-1px 1px 0 #5b5b5b; 
	border:9px solid transparent; 
	background-image:url('bg_noise.png'); 
	margin-top:0; 
	-webkit-border-image:url('bg_stitch.png') 9 repeat;
	-moz-border-image:url('bg_stitch.png') 9 repeat; 
	-o-border-image:url('bg_stitch.png') 9 repeat; 
	border-image:url('bg_stitch.png') 9 repeat
}
.liteAccordion.stitch .slide > h2.selected:after {
	content:''; 
	display:block; 
	height:11px; 
	width:11px; 
	position:absolute; 
	bottom:-3px; 
	right:38px; 
	-webkit-transform:rotate(45deg); 
	-moz-transform:rotate(45deg); 
	-o-transform:rotate(45deg); 
	transform:rotate(45deg); 
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; 
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2); 
	border:9px solid transparent; 
	border-top:0; border-left:0; 
	-webkit-border-image:url('bg_stitch.png') 9 repeat; 
	-moz-border-image:url('bg_stitch.png') 9 repeat; 
	-o-border-image:url('bg_stitch.png') 9 repeat; 
	border-image:url('bg_stitch.png') 9 repeat; 
	background-image:url('bg_noise.png')
}
.liteAccordion.stitch .slide:nth-child(1) > h2 span, 
.liteAccordion.stitch .slide:nth-child(1) > h2:after {
	background-color:#c25252
}
.liteAccordion.stitch .slide:nth-child(2) > h2 span, 
.liteAccordion.stitch .slide:nth-child(2) > h2:after {
	background-color:#ca9859
}
.liteAccordion.stitch .slide:nth-child(3) > h2 span,
.liteAccordion.stitch .slide:nth-child(3) > h2:after {
	background-color:#96ba5f
}
.liteAccordion.stitch .slide:nth-child(4) > h2 span, 
.liteAccordion.stitch .slide:nth-child(4) > h2:after {
	background-color:#59abb7
}
.liteAccordion.stitch .slide:nth-child(5) > h2 span,
.liteAccordion.stitch .slide:nth-child(5) > h2:after {
	background-color:#bb6098
}
.liteAccordion.stitch .slide > h2 b {
	top:19%; 
	color:white; 
	text-shadow:1px 1px 0 #5b5b5b
}
.liteAccordion.stitch .slide > div {
	margin-right:6px
}
.liteAccordion.stitch.rounded > ol {
	-webkit-border-radius:0; 
	-moz-border-radius:0; 
	-ms-border-radius:0; 
	border-radius:0
}

/* Rounded */
.liteAccordion.rounded, 
.rounded > ol {
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-ms-border-radius:6px; 
	border-radius:6px
}
.liteAccordion.rounded .slide > h2 span {
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-ms-border-radius:4px; 
	border-radius:4px
}

/* IE */

/* stitch */
.liteAccordion.ie.stitch .slide > h2.selected:after {
	display:none
}
.liteAccordion.ie.stitch .slide-0 > h2 span {
	background-color:#c25252
}
.liteAccordion.ie.stitch .slide-1 > h2 span {
	background-color:#ca9859
}
.liteAccordion.ie.stitch .slide-2 > h2 span {
	background-color:#96ba5f
}
.liteAccordion.ie.stitch .slide-3 > h2 span {
	background-color:#59abb7
}
.liteAccordion.ie.stitch .slide-4 > h2 span {
	background-color:#bb6098
}
.liteAccordion.ie.stitch .slide-5 > h2 span {
	background-color:#c25252
}
.liteAccordion.ie.stitch .slide-6 > h2 span {
	background-color:#ca9859
}
.liteAccordion.ie.stitch .slide-7 > h2 span {
	background-color:#96ba5f
}
.liteAccordion.ie.stitch .slide-8 > h2 span {
	background-color:#59abb7
}
.liteAccordion.ie.stitch .slide-9 > h2 span {
	background-color:#bb6098
}
/* transforms */
.liteAccordion.ie .slide > h2, 
.liteAccordion.ie .slide > h2 span, 
.liteAccordion.ie .slide > h2 b {
	filter:none; 
	-ms-filter:none; 
	-ms-transform:none
}
.liteAccordion.ie7 .slide > h2 {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.liteAccordion.ie7 .slide > h2 b {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}
.liteAccordion.ie8 .slide > h2 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"
}
.liteAccordion.ie8 .slide > h2 b {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"
}
.liteAccordion.ie9 .slide > h2 {
	-ms-transform:translateX(-100%) rotate(-90deg);
	-ms-transform-origin:right top
}
.liteAccordion.ie9 .slide > h2 b {
	-ms-transform:rotate(90deg);
}
/* misc */
.liteAccordion.ie7 .slide > h2 b,
.liteAccordion.ie8 .slide > h2 b {
	top:44%; 
	left:5%
}
.liteAccordion.ie7.stitch .slide > h2 b,
.liteAccordion.ie8.stitch .slide > h2 b {
	top:36%
}
.liteAccordion.ie9.stitch {
	box-shadow:0 5px 15px rgba(0,0,0,0.4)
}

/* Final Sale Slider Style
---------------------------- */
.final-sale-box figure img {
	width:100%;
}
.final-sale-box figure figcaption {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.final-sale-box figure figcaption h2 a {
	color:#fff;
	border:2px solid #fff;
	padding:3px 15px;
	line-height:120px;
}
.final-sale-slider .owl-buttons {
	display:none;
}

.client-box {
	text-align:center;
	cursor:move;
}

.clear{clear: both;}
/* ----Form Inputs ----*/
fieldset{padding: 20px;}
input[type=text], input[type=email], input[type=password], textarea, select {vertical-align: inherit;border: 1px solid #ddd;    padding: 11px 6px; width: 100%;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
label{font-weight: bold; float: left;}
.right{float: right}
.left{float: left;}
.row .col .block{padding:15px; background: #FFF; border: 1px solid #CCC; font-size: 14px;}
.helper{padding:5px 0 0 5px; font-size:11px; color:#999;}
textarea{height: 120px;}
input[type="radio"], input[type="checkbox"]{height: 16px; width: 16px;}
.mobile-top-nav{display: none;}
.field-msg{ font-size: 11px; padding-left: 8px; }
.field-msg.err{ color:#d80000; }

.msg{margin:0 0 15px; border-radius: 5px; font-size: 14px; font-weight: bold;}
.msg .msg-head{padding:8px 8px 8px 40px; height: 22px; color: #FFF; font: bold 20px Arial, Helvetica, sans-serif;}
.msg ul{margin: 15px 20px 0;}
.msg ul li{margin:0 0 10px; padding: 0;}
.msg.error{border:1px solid #E31B0C; color: #E31B0C; background: #FFD2D2;}
.msg.error .msg-head{background:#E31B0C;}
.msg.success{border:1px solid #75B554; color: #75B554; background: #dfffdd;}
.msg.success .msg-head{background:#75B554;}
.msg.alert{border:1px solid #FF6600; color: #FF6600; background: #fddfbb;}
.msg.alert .msg-head{background:#FF6600;}
.msg.info{border:1px solid #37A0D0; color: #37A0D0; background: #d7e9ff;}
.msg.info .msg-head{background:#37A0D0;}

.alert{background: #D70505; color:#FFF; font: normal 14px arial, sans-serif; padding: 8px 12px;; margin: 10px 0; border: none; border-radius: 0; clear: both;}
.alert-success{background:#3e8f3e; color:#FFF; font: normal 14px arial, sans-serif; padding: 8px 12px; margin: 10px 0; border: none; border-radius: 0; clear: both;}
.alert-success a{color:#fff; text-decoration: underline;}

.content-form{padding: 20px; background: #EDEDED;}

.section .content-left{width: 20%; float: left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.section .content-right{width: 80%; padding-left: 20px; float: right; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.testimonials-full{position: relative; padding: 100px 0; text-align: center; color: #FFF;}
.testimonials-full .darken{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.65; z-index: 1;}
.testimonials-full .container{position: relative; z-index: 2;}
.testimonials-full .tst-stars{margin-bottom: 20px;}
.testimonials-full .tst-body{font-size: 16px; line-height: 1.8em; font-style: italic;}

/*--- Left Side Bar CTA ----*/
.side-cta{display: block; margin: 0 0 15px; width: 100%;}
.side-cta{width: 100%; display: block; height: 130px; position: relative; overflow: hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.side-cta .bg-img{position: absolute; bottom: 0; left: 0; height: 100%; width: 100%; margin-left: 0;
	transition:width 280ms linear, height 280ms linear, margin 280ms linear;
	-webkit-transition:width 280ms linear, height 280ms linear, margin 280ms linear;
	-moz-transition: width 280ms linear, height 280ms linear;, margin 280ms linear}
.side-cta .darken{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5;
	transition:opacity 280ms linear;
	-webkit-transition:opacity 280ms linear;
	-moz-transition: opacity 280ms linear;}
.side-cta:hover .darken{opacity: 0.25;}
.side-cta .cta-info{position: absolute; top:50%; left: 0; padding: 0 10px; width: 100%; text-align: center; color: #FFF; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);}
.side-cta .cta-info .cta-icon{width: 52px; height: 52px; margin: 0 auto; position: relative; background: #ed1c24; border-radius: 50%;}
.side-cta .cta-info .cta-icon .icon{font-size: 24px; line-height: 1em; position: absolute; top:50%; left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.side-cta .cta-info .cta-icon img{display: block; width: 24px; position: absolute; top:50%; left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.side-cta .cta-info .cta-title{font-size: 20px; line-height: 1.3em; font-weight: bold; text-transform: uppercase; padding-top: 10px;}

/*--- Side Nav ----*/
.content-left .side-trigger{display: none; margin-bottom: 10px; font-size: 28px; color: #999; cursor: pointer;}
.side-trigger span{display: inline-block; vertical-align: middle;}
.side-trigger .st-label{font-size: 11px; line-height: 11px; text-transform: uppercase; color: #777;}
.side-nav{background: #212121;}
.side-nav ul{padding: 0; margin: 0; list-style: none;}
.side-nav li{position: relative; border-bottom: 2px solid #FFF;}
.side-nav li a{display: block; float: none; color: #FFF; font-weight:600; font-size: 14px; line-height: 1em; padding: 12px 20px; height: auto; text-transform: uppercase;}
.side-nav li a:hover{background: #333;}
.side-nav li a.selected{color: #990000;}
.side-nav li a.more-parent{padding-right: 44px;}
.side-nav li a.open-more{position: absolute; top:0; right:0; padding: 14px 10px; height: 18px; text-align: center; background: #000; cursor: pointer;}
.side-nav li a.open-more:hover{background:#333;}
.side-nav li .more{display: none; background: #212121; border-top: 2px solid #FFF; padding: 10px 0;}
.side-nav li .more li{border-bottom: none;}
.side-nav li .more li a{font-size: 14px; font-weight: normal; line-height: 1em;}

.side-compare{margin: 20px 0;}
.side-compare ul{margin: 0; padding: 0;}
.side-compare li{display: flex; list-style: none; padding: 10px 0; margin: 0; border-bottom: 1px solid #ededed; font-size: 11px; line-height: 1.2em;}
.side-compare li .sc-image{width: 35px; flex-shrink: 0; margin-right: 5px; display: inline-block; vertical-align: middle;}
.side-compare li .sc-name{ flex-grow: 1; display: inline-block; vertical-align: middle;}
.side-compare li a{color:#990000; font-weight: bold; font-size:15px;}
.side-compare li:last-child{border-bottom: none;}
.side-compare .triger-compare{margin-top: 15px; text-align: center;}
.side-compare .clear-compare{font-size: 13px; line-height: 1em; display: block; text-align: center; margin-top: 10px; color:#990000; font-weight: bold;}

/*.product-compare{padding: 10px 10px 0;}
.pc-item{padding: 10px; border: 1px solid #DDD; font-size: 14px; line-height: 1.6em; max-width: 700px;}
.pc-item .pc-image{margin-bottom: 15px;}
.pc-item .pc-image img{width:450px; display: block; margin: 0 auto;}
.pc-item .btn{margin: 10px auto;}
.pc-item .price{font-size: 28px; line-height: 1em; margin: 10px 0 15px; }
.pc-item .price .label{font-size: 14px; font-weight: normal; color: #888; padding-right: 3px;}*/


.product-compare{padding: 10px 10px 0;}
.product-compare .row.flex{ display: flex; margin: 0; }
.product-compare .row.flex .col{ flex-grow: 1; flex-basis: 0; }
.featherlight .featherlight-content{ padding: 0 !important; border-bottom: 0 !important; overflow: hidden !important; }
.featherlight .featherlight-content .product-compare{ padding: 0; }
.featherlight .featherlight-close-icon { top: 5px !important; right: 5px !important; font-size: 30px; }

.pc-item{/*padding: 10px; border: 1px solid #DDD;*/ font-size: 14px; line-height: 1.6em; max-width: 700px;}
.pc-item .edz-row .col{ margin-bottom: 0; }
.pc-item .pc-image{margin-bottom: 15px; padding: 20px;}
.pc-item .pc-image img{ width: 426px; margin: 0 auto; display: block;}
.pc-item .btn{margin-top: 15px; display: block; width: 100%; text-align: center;}
.pc-item .price{color: #990000; font-family: "Raleway", sans-serif; font-weight: 700; font-size: 28px; line-height: 1em; margin: 10px 0 15px; }
.pc-item .price .label{font-size: 14px; font-weight: normal; color: #888; padding-right: 3px;}
.pc-item .grey-col{ padding: 40px 25px 25px; background: #ededed; }
.pc-item .row{ display: flex; margin: 0; }
.pc-item .row .clear{ display: none; }
.pc-item .row .col{ margin-bottom: 0; }
.pc-item .lower{ max-height: 250px; overflow-y: scroll; }
.pc-item .lower strong:not(.str){ font-weight: normal; }
.pc-item .lower hr{ display: none; }
.pc-item .lower .sm{ font-size: .8em !important; line-height: 1.35em; }
.pc-item .lower .sm h1{ font-size: 1.2em !important; }
.pc-item .lower .sm h2{ font-size: 1.1em !important; }
.pc-item .lower .sm h3{ font-size: 1.1em !important; }
.pc-item.vertical { padding: 15px; }
.pc-item.vertical .pc-image{ }
.pc-item.vertical .pc-image img{ width: auto; max-height: 150px; }

/* -- Responsive YouTube Embed -- */
.video-max{ max-height:480px; overflow: hidden; margin-bottom: 20px;}
.video-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 854px;}
.video-container iframe, .video-container object, .video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-height:480px;}

/*----Product List ---- */
.product-listing .listing-item{width: 100%; max-width: 320px; margin: 0 auto 10px; font-size: 16px; line-height: 1.6em;}
.product-listing .listing-item img{margin: 0 auto;}
.product-listing .listing-item .product-name {padding: 0 0 5px; text-align: center; min-height: 43px;}
.product-listing .listing-item .product-name a{color:#444; font-size: 14px; line-height: 1.4em; display: block; text-decoration: none;}
.product-listing .listing-item .product-name a:hover{color:#bf060d;}
.product-listing .listing-item .listing-price {font-weight: bold; color: #bf060d; margin-bottom: 10px; line-height: normal; text-align: center;}
.product-listing .listing-item .listing-price .old{ text-decoration: line-through; font-size: 12px; font-weight: normal; color:#444;}
.product-listing .listing-item .listing-price .old.msrp{font-weight: bold;}
.product-listing .listing-item .listing-price .sale-price{color: #159731;}
.product-listing .listing-item .listing-price .percent{color: #990000; font-style: italic; font-size: 14px; font-weight: normal;}
.product-listing .listing-item .listing-price .login-msg{font-size: 12px; line-height: 1.2em; display: block; margin-top: 5px;}
.product-listing .listing-item .listing-image{ position: relative; display: block; padding-bottom: 100%; height: 0; margin-bottom: 15px; overflow: hidden; border: 1px solid #DDD;}
.product-listing .listing-item .listing-image .prod-sale{position: absolute; top:0; left:0; padding: 5px 10px; font-size: 12px; font-weight: bold; line-height: 12px; text-transform: uppercase; color: #fff; background:#990000; z-index: 10;white-space: nowrap;}
.product-listing .listing-item .listing-image .prod-condition{position: absolute; top:0; right:0; padding: 5px 10px; font-size: 12px; font-weight: bold; line-height: 12px; text-transform: uppercase; color: #fff; background:#444; z-index: 10;white-space: nowrap;}
.product-listing .listing-item .listing-image .prod-condition.cond_new{position: absolute; top:0; right:0; padding: 5px 10px; font-size: 12px; font-weight: bold; line-height: 12px; text-transform: uppercase; color: #fff; background:#1068ac; z-index: 10;white-space: nowrap;}
.product-listing .listing-item .listing-image .stock-notice{position: absolute; bottom:0; left:0; width: 100%; padding: 5px 0; text-align: center; font-size: 12px; font-weight: bold; line-height: 12px; text-transform: uppercase; color: #990000; background:rgba(170,170,170,0.6); z-index: 10;white-space: nowrap;}
.product-listing .listing-item .listing-image .li-hold { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FFF; border: 4px solid #FFF;}
.product-listing .listing-item .listing-image .li-hold img{position: absolute; margin: auto; top:0; right: 0; left: 0; bottom: 0; background: #FFF; max-height: 100%;}
.product-listing .listing-item .listing-main{position: relative; background: #FFF;}
.product-listing .listing-item .listing-image .hover{opacity: 0; background: rgba(255,255,255,0.65); position: absolute; top:0; left: 0; width: 100%; height: 100%;
	transition:opacity 280ms linear;
	-webkit-transition:opacity 280ms linear;
	-moz-transition: opacity 280ms linear;}
.product-listing .listing-item .listing-image .hover .buttons{position: absolute; width: 100%; top:50%; left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);}
.product-listing .hover .buttons .btn{width: 140px; text-align: center; margin: 0 auto; display: block; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.product-listing .hover .buttons .btn:last-child{margin-top: 10px; display: block;}
.product-listing .listing-item .listing-main:hover .hover{opacity: 1;}
.product-listing .listing-item .listing-main:hover .listing-image{border: 1px solid #aaa;}

.product-listing .listing-actions{display: flex; background: #000; margin: 15px 0 0; position: relative;}
.product-listing .listing-actions .action-label{/*display:none;*/ font-size: 12px; text-transform: uppercase; line-height: 10px; /*position: absolute; right: 10px; top: 14px;*/ color: #EDEDED;}
.product-listing .listing-actions .prd-action:not(:last-child){ border-right: 1px solid #fff; }
.product-listing .listing-actions .prd-action.wide{flex-grow: 1;}
.product-listing .listing-actions .prd-action.wide button,
.product-listing .listing-actions .prd-action.wide a{display: flex; width: 100%; align-items: center; justify-content: space-between; }
.product-listing .listing-actions .prd-action.wide a{ padding: 11px 10px; }
.product-listing .listing-actions .prd-action .btn{ background: #000; color: #ddd; padding: 10px; /*height: 38px; */ font-weight: normal; font-size: 18px; line-height: 18px;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.product-listing .listing-actions .prd-action .btn:hover{background: #3c3c3c;}
.product-listing .listing-actions .add-to-cart button{background: #000; color: #ddd; padding: 11px 10px; /*height: 38px;*/ font-weight: normal; font-size: 18px; line-height: 18px; border: none;}
.product-listing .listing-actions .add-to-cart button:hover{background: #3c3c3c;}

.product-listing .detail-stars{margin: 0 0 10px; text-align: center;}

.product-listing .list-product{padding: 10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.product-listing .flex-control-nav{position: static; margin-top: 20px;}
.product-listing .flex-control-paging li{margin: 0 3px;}
.product-listing .flex-control-paging li a{background: #FFF; border: 1px solid #3c3c3c; width: 14px; height: 14px;}
.product-listing .flex-control-paging li a.flex-active, .product-listing .flex-control-paging li a:hover{background: #3c3c3c; border: 1px solid #3c3c3c;}

.product-list-cta{margin: 0 20px;width: 47.2%; min-height: 316px;position: relative;}
.product-list-cta .box{position: absolute; bottom: 5px;  padding: 20px;}
.product-list-cta h2{color: #fff; z-index: 100; font-size: 31px; font-family: Arial, Helvetica, serif; font-weight: 600;}
.product-list-cta .sub-title{font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 14px;  color: #fff; margin-top: 10px; }
.product-list-cta .white{color: #fff;}

/*--- Brand Section ---*/
.brand-hold{width: 25%; padding: 10px; float: left; display: block; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.brand-hold .brand-logo{position: relative; border: 1px solid #DDD;}
.brand-hold .brand-logo .square{display: block; width: 100%;}
.brand-hold .brand-logo h2{position: absolute; top:50%; left: 50%; max-width: 92%; display: block; z-index: 1; padding:0; margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.brand-hold .brand-logo .logo-img{position: absolute; top:50%; left: 50%; max-width: 92%; display: block; z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.brand-hold .brand-logo .hover{opacity: 0; background: rgba(255,255,255,0.65); position: absolute; top:0; left: 0; width: 100%; height: 100%;  z-index: 2;
	transition:opacity 280ms linear;
	-webkit-transition:opacity 280ms linear;
	-moz-transition: opacity 280ms linear;}
.brand-hold .brand-logo .hover .buttons{position: absolute; width: 100%; top:50%; left: 0; text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);}
.brand-hold .brand-logo .hover .buttons .btn{display: inline-block;}
.brand-hold .brand-logo:hover{border: 1px solid #000;}
.brand-hold .brand-logo:hover .hover{opacity: 1;}

/*--- Product Detail Section ---*/
.product-box .ctg-banners-hold img{width: auto;}
.ctg-banners-hold{position: relative; margin-bottom: 20px;}
.ctg-banners-hold .darken{position: absolute; top: 0; left: 0; width: 90%; height: 100%; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.85) 35%, rgba(0,0,0,0) 100%);}
.ctg-banners-hold ul {padding:0; margin: 0;}
.ctg-banners-hold .ctg-banner{ padding: 30px; display: block; color: #FFF;}
.ctg-banners-hold .ctg-banner .info-hold{height: 220px; max-width: 420px; position: relative; z-index: 2;}
.ctg-banners-hold .ctg-banner .info-hold .banner-info{position: absolute; left: 0; top:50%; max-width: 100%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);}
.ctg-banners-hold .ctg-banner .info-hold .banner-info img{height: 40px; margin-bottom: 10px;}
.ctg-banners-hold .flex-control-nav{width: auto; right: 10px; bottom: 10px; line-height: 1em;}
.ctg-banners-hold .flex-control-nav li{margin: 0 3px;}
.ctg-banners-hold .flex-control-paging li a.flex-active{background: #FFF;}
.ctg-banners-hold .flex-control-paging li a{background: rgba(255,255,255,0); border: 1px solid #FFF;}

.product-detail p{padding-bottom: 15px;}
.product-detail .detail-section{-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;}
.product-detail .detail-section h2{color: #383838;}
.product-detail .detail-section .price-list .was{font-weight: bold;}
.product-detail .detail-section .price-list .login-msg{color:#bf060d; font-weight: bold; font-size: 1.3em; margin-bottom: 15px;}
.product-detail .detail-section .product-price{color:#bf060d; font-weight: bold; font-size: 32px; margin: 25px 0; }
.product-detail .detail-section .required{padding-left: 3px;}
.product-detail .detail-section .prod-qty{width: 80px; float: left; margin: 3px 15px 0 0;}
.product-detail .detail-section .prod-qty .qty{width: 50px; height: 48px; padding: 14px 2px; text-align: center; float: left; margin-top: 2px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.product-detail .detail-section .prod-qty a{display: block; float: left; width: 30px; height: 26px; background: #999; color: #FFF; text-align: center; line-height: 24px; border: 2px solid #FFF; cursor: pointer; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.product-detail .detail-section .prod-qty a.up-one{border-bottom: 1px solid #FFF;}
.product-detail .detail-section .prod-qty a.down-one{border-top: 1px solid #FFF;}
.product-detail .detail-section .prod-qty a:hover{background: #636363; color: #FFF;}
.product-detail .detail-section .btn{padding: 18px 35px; font-size: 20px; line-height: 1em;}
.product-detail .detail-section .btn .fa{font-size: 18px; line-height: 1em; font-weight: bold;}
.product-detail .detail-section .add-to-cart{margin: 0; float: left; }
.product-detail .detail-section .product-option{background: #FFF; border: 1px solid #ededed; margin-bottom: 30px; padding:30px 20px;}
.product-detail .detail-section .product-option input{border: solid 1px #ddd; padding: 10px;}
.product-detail .detail-section .product-option select{border: solid 1px #ddd; padding: 10px; background: #FFF;}
.product-detail .detail-section .product-option label{float: none;}
.product-detail .detail-section .in-stock{float: left; font-size: 15px; line-height: 1.3em;}
.product-detail .detail-section .in-stock .fa{font-size: 18px; color: #1068ac;}
.product-detail .detail-section .prd-cond{margin: 15px 0 10px;}
.product-detail .detail-section .prod-condition{display: inline-block; padding: 6px 12px; margin: 0 5px 5px 0; font-size: 14px; font-weight: bold; line-height: 14px; text-transform: uppercase; color: #fff; background:#444; z-index: 10; white-space: nowrap;}
.product-detail .detail-section .prod-condition.cond_new{background:#1068ac;}
.product-detail .detail-section .prod-condition.cond_sale{background:#990000;}

.product-detail .product-top{background: #FFF; margin-bottom: 50px;}
.product-detail .product-additional{margin: 20px 0;}
.product-detail .product-additional .ptab{color: #424242; background: #f5f5f5; font-weight: bold; display: block; float: left; white-space: nowrap; padding: 20px 30px; cursor: pointer; margin-right: 2px; text-transform: uppercase;}
.product-detail .product-additional .ptab:last-child{margin-right: 0;}
.product-detail .product-additional .ptab.active, .product-detail .product-additional .ptab.active:hover{color:#FFF; background: #1068ac;}
.product-detail .product-additional .ptab:hover{background: #eee;}
.product-detail .product-additional .pdetail{padding: 30px 30px 20px; background: #FFF; border: 1px solid #eee;}
.product-detail .product-additional .pdetail .pdetail-hold{max-height: 450px; overflow: hidden;}

.product-detail .leave-review{display: none; clear: both; }
.product-additional .reviews{margin: 0; padding: 0;}
.product-additional .reviews li{border: 1px solid #ededed; border-left: 5px solid #1068ac; background: #fcfcfc; padding: 15px; margin: 0 0 15px; list-style: none; }
.product-additional .reviews h4{float: right; padding-bottom: 5px;}
.product-additional .reviews .rating-stars{float: left; margin: 0 10px 0 0;}
.product-additional .reviews .rating-stars .star{display: inline-block; width: 16px; padding-top: 4px;}
.product-additional .reviews .txt{margin-bottom: 8px; font-size: 14px; line-height: 1.4em;}

.detail-stars{margin: 5px 0;}
.detail-stars .star-hold{display: block; margin: 0 2px; width: 16px; overflow: hidden; float: left;}
.detail-stars .star-hold img{display: block; width: 16px !important; max-width: none;}
.detail-stars .stars-label{float: left; margin-left: 15px; font-size: 16px; line-height: 1.1em;}
.open-reviews{cursor: pointer;}

/*--- Product Image Gallery ---*/
.product-detail .product-image .img-responsive{margin: 0 0 10px 0;}
.product-detail .product-image .img-responsive img{height: auto !important; max-height: 620px; width: auto; background: #FFF;}
.product-detail .product-image .imgThumb{border: solid 1px #ececec;}

.zoom {display:inline-block; position: relative;}
.zoom img {display: block;}
.zoom img::selection { background-color: transparent; }

.product-slider{float: left;    width: 90%;    position: relative;}

.product-detail .product-image{padding-right: 40px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.product-detail .product-image .img-responsive{cursor: crosshair; width: 100%;}
.product-detail .product-image .product-thumbs{margin: 10px 0; list-style: none; padding: 0;}
.product-detail .product-image .product-thumbs a{float: left; margin: 0 6px 6px 0; display: block; padding: 2px; border: 1px solid #FFF; cursor: pointer;}
.product-detail .product-image .product-thumbs a:hover{border: 1px solid #bbb;}
.product-detail .product-image .product-thumbs a.active{border: 1px solid #999;}
.product-detail .product-image .product-thumbs a img{max-height: 54px;}

.ctg-header{position: relative;}
.ctg-header h1{position: absolute; bottom: 0; left: 0; padding: 15px; margin: 0; color:#FFF; background: rgba(0,0,0,0.45); text-transform: uppercase; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);}

/*--- Shopping Cart ----*/
.shopping-cart .cart-table{width: 100%;}
.shopping-cart .cart-table .title{background: #f6f6f6; }
.shopping-cart .cart-table .title td{padding: 10px; font-weight: 700;}
.shopping-cart .cart-table .item-row{border-bottom: solid #e6e6e6 1px;}
.shopping-cart .cart-table .item-row td{padding: 20px}
.shopping-cart .cart-table .item-row small{white-space: nowrap; color: #999;}
.shopping-cart .cart-table .item-row .strike{text-line-through: single; text-decoration: line-through;}
.shopping-cart .cart-table .item-row .discount{font-size: 12px; color: #ac160d; line-height: 1em;}
.shopping-cart .cart-table .item-row .newprice{font-weight: bold;}
.shopping-cart .cart-table .item-image{float: left; margin-right: 20px; border: solid 1px #e6e6e6; padding: 2px;}
.shopping-cart .cart-table .item-image img{max-width: 120px; display: block;}
.shopping-cart .cart-table .item-row .item-info{padding-left: 150px; line-height: 1.3em;}
.shopping-cart .cart-table .item-row .item-info h4{ font-weight: normal;  }
.shopping-cart .cart-table .item-row .item-info span{font-size: 12px;}
.shopping-cart .cart-table .item-row input{text-align: center;width: 100%;}
.shopping-cart .cart-table .item-row .update-link{background: none; border: none; text-decoration: underline; cursor: pointer; font-size: 11px; min-width: 50px; width: 100%;}
.shopping-cart .cart-table .item-row .icon{color: #ac160d; font-weight: bold; font-size: 24px; line-height: 1em;}
.shopping-cart .cart-table .title .thead-col{border-left:solid 1px #fff; width: 5%; text-align: center;}

.shopping-cart .sub-total{padding: 20px; background: #f6f6f6; display: block; margin-bottom: 10px; width: 100%; text-align: right; border: 1px solid #e1e1e1; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.shopping-cart .sub-total h3{padding: 0 0 15px; text-transform: none; font-weight: bold; text-align: center;}
.shopping-cart .sub-total table{text-align: right; margin-bottom: 20px; width: 100%;}
.shopping-cart .sub-total table td{padding: 5px 8px; line-height: 1em; white-space: nowrap; width: 50%;}
.shopping-cart .sub-total table td:last-child{text-align: left;}
.shopping-cart .checkout-option h4{color: #fff; padding: 0;}
.shopping-cart .sub-total .final{font-size: 1.5em; letter-spacing: 0; padding-left: 5px;}

.shopping-cart .checkout-option{width: 100%; margin: 0;}
.shopping-cart .checkout-option a{display: block; margin: 10px 0 0; text-align: center;}
.shopping-cart .checkout-option.pp{text-align: center;}
.shopping-cart .checkout-option .pp-btn img{display: block; margin: 0 auto;}
.shopping-cart .discount-box{padding: 20px; background: #f6f6f6; margin-bottom: 10px; border: 1px solid #e1e1e1; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.shopping-cart .discount-box .default-value{width: 184px; float: left; font-size: 14px; line-height: 1em; color: #555; padding: 10px;}
.shopping-cart .discount-box .btn{float: right; padding: 12px 14px; line-height: 1em; border: 0; border-radius: 0;}
.shopping-cart .discount-box .btn:after{border-radius: 0; background: #333;}
.shopping-cart .discount-box .remove{color: #ac160d;}

.cart-hold{position: relative; min-height: 680px;}
.cart-hold .cart-left{padding-right: 320px;}
.cart-hold .cart-right{position: absolute; top:0; right:0; width: 300px;}
.cart-hold .cart-right .stitle{background: #636363; color: #FFF; padding: 10px; font-weight: 700; margin-bottom: 10px;}
.cart-hold .cart-right p{padding-bottom: 15px;}

.cart-flag{display: inline-block; margin-top: 5px; padding: 3px 5px; background: #d80000; color: #FFF;}

#echo-cart{padding: 10px;}
.ec-item{position: relative; min-height: 120px; padding:0 50px 20px 0; margin-bottom: 20px; border-bottom: 1px solid #e1e1e1;}
.ec-item .item-image{border: solid 1px #e6e6e6; padding: 2px; float: left; margin-right: 20px;}
.ec-item .item-image img{max-width: 114px; display: block;}
.ec-item .item-remove{color: #ac160d; font-weight: bold !important; font-size: 24px; line-height: 1em; display: block; position: absolute; top:0; right: 0;}
.ec-item .item-title{font-weight: bold; line-height: 1.3em;}
.ec-item .item-info{padding-left: 140px;}
.ec-item .item-options{font-size: 13px; line-height: 1.4em;}
.ec-item .item-qty{width: 80px; float: right;}
.ec-item .item-qty .qty{width: 50px; height: 48px; padding: 14px 2px; text-align: center; float: left; margin-top: 2px;}
.ec-item .item-qty a{display: block; float: left; width: 30px; height: 26px; background: #999; color: #FFF; text-align: center; line-height: 24px; border: 2px solid #FFF; cursor: pointer; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ec-item .item-qty a.up-one{border-bottom: 1px solid #FFF;}
.ec-item .item-qty a.down-one{border-top: 1px solid #FFF;}
.ec-item .item-qty a:hover{background: #636363; color: #FFF;}
.ec-item .item-qty .update-row{border: none; display: none; width: 100%; clear: both; padding: 6px 0; margin-top: 5px; text-align: center; cursor: pointer; color: #FFF; font-size: 11px; line-height: 11px; text-transform: uppercase; background: #000;}
.ec-item .item-qty .update-row:hover{background: #444; color: #FFF;}
.ec-item .item-pricing{width: 140px; padding:0 40px 0 10px; float: right; text-align: right; line-height: 1.8em;}
.ec-item .item-pricing small{white-space: nowrap; color: #999;}
.ec-item .item-pricing .strike{text-line-through: single; text-decoration: line-through;}
.ec-item .item-pricing .discount{font-size: 12px; color: #ac160d; line-height: 1em;}

.mobile-cart-listing #echo-cart{padding: 10px 0;}
.mobile-cart-listing .ec-item{padding-right: 0; padding-left: 0;}
.mobile-cart-listing .ec-item .item-image{position: static; float: left; margin: 0 15px 10px 0;}
.mobile-cart-listing .ec-item .item-image img{max-width: 74px;}
.mobile-cart-listing .ec-item .item-title{padding-right: 30px;}
.mobile-cart-listing .ec-item .item-info{padding-right: 30px; padding-top: 5px;}
.mobile-cart-listing .ec-item .item-qty{float: left;}
.mobile-cart-listing .ec-item .item-qty .update-row{padding: 10px 0;}
.mobile-cart-listing .ec-item .item-pricing{padding: 0 10px 0 15px;}

#echo-cart.checkout-list{padding: 10px 0;}
#echo-cart.checkout-list .ec-item{padding-right: 0; padding-left: 0;}
#echo-cart.checkout-list .ec-item .item-image{position: static; float: left; margin: 0 15px 10px 0;}
#echo-cart.checkout-list .ec-item .item-pricing{padding: 0 0 0 15px;}

.cart-related {padding: 10px;}
.cart-related .item-row{position: relative; padding:0 0 20px 0; margin-bottom: 20px; border-bottom: 1px solid #e1e1e1;}
.cart-related .item-row .item-image{border: solid 1px #e6e6e6; padding: 2px; float: left; }
.cart-related .item-row .item-image:hover{border: solid 1px #000;}
.cart-related .item-row .item-image img{max-width: 114px; display: block;}
.cart-related .item-row .item-info{padding: 0 0 0 140px;}


/*- Checkout Section ----*/
.checkout label { float: none;}
.checkout fieldset .teal-btn { margin: 0; }
.checkout form:not(.nopad) { display: block; }
.checkout form:not(.nopad) fieldset { padding: 20px 30px; }
.checkout form select{margin-bottom: 10px;}
.checkout .methods form { padding: 0; }
.checkout.shipping-method { margin: 0; }
.checkout.shipping-method label { font-weight: normal; font-size: 16px; }
.checkout .section-title { background: #DDD; margin: 10px 0; padding: 12px 20px; }
.checkout .section-title.complete { background: #636363  url("/skins/base/images/structure/check-w.png") center right 20px no-repeat; padding: 12px 50px 12px 20px;}
.checkout .section-title.complete:hover{background-color: #555; cursor: pointer;}
.checkout .section-title.active { background: #1068ac; }
.checkout .section-title h4 { padding: 0; margin: 0; font-size: 18px; line-height: 1em; color: #636363;}
.checkout .section-title.complete h4{ color: #FFF; }
.checkout .section-title.active h4{ color: #FFF; }
.checkout .completed-section{display: none; padding: 20px 30px; line-height: 1.8em;}
.checkout .login { padding: 0; margin: 20px 0; }
.checkout .option-box{padding: 20px 30px;}
.checkout .col.half:first-child .option-box { border-right: solid 1px #e1e1e1; }
.checkout .final-hold{ padding: 20px 30px; }


label.inline {float: none; cursor: pointer;}

/*---Checkout Cart ---*/
.checkout .cart-table{width: 100%;}
.checkout .cart-table .title{background: #f6f6f6; }
.checkout .cart-table .title td{padding: 10px; font-weight: 700;}
.checkout .cart-table .item-row{border-bottom: solid #e6e6e6 1px;}
.checkout .cart-table .item-row td{padding: 20px}
.checkout .cart-table .item-row small{white-space: nowrap; color: #999;}
.checkout .cart-table .item-row .strike{text-line-through: single; text-decoration: line-through;}
.checkout .cart-table .item-image{float: left; margin-right: 20px; border: solid 1px #e6e6e6; padding: 2px;}
.checkout .cart-table .item-image img{max-width: 120px; display: block;}
.checkout .cart-table .item-row .item-info{padding-left: 150px; line-height: 1.3em;}
.checkout .cart-table .item-row .item-info h4{ font-weight: normal;  }
.checkout .cart-table .item-row .item-info span{font-size: 12px;}
.checkout .cart-table .item-row input{text-align: center;width: 100%;}
.checkout .cart-table .item-row .icon{color: #ac160d; font-weight: bold; font-size: 24px; line-height: 1em;}
.checkout .cart-table .title .thead-col{border-left:solid 1px #fff; width: 5%; text-align: center;}

.checkout .checkout-option h4 { padding: 0; }
.checkout .cart-totals { background: #f5f5f5; padding: 20px 0; }
.checkout .cart-totals .right { margin-right: 10px; text-align: right; }
.checkout .cart-totals table td { padding-right: 10px; border: none;}
.checkout .methods { padding: 20px;}
.checkout .method-type { margin-bottom: 10px; }
.checkout .method-type input { width: 15px; }

.checkout.shipping-method label {display: block;}

label.inline { float: none; cursor: pointer; }

.check-left { width: 75%; float: left; }
.check-right { margin-top: 10px; width: 23%; float: right; }
.check-right .stitle{background: #636363; color: #FFF; padding: 10px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase;}
.check-right .promo-hold{font-size: 13px; line-height: 1.4em;}
.check-right .field-hold{position: relative;}
.check-right .field-hold .default-value{padding-right: 55px;}
.check-right .field-hold .btn{position: absolute; top:0; right:0; padding: 12px 8px; font-size: 12px; line-height: 12px;}
.check-right .apply-code{display: none; margin: 10px 10px 0 0;}

.discount-box { background: #f6f6f6; border: 1px solid #e1e1e1; padding: 15px; margin: 10px 0; }
.discount-box table{text-align: left; margin-bottom: 10px;  width: 100%;}
.discount-box table td{padding: 5px 8px; line-height: 1em; white-space: nowrap; width: 50%;}
.discount-box table td:first-child{padding-left: 0;}
.discount-box h4{padding: 0 ; text-transform: none; font-weight: bold; text-align: center;}
.split-line{margin: 10px 0; height: 1px; display: block; background: #e1e1e1;}

.summary-box { background: #f6f6f6; border: 1px solid #e1e1e1; padding: 15px; margin: 10px 0; }
.summary-box p{padding-bottom: 10px;}
.summary-box .panel-default { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; }
.summary-box .panel-default:last-child{margin-bottom: 0; border: 0; padding-bottom: 0;}
.summary-box .panel .panel-body { line-height: 1.3em;}
.summary-box .panel .panel-heading span { font-weight: bold; }
.summary-box .panel .panel-heading a { color: #F54407; }

.dt-hold{max-height: 320px; overflow: auto; border: 1px solid #DDD;}
.dealer-table th{border: 1px solid #777; background: #292929; color: #FFF; padding: 5px 10px;}
.dealer-table td{border-bottom: 1px solid #ddd; padding: 5px 10px; margin: 0; font-size: 13px; line-height: 1.4em;}
.dealer-table td a{white-space: nowrap;}
.dealer-table td a:hover{color: #1068ac;}
.dealer-table tr:hover td{background: #ededed; cursor: pointer;}
.dealer-table tr.selected td{background: #DDD;}
.dealer-warning {color: red; font-weight: bold;}

/*---Recent Orders ---*/
.recentOrders .cart-table{width: 100%;    margin: 15px 0;}
.recentOrders .cart-table .title{background: #f6f6f6; }
.recentOrders .cart-table td{padding: 10px;}
.recentOrders .cart-table .title td{padding: 10px; font-weight: 700;}

.recentOrders .cart-table .item-row{border-bottom: solid #e6e6e6 1px;}
.recentOrders .cart-table .item-row td{padding: 20px}
.recentOrders .cart-table .item-image{float: left; margin-right: 20px; border: solid 1px #e6e6e6; padding: 5px; }
.recentOrders .cart-table .item-row .item-info h4{ font-weight: normal;  }
.recentOrders .cart-table .item-row .item-info span{font-size: 12px;}
.recentOrders .cart-table .item-row input{text-align: center;width: 100%;}
.recentOrders .cart-table .item-row .update-link{background: none; border: none; text-decoration: underline; cursor: pointer; font-size: 11px; width: 100%;}
.recentOrders .cart-table .item-row .icon{color: #ac160d; font-weight: bold;}
.recentOrders .cart-table .title .thead-col{border-left:solid 1px #fff; width: 5%; text-align: center;}

.dashboard-box{background: #f6f6f6; padding: 10%; border: 1px solid #e5e5e5; margin-bottom: 30px;}
.dashboard-box h2{color: #383330; font-size: 18px;}
.dashboard-box .panel .panel-heading{margin: 10px 0;}
.dashboard-box .panel .panel-heading span{font-weight: bold; }
.dashboard-box .panel .panel-heading a{color: #AC160D;}
.dashboard-box .panel .panel-body span{font-size: 12px; padding: 0 5px;}

.dashboard-box .account-nav{list-style: none; margin: 0 0 20px; padding: 0;}
.dashboard-box .account-nav li{padding:10px 5px; border-bottom: 1px dashed #CCC;}
.dashboard-box .account-nav li:first-child{padding-top:0;}
.dashboard-box .account-nav li a{display: block;}

.customer-orders{width: 100%; margin: 10px 0;}
.customer-orders .title{background: #ededed; font-weight: bold;}
.customer-orders .title tr{border-bottom: 0;}
.customer-orders td{padding: 5px;}
.customer-orders tr{border-bottom: 1px solid #ededed;}

.cart-listing{margin-bottom: 30px;}
.cart-listing .cart-totals { background: #f5f5f5; padding: 20px 0; }
.cart-listing .cart-totals .right { margin-right: 10px; text-align: right; }
.cart-listing .cart-totals table td { padding-right: 10px; }

.main-nav .dropdown:hover .dropdown-menu{display: block; top:36px;}

.breadcrumb{font-size: 12px; line-height: 1.5em;}
.breadcrumb > li{padding-right: 8px;}
.breadcrumb > li + li:before{display: none;}

.panel-title.single > a:after{background-image: none; width: auto; font-family: 'FontAwesome'; content: "\f0da"; line-height: 1em; vertical-align: middle; font-weight: normal; margin-top: -2px}

.side-widget .panel-body{padding: 15px 0;}
.side-widget a.selected{color: #1068ac; background-color: #eee; !important;}

.grid li figure .caption form{display: inline;}

.filters-list{margin-top: 30px;}
.filters-list ul{margin: 0 0 15px; padding: 0;}
.filters-list li{list-style: none; display: block; margin: 0; padding: 0 10px;}
.filters-list li h5{padding-bottom: 5px; margin: 0;}
.filters-list label{font-weight: normal; float: none; text-transform: none; margin: 0;}
.filters-list label span{display: inline-block; vertical-align: middle; margin-left: 8px; margin-top: 2px; font-size: 14px; line-height: 1.3em;}
.filters-list label input{display: inline-block; vertical-align: middle; margin: 0;}

/*-- Comments --*/
.comment{padding: 15px; background: #fcfcfc; border: 1px solid #ededed; border-left: 5px solid #ccc; margin-bottom: 20px;}
.comment h4{color: #1068ac; text-transform: none; padding-bottom: 8px;}
.comment .txt{margin-bottom: 8px; font-size: 14px; line-height: 1.4em;}
.leave-comment{display: none;}

/*-- Masonry Layout --*/
.brick-sizer{width: 50%;}
.brick{width: 50%; padding: 0 20px 20px 0; text-align: left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.brick .brick-hold{background: #eee;}
.brick .brick-img{min-height: 56px;}
.brick .brick-img img{width: 100%;}
.brick .brick-icon{padding: 15px 20px; background: #ebf0f3; display: block;}
.brick .brick-icon:before{color:#487ba2; font-size: 30px; line-height: 1em;}
.brick .brick-info{padding: 15px; font-size: 15px; line-height: 1.6em;}
.brick .date{ font-size: 12px; line-height: 1.4em; font-weight: 400; color: #999999;}
.brick .date-box{display: block; position: absolute; top: 1px; left: 1px; width: 40px; padding: 7px 6px 5px; background: rgba(0,0,0,0.75); color: #FFF; text-align: center; text-transform: uppercase;}
.brick .date-box .month{font-size: 14px; line-height: 14px;}
.brick .date-box .day{font-size: 24px; font-weight: bold; line-height: 30px;}
.brick .more{display: block; float: right; padding: 8px 15px; color:#FFF; font-size: 12px; line-height: 12px; font-weight: bold; background: #ed1c24; text-transform: uppercase;}
.brick .more:hover{background: #bf060d;}

.latest-media .brick-sizer{width: 33.33%;}
.latest-media .brick{width: 33.33%}

.detail-img{max-width: 48%; padding: 5px 0 10px 15px; float: right;}
.media-head{padding-bottom: 20px;}
.media-head .date{display: inline-block; vertical-align: middle; width: 40px; padding: 5px 6px; margin: 0 15px 10px 0; background: #ed1c24; color: #FFF; text-align: center; text-transform: uppercase;}
.media-head .date .month{font-size: 14px; line-height: 14px;}
.media-head .date .day{font-size: 30px; font-weight: bold; line-height: 30px;}
.media-head .date .year{font-size: 12px; line-height: 12px;}
.media-head h1{display: inline-block; vertical-align: middle;}

.grid-nav .view-controls-grid{padding: 0;}
.grid-nav .view-controls-grid .pagination{margin: 5px 0; padding: 0;}
.grid-nav .sort-grid ul{padding: 0;}

.grid-nav .filter-section{float: left; width: 300px; margin-left: 8px; text-align: left;}
.grid-nav .filter-section .filter-dd{width: 220px; display: inline-block; position: relative;  background: #FFF; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.grid-nav .filter-section .fd-title{padding: 5px 12px; border: 1px solid #ddd; cursor: pointer; height: 36px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.grid-nav .filter-section .fd-title:hover{border: 1px solid #999;}
.grid-nav .filter-section .fd-title.open{border: 1px solid #748a55;}
.grid-nav .filter-section .fd-title .icon{float: right; font-size: 10px; line-height: 32px; font-weight: bold;}
.grid-nav .filter-section .fd-list{display:none; background: #FFF; clear: both; position: absolute; width: 100%; z-index: 99; box-shadow:1px 1px 3px #aaa;-webkit-box-shadow:1px 1px 3px #aaa;-moz-box-shadow:1px 1px 3px #aaa;}
.grid-nav .filter-section .fd-list ul{margin: 10px 0 0; padding: 0;}
.grid-nav .filter-section .fd-list ul:last-child{margin-bottom: 10px;}
.grid-nav .filter-section .fd-list li{list-style: none; display: block; margin: 0; padding: 0 10px;}
.grid-nav .filter-section .fd-list li h5{padding-bottom: 5px; margin: 0;}
.grid-nav .filter-section .fd-list label{font-weight: normal; float: none; text-transform: none; margin: 0;}
.grid-nav .filter-section .fd-list label span{display: inline-block; vertical-align: middle; margin-left: 5px;}
.grid-nav .filter-section .fd-list label input{display: inline-block; vertical-align: middle;}

.img-right{display: block; float: right; max-width: 50%; margin: 0 0 10px 10px;}
.img-left{display: block; float: left; max-width: 50%; margin: 0 10px 10px 0;}

.flexslider-home{ border: 0; position: relative; height: 580px;}
.flexslider-home .panel{height: 580px; border: 0; border-radius: 0;}
.flexslider-home .panel .pc-hold{max-width: 96%; margin: 0 auto; height: 100%; position: relative;}
.flexslider-home .panel .panel-caption{color: #FFF;  width: 380px; background: rgba(0,0,0,0.85); padding: 30px; position: absolute; left: 0; top: 50%; font-weight: 500; font-size: 16px; line-height: 1.5em;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);}
.flexslider-home .panel h2{margin-bottom: 10px; text-transform: uppercase;}
.flexslider-home .panel h3{margin-bottom: 10px; text-transform: uppercase;}
.flexslider-home .panel .btn{margin-top: 10px; text-shadow: none; border: none;}
.flexslider-home .flex-control-nav li{margin: 0 3px;}
.flexslider-home .flex-control-paging li a{border: 1px solid #FFF; background: none; width: 12px; height: 12px;}
.flexslider-home .flex-control-paging li a.flex-active{background: #FFF;}

.flexslider-split{margin-top: 20px; border: 0; position: relative; height: 380px;}
.flexslider-split .panel{height: 380px; border: 0; border-radius: 0; position: relative; background: #FFF;}
.flexslider-split .panel-image{position: absolute; left: 40%; top:0; width: 60%; height: 100%;}
.flexslider-split .panel-caption{position: absolute; top: 4%; left: 0; height: 92%; width: 40%; background: #1068ac;}
.flexslider-split .panel-caption .caption-info{padding: 0 30px; color: #FFF; position: absolute; top:50%; left: 0; width: 100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);}
.flexslider-split .panel-caption .caption-info .btn{margin-top: 10px;}
.flexslider-split .flex-control-nav{ width: auto; bottom: 5px; right:20px;}
.flexslider-split .flex-control-nav li{margin: 0 3px;}
.flexslider-split .flex-control-paging li a{border: 1px solid #FFF; background: none; width: 12px; height: 12px;}
.flexslider-split .flex-control-paging li a.flex-active{background: #FFF;}

.pagination > li > a, .pagination > li > span{float: none;}
.pagination .pgn-label{margin-right: 8px;}
.pagination a.prev{margin: 0 8px 0 0 !important;}
.pagination a.next{margin: 0 0 0 8px !important;}

/*-- Social Icons --*/
.social ul{ margin: 0; padding: 0; display: block;}
.social li{list-style: none; display: inline-block;  margin: 5px;}
.social li a{width: 20px; height: 20px; display: block; background: #212121; padding: 9px; border-radius: 40px; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.social li a img{width: 20px; display: block;}
.social li a.facebook:hover{background: #2A4784;}
.social li a.twitter:hover{background: #3993CA;}
.social li a.linkedin:hover{background: #1F5DA3;}
.social li a.youtube:hover{background: #cc160c;}
.social li a.google:hover{background: #c52a19;}
.social li a.instagram:hover{background: #ac188e;}
.social li a.pinterest:hover{background: #b51205;}
.social li a.flickr:hover{background: #004faf;}

.edz-row{clear:both;}
.edz-row .col{margin-left:2%; margin-bottom: 20px; float:left;}
.edz-row .col:first-child{margin-left:0;}
.edz-row .col.split_int{margin-left:0; clear: both;}
.edz-row .full{width:100%;}
.edz-row .half{width:49%;}
.edz-row .third{width:32%;}
.edz-row .third_2{width:66%;}
.edz-row .fourth{width:23.5%;}
.edz-row .fourth_2{width:49%;}
.edz-row .fourth_3{width:74.5%;}
.edz-row .fifth{width:18.4%;}
.edz-row .fifth_2{width:38.8%;}
.edz-row .fifth_3{width:59.2%;}
.edz-row .fifth_4{width:79.6%;}
.edz-row .sixth{width:15%;}
.edz-row .sixth_2{width:32%;}
.edz-row .sixth_3{width:49%;}
.edz-row .sixth_4{width:66%;}
.edz-row .sixth_5{width:83%;}

.dd-mega{position: relative !important;}
.dd-mega .mega{width: 602px; background: #FFF; position: absolute; left: 0; top: 100%; display: none; z-index: 10; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border: 1px solid rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.dd-mega:hover .mega{display: block;}
.dd-mega .mega .mega-menu{display: block; width: 200px; margin: 0; padding: 5px; float: left; list-style: none; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.dd-mega .mega .mega-menu a{text-align: left; display: block; padding: 6px 5px; color: #333;}

.section.metal-bg{background: #212121 url("../images/metal-bg.jpg") center no-repeat; background-size: cover;}
.section.metal-bg .heading h2{color: #FFF;}
.section.metal-bg .heading h2:after {background-image: url(../images/plus-parallax.png);}
.section.dark-bg{background: #212121; color: #FFF;}

#header.header-style-1{background: #111;}
#header .header-links li .icon-hold.links{background: #212121;}
#header .header-links li .icon-hold.links:hover{background: #313131;}
#header .header-links li .icon-hold.search{background: #212121;}
#header .header-links li .icon-hold.search:hover{background: #313131;}
#header .header-links li .icon-hold.cart{background: #212121;}
#header .header-links li .icon-hold.cart:hover{background: #313131;}
#header .header-links li{color: #FFFFFF;}
#header.header-style-1 .navbar-default{background: #090909 !important;}
#header.header-style-1 .main-nav li a{color: #FFF;}
#header.header-style-1 .main-nav .dropdown-menu{background: #090909;}
#header.header-style-1 .main-nav .dropdown-menu a{background: #090909;}
#header.header-style-1 .main-nav .dropdown-menu a:hover{background: #000;}
#header .header-links li.mobile-trigger .icon-hold.links i{color: #FFF;}

#header-scroll{background: #111;}
#header-scroll .header-links li .icon-hold.links{background: #212121;}
#header-scroll .header-links li .icon-hold.links:hover{background: #313131;}
#header-scroll .header-links li .icon-hold.search{background: #212121;}
#header-scroll .header-links li .icon-hold.search:hover{background: #313131;}
#header-scroll .header-links li .icon-hold.cart{background: #212121;}
#header-scroll .header-links li .icon-hold.cart:hover{background: #313131;}
#header-scroll .header-links li.mobile-trigger .icon-hold.links{background: #212121;}
#header-scroll .header-links li.mobile-trigger .icon-hold.links:hover{background: #313131;}
#header-scroll .header-links li.mobile-trigger .icon-hold.links i{color: #FFF;}

.news-letter-style-1{background: #090909 !important; color: #FFF;}
.news-letter-form h4{color: #FFF; display: block; margin: 0 10px 20px;}
.bottom-bar{background: #090909 !important; color: #FFF;}
.copy-right-text p{color: #FFF;}

.footer-bg{background: #111 !important; color: #FFF;}
.footer-bg .about-us-widget p{color: #FFF;}
.footer-bg .theme-feature-widget li a{color: #FFF;}
.footer-bg .theme-feature-widget h4{color: #FFF;}
.footer-bg .contact-us-list li span{background: #212121;}
.footer-bg .contact-us-list li a{color: #FFF;}
.footer-bg .contact-us-widget h4{color: #FFF;}

@media (max-width: 1200px) {
	.grid-nav .view-controls-grid{display: none;}
	.edz-row .col.split {margin-left:0; clear:both !important;}
	.edz-row .col.split_int{margin-left: 2%;  clear: none;}
	.edz-row .half,  .edz-row .third_2, .edz-row .fourth_2, .edz-row .fourth_3, .edz-row .fifth_3, .edz-row .fifth_4{width:100%; margin-left:0;}
	.edz-row .fourth, .edz-row .third, .edz-row .third{width:49%;}
	.edz-row .fifth{width:32%;}
	.edz-row .fifth_2{width:66%;}
	.edz-row .col .product-list-item{width:49%;}
	.checkout .option-box{width: 100% !important; padding: 20px;}
	.check-left { width: 70%; }
	.check-right { width: 28%;}
}

@media (max-width: 1140px) {
	.product-detail .detail-right{position: static; width: 100%;}
	.product-detail .product-image .product-thumbs img{ height: 38px !important;}
	.product-detail .product-image .img-responsive{margin-bottom: 0;}
	.page-tabs .ptab{padding: 15px 15px;}
	.page-tabs .pdetail{padding: 20px 15px 10px;}
	.brick-sizer{width: 50%;}
	.brick{width: 50%;}
    .latest-media .brick-sizer{width: 50%;}
    .latest-media .brick{width: 50%}
}

@media (max-width: 1090px) {
	.product-detail .detail-section .btn.notify{clear: both; margin: 20px 0 0; text-align: center; width: 49%; float: left; padding: 18px 10px;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
	.product-detail .detail-section .product-option{padding: 20px;}
	.product-detail .product-additional .pdetail{padding: 20px;}
	.checkout .option-box .btn{white-space: normal; margin-bottom: 10px; width: 190px; text-align: center;}
}

@media (max-width: 1060px) {
	.page-tabs .ptab{padding: 10px 12px;}
	.page-tabs .pdetail{padding: 15px 12px 5px;}
	.cart-hold{position: relative; min-height: 0;}
	.cart-hold .cart-left{padding-right: 0;}
	.cart-hold .cart-right{position: static; float: right; width: 100%; margin-top: 30px;}
	.cart-hold .cart-right .stitle{display: none;}
	.cart-hold .cart-left.after{clear: both;}
	.shopping-cart .discount-box{width: 300px; float: left;}
	.shopping-cart .sub-total{width: 300px; float: right;}
	.checkout .option-box {padding: 15px;}
	.checkout .col.half:first-child .option-box { border-right: 0; }
	.summary-box h2 { font-size: 24px; }
	.customer-orders{display: block; width: 100%}
	.customer-orders .title{display: none;}
	.customer-orders tbody{display: block; width: 100%}
	.customer-orders tr{display: block; margin-bottom: 10px; border: 1px solid #ededed; border-top: 0;}
	.customer-orders td{padding: 5px 10px; width: 100%; display: block; line-height: 1.6em;}
	.customer-orders td.co-num{font-weight: bold; background: #ededed;}
	.customer-orders td.co-num:before{content: '#'}
	.customer-orders td.co-ship:before{content: 'Ship to: '; font-weight: bold;}
	.customer-orders td.co-ttl:before{content: 'Total: '; font-weight: bold;}
	.customer-orders td.co-status:before{content: 'Order Status: '; font-weight: bold;}
	.customer-orders td.co-ro:before{content: 'Buy Again: '; font-weight: bold;}
	.customer-orders td.co-view:before{content: 'View Order Details: '; font-weight: bold;}
	.header-links.hl-right li{margin-left: 15px;}
	.header-links.hl-left li{margin-right: 15px;}
	#header-scroll .header-links.hl-right li{margin-left: 10px;}
}

@media (max-width: 1000px) {
	.grid li.product-box-grid{width: 50%;}
	.grid.ftd li.product-box-grid{width:50%;}
	.section .content-left{width: 26%;}
	.section .content-right{width: 74%;}
}

@media (max-width: 991px) {
	header .logo{width: 300px; margin: 0 auto;}
	.header-links ul{margin: 0;}
	.header-links li{margin: 0 6px;}
	#header-scroll .header-links{float: right;}
	.header-btns{display: none;}
	.checkout fieldset .row{margin-bottom:0; padding: 0;}
	.checkout fieldset .row .col{margin-top:10px; margin-bottom:10px;}
	.product-detail .product-image{padding-right: 30px;}
	.product-detail .product-additional .ptab{font-size: 16px; line-height: 1em; padding: 10px 20px;}
	.checkout .option-box.ob-border{border-right: none;}
	.page-tabs .ptab{padding: 10px 10px; font-size: 11px; line-height: 1em;}
	.page-tabs .pdetail{padding: 15px 10px 5px;}
	.product-detail .product-image{float: none; text-align: center; margin-bottom: 0; width: 100% !important; padding: 0 15px;}
	.product-detail .detail-section{clear: both; padding-top: 15px; width: 100% !important;}
	.checkout form:not(.nopad) fieldset, .checkout .final-hold{ padding: 15px 10px; }
	/*--.grid-nav .filter-section{width: 240px; margin-left: 0;}
	.grid-nav .filter-section .filter-dd{width: 155px;}
	.grid-nav .sort-grid ul li{margin-left: 0;}
	.grid-nav .sort-grid ul li .sort-by{width: 155px;}--*/
	.brand-hold{width: 33.33%;}
}


@media (max-width: 870px) {
	.check-left { width: 100%; }
	.checkout{ margin-top: 0; }
	.check-right { width: 100%; margin-top: 20px; }
	.check-right .apply-code{display: inline-block;}
	.summary-box { padding: 15px; }
	.check-right .stitle{background: #333; margin-bottom: 0; position: relative;}
	.check-right .stitle:after{font-family: "FontAwesome"; content: "\f067"; color: #FFF; font-size: 16px; position: absolute; right: 10px; top:10px;}
	.check-right .stitle:hover{background: #000; cursor: pointer;}
	.check-right .stitle.open:after{ content: "\f068";}
	.check-right .discount-box{display: none;}
	.section .content-right{padding-left: 20px;}
	.tp-banner .tp-caption img{display: block; margin: 10px auto;}
	.tp-banner .tp-caption h2{text-transform: uppercase; font-size: 30px; padding: 0; margin: 5px 0; line-height: 1.3em; font-weight: bold; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);}
	.tp-banner .tp-caption p{font-size: 20px; padding: 0; margin: 10px 0; line-height: 1.4em; font-weight: 600; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);}
}

@media (max-width: 790px){
	#echo-cart{min-width: 550px; padding: 10px 0;}
	.mobile-cart-listing #echo-cart{min-width: 100%;}
	.cart-listing{overflow-x: auto;}
	.recentOrders .cart-listing{overflow: visible;}
	.ec-item{padding-right: 30px;}
	.ec-item .item-image img{max-width: 74px;}
	.ec-item .item-info{padding: 10px 220px 0 0; clear: left;}
	.ec-item .item-pricing{padding: 0 20px 0 10px;}
	#echo-cart.checkout-list{min-width: 100%;}
	#echo-cart.checkout-list .ec-item .item-image img{max-width: 74px;}
	#echo-cart.checkout-list .ec-item .item-pricing{width: auto;}
	#echo-cart.checkout-list .ec-item .item-info{padding: 10px 0 0 0; clear: left;}
	.cart-related {padding: 10px 0;}
	.cart-related .item-row{ min-width: 0;}
	.cart-related .item-row .item-image img{max-width: 74px;}
	.cart-related .item-row .item-info{padding: 0 0 0 90px;}
	.cart-related .item-row .item-info .btn{padding: 10px 15px;}
	.flexslider-home{height: 400px;}
	.flexslider-home .panel{height: 400px;}
	.flexslider-home .panel .panel-caption{font-size: 16px; line-height: 1.5em; padding: 15px;}
	.flexslider-home .panel h2{font-size: 24px; line-height: 1.3em; margin-bottom: 5px;}
	.flexslider-home .panel h2{font-size: 18px; line-height: 1.3em; margin-bottom: 5px;}
	.flexslider-home .panel p{margin-bottom: 5px;}
	.flexslider-home .panel .btn{padding: 8px 12px; font-size: 12px; line-height: 1em; margin-top: 5px;}
	.flexslider-split{margin-top: 20px; border: 0; position: relative; height: auto;}
	.flexslider-split .panel{height: auto; border: 0; border-radius: 0; position: relative; background: #FFF;}
	.flexslider-split .panel-image{position: absolute; left: 0; top:0; width: 100%; height: 340px;}
	.flexslider-split .panel-caption{position: static; height: auto; width: 100%;}
	.flexslider-split .panel-caption .caption-info{padding: 360px 20px 20px; position: static; text-align: center;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);}
	.flexslider-split .flex-control-nav{ width: auto; bottom: auto; top: 315px; right:10px;}
}

@media (max-width: 780px) {
	.checkout__order .checkout__order-inner{padding-bottom: 30px;}
	#content .content-left{display: none;}
	#content .content-right{width: 100%; float: none; padding: 0;}
	.categories.media-ctgs h1{display: block; padding-bottom: 0;}
	.categories.media-ctgs .tab{display: none;}
	#breadcrumbs{font-size: 11px; line-height: 1.1em;}
	.check-left{width: 100%; float: none;}
	.check-right{width: 100%; float: none;}
}

@media (max-width: 768px) {
	.section .content-left{width: 100%; float: none;}
	.section .content-left .side-trigger{display: inline-block;}
	.section .content-left .side-widget{display: none;}
	.section .content-left .account-hold{display: none;}
	.section .content-right{width: 100%; float: none; padding: 0;}
	#header .logo{float: left; margin: 8px 0;}
	.header-links{float: right !important; margin-top: 12px !important;}
	#header-scroll .header-links{ margin-top: 0 !important;}
	.header-links li{margin: 5px !important;}
	.header-links li p{display: none;}
	.header-links li.mobile-trigger{display: inline-block;}
	header .navbar-default{display: none;}
	.img-right{display: block; float: none; max-width: 100%; margin: 10px auto;}
	.img-left{display: block; float: none; max-width: 100%; margin: 10px auto;}
}

@media (max-width: 710px) {
	.product-detail .product-additional .ptab{font-size: 14px; line-height: 1em; padding: 8px 18px;}
	.product-detail .detail-section .product-option{padding: 15px;}
	.product-detail .product-additional .pdetail{padding: 15px;}
	.shopping-cart .discount-box{width: 300px; float: none; margin: 0 auto 20px;}
	.shopping-cart .sub-total{width: 300px; float: none; margin: 0 auto;}
	.brick-sizer{width: 100%;}
	.brick{width: 100%; padding-right: 0;}
	.latest-media .brick-sizer{width: 100%;}
	.latest-media .brick{width: 100%}
}

@media (max-width: 610px) {
	.checkout-option a{float: none !important; text-align: center; max-width: 320px; margin: 20px auto; display: block; border-right: none; }
	.checkout-option a img{margin: 0 auto;}
	.detail-img{max-width: none; padding: 0 0 10px 0; float: none;}
	.shopping-cart .checkout-option{margin-bottom: 0;}
	.shopping-cart .cart-table .item-row .item-info{padding-left: 0; clear: both; padding-top: 10px;}
	.checkout .checkout-option{margin-bottom: 0;}
	.checkout .cart-table .item-row .item-info{padding-left: 0; clear: both; padding-top: 10px;}
	.page-tabs .ptab{display: block; float: none; width: 100%; margin-right: 0;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-size: 14px;}
	.product-detail .detail-section .in-stock{float: none; text-align: right; margin: 0 10px 20px 0;}
	.product-detail .product-additional .ptab{font-size: 12px; line-height: 1em; padding: 8px 10px;}
	.edz-row .col{margin-left:0 !important; clear:both !important; width: 100% !important;}
	.grid-nav .view-controls-grid{display: none;}
	.news-letter-form form input{width: 260px;}
	.brand-hold{width: 50%; padding: 5px;}
	.flexslider-home{height: 280px;}
	.flexslider-home .panel{height: 280px;}
	.flexslider-home .panel .panel-caption{font-size: 14px; line-height: 1.4em;}
	.flexslider-home .panel h2{font-size: 18px; line-height: 1.3em;}
	.flexslider-home .panel h3{font-size: 16px; line-height: 1.3em;}
	.flexslider-home .flex-control-nav{display: none;}
	.flexslider-split .panel-image{height: 280px;}
	.flexslider-split .panel-caption .caption-info{padding: 295px 15px 15px;}
	.flexslider-split .flex-control-nav{ width: auto; bottom: auto; top: 255px; right:10px;}
}

@media (max-width: 520px) {
	.checkout__order .checkout__order-inner{padding-bottom: 10px;}
	#breadcrumbs{font-size: 10px; line-height: 1.1em;}
	.ec-item .item-options{font-size: 11px; line-height: 1.4em;}
	.checkout__order{width: 100%; right: -100%; padding: 15px;}
	.forgot-box{padding: 10px;}
	.create-box{padding: 10px;}
	.standard-box{padding: 10px;}
	.checkout .methods{padding: 15px 0;}
	/*.grid li.product-box-grid{width: 100%;}
	.grid li.product-box-grid figure{height: auto;}
	.grid li.product-box-grid figure img{position: static;}
	.grid li.product-box-grid img{position: static;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);}*/
	/*.grid li figure a{display: block; height: 100%;}*/
	.list li figure, .grid li figure{height: 270px !important;}
	.list li figure .caption, .grid li figure .caption{opacity: 1; bottom: 0;}
	.tp-banner .tp-caption img{display: block; margin: 5px auto; max-height: 90px !important;}
	.tp-banner .tp-caption h2{text-transform: uppercase; font-size: 20px; padding: 0; margin: 5px 0; line-height: 1.2em; font-weight: bold; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);}
	.tp-banner .tp-caption p{font-size: 16px; padding: 0; margin: 5px 0; line-height: 1.3em; font-weight: 600; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);}
	.tp-banner .tp-caption p span{font-size: 14px !important; line-height: 1.3em !important;}
	/*--.grid-nav .sort-grid ul li{display: block; }
	.grid-nav .filter-section{margin-bottom: 5px;}
	.grid-nav .filter-section .filter-dd{width: 170px; float: right;}
	.grid-nav .sort-grid ul li .sort-by{width: 170px; float: right;}--*/
	.news-letter-style-1 .social-links ul, .social-links-style-2 ul{text-align: center;}
	.news-letter-style-1 .social-links li,
	.social-links-style-2 ul li {
		display: inline-block;
		text-align: center;
		float:none;
		margin-right:0;
	}
	.theme-features-list li,
	.info-list li,
	.service-list li,
	.extra-list li,
	.account-list li,
	.additional-info-list li {
		margin-bottom:5px;
	}
	.contact-us-list li{margin-bottom: 10px;}

	.header-links{margin-top: 6px !important;}
    .header-links li{margin: 5px 3px !important;}
	.header-links li .icon-hold{width: 36px; height: 36px; margin: 0 auto;}
	.header-links li .icon-hold i{line-height: 36px;}
	#header-scroll{padding: 8px 0;}
	#header-scroll .logo img{height: auto; width: 120px;}
	#header-scroll .header-links li{margin: 3px !important;}
}

@media (max-width: 440px) {
	.flexslider-home .panel .panel-caption{width: 100%; background: rgba(0,0,0,0.6); text-align: center; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
}

@media (max-width: 370px) {
	.flexslider-split .panel-image{height: 240px;}
	.flexslider-split .panel-caption .caption-info{padding: 255px 15px 15px;}
	.flexslider-split .flex-control-nav{ width: auto; bottom: auto; top: 215px; right:10px;}
	.product-detail .product-additional .ptab{float: none; margin: 0 0 2px; font-size: 14px; line-height: 1em; padding: 10px 15px;}
}


/* Lowest resolution */
@media (max-width: 318px) {

}

@media (min-width: 768px) {
	.container {
		width: 96%;
	}
	.flexslider-home .panel .pc-hold{width: 96%;}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.flexslider-home .panel .pc-hold{width: 970px;}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.flexslider-home .panel .pc-hold{width: 1170px;}
}
