
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,ul {
	margin: 0;
}

h1,h2,h3,h4,h5 {
	font-family: 'Rajdhani', sans-serif;
}

h1 {
	font-size: 55px;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	font-weight: 600;
}

h3 {
	font-size: 24px;
	font-weight: 600;
}

h4 {
	font-size: 21px;
	font-weight: 600;
}

ul {
	list-style: none;
	padding: 0;
}

a, span, i {
	display: inline-block;
}

a:hover,
a:focus {
	text-decoration: none;
}

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

input, textarea {
	background: #fff;
	border: none;
	border-radius: 3px;
	color: #666666;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	padding: 6px 35px;
	width: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
button {
	background: #f8071d;
	border: none;
	border-radius: 3px;
}
button:focus{ outline: none; }

.custom-row:after,
.custom-row:before {
	clear: both;
	content: "";
	display: table;
}

.inside-wrap {
	padding: 60px 30px 140px;
}

.inside-container {
	margin: 0 auto;
	max-width: 1180px;
}

/*-----------------------------------------------------------------
-------------------------TABLE OF CONTENT--------------------------

#NAVIGATION
	##HEADER
	##FOOTER
#HOME
	##INNER
		###CATEGORY
		###MAIN CONTENT
#REGISTER
	##INSIDE WRAP
		###REGISTER FORM
#SIGN IN
	##INSIDE WRAP
		###SIGN IN FORM
#HELP
	##INSIDE WRAP
		###INFO
		###FAQ
#PRODUCT OVERVIEW
	##PRODUCT INNER
		###INFO
		###FILTER
		###PRODUCTS
#PRODUCT DETAIL
	##PRODUCT INNER
		###CART
		###BREADCRUMBS
		###THUMBNAILS
		###DETAILS
		###REVIEWS
#CHECKOUT
	##TITLE
	##ADDRESS
	##NEW ADDRESS
#SHIPPING
	##ADDRESS
	##NEW ADDRESS
#SHOPPING CART
	##DETAIL
	##SUBTOTAL
#CUSTOMER SERVICE
	##TITLE
	##COL
		###FORM
		###DESCRIPTION
#SHIPPING
	##INSIDE WRAP
#POLICIES
	##SCROLL NAV
	##CONTENT
#GLOSSARY
	##CONTENT

-------------------------------------------------------------------
-------------------------------------------------------------------*/

/*----------NAVIGATION----------
--------------------------------*/
header .mobile-menu,
header .mobile-header,
header .close-menu {
	display: none;
}
header .free-ship a:hover,
header nav li a:hover,
header nav li.return a:hover {
	color: #f8071d;
	/*font-weight: 600;*/
}

header .bottom .category a:hover,
header .bottom .category .submenu a:hover,
header .bottom .login a:hover {
	color: #f8071d;
}

header .menu-top {
	background: #1f2937;
	padding: 10px 20px;
}

header .logo,
header form {
	float: left;
}

header .logo {
	max-width: 255px;
	padding: 0 20px;
}

header .logo a {
	display: block;
}

header .mob-cart {
	display: none;
}

header form {
	width: 64%;
	padding-left: 20px;
}

header form .custom-row {
	display: flex;
}

header form input,
header form button {
	float: left;
}

header form input {
	border-radius: 3px 0 0 3px;
	width: 96%;
}

header form button {
	border-radius: 0 3px 3px 0;
	display: block;
	height: 32px;
	max-width: 45px;
	padding: 0;
	width: 100%;
}

header form button i {
	background: url(../images/search.png) no-repeat center center / contain;
	font-size: 0 !important;
	height: 21px;
	vertical-align: middle;
	width: 21px;
}

header .free-ship {
	float: right;
	padding: 0 20px;
}

header .free-ship i {
	background: url(../images/free-ship.png) no-repeat center center / cover;
	height: 25px;
	margin-right: 15px;
	vertical-align: middle;
	width: 26px;
}

header .free-ship p {
	color: #e9f3fe;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	vertical-align: middle;
}

header .free-ship span {
	color: #f8071d;
	font-size: 23px;
}
header .free-ship span.enable-free-shipping{
	color: #ffffff;    font-size: 18px;
}

header .bottom {
	margin-top: 15px;
}

header .bottom li:first-child {
	padding-left: 0;
}

header .bottom li {
	display: inline-block;
	padding: 0 12px;
}

header .bottom .category {
	float: left;
	padding: 18px 20px 0;
}

header .bottom .category a {
	color: #c5c5c5;
	font-size: 13px;
}

header .bottom .category .submenu {
	padding-left: 0;
	padding-right: 60px;
	position: relative;
}

header .bottom .category .submenu:hover > ul {
	opacity: 1;
	visibility: visible;
} 

header .bottom .category .submenu >  ul {
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	padding: 20px;
	position: absolute;
	transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	-webkit-transition: opacity 500ms ease-in-out;
	visibility: hidden;
	white-space: nowrap;
	z-index: 99999;
}

header .bottom .category .submenu ul li,
header .bottom .category .submenu a {
	display: block;
}

header .bottom .category .submenu ul li a {
	color: #1f2937;
}

header .bottom .category .submenu >  ul li {
	margin-bottom: 10px;
}

header .bottom .category .submenu >  ul li:last-child {
	margin-bottom: 0;
}

header .bottom .category .submenu >  ul li,
header .bottom .category .submenu .sub-cat li {
	padding: 0;
}

header .bottom .category .submenu .sub-cat {
	max-height: 0;
	overflow-y: hidden;
	padding: 0 15px;
	transition: max-height 500ms ease-in-out;
	-moz-transition: max-height 500ms ease-in-out;
	-o-transition: max-height 500ms ease-in-out;
	-webkit-transition: max-height 500ms ease-in-out;
}

header .bottom .category .submenu .hover .sub-cat {
	max-height: 1000px;
}

header .bottom .category .submenu .sub-cat li:first-child {
	margin-top: 10px;
}

header .bottom .category .submenu a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

header .bottom .category .submenu a i {
	color: #c5c5c5;
	margin-left: 15px;
}

header .bottom .category .sub i {
	color: #1f2937 !important;
	float: right;
	margin-top: 3px;
}

header .bottom .login {
	float: right;
	padding-right: 10px;
}

header .bottom .login a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

header .bottom .login span {
	color: #c5c5c5;
	font-size: 12px;
	font-weight: 500;
	display: block;
}

header .bottom .login .cart {
	position: relative;
}

header .bottom .login .cart:hover .summary {
	display: block;
}

header .bottom .login .summary {
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	display: none;
	position: absolute;
	right: 0;
	white-space: nowrap;
}

header .bottom .login .cart .summary .custom-row {
	border: 1px solid #d8d8d8;
	padding: 10px;
}

header .bottom .login .cart .summary .image {
	display: inline-block;
	max-width: 70px;
	padding-left: 0 !important;
	vertical-align: middle;
	width: auto !important;
}

header .bottom .login .cart .summary .amount {
	display: inline-block;
	vertical-align: middle;
}

header .bottom .login .cart .summary span {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	position: static;
}
header .bottom .login .cart .summary .row-cart-items-total {
    text-align: right;font-size: 12px;
    padding: 0 10px;
}
header .bottom .login .cart .summary span.cart-items-total {
    display: inline-block;font-size: 12px;
}
header .bottom .login .summary a.checkout {
	background: #f8071d none repeat scroll 0 0;
    border: 1px solid #c50517;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
}

header .bottom .login .cart .summary .amount a {
	color: #f8071d;
	font-weight: 700;
}

header .bottom .login .summary a.checkout:hover {
	font-weight: 700;
}

header .bottom .login .cart i {
	background: url(../images/cart.png) no-repeat center center / cover;
	height: 28px;
	vertical-align: text-bottom;
	width: 36px;
}

header .bottom .login .cart span {
	color: #f8071d;
    font-size: 16px;
    font-weight: 700;
    left: 30px;
    position: absolute;
    top: -10px;
}

header nav {
	border-bottom: 1px solid #e2e2e2;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	padding: 0 40px;
}

/*header.scroll {
	background: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

body.scroll {
	padding-top: 180px !important;
}*/

header nav li.main {
	position: relative;
}

header nav li.main[data-code]{
	 display: none;
}
header nav li.main.show-me[data-code]{ display: list-item; }
header nav li.main:hover .sub {
	display: block;
}
header nav li.main.show-me[data-code="custom-style"], header nav li.main.show-me[data-code="decoration-supplies"], header nav li.main.show-me[data-code="headwear"] {
    display: none !important;
}
header nav li.main[data-code="t-shirts"], header nav li.main[data-code="sweatshirts"] {
    display: list-item;
}

header nav li.main .sub {
	background: #e9e9e9;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	/*column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-webkit-column-count: 2;*/
	display: none;
	padding: 5px 10px;
	position: absolute;
	top: 60px;
	width: 160px; right:0;
}
header nav li.main ul.sub.mill-sm-menu-wimgs {
    /*overflow-x: scroll;
    width: 240px;
    max-height: 320px;*/
    column-count: 10;
    -moz-column-count: 10;
    -o-column-count: 10;
    -webkit-column-count: 10;
	white-space: nowrap;
    width: 1000px;
}
header nav li.main ul.sub.mill-sm-menu-wimgs > li {
    display: block;
   /* width: 100%;
    float: left;
    position: relative;
    min-width: 0;*/
}
header nav li.main ul.sub.style-list-item.loading-bg ,
.filter-product-list.loading-bg{
    min-height: 111px;
    background: url('../images/loading.gif') no-repeat center center;
    min-width: 164px;
    background-size: 100% auto;
}
.filter-product-list.loading-bg{
	min-height: 290px;
    background-position: 50% 100%;
}
.sub-menu.filter-product-list.loading-bg{
	min-height: 0px;
}
header nav li.main .sub.logo {
	column-count: 1;
	-moz-column-count: 1;
	-o-column-count: 1;
	-webkit-column-count: 1;
}

header nav li.main .sub.logo li {
	margin-bottom: 20px;
}

header nav li.main .sub.logo li:last-child {
	margin-bottom: 0;
}

header nav li.main .sub li {
	float: none;
	padding: 5px 0;
	text-align: left;
	width: 100%;
    
}
header .bottom .category .submenu .sub-cat li,
header .scroll-nav nav .sub-cat li,
#home .inner .category .sub-cat li,
#product-overview .filter .sub-menu li{
	display: none;
}
header nav li.main .sub li:nth-child(-n+6):not(.hidden), 
header .bottom .category .submenu .sub-cat li:nth-child(-n+6):not(.hidden), 
header .scroll-nav nav .sub-cat li:nth-child(-n+6):not(.hidden), 
#home .inner .category .sub-cat li:nth-child(-n+6):not(.hidden), 
#product-overview .filter .sub-menu li:nth-child(-n+6):not(.hidden),
header nav li.main .sub.open li,
header .bottom .category .submenu .sub-cat.open li,
header .scroll-nav nav .sub-cat.open li,
#home .inner .category .sub-cat.open li,
#product-overview .filter .sub-menu.open li,
header .bottom .category .submenu .sub-cat li.view-more,
header .scroll-nav nav .sub-cat li.view-more,
#home .inner .category .sub-cat li.view-more,
#product-overview .filter .sub-menu li.view-more {
    display: block;
}

header .bottom .category .submenu .sub-cat.open-all li.view-more,
header .scroll-nav nav .sub-cat.open-all li.view-more,
#home .inner .category .sub-cat.open-all li.view-more,
#product-overview .filter .sub-menu.open-all li.view-more{
	display: none;
}
#product-overview .filter .sub-menu li.mill-filter-list.show-me,
#product-overview .filter .sub-menu li.category-filter-list.show-me,
#product-overview .filter .sub-menu.open-all li.category-filter-list{
    display: block;
}

#product-overview .filter .sub-menu.remove-zeros li,
#product-overview .filter .sub-menu.remove-zeros li:nth-child(-n+6){
	display: none;
}
#product-overview .filter .sub-menu.remove-zeros li:nth-child(-n+6).not-zero.show-me,
#product-overview .filter .sub-menu.open-all li.not-zero,
#product-overview .filter .sub-menu.remove-zeros li.selected-li
{
	display: block;
}
header nav li.main.browse-menu-li .sub > li {
    display: block;
}
#product-overview .filter .sub-menu li.category-filter-list.category-filter-accessories.category-filter-id1.category-filter-15{
	display: none;
}

span.result-filter-text {
    text-transform: capitalize;
}

header nav li.main .sub li a {
	display: block;
	font-size: 11px;
}

header nav li {
	float: left;
	padding: 20px 2.5%;
	text-align: center;
	/*width: 7.8%;*/
}

header nav li a {
	color: #1f2937;
	font-size: 12px;
	text-transform: uppercase;
}

header nav li.tshirt {
	color: #2d2d2d;
	font-size: 17px;
	font-weight: 700;
	padding: 18px 0;
	width: auto;
}

header nav li.return {
	float: right;
	padding: 10px 0;
	text-align: right;
	width: auto;
}

header nav li.return a {
	color: #7d7d7d;
	text-transform: none;
}

header nav li.return span {
	color: #f8071d;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

header.scroll .scroll-nav {
	top: 0;
}

header .scroll-nav {
	background: #1f2937;
	padding: 20px;
	left: 0;
	position: fixed;
	right: 0;
	top: -85px;
	transition: top 300ms ease-in-out;
	-moz-transition: top 300ms ease-in-out;
	-o-transition: top 300ms ease-in-out;
	-webkit-transition: top 300ms ease-in-out;
	z-index: 999999;
}

header .scroll-nav .custom-row {
	margin: 0 auto;
	max-width: 1025px;
}

header .scroll-nav button {
	background: transparent;
	color: #fff;
	font-size: 25px;
	float: left;
}

header .scroll-nav form {
	margin-right: 20px;
    width: 40%;
}

header .scroll-nav form button {
	background: #f8071d;
	border-radius: 0 3px 3px 0;
    display: block;
    font-size: 0;
    height: 32px;
    max-width: 45px;
    padding: 0;
    width: 100%;
}

header .scroll-nav .login {
	float: left;
}

header .scroll-nav li {
    display: inline-block;
    padding: 0 12px;
}

header .scroll-nav .login a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

header .scroll-nav .login span {
	color: #c5c5c5;
	font-size: 12px;
	font-weight: 500;
	display: block;
}

header .scroll-nav .login .cart {
	position: relative;
}

header .scroll-nav .login .cart:hover .summary {
	display: block;
}

header .scroll-nav .login .summary {
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	display: none;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 999999999;
}

header .scroll-nav .login .cart .summary .custom-row {
	border: 1px solid #d8d8d8;
	padding: 10px;
}

header .scroll-nav .login .cart .summary .image {
	display: inline-block;
	max-width: 70px;
	padding-left: 0 !important;
	vertical-align: middle;
	width: auto !important;
}

header .scroll-nav .login .cart .summary .amount {
	display: inline-block;
	vertical-align: middle;
}

header .scroll-nav .login .cart .summary span {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	position: static;
}

header .scroll-nav .login .summary a.checkout {
	background: #f8071d none repeat scroll 0 0;
    border: 1px solid #c50517;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
}

header .scroll-nav .login .cart .summary .amount a {
	color: #f8071d;
	font-weight: 700;
}

header .scroll-nav .login .summary a.checkout:hover {
	font-weight: 700;
}

header .scroll-nav .login .cart i {
	background: url(../images/cart.png) no-repeat center center / cover;
	height: 28px;
	vertical-align: text-bottom;
	width: 36px;
}

header .scroll-nav .login .cart span {
	color: #f8071d;
    font-size: 16px;
    font-weight: 700;
    left: 30px;
    position: absolute;
    top: -10px;
}

header .scroll-nav.open nav {
	left: 0;
}

header .scroll-nav nav {
	background: #fff;
	bottom: 0;
	left: -260px;
	overflow-y: scroll;
	padding: 10px 0;
	position: fixed;
	top: 0;
	transition: left 500ms ease-in-out;
	-moz-transition: left 500ms ease-in-out;
	-o-transition: left 500ms ease-in-out;
	-webkit-transition: left 500ms ease-in-out;
	z-index: 9999999;    max-width: 260px;
    width: 100%;
}

header .scroll-nav.open .overlay {
	display: block;
}

header .scroll-nav .overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

header .scroll-nav nav li {
	border-bottom: 1px solid #d8d8d8;
	display: block;
	float: none;
	text-align: left;
	padding: 10px 50px 10px 10px;
	width: auto;
}

header .scroll-nav nav li a {
	display: block;
}

header .scroll-nav nav li a i {
	float: right;
	margin-top: 2px;
}

header .scroll-nav nav li a .fa-caret-up,
header .scroll-nav nav li.open a .fa-caret-down {
	display: none;
}

header .scroll-nav nav li a .fa-caret-down,
header .scroll-nav nav li.open a .fa-caret-up {
	display: block;
}

header .scroll-nav nav .drop-cat {
	padding: 10px 30px;
}

header .scroll-nav nav .drop-cat.open .sub-cat {
	margin-top: 10px;
	max-height: 100%; position: relative;
}
header .scroll-nav nav .sub-cat {
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

header .scroll-nav nav .sub-cat li {
	padding: 10px 20px;
}

header .scroll-nav nav .sub-cat li:first-child {
	border-top: 1px solid #d8d8d8;
}

header .scroll-nav nav .sub-cat li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

footer {
	background: #1f2937;
	overflow-y: hidden;
	padding: 50px 20px;
}

footer .footer-container {
	margin: 0 auto;
	max-width: 1520px;
}

footer .logo,
footer .col-3 {
	float: left;
	width: 25%;
}

footer h3 {
	color: #fff;
	margin-bottom: 40px;
}

footer a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 300;
}

footer a:hover {
	color: #f8071d;
}

footer .logo {
	padding-right: 100px;
}

footer .logo a {
	margin-bottom: 30px;
}

footer .logo a b {
	font-weight: 600;
}

footer .logo a:last-child {
	margin: 0;
}

footer .logo p {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 30px;
}

footer .logo p span {
	vertical-align: text-top;
}

footer .logo i {
	font-size: 18px;
	margin-right: 15px;
	vertical-align: middle;
}

footer .col-3 {
	padding: 0 30px;
}

footer .col-3:last-child {
	padding-right: 0;
}

footer li {
	margin-bottom: 15px;
}

footer li:last-child {
	margin-bottom: 0;
}

footer ul {
	float: left;
	width: 50%;
}

footer .col-3 .custom-row {
	border-bottom: 1px solid #555555;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

footer .col-3 span {
	color: #fff;
	font-weight: 300;
}

footer .col-3 span.time {
	color: #f71328;
	float: right;
}

footer .col-3 .image {
	display: inline-block;
}

footer .col-3 .image img {
	width: auto;
}

footer .copyright {
	border-top: 1px solid #555555;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
}

footer .copyright p,
footer .copyright a {
	color: #fff;
	font-size: 12px;
}

footer .copyright a {
	display: inline;
}

/*----------HOME----------
--------------------------*/
#home .inner {
	padding: 20px 0 150px;
}

#home .inner .category {
	float: left;
	padding: 0 5.5% 0 40px;
	width: 19%;
}

#home .inner .category span {
	color: #2d2d2d;
	font-size: 21px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#home .inner .category li {
	border-bottom: 1px solid #e2e2e2;
}

#home .inner .category a {
	color: #1f2937;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 0;
}

#home .inner .category a:hover {
	color: #f8071d;
	font-weight: 700;
}

#home .inner .category li.sub i {
	float: right;
	margin-top: 10px;
}

#home .inner .category li.sub.hover .sub-cat {
	max-height: 2000px;
}

#home .inner .category .sub-cat {
	max-height: 0;
	overflow: hidden;
	transition: max-height 300ms ease-in-out;
	-moz-transition: max-height 300ms ease-in-out;
	-o-transition: max-height 300ms ease-in-out;
	-webkit-transition: max-height 300ms ease-in-out;
}

#home .inner .category .sub-cat li:first-child {
	border-top: 1px solid #e2e2e2;
}

#home .inner .category .sub-cat li:last-child {
	border-bottom: none;
}

#home .inner .category .sub-cat a {
	display: block;
	font-weight: 500;
	padding: 10px 20px;
}

#home .inner .category .sub-cat a:hover {
	color: #f8071d;
	font-weight: 600;
}

#home .main-content {
	float: left;
	width: 65%;
}

#home .notes {
	padding: 0 40px 20px;
}

#home .notes .custom-row {
	display: flex;
	-moz-display: flex;
	-o-display: flex;
	-webkit-display: flex;
}

#home .notes .col {
	float: left;
	padding: 0 4.5%;
}

#home .notes .border {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

#home .notes i {
	content: "";
	margin-right: 20px;
}

#home .notes p span {
	color: #62656e;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 3px;
	text-align: left;
	text-transform: none;
}

#home .notes p {
	color: #202631;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

#home .notes i.shipping {
	background: url(../images/icon-shipping.png) no-repeat center center / cover;
	height: 31px;
	width: 27px;
}

#home .notes i.bulk {
	background: url(../images/icon-bulk.png) no-repeat center center / cover;
	height: 28px;
	width: 29px;
}

#home .notes i.day {
	background: url(../images/icon-day.png) no-repeat center center / cover;
	height: 29px;
	width: 29px;
}

#home .banner {
	padding: 80px 14%;
}

#home .banner .title {
	max-width: 350px;
	text-align: center;
}

#home .banner h1 {
	color: #111111;
	margin-bottom: 60px;
}

#home .banner a {
	color: #111111;
	font-size: 24px;
	font-weight: 600;
}

#home .banner a i {
	font-size: 14px;
	margin-right: 15px;
	vertical-align: middle;
}

#home .slider {
	border-bottom: 1px solid #d8d8d8;
	padding: 45px 6%;
	position: relative;
}

#home .slider .arrow {
	left: 0;
	position: absolute;
	right: 0;
	top: 43%;
}

#home .slider .arrow .next {
	float: right;
}

#home .slider .arrow a {
	color: #cacaca;
	font-size: 60px;
}

#home .slider .arrow a:hover {
	color: #000;
}

#home .slider h4 {
	color: #111111;
	margin-bottom: 25px;
	text-align: center;
}

#home .slider .swiper-container {
	padding: 0 5px;
}

#home .slider .swiper-slide {
	background: #fafafa;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-shadow: 2px 2px 0px 0 rgba(238,238,238,1);
	-moz-box-shadow: 2px 2px 0px 0 rgba(238,238,238,1);
	box-shadow: 2px 2px 0px 0 rgba(238,238,238,1);
	height: 65px;
	line-height: 65px;
	margin-bottom: 2px;
	padding: 0 10px;
	text-align: center;
	width: 14%;
}

#home .slider .image {
	display: inline-block;
	vertical-align: middle;
}
a.uk-position-absolute.uk-position-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#home .sales {
	border-bottom: 1px solid #d8d8d8;
	padding: 35px 0;
}

#home .home2 .sales {
	border-bottom: none;
	padding-bottom: 0;
}

#home .sales .custom-row {
	margin: 0 -10px;
}

#home .sales .col {
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 33.3%;
}

#home .sales .col .mob-image {
	display: none;
}

#home .sales .gray {
	background: #f6f6f8;
}

#home .sales .wrap {
	height: 100%;
}

#home .sales .bg-image {
	background-repeat: no-repeat;
	height: 100%;
	padding: 50px 40px;
}

#home .sales .image1 {
	background-position: 130px -10px;
}

#home .sales .image2 {
	background-position: 155px 10px;
}

#home .sales .image3 {
	background-position: 75px -20px;
}

#home .sales .wrap h2 {
	color: #000;
	margin-bottom: 10px;
}

#home .sales .wrap a,
#home .sales .extend span {
	color: #f80017;
	font-size: 20px;
}

#home .sales p {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

#home .sales p span {
	color: #f80017;
}

#home .sales .tile1 {
	margin-bottom: 20px;
	padding: 50px 40px;
	text-align: center;
}

#home .sales .tile1 p {
	text-transform: uppercase;
}

#home .sales .tile1 .image {
	display: inline-block;
	margin-bottom: 35px;
}

#home .sales .tile2 .bg-image{
	padding: 30px 40px;
}

#home .sales .tile2 p {
	margin: 40px 0;
}

#home .sales .tile2 a {
	color: #f80017;
	font-size: 16px;
}

#home .sales .extend {
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 33.3%;
}

#home .sales .extend .wrap {
	display: block;
	padding: 30px 40px;
	text-align: center;
}

#home .sales .extend .image {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}

#home .sales .extend .image .align {
	display: inline-block;
	line-height: normal;
	vertical-align: bottom;
}

#home .sales .extend .desc {
	background: #fff;
	padding: 10px 20px;
}

#home .filter,
.custom-tab .custom-tab-nav{
	padding: 60px 0 0;
}

#home .filter ul ,
.custom-tab .custom-tab-nav{
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 5px;
}

#home .filter li ,
.custom-tab .custom-tab-nav li{
	cursor: pointer;
	display: inline-block;
	padding-right: 30px;
	color: #666666;
	font-size: 24px;
}

#home .filter li:hover,
#home .filter li.active,
.custom-tab .custom-tab-nav li.active,
.custom-tab .custom-tab-nav li:hover {
	color: #f8071d;
}

#home .filter li span ,
.custom-tab .custom-tab-nav li.active span{
	position: relative;
}

#home .filter li span i ,
.custom-tab .custom-tab-nav li span i{
	background: #f8071d;
	content: "";
	display: none;
	height: 2px;
	left: 0;
	position: absolute;
	bottom: -6px;
	width: 20px;
}

#home .filter li:hover span i,
#home .filter li.active span i,
.custom-tab .custom-tab-nav li:hover span i,
.custom-tab .custom-tab-nav li.active span i{
	display: block;
}

#home .filter li:before,
.custom-tab .custom-tab-nav li:before {
	background: #cbcbcb;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 30px;
	vertical-align: middle;
	width: 1px;
}

#home .filter li:first-child:before,
.custom-tab .custom-tab-nav li:first-child:before {
	display: none;
}

#home .filter li:last-child,
.custom-tab .custom-tab-nav li:last-child{
	padding-right: 0;
}

#home .filter .grid ,
.custom-tab .tab{
	display: none;
	margin-top: 30px;
}

#home .filter .grid.active,
.custom-tab .tab.active{
	display: block;
}

#home .filter .grid .custom-row ,
.custom-tab .tab .custom-row{
	margin: 0 -8px;
}

#home .filter .grid .tile{
	float: left;
	min-height: 520px;
	/*margin-bottom: 65px;*/
	padding: 0 8px;
	width: 20%;
}

#home .filter .grid .image {
	border: 1px solid #cbcbcb;
	position: relative;
}

#home .filter .grid .tile .image img,
#home .filter .grid .tile .logo,
#home .filter .grid .tile .view {
	transition: opacity 300ms ease-in-out;
}

#home .filter .grid .tile:hover .image img,
#home .filter .grid .tile:hover .logo {
	opacity: 0.5;
}

#home .filter .grid .tile:hover .view {
	opacity: 1;
}

#home .filter .grid .view {
	background: #1f2937;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 13px;
	left: 0;
	opacity: 0;
	padding: 15px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}

#home .filter .grid .view:hover {
	color: #f80017;
}

#home .filter .grid .view i {
	font-size: 18px;
	font-weight: 600;
	margin-right: 15px;
	vertical-align: text-top;
}

#home .filter .grid .logo {
	/*margin: 25px 0 20px;*/
	margin-bottom: 15px;
	line-height: 60px;
	text-align: center;
}

#home .filter .grid .logo img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

#home .filter .grid .desc  {
	max-width: 230px;
}

#home .filter .grid p {
	color: #2a2a2a;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	margin-top: 0;
}

#home .filter .grid label {
	color: #424242;
	font-size: 18px;
	font-weight: 300;
	margin-right: 10px;
	margin-bottom: 0;
}

#home .filter .grid span {
	color: #2a2a2a;
	font-size: 18px;
	font-weight: 700;
}

#home .filter .grid span.before {
	color: #808080;
	text-decoration: line-through;
}

#home .filter .grid span.after {
	color: #f80017;
}

/*----------REGISTER----------
------------------------------*/
#register .register-form {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	margin: 0 auto;
	max-width: 350px;
	padding: 20px;
}

#register .register-form h2 {
	margin-bottom: 25px;
}

#register .register-form p {
	color: #000;
	font-size: 12px;
}

#register .register-form a {
	color: #f8071d;
}

#register .register-form .col-form {
 	margin-bottom: 20px; position: relative;
}

#register .register-form label {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

#register .register-form input {
	border: 1px solid #878787;
	color: #6b6b6b;
	font-size: 12px;
	padding: 10px;
}

#register .register-form button {
	background: #fb051c;
	border: 1px solid #c50616;
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 7px 10px;
	text-align: center;
	width: 100%;
}

#register .sign-in {
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	padding-top: 30px;
}
.honeypot{ display: none !important; visibility: hidden; opacity: 0!important; position: absolute; bottom: -50%; right: -50%;  }
.strength_meter {
    position: absolute;
    top: 0;
    right: 0;
}
.red{ color: #f00000;  }
.error {
    color: #f00000;
    font-size: 12px;
}
/* STENGTH <ETER */
.strength_meter div{	
	color:black;
}
.strength_meter .veryweak{
	color: #F04040!important
}
.strength_meter .weak{
	color: #FF853C!important;
}
.strength_meter .medium{
	color: #FC0!important;
}
.strength_meter .strong{
	color: #288A2A!important;
	font-weight: bold;
}

/*----------SIGN IN ----------
------------------------------*/
.signin-form, .form-style-1 {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	margin: 0 auto;
	max-width: 350px;
	padding: 20px;
}

.signin-form h2, .form-style-1 h2 {
	margin-bottom: 25px;
}

.signin-form a, .form-style-1 a {
	color: #f8071d;
}

.signin-form .col-form, .form-style-1 .col-form {
 	margin-bottom: 20px;
 	position: relative;
}

.signin-form .col-form a, .form-style-1 .col-form a {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.signin-form label, .form-style-1 label {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.signin-form input, .form-style-1 input {
	border: 1px solid #878787;
	color: #6b6b6b;
	font-size: 12px;
	padding: 10px;
}

.signin-form button, .form-style-1 button {
	background: #fb051c;
	border: 1px solid #c50616;
	color: #fff;
	font-size: 13px;
	padding: 7px 10px;
	text-align: center;
	width: 100%;
}

.signin-form  .new {
	margin-top: 40px;
}

.signin-form  .new p {
	color: #000;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.signin-form  .new p:before,
.signin-form  .new p:after {
	background: #dedede;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
}

.signin-form .new p:after {
	right: 0;
}

.signin-form .register p:before,
.signin-form .register p:after {
	top: 8px;
	width: 25%;
}

.signin-form .guest {
	margin-top: 30px;
}

.signin-form .guest p:before,
.signin-form .guest p:after {
	top: 10px;
	width: 42%;
}

.signin-form .new a {
	background: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	color: #2a2a2a;
	font-size: 12px;
	padding: 7px 10px;
	text-align: center;
	width: 100%;
}

/*----------HELP----------
--------------------------*/
#help .info {
	margin: 20px -10px 55px;
}

#help .inside-wrap .col-3 {
	float: left;
	padding: 0 10px;
	width: 33.3%;
}

#help .inside-wrap .col-3 .wrap {
	background: #f6f6f8;
	padding: 15px 15px 30px;
}

#help .inside-wrap .col-3 i {
	color: #c5c5c7;
	font-size: 40px;
}

#help .inside-wrap .col-3 h2,
#help .inside-wrap .col-3 a,
#help .inside-wrap .col-3 p {
	display: block;
	text-align: center;
}

#help .inside-wrap .col-3 h2 {
	margin-bottom: 35px;
}

#help .inside-wrap .col-3 a,
#help .inside-wrap .col-3 p {
	font-size: 16px;
	line-height: 30px;
}

#help .inside-wrap .col-3 a:hover {
	color: #f8071d;
}

#help .inside-wrap .col-3 .black {
	color: #000;
}

#help .inside-wrap .col-3 .bold {
	color: #000;
	font-size: 21px;
	font-weight: 600;
}

#help .inside-wrap .col-3 .gray {
	color: #565656;
}

#help .inside-wrap .col-3 .address {
	text-align: center;
}

#help .faq {
	margin: 0 -45px;
}

#help .inside-wrap .col-2 {
	float: left;
	padding: 0 45px;
	width: 50%;
}

#help .accordion .ui-icon {
	background-image: unset;
	font-size: 12px;
	height: auto;
	margin-top: 0;
	margin-right: 20px;
	text-indent: 0;
	width: auto;
}

#help .accordion h2 {
	background: #f1f1f3;
	border: none;
	border-radius: 0;
	font-size: 30px;
	font-weight: 600;
	margin: 30px 0 0;
	padding: 10px 25px;outline: 0 !important;
}

#help .accordion h2:first-child {
	margin-top: 0;
}

#help .accordion h2,
#help .accordion h2.ui-accordion-header-active {
	color: #000;
}

#help .accordion .content {
	border: none;
	padding: 20px 0;
}

#help .accordion p {
	color: #62656e;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}

#help .accordion p:last-child {
	margin-bottom: 0;
}

/*----------PRODUCT OVERVIEW----------
--------------------------------------*/
.product-inner {
	padding: 20px 30px 60px;
}

.product-inner .info {
	margin: 0 auto;
	max-width: 1100px;
}

.product-inner .info .col-3 {
	border-right: 1px solid #e3e3e3;
	display: inline-block;
	padding: 0 50px;
}

.product-inner .info .col-3:last-child {
	border: none;
}

.product-inner .info i {
	margin-right: 20px;
	vertical-align: middle;
}

.product-inner .info i.shipping {
	background: rgba(0, 0, 0, 0) url("../images/icon-shipping.png") no-repeat scroll center center / cover ;
    height: 31px;
    width: 27px;
}

.product-inner .info i.bulk {
	background: rgba(0, 0, 0, 0) url("../images/icon-bulk.png") no-repeat scroll center center / cover ;
    height: 28px;
    width: 29px;
}

.product-inner .info i.day {
    background: rgba(0, 0, 0, 0) url("../images/icon-day.png") no-repeat scroll center center / cover ;
    height: 29px;
    width: 29px;
}

.product-inner .info span {
	color: #62656e;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 3px;
	text-align: left;
	text-transform: none;
}

.product-inner .info p {
	color: #202631;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
}

#product-overview .filter,
#product-overview .products {
	float: left;
	padding: 0 15px;
}

#product-overview .filter {
	width: 15%;
}

#product-overview .products {
	width: 85%;
}

#product-overview .filter .mobile-filter {
	display: none;
}

#product-overview .filter .menu {
	margin-bottom: 5px;
}

#product-overview .filter .menu:last-child {
	margin-bottom: 0;
}

#product-overview .filter .menu > a {
	border-bottom: 1px solid #e6e6e6;
	color: #1f2937;
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 0;
}

#product-overview .filter .menu > a i {
	float: right;
	font-size: 20px;
}

#product-overview .filter .menu.open > a i.fa-angle-down,
#product-overview .filter .menu > a i.fa-angle-up {
	display: none;
}

#product-overview .filter .menu > a i.fa-angle-down,
#product-overview .filter .menu.open > a i.fa-angle-up {
	display: block;
}

#product-overview .filter .sub-menu {
	max-height: 0;
	overflow-y: hidden;
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
    position: relative;  
}

#product-overview .filter .open .sub-menu {
	max-height: 281px;  width: 100%;
    overflow-x: hidden;
}
#product-overview .filter .open .sub-menu.open.open-all {
    height: 281px;
    overflow-y: scroll;
}
#product-overview .filter .sub-menu li {
	padding: 10px 20px;
	border-bottom: 1px solid #e6e6e6;
}

#product-overview .filter .sub-menu li.view-more {
	border-bottom: none;
    margin-top: 0;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}

#product-overview .filter .sub-menu .view-more a {
	color: #3a65a1;
	font-size: 12px;
}

#product-overview .filter .sub-menu .view-more a i {
	font-size: 20px;
	margin-left: 5px;
	vertical-align: middle;
}

#product-overview .filter .sub-menu .more {
	display: none;
}

#product-overview .filter .sub-menu.open .more {
	display: block;
}

#product-overview .filter input[type="radio"] ,
#product-overview .filter input[type="checkbox"] {
	display: none;
}

#product-overview .filter input[type="radio"] + span:before,
#product-overview .filter input[type="checkbox"] + span:before  {
	border: 2px solid #919191;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 13px;
	margin-right: 10px;
	vertical-align: middle;
	width: 13px;
}

#product-overview .filter label {
	color: #1f2937;
	cursor: pointer;
	display: block;
	font-size: 12px;
	margin: 0;
}

#product-overview .filter span {
	vertical-align: middle;    overflow: hidden;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#product-overview .filter input[type="radio"]:checked + span:before ,
#product-overview .filter input[type="checkbox"]:checked + span:before {
	background: url(../images/radio-check.jpg) no-repeat center center / cover;
	border-color: #f8071d;
}

#product-overview .filter input[type="radio"]:checked + span ,
#product-overview .filter input[type="checkbox"]:checked + span {
	color: #f8071d;
}

#product-overview .products {
	padding-top: 45px;
}

#product-overview .products p.show-results {
	color: #404040;
	font-size: 14px;
	margin-bottom: 15px;
}

#product-overview .products .custom-row {
	margin: 0 -10px;
}

#product-overview .products .tile {
	float: left;
	min-height: 590px;
	/*margin-bottom: 65px;*/
	padding: 0 10px;
	width: 20%;
}

#product-overview .products .image {
	border: 1px solid #cbcbcb;
	position: relative;
}

#product-overview .products .tile .image img,
#product-overview .products .tile .logo,
#product-overview .products .tile .view {
	transition: opacity 300ms ease-in-out;
}

#product-overview .products .tile:hover .image img,
#product-overview .products .tile:hover .logo {
	opacity: 0.5;
}

#product-overview .products .tile:hover .view {
	opacity: 1;
}

#product-overview .products .view {
	background: #1f2937;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 13px;
	left: 0;
	opacity: 0;
	padding: 15px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}

#product-overview .products .view:hover {
	color: #f80017;
}

#product-overview .products .view i {
	font-size: 18px;
	margin-right: 15px;
	vertical-align: text-top;
}
a.a-cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#product-overview .products .logo {
	/*margin: 25px 0 20px;*/
	margin-bottom: 15px;
	line-height: 60px;
	text-align: center;
}

#product-overview .products .logo img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

#product-overview .products p {
	color: #2a2a2a;
	font-size: 14px;
	line-height: 25px;
	margin-top: 0;
}

#product-overview .products label {
	color: #424242;
	font-size: 18px;
	font-weight: 300;
	margin-right: 10px;
	margin-bottom: 0;
}

#product-overview .products .tile span {
	color: #2a2a2a;
	font-size: 18px;
	font-weight: 700;
}

#product-overview .products .tile span.before {
	color: #808080;
	text-decoration: line-through;
}

#product-overview .products .tile span.after {
	color: #f80017;
}

#product-overview .products .pagination {
	background: #f6f6f8;
	display: block;
	margin: 15px 0 0;
	padding: 10px;
	text-align: center;
}

#product-overview .products .pagination .wrap {
	display: inline-block;
}

#product-overview .products .pagination a.prev-next,
#product-overview .products .pagination ul,
#product-overview .products .pagination li {
	display: inline-block;
}

#product-overview .products .pagination a.prev-next {
	color: #8e8e8e;
	font-size: 16px;
	font-weight: 600;
	margin: 0 80px;
}

#product-overview .products .pagination a.prev-next:hover {
	color: #f8071d;
}

#product-overview .products .pagination a.prev-next i {
	font-size: 25px;
	vertical-align: bottom;
	margin: 0 10px;
}

#product-overview .products .pagination li {
	color: #121212;
	font-size: 16px;
	padding: 0 3px;
}

#product-overview .products .pagination li a {
	color: #f8071d;
	font-weight: 700;
	padding-left: 14px;
}

#product-overview .products .pagination li a:hover,
#product-overview .products .pagination li a.active {
	color: #121212;
}


#product-overview .products .pagination li.total a {
	color: #6b6b6b;
	font-weight: 500;
	padding-left: 0;
}
.results-container img.loading-gif {
    max-width: 250px;
    margin: auto;
}

/*----------PRODUCT DETAIL----------
------------------------------------*/
#product-detail .inside-container {
	max-width: unset;
	width: 64%;
}
#product-detail .product-inner {
	position: relative;min-height: 415px;
}

#product-detail .product-inner .cart {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	position: absolute;
	right: 30px;
	top: 160px;
}

#product-detail .product-inner .cart h5 {
	border-bottom: 1px solid #d8d8d8;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 20px;
}

#product-detail .product-inner .cart h5 i {
	color: #c50517;
	font-style: normal;
}

#product-detail .product-inner .cart .list {
	background: #f1f1f1;
	padding: 0 20px;
}

#product-detail .product-inner .cart .list .custom-row {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px 40px 20px 0;
	position: relative;
}

#product-detail .product-inner .cart .list .custom-row:last-child {
	border: none;
}

#product-detail .product-inner .cart .list .image {
	margin-right: 15px;
	margin-top: 5px;
	max-width: 34px;
	padding: 0;
	width: 100%;
}

#product-detail .product-inner .cart .list p {
	color: #2a2a2a;
	float: left;
	font-size: 12px;
	max-width: 170px;
}

#product-detail .product-inner .cart .list p b {
	font-weight: 600;
}

#product-detail .product-inner .cart .list .delete {
	position: absolute;
	right: 0;
	top: 15px;
}

#product-detail .product-inner .cart .list .delete button {
	background: transparent;
	color: #2a2a2a;
	font-size: 12px;
	padding: 0;
}

#product-detail .product-inner .cart .buttons {
	padding: 15px 20px;
} 

#product-detail .product-inner .cart .buttons a {
	background: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	color: #2a2a2a;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 7px 10px;
	text-align: center;
}

#product-detail .product-inner .cart .buttons button {
	border: 1px solid #c50517;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 7px 10px;
	text-align: center;
	width: 100%;
}

#product-detail .info {
	margin-bottom: 45px;
}

#product-detail .breadcrumbs {
	margin-bottom: 30px;
}

#product-detail .breadcrumbs > * {
	color: #505050;
}
#product-detail .breadcrumbs > a{
	    color: #337ab7;
}
#product-detail .image {
	float: left;
	padding-right: 60px;
	position: relative;
	width: 46%;
}

#product-detail .image .load {
	background: #fff;
	display: none;
	opacity: 0.5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 60px;
}

#product-detail .image .load img {
	display: inline-block;
	vertical-align: middle;
}

#product-detail .image .main-image {
	border: 1px solid #cdcdcd;
	margin-bottom: 20px;     /*min-height: 600px;*/
	background: url('../images/loading.gif') no-repeat center center;
}
#product-detail .image .image-thumbs {
    width: 100%;
}
/*#product-detail .image .image-thumbs.scrollme {
    overflow-x: scroll;
    white-space: nowrap;
}*/
#product-detail .image .image-thumbs li {
	display: inline-block;
	padding: 0 2px;
	width: 26%;
}

#product-detail .image .image-thumbs li a {
	border: 1px solid #e6e6e6;
	display: block;
	max-height: 115px;
	overflow: hidden;
}

#product-detail .image .image-thumbs li a:hover,
#product-detail .image .image-thumbs li a.active {
	border: 3px solid #1f2937;
}

#product-detail .details {
	float: left;
	width: 54%;
}

#product-detail .details .logo {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

#product-detail .details h2 {
	color: #202631;
	display: inline-block;
	margin-bottom: 10px;
}

#product-detail .details .review {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

#product-detail .details .review .stars,
#product-detail .details .review span {
	display: inline-block;
	vertical-align: middle;
}

#product-detail .details .review span {
	color: #2d2d2d;
	font-size: 12px;
	text-decoration: underline;
}

#product-detail .details .price {
	margin-bottom: 20px;
}

#product-detail .details .price span {
	color: #424242;
	font-weight: 300;
}

#product-detail .details .price .before,
#product-detail .details .price .after {
	font-size: 18px;
	font-weight: 600;
}

#product-detail .details .price .before {
	color: #808080;
	text-decoration: line-through;
}

#product-detail .details .price .after {
	color: #f80017;
}

#product-detail .details .label {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
}
#product-detail .image .image-thumbs li a[data-loadimg="0"] {
   /* min-height: 100px;
    min-width: 100px;*/
    display: block;
}

#product-detail .main-image a[data-loadimg="0"] {
    min-height: 400px;
    min-width: 300px;
    display: block;
}
.color-pick .nav-tabs li a {
    border-radius: 0;
    margin-right: 5px;       border: 1px solid #cccccc;
}
.color-pick .nav-tabs li a > span {
    width: 10px;
    height: 20px;
    padding: 0;
    line-height: 20px;
}
.color-pick .nav-tabs{ border-bottom: none; }
.color-pick .nav-tabs>li.active>a, .color-pick .nav-tabs>li>a:hover{
	border-color: #000000;
}
#product-detail .details .color-pick {
	margin-bottom: 20px;
}

#product-detail .details .color-pick label {
	margin-right: 3px;
}

#product-detail .details .color-pick label:last-child {
	margin-right: 0;
}

#product-detail .details .color-pick input[type="radio"] {
	display: none;
}

#product-detail .details .color-pick input[type="radio"] + span {
	content: "";
	border: 1px solid #d7d7d7;
	display: block;
	height: 25px;
	margin-bottom: 0;
	width: 25px;
}
.position-absolute{ position: absolute; top: 0; left: 0; }
.opacity-0{ opacity: 0; visibility: hidden; }
#product-detail .details .color-pick input[type="radio"]:checked + span {
	border: 3px solid #bebcbc;
	border-radius: 3px;
}

#product-detail .details .color .label {
	display: inline-block;
	margin-right: 15px;
}

#product-detail .details .color select {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: url(../images/select-arrow.jpg) no-repeat center right / contain;
	border: 1px solid #cfcfcf;
	max-width: 260px;
	padding: 10px;
	width: 100%;
}

#product-detail .details .size {
	margin:25px 0 35px;
}

#product-detail .details .size .label {
	display: inline-block;
	margin-right: 15px;
}

#product-detail .details .size a {
	color: #3a65a1;
	font-weight: 300;
}

#product-detail .details .size a i {
	margin-left: 5px;
}

#product-detail .details .size a i.fa-caret-up,
#product-detail .details .size.open a i.fa-caret-down,
#product-detail .details .size .table-size {
	display: none;
}

#product-detail .details .size.open a i.fa-caret-up,
#product-detail .details .size a i.fa-caret-down {
	display: inline-block;
}

#product-detail .details .size.open .table-size {
	display: block;
}

#product-detail .details .size table {
	width: 100%;
}

#product-detail .details .size tbody tr:nth-child(odd) {
	background: #f5f5f5;
}

#product-detail .details .size td {
	color: #000;
	padding: 7px 0;
	text-align: center;
	width: 10%;
}

#product-detail .details .size .title {
	text-align: left;
	width: 20%;
}

#product-detail .details .size thead,
#product-detail .details .size .title {
    font-size: 14px;
    font-weight: 600;
}

#product-detail .details .size-price {
	margin: 25px 0 45px; position: relative;
}

#product-detail .details .size-price .prices {
	display: inline-block;
	margin-right: 25px;
	text-align: center;
}

#product-detail .details .size-price .prices:last-child {
	margin-right: 0;
}

#product-detail .details .size-price .label {
	margin: 0;
	text-align: center;
}

#product-detail .details .size-price span {
	color: #f8071d;
	font-weight: 300;
}
#product-detail .details .size-price span.inv-total{ font-size: 12px; color:#666666;  }
#product-detail .details .size-price .box {
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	content: "";
	display: block;
	padding: 11px 0;
	text-align: center;
	width: 55px;
}

#product-detail .details .button button {
	border: 1px solid #c50517;
	color: #fff;
	font-size: 13px;
	margin-right: 30px;
	max-width: 200px;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

#product-detail .details .button button i {
	background: url(../images/add-cart.png) no-repeat center center / cover;
	content: "";
	display: inline-block;
	height: 25px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 25px;
}

#product-detail .details .button a {
	color: #2a2a2a;
	font-size: 12px;
	text-decoration: underline;
}

#product-detail .details .desc {
	border-top: 1px solid #cfcfcf;
	margin-top: 35px;
	padding-top: 30px;
}

#product-detail .details .desc .share span {
	color: #3a65a1;
	vertical-align: middle;
}

#product-detail .details .desc .share a {
	padding: 0 5px;
	vertical-align: middle;
}

#product-detail .details .desc .share i {
	font-size: 18px;
}

#product-detail .details .desc .share .fa-envelope-o {
	color: #5a5a5a;
}

#product-detail .details .desc .share .fa-facebook-official {
	color: #2d589a;
}

#product-detail .details .desc .share .fa-twitter {
	color: #5ba2ce;
}

#product-detail .details .desc .share .fa-pinterest {
	color: #da1000;
}

#product-detail .details .desc p {
	color: #505050;
	font-weight: 500;
	line-height: 25px;
	margin: 20px 0 30px;
}

#product-detail .details .desc p b {
	color: #000000;
	font-weight: 600;
}

#product-detail .details .desc ul {
	list-style: unset;
	margin-left: 15px;
}

#product-detail .details .desc li {
	color: #505050;
	font-weight: 500;
	line-height: 25px;
}

#product-detail .related {
	margin-top: 80px;
}

#product-detail .related ul {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

#product-detail .related li {
	cursor: pointer;
	display: inline-block;
	padding-right: 30px;
}

#product-detail .related li span {
	color: #666666;
	font-size: 24px;
	font-weight: 500;
}

#product-detail .related li:hover span,
#product-detail .related li.active span {
	color: #f8071d;
}

#product-detail .related li span {
	position: relative;
}

#product-detail .related li span i {
	background: #f8071d;
	content: "";
	display: none;
	height: 2px;
	left: 0;
	position: absolute;
	bottom: -6px;
	width: 20px;
}

#product-detail .related li:hover span i,
#product-detail .related li.active span i{
	display: block;
}

#product-detail .related li:before {
	background: #cbcbcb;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 30px;
	vertical-align: middle;
	width: 1px;
}

#product-detail .related li:first-child:before {
	display: none;
}

#product-detail .related li:last-child {
	padding-right: 0;
}

#product-detail .related .tab {
	margin: 0 -10px;
}

#product-detail .related .tile {
	float: left;
	min-height: 500px;
	/*margin-bottom: 65px;*/
	padding: 0 10px;
	width: 20%;
}

#product-detail .related .image {
	border: 1px solid #cbcbcb;
	float: none;
	padding: 0;
	position: relative;
	width: 100%;
}

#product-detail .related .tile .image img,
#product-detail .related .tile .logo,
#product-detail .related .tile .view {
	transition: opacity 300ms ease-in-out;
}

#product-detail .related .tile:hover .image img,
#product-detail .related .tile:hover .logo {
	opacity: 0.5;
}

#product-detail .related .tile:hover .view {
	opacity: 1;
}

#product-detail .related .view {
	background: #1f2937;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 13px;
	left: 0;
	opacity: 0;
	padding: 15px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}

#product-detail .related .view:hover {
	color: #f80017;
}

#product-detail .related .view i {
	font-size: 18px;
	margin-right: 15px;
	vertical-align: text-top;
}

#product-detail .related .logo {
	/*margin: 25px 0 20px;*/
	margin-bottom: 15px;
	line-height: 60px;
	text-align: center;
}

#product-detail .related .logo img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

#product-detail .related p {
	color: #2a2a2a;
	font-size: 14px;
	line-height: 25px;
	margin-top: 0;
}

#product-detail .related label {
	color: #424242;
	font-size: 18px;
	font-weight: 300;
	margin-right: 10px;
	margin-bottom: 0;
}

#product-detail .related span {
	color: #2a2a2a;
	font-size: 18px;
	font-weight: 700;
}

#product-detail .related span.before {
	color: #808080;
	text-decoration: line-through;
}

#product-detail .related span.after {
	color: #f80017;
}

#product-detail .reviews span.title {
	border-bottom: 1px solid #cbcbcb;
	color: #f80017;
	display: block;
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	position: relative;
}

#product-detail .reviews span.title:after {
	background: #f42430;
	bottom: -5px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: relative;
	width: 20px;
}

#product-detail .reviews .overview {
	border: 1px solid #cbcbcb;
	float: left;
	max-width: 380px;
	padding: 25px 70px;
	text-align: center;
}
#product-detail .reviews .overview i.pe-7s-star {
    font-size: 42px;
}
#product-detail .reviews .overview i.pe-7s-star:hover,
#product-detail .reviews .overview i.pe-7s-star.color-me-red{ color:#b00000; }

#product-detail .reviews .overview h6 {
	color: #000000;
	display: inline-block;
	font-family: "Rajdhani",sans-serif;
	font-size: 45px;
	font-weight: 600;
}

#product-detail .reviews .overview span {
	color: #424242;
	font-family: "Rajdhani",sans-serif;
	font-size: 16px;
	font-weight: 600;
}

#product-detail .reviews .overview p {
	color: #2a2a2a;
	font-size: 18px;
}

#product-detail .reviews .chart {
	float: left;
	margin-left: 20px;
	max-width: 245px;
	padding: 20px 0;
	width: 100%;
}

#product-detail .reviews .col-bar {
	margin-bottom: 15px;
}

#product-detail .reviews .col-bar:last-child {
	margin-bottom: 0;
}

#product-detail .reviews .col-bar span {
	color: #2a2a2a;
}

#product-detail .reviews .col-bar .bar {
	background: #ebebeb;
	content: "";
	display: inline-block;
	float: right;
	height: 16px;
	position: relative;
	width: 74%;
}

#product-detail .reviews .col-bar .bar:before {
	background: #d41314;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
}

#product-detail .reviews .five .bar:before {
	width: 130px;
}

#product-detail .reviews .four .bar:before {
	width: 20px;
}

#product-detail .reviews .three .bar:before {
	width: 20px;
}

#product-detail .reviews .two span {
	font-style: italic;
}

#product-detail .reviews .one .bar:before {
	width: 20px;
}

#product-detail .write-review {
	float: right;
	max-width: 320px;
	padding: 50px 0;
	width: 100%;
}

#product-detail .write-review p {
	color: #2a2a2a;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}

#product-detail .write-review a,
#product-detail .write-review button {
	background: #f8071d;
	border: 1px solid #c50517;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	padding: 7px 20px;
	text-align: center;
	width: 100%;
}

#product-detail .comments {
	margin-top: 70px;
}

#product-detail .comments .col {
	border-bottom: 1px solid #d8d8d8;
	padding: 25px 0;
}

#product-detail .comments .col:first-child {
	border-top: 1px solid #d8d8d8;
}

#product-detail .comments .desc {
	float: left;
	position: relative;
	width: 67%;
}

#product-detail .comments .desc h6 {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

#product-detail .comments .desc img {
	width: auto; display: inline-block;
}

#product-detail .comments .desc span {
	color: #3c3c3c;
	font-size: 13px;
	margin: 10px 0;
}
#product-detail .comments .desc span.uk-display-block,
span.uk-display-block { display: block; }
#product-detail .comments .desc span.date {
	color: #8f8f8f;
	font-size: 14px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#product-detail .comments .desc p {
	color: #3c3c3c;
	line-height: 25px;
}

#product-detail .comments .survey {
	float: right;
	padding-right: 30px;
	padding-left: 15px;
}

#product-detail .comments .survey span {
	color: #3c3c3c;
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

#product-detail .comments .survey label {
	display: block;
	margin-bottom: 15px;
}

#product-detail .comments .survey label input {
	display: none;
}

#product-detail .comments .survey label span {
	color: #135abd;
	font-size: 13px;
	font-weight: 600;
}

#product-detail .comments .survey label i.fa {
	color: #135abd;
	margin-right: 5px;
}

#product-detail .comments .survey label:last-child {
	margin-bottom: 0;
}

#product-detail .comments .survey label i {
	color: #3c3c3c;
	font-style: normal;
}

#product-detail .comments a {
	display: block;
	color: #195ebf;
	font-size: 16px;
	margin-top: 40px;
	text-align: center;
}

#product-detail .user-rating {
	margin-top: 30px;
}

#product-detail .user-rating .star-rate {
	display: inline-block;
}

#product-detail .user-rating span {
	display: block;
	color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

#product-detail .user-rating .star-rate input {
	display: none;
}

#product-detail .user-rating .star-rate label {
	color: #c7c3c8;
	float: right;
	margin-bottom: 0;
}

#product-detail .user-rating .star-rate label:before {
	content: "\f005";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 20px;
}

#product-detail .user-rating .star-rate label.half:before {
	content: "\f089";
	position: absolute;
}

#product-detail .user-rating .star-rate input:checked ~ label:before,
#product-detail .user-rating .star-rate label:hover ~ input:checked ~ label:before {
	color: #f8071d;
}

#product-detail .user-rating .star-rate label:hover:before,
#product-detail .user-rating .star-rate label:hover ~ label:before,
#product-detail .user-rating .star-rate input:checked ~ label:hover:before {
	color: #f65362;
}

#product-detail .user-rating .row-rate {
	margin-top: 20px;
}

#product-detail .user-rating .row-rate label {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

#product-detail .user-rating input,
#product-detail .user-rating textarea {
	border: 1px solid #878787;
    color: #6b6b6b;
    font-size: 12px;
    padding: 10px;
}

#product-detail .user-rating textarea {
	height: 150px;
}

#product-detail .user-rating button {
	background: #fb051c none repeat scroll 0 0;
    border: 1px solid #c50616;
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
    padding: 7px 10px;
    text-align: center;
}
.color-pick .nav-tabs li.color-hex-item-li a {
    padding: 0;
    position: relative;
    height: auto;
    display: block;
    margin-right: 8px; float: left;     margin-bottom: 8px;
}
.color-pick .nav-tabs li a > span.color-hex-item {
     padding:8px 1px;float: left; width:auto;
}
.color-pick .nav-tabs li.color-hex-item-li a span.color-hex-item-3 {
   padding-left: 4px;

}
.color-pick .nav-tabs li.color-hex-item-li a span.color-hex-item-2 {
    padding-left: 8px;
}
.color-pick ul .color-hex-item-li a span.color-hex-item-1 {
    padding-left: 18px;
}
.no-products-found{margin-bottom: 30px;}

/* PRODUCT DETAIL ADD TO CART */
.modal.website-notification-simple .modal-dialog {
    margin-top: 14%;
}
.modal.website-notification-simple .modal-dialog .website-notification-simple-msg{ margin-bottom: 0; }

/*----------CHECKOUT----------
------------------------------*/
.checkout-page .title {
	margin-bottom: 50px;
}

.checkout-page .title h2,
.checkout-page .title ul {
	display: inline-block;
	vertical-align: top;
}

.checkout-page .title ul {
	border-top: 3px solid #a9abaf;
	margin-left: 30px;
	margin-top: 15px;
	position: relative;
}

.checkout-page .title ul:after {
	background: #a9abaf;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: -3px;
	top: -10px;
	width: 3px;
}

.checkout-page .title li {
	color: #a9abaf;
	float: left;
	font-size: 14px;
	font-weight: 700;
	padding-top: 5px;
	padding-right: 115px;
	text-transform: uppercase;
}
.checkout-page .title li a {
    color: #a9abaf;
}
.checkout-page .title li.active ,
.checkout-page .title li.active a {  
	color: #f8071d;
}

.checkout-page .title li:last-child {
	padding-right: 0;
}

#shipping .title ul:before {
	background: #f8071d;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	top: -3px;
	width: 200px;
}

#shipping .title ul i {
	color: #f8071d;
	font-size: 20px;
	left: 190px;
	position: absolute;
	top: -16px;
}
#shipping .title ul.payment i.fa.fa-shopping-cart {
    left: 58%;
}
#shipping .title ul.payment:before{
	width: 60%;
}
#shipping .title ul.payment.placeorder:before {
    width: 92%;
}
#shipping .title ul.payment.placeorder i.fa.fa-shopping-cart {
    left: 91%;
}
#shipping .address p {
	color: #62656e;
	margin-top: 20px;
}

#shipping .address .content {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	margin-top: 15px;
	padding: 25px 0 60px;
}

#shipping .address .content .wrap {
	max-width: 230px;
}

#shipping .address .content span.bold {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

#shipping .address .content p {
	line-height: 25px;
	margin-top: 0;
}

#shipping .address .content a {
	background: #f8071d;
	border: 1px solid #c50517;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 13px;
	margin: 15px 0;
	padding: 7px 10px;
	text-align: center;
}

#shipping .address .content button,
#shipping .address .content .button {
	background: #f5f5f5;
	border: 1px solid #cfcfcf;
	color: #2a2a2a;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	width: 49%;
}

#shipping .new-address {
	margin-top: 30px;
	max-width: 460px;    display: inline-block;
}
#shipping .new-address.billing-address {
    padding-left: 25px;
}

#shipping .new-address h5 {
	color: #000;
	font-size: 26px;
	font-weight: 600;
}

#shipping .new-address p {
	color: #62656e;
}

#shipping .new-address .col-form {
	margin-bottom: 15px;
}

#shipping .new-address .col-form:last-child {
	margin-bottom: 0;
	text-align: right;
}

#shipping .new-address label {
	font-weight: 600;
}


#shipping .new-address input {
	border: 1px solid #bbbbbb;
	color: #62656e;
	font-size: 12px;
	padding: 7px 10px;
}

#shipping .new-address button {
	border: 1px solid #c50517;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin-top: 10px;
	max-width: 230px;
	padding: 7px 10px;
	text-align: center;
	width: 100%;
}
.credit-card-flds .display-inline {
    width: 8%;
    position: relative;
    display: inline-block;
}

/*----------CART----------
--------------------------*/
#cart .inside-container {
	max-width: unset;
	width: 64%;
}

#cart table {
	margin: 30px 0 200px;
}
#cart .image {
	padding: 0 15px;
	width: 10%;
}

#cart .item {
	padding: 0 15px;
	width: 38%;
}

#cart .price {
	padding: 0 40px;
	width: 10%;
}

#cart .qty {
	padding: 0 130px;
	width: 27%;
}

#cart .total {
	padding-left: 30px;
}

#cart tr {
	border-bottom: 1px solid #e1e1e1;
}

#cart thead td {
	color: #000000;
	font-weight: 700;
	padding-bottom: 15px !important;
	text-transform: uppercase;
}

#cart tbody td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	vertical-align: middle;
}

#cart .item p,
#cart .item span {
	color: #2a2a2a;
	line-height: 20px;
}

#cart .item span {
	display: block;
	font-size: 12px;
}

#cart .item a {
	color: #f8071d;
	font-size: 12px;
}

#cart .price span {
	color: #2a2a2a;
}

#cart .price span.before {
	text-decoration: line-through;
}

#cart .price span.after {
	color: #135abd;
}

#cart .qty input {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #2a2a2a;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 7px 10px;
	text-align: center;
}

#cart .qty button {
	background: transparent;
	color: #f8071d;
	font-size: 12px;
	padding: 0;
}

#cart tbody .total {
	padding-top: 40px !important;
	vertical-align: top;
}

#cart .total span {
	color: #2a2a2a;
}

#cart .inside-wrap {
	position: relative;
}

.cart-page .subtotal {
	position: absolute;
	right: 30px;
	top: 125px;    z-index: 9;
    background-color: #ffffff;    max-width: 330px;
}

.cart-page .subtotal .wrap {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
}

.cart-page .subtotal .info {
	padding: 15px 20px;
}

.cart-page .subtotal .info i {
	background: url(../images/info.png) no-repeat center center / cover;
	content: "";
	display: inline-block;
	height: 13px;
	margin-right: 5px;
	vertical-align: top;
	width: 6px;
}

.cart-page .subtotal .info p {
	color: #2a2a2a;
	display: inline-block;
	font-size: 12px;
	max-width: 240px;
}

.cart-page .subtotal .info span {
	color: #c50517;
}

.cart-page .subtotal .info a {
	color: #135abd;
}

.cart-page .subtotal .total-price {
	background: #f1f1f1;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	padding: 20px;
}

.cart-page .subtotal .total-price h6 {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}

.cart-page .subtotal .total-price h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.cart-page .subtotal .total-price h5 span {
	color: #c50517;
}

.cart-page .subtotal .total-price a {
	background: #f8071d;
	border: 1px solid #c50517;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px;
	text-align: center;
}

.cart-page .subtotal .estimate {
	padding: 15px 20px;
}

.cart-page .subtotal .estimate a {
	color: #2a2a2a;
	display: block;
	font-size: 12px;
}

.cart-page .subtotal .estimate a i {
	font-size: 18px;
	float: right;
}

.cart-page .subtotal .coupon {
	margin-top: 60px;
}

.cart-page .subtotal .coupon input {
	border-bottom: 1px solid #e1e1e1;
	color: #2a2a2a;
	font-size: 18px;
	float: left;
	padding:5px 10px;
	width: 72%; outline: none !important;
}

.cart-page .subtotal .coupon button {
	border: 1px solid #c50517;
	border-radius: 3px;
	color: #fff;
	float: left;
	padding: 7px 5px;
	width: 28%;transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	-webkit-transition: opacity 500ms ease-in-out;
}
.cart-page .subtotal .coupon button[disabled] {
    opacity: 0.2;
}
.cart-page .subtotal .coupon button .fa-spinner{
	display: none;
}
.cart-page .subtotal .coupon button[disabled].validating .fa-spinner{
	display: inline-block;
}
.position-relative {
    position: relative;
}
.cart-page .subtotal .coupon .alert {
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: 5px 10px;
    margin: auto;
}
.alert.alert-error {
    color: #f00000;
}

.coupon-enter-code{
    position: relative;
}
.coupon-enter-code input{
     display: inline-block;
    float: left;
    width: 69%;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    outline: 0;
}
.coupon-enter-code button{
    display: inline-block;
    float: right;
    width: 30%;
    padding: 7px;
    color: #ffffff;
}
.checkout-page .coupon-enter-code{ display: block !important;position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto; }

/*----------CUSTOMER SERVICE----------
--------------------------------------*/
#customer-service .title {
	margin-bottom: 30px;
}

#customer-service .title span {
	color: #62656e;
	font-size: 12px;
}

#customer-service .title p {
	color: #62656e;
    margin-top: 10px;
}

#customer-service .title p a {
	color: #fb051c;
}

#customer-service .inside-container > .custom-row {
	margin: 0 -20px;
}

#customer-service .col {
	float: left;
	padding: 0 20px;
	width: 50%;
}

#customer-service .inside-wrap form {
	border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 20px;
}

#customer-service .inside-wrap form p {
	color: #62656e;
	font-size: 13px;
	margin-bottom: 20px;
}

#customer-service .inside-wrap form .custom-row {
	margin: 0 -10px 20px;
}

#customer-service .inside-wrap form .col-form {
	float: left;
	padding: 0 10px;
	width: 50%;
}

#customer-service .inside-wrap form .full-form {
	padding: 0 10px;
}

#customer-service .inside-wrap form label {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

#customer-service .inside-wrap form label i {
	color: #f8071d;
}

#customer-service .inside-wrap form input,
#customer-service .inside-wrap form select,
#customer-service .inside-wrap form textarea {
	border: 1px solid #878787;
    color: #6b6b6b;
    font-size: 12px;
    padding: 10px;
}

#customer-service .inside-wrap form textarea {
	height: 150px;
	resize: vertical;
}

#customer-service .inside-wrap form select {
	border-radius: 3px;
	padding: 9px 10px;
	width: 100%;
}

#customer-service .inside-wrap form button {
	background: #fb051c none repeat scroll 0 0;
    border: 1px solid #c50616;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px 30px;
}

#customer-service .inside-wrap form span {
	color: #62656e;
	font-size: 12px;
}

#customer-service .desc a {
	color: #fb051c;
	font-size: 16px;
	margin-bottom: 15px;
}

#customer-service .desc p {
	color: #62656e;
	margin: 20px 0;
}

#customer-service .desc p.quote {
	margin: 0;
}

#customer-service .desc p.quote i {
	color: #fb051c;
}

#customer-service .desc span {
	color: #1f2937;
	display: block;
	font-size: 12px;
}

#customer-service .desc .address {
	margin: 20px 0;
	max-width: 160px;
}

#customer-service .desc .address p {
	margin: 0;
}

#customer-service .desc .shipping {
	margin-top: 20px;
}

#customer-service .desc .shipping p {
	margin: 0;
}

#customer-service .desc .shipping a.image {
	margin: 10px 0;
}

#customer-service .desc .shipping .custom-row {
	margin: 20px -5px 0;
}

#customer-service .desc .shipping .col-2 {
	float: left;
	padding: 0 5px;
	width: 50%;
}

#customer-service .desc .shipping .col-2 a {
	margin: 0;
}

#customer-service .desc .shipping .col-2 img {
	max-width: 135px;
}

/*----------SHIPPING----------
------------------------------*/
#shipping-policy .inside-wrapp {
	color: #62656e;
	font-size: 18px;
	margin-bottom: 20px;
}

#shipping-policy .inside-wrap .image {
	max-width: 772px;
}

#shipping-policy .inside-wrap h2 {
	margin: 50px 0 10px;
}

#shipping-policy .inside-wrap .gif {
	float: left;
	margin-left: auto;
	margin-right: 40px;
	margin-bottom: 20px;
	max-width: 135px;
}

#shipping-policy .inside-wrap ul {
	list-style: initial;
	padding-left: 20px;
}

#shipping-policy .inside-wrap li {
	color: #62656e;
	margin-bottom: 15px;
}

/*#shipping-policy .inside-wrap li span {
	background: #ddffdd;
}*/

#shipping-policy .inside-wrap li span,
#shipping-policy .inside-wrap li b {
	color: #1f2937;
	font-weight: 600;
}
.margin-top-small{ margin-top: 10px; }
.col-form.estimation-result {
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 10px;
}
.estimation-result label {
    font-weight: 300;
    font-size: 12px;
    position: relative;
    top: 0px;
}
.estimation-result strong {
    text-align: right;
    float: right;
    color: #000000;
}
.estimation-result p.my-tip2 a {
    display: none !important;
}
.estimation-result p.my-tip2 {
    font-size: 10px;
    line-height: 12px;
    opacity: 0.7;
}
/* ---- checkout ----- */
button#proceedtoplaceorder {
    color: #ffffff;
    margin-top: 10px;
}

.cart-item-total {
    background-color: #f4f4f4;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cart-item-total td {
    padding: 10px;
}
#ccInformation .margin-top {
    margin-top: 10px;
}
#ccInformation .margin-top  label {    
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

table.order-review{
    width: 100%;
    max-width: 650px;    margin-top: 10px;
}
tr.cart-item td {
    padding: 10px 10px 19px;
    border-top: 1px solid #e4e4e4;
}
#place_order_modal .modal-dialog {
    margin-top: 7%;
}
#place_order_modal .modal-dialog .modal-content {
    border-radius: 0;
    padding: 20px 10px;
    text-align: center;
    border: 10px solid #e4e4e4;
}

/*----------POLICIES----------
------------------------------*/
#policies .inside-wrap h3 {
	background: transparent;
	border: none;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	padding: 0;
}

#policies .inside-wrap h3 span {
	background: transparent;
	color: #f8071d;
	height: auto;
	margin: 0 10px 0 0;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
}

#policies .inside-wrap .scroll-nav {
	border: none;
}

#policies .inside-wrap span {
	color: #f8071d;
	font-size: 16px;
	font-weight: 600;
}

#policies .inside-wrap ul {
	list-style: initial;
}

#policies .inside-wrap li {
	color: #62656e;
	line-height: 25px;
}

#policies .inside-wrap li.mark {
	color: #f8071d;
	padding: 0;
}

#policies .inside-wrap li a,
#policies .inside-wrap p {
	color: #62656e;
}

#policies .inside-wrap b {
	font-weight: 700;
}

#policies .inside-wrap .scroll-nav > ul {
	column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	-webkit-column-count: 2;
}

#policies .inside-wrap .scroll-nav ul {
	list-style: none;
}

/*#policies .inside-wrap .scroll-nav ul li {
	margin-bottom: 10px;
}*/

#policies .inside-wrap .sub {
	margin-top: 5px;
	padding-left: 20px;
}

#policies .inside-wrap .scroll-nav .sub li {
	margin-bottom: 0;
}

#policies .inside-wrap .content {
	border-top: 2px solid #d8d8d8;
	margin-top: 50px;
}

#policies .inside-wrap .content .wrap {
	border-bottom: 2px solid #d8d8d8;	
	padding: 30px 20px;
}

#policies .inside-wrap .content .wrap span {
	margin-bottom: 10px;
}

#policies .inside-wrap .content .wrap ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

#policies .inside-wrap .content .wrap ul:last-child {
	margin-bottom: 0;
}

#policies .inside-wrap .content .wrap a {
	color: #f8071d;
}

#policies .inside-wrap .content .wrap h4,
#policies .inside-wrap .content .wrap h5,
#policies .inside-wrap .content .wrap p {
	margin-bottom: 15px;
}

#policies .inside-wrap .content .wrap h5 {
	font-size: 18px;
	font-weight: 600;
}

#policies .inside-wrap .content .wrap h6 {
	display: inline-block;
	font-weight: 700;
	margin-left: 25px;
}

#policies .inside-wrap .content .wrap p:last-child {
	margin-bottom: 0
}

#policies .inside-wrap .content .wrap .address {
	margin-bottom: 15px;
	max-width: 160px;
}

#policies .inside-wrap .content .wrap .address p {
	margin-bottom: 0;
}

/*----------GLOSSARY----------
------------------------------*/
#glossary .scroll .glossary-nav {
	top: 85px;
}

#glossary .glossary-nav {
	background: #fff;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: -55px;
	transition: top 300ms ease-in-out;
	-moz-transition: top 300ms ease-in-out;
	-o-transition: top 300ms ease-in-out;
	-webkit-transition: top 300ms ease-in-out;
	z-index: 9999;
}

#glossary .glossary-nav ul {
	display: inline-block;
}

#glossary h2 {
	margin-bottom: 40px;
}

#glossary .section-nav {
	margin-bottom: 40px;
}

#glossary .section-nav li,
#glossary .glossary-nav li {
	display: inline-block;
	padding: 10px;
}

#glossary .section-nav li a,
#glossary .glossary-nav li a {
	color: #f8071d;
	font-size: 24px;
	font-weight: 600;
}

#glossary .content {
	border: 1px solid #d8d8d8;
	padding: 20px;
}

#glossary .content .wrap {
	margin-bottom: 20px;
}

#glossary .content .wrap:last-child {
	margin-bottom: 0;
}

#glossary .content h3 {
	background: #e8e8e8;
	border: none;
	color: #f8071d;
	font-size: 21px;
	font-weight: 600;
}

#glossary .content h3 span {
	background: transparent;
	color: #000;
	font-size: 10px;
	height: auto;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 0;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
}

#glossary .content > div {
	border: none;
}

#glossary .content span {
	color: #f8071d;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

#glossary .content p {
	color: #62656e;
	margin-bottom: 10px;
}

#glossary .content p:last-child {
	margin-bottom: 0;
}

/*----------WAREHOUSE----------
-------------------------------*/
#warehouse-locations .content img {
	margin-top: 30px;
	width: auto;
}

/*----------FORGOT----------
------------RESET-----------*/
#forgot .forgot-form,
#reset .reset-form {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 350px;
    padding: 20px;
}

#forgot .forgot-form h2,
#reset .reset-form h2 {
    margin-bottom: 25px;
}

#forgot .forgot-form .col-form,
#reset .reset-form .col-form {
	margin-bottom: 20px;
}

#forgot .forgot-form label,
#reset .reset-form label {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

#forgot .forgot-form input,
#reset .reset-form input {
    border: 1px solid #878787;
    color: #6b6b6b;
    font-size: 12px;
    padding: 10px;
}

#forgot .forgot-form button,
#reset .reset-form button {
    background: #fb051c none repeat scroll 0 0;
    border: 1px solid #c50616;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
}

#forgot .forgot-form a,
#reset .reset-form a {
    color: #f8071d;
    font-size: 12px;
}
input#check_inventory {
    position: relative;
    /*float: right;*/
    max-width: 300px;
    margin-top: 20px;
    background: #f8071d none repeat scroll 0 0;
    border: 1px solid #c50517;
}
/*----------USER DASHBOARD----------
------------------------------------*/
#user-dashboard .inside-container h2 {
    margin-bottom: 25px;
}

#user-dashboard .inside-container a {
    color: #f8071d;
    font-size: 18px;
}

#user-dashboard .menu .container {
	padding: 0;
}

#user-dashboard .menu .btn {
	background: #fb051c;
	border: 1px solid #c50616;
	color: #fff;
	font-size: 16px;
}

#user-dashboard .dropdown {
	border: 1px solid #d8d8d8;
    display: inline-block;
	margin: 25px 0;
}

#user-dashboard .dropdown span {
	background: #d8d8d8;
	color: #1f2937;
	cursor: pointer;
	font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
}

#user-dashboard .dropdown ul {
	display: none;
}

#user-dashboard .dropdown.open ul {
	display: block;
}

#user-dashboard .dropdown span i {
	font-weight: 800;
	margin-left: 5px;
}

#user-dashboard .dropdown .fa-angle-up,
#user-dashboard .dropdown.open .fa-angle-down {
	display: none;
}

#user-dashboard .dropdown .fa-angle-down,
#user-dashboard .dropdown.open .fa-angle-up {
	display: inline-block;
}

#user-dashboard .dropdown li a {
	color: #333;
	display: block;
	font-size: 14px;
	padding: 5px 20px;
}

#user-dashboard .dropdown li {
	border-bottom: 1px solid #d8d8d8;
}

#user-dashboard .dropdown li:last-child {
	border-bottom: none;
}

#user-dashboard .dropdown li a:hover{
	background: #d8d8d8;
}

#user-dashboard .panel-title a {
	display: block;
}

#user-dashboard .panel-title a i {
	float: right;
}

#user-dashboard .open .panel-title a .fa-plus,
#user-dashboard .panel-title a .fa-minus {
	display: none;
}

#user-dashboard .open .panel-title a .fa-minus,
#user-dashboard .panel-title a .fa-plus {
	display: block;
}

#user-dashboard .panel-body {
	padding: 30px;
}

#user-dashboard .panel-body label {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

#user-dashboard .panel-body label.thesame-as-billing {
    font-weight: 400;
    position: relative;
    top: -2px;
}
#user-dashboard .panel-body label.thesame-as-billing i {
    position: relative;
    top: 2px;
}
#user-dashboard .panel-body label.thesame-as-billing.yes {
    color: #228A22;
}

#user-dashboard .panel-body input {
    border: 1px solid #878787;
    color: #6b6b6b;
    font-size: 12px;
    padding: 10px;
}

#user-dashboard .panel-body .wrap {
	margin-bottom: 20px;
}

#user-dashboard .panel-body .wrap:last-child {
	margin-bottom: 0;
}

#user-dashboard .tab-form button {
    background: #fb051c none repeat scroll 0 0;
    border: 1px solid #c50616;
    color: #fff;
    font-size: 13px;
    margin-bottom: 50px;
    padding: 7px 30px;
    text-align: center;
}
/* MY ORDERS */
#user-dashboard .my-orders .panel-title a {
    position: relative;
    padding-left: 35px;
}
#user-dashboard .my-orders .panel-title a span.pe-7s-clock ,
#user-dashboard .my-orders .panel-title a span.pe-7s-check {
    font-size: 28px;
    position: absolute;
    top: -4px;
    left: 0;
}
#user-dashboard .my-orders .panel-title a span.pe-7s-clock{
    color: #F18A05;
	
}
#user-dashboard .my-orders .panel-title a .black {
    color: #000000;
}

#db-order-history table td {
	text-align: left !important;
}

/*----------RESPONSIVE----------
--------------------------------*/
@media (max-width: 1888px) {
	header nav li {
	    padding: 20px 2.4%;
	}
}

@media (max-width: 1822px) {
	header nav li {
	    float: left;
	    padding: 20px 2.2%;
	}
}

@media (max-width: 1819px) {
	header form {
		width: 61%;
	}
}

@media (max-width: 1800px) {
	#product-detail .inside-container,
	#cart .inside-container {
		width: 60%;
	}
}

@media (max-width: 1756px) {
	/* HOME */
	#home .notes .col {
		padding: 0 3.5%;
	}
}

/*@media (max-width: 1752px) {
	header nav li {
		width: 7.4%;
	}
}*/

@media (max-width: 1720px) {
	#home .sales .image2 {
		background-position: 85% 10px;
		background-size: 55%;
	}
}

@media (max-width: 1694px) {
	header nav li {
	    padding: 20px 2%;
	}
}

@media (max-width: 1682px) {
	header form {
		width: 58%;
	}
}

@media (max-width: 1670px) {
	#home .sales .image2 {
		background-position: 95% 20px;
	}
}

/*@media (max-width: 1653px) {
	header nav li {
		width: 7.2%;
	}
}*/

@media (max-width: 1632px) {
	/* HOME */
	#home .notes .col {
		padding: 0 2.5%;
	}
}

@media (max-width: 1610px) {
	#product-overview .products .tile,
	#product-detail .related .tile {
		min-height: 500px;
	}

	#home .filter .grid .tile {
		min-height: 480px;
	}
}

@media (max-width: 1600px) {
	#product-detail .inside-container,
	#cart .inside-container {
		width: 55%;
	}

	#cart .image,
	#cart .qty {
		width: 20%;
	}

	#cart .qty {
		padding: 0 70px;
	}
}

@media (max-width: 1587px) {
	header nav li {
	    float: left;
	    padding: 20px 1.7%;
	}
}

@media (max-width: 1565px) {
	header form {
		width: 55%;
	}
}

@media (max-width: 1532px) {
	header nav {
		padding: 0 15px;
	}

	header nav li {
	    float: left;
	    padding: 20px 1.2%;
	}
}

@media (max-width: 1526px) {
	/* HOME */
	#home .notes i {
		margin-right: 10px;
	}
}

@media (max-width: 1500px) {
	#product-overview .filter {
		width: 20%;
	}

	#product-overview .products {
	    width: 80%;
	}

	#product-detail .inside-container,
	#cart .inside-container {
		margin: 0;
		width: 75%;
	}

	#cart .image {
		width: 15%;
	}
}

@media (max-width: 1480px) {
	#home .sales .bg-image {
		background-size: 100%;
	}

	#home .sales .image2 {
		background-position: 95% 50px;
		background-size: 45%;
	}
}

@media (max-width: 1471px) {
	/* HOME */
	#home .notes {
		padding: 0 0 20px;
	}
}
@media (max-width: 1463px) {
	header form {
		width: 52%;
	}
}

/*@media (max-width: 1439px) {
	header nav li {
		padding: 0 1.2%;
	}
}*/

/*@media (max-width: 1399px) {
	header nav li {
		padding: 0 1.1%;
	}
}*/

@media (max-width: 1400px) {
	header nav li {
	    float: left;
	    padding: 20px 1.3%;
	}
}

@media (max-width: 1385px) {
	#home .inner .category {
		padding: 0 3.5% 0 40px;
	}
}

@media (max-width: 1374px) {
	header form {
		width: 49%;
	}
}

@media (max-width: 1361px) {
	#home .notes .col {
	    padding: 0 1.5%;
	}
}

/*@media (max-width: 1360px) {
	header nav li {
		padding: 0 1%;
	}
}*/

@media (max-width: 1330px) {
	#product-detail .inside-container,
	#cart .inside-container {
		width: 70%;
	}
}

/*@media (max-width: 1325px) {
	header nav li.tshirt {
		width: 9%;
	}

	header nav li.return {
		margin-top: 15px;
	}

}*/

@media (max-width: 1309px) {
	footer .logo {
		padding-right: 50px;
	}
}

@media (max-width: 1297px) {
	header form {
		width: 46%;
	}
}

@media (max-width: 1280px) {
	#home .filter .grid .tile {
		width: 25%;
	}

	#home .sales .image1 {
	    background-position: 100px 80px;
	}

	#home .sales .image3 {
	    background-position: 80px top;
	}

	#home .sales .tile2 .bg-image,
	#home .sales .tile1 {
	    padding: 30px 25px;
	}

	#home .sales .image2 {
	    background-position: 95% bottom;
	    background-size: 40% auto;
	}
}

@media (max-width: 1272px) {
	#home .notes p,
	#home .notes i {
		vertical-align: middle;
	}

	#home .notes i.shipping {
		height: 23px;
		width: 20px;
	}

	#home .notes i.bulk {
		height: 26px;
		width: 27px;
	}

	#home .notes i.day {
		height: 23px;
		width: 23px;
	}

	#home .filter .grid .view i {
		margin-right: 5px;
		vertical-align: bottom;
	}

	#home .filter .grid .view {
		font-size: 12px;
	}
}

@media (max-width: 1252px) {
	header nav li {
	    padding: 20px 1%;
	}
}

@media (max-width: 1246px) {
	#home .notes p,
	#home .notes p span {
		font-size: 12px;
	}
}

@media (max-width: 1226px) {
	header form {
		width: 42%;
	}
}

@media (max-width: 1223px) {
	header .bottom .category .submenu {
		padding-right: 10px;
	}

	header .bottom li {
		padding: 0 10px;
	}

	/*header nav li.tshirt {
		font-size: 17px;
		width: 8%;
	}

	header nav li.return {
		margin-top: 10px;
	}*/
}

/*@media (max-width: 1214px) {
	header nav li {
		padding: 0 10px;
	}
}*/

@media (max-width: 1206px) {
	#home .inner .category {
		padding: 0 2.5%;
	}
}

@media (max-width: 1199px) {
	#product-overview .product-inner > .custom-row {
		margin-top: 30px;
	}

	#product-overview .filter {
	    width: 25%;
	}

	#product-overview .products {
		padding-top: 0;
	    width: 75%;
	}

	#product-overview .products .tile,
	#product-detail .related .tile  {
		min-height: 430px;
		width: 25%;
	}
}

@media (max-width: 1177px) {
	header nav li {
	    padding: 20px 8px;
	}
}

@media (max-width: 1159px) {
	/* PRODUCT */
	.product-inner .info .custom-row {
		text-align: center;
	}

	.product-inner .info .col-3 {
		padding: 0 30px;
	}
}

@media (max-width: 1144px) {
	header form {
		width: 39%;
	}
}

@media (max-width: 1109px) {
	footer .logo {
		padding-right: 25px;
	}
}

@media (max-width: 1106px) {
	#home .sales .image3 {
		background-position: 80px bottom;
	}
}

@media (max-width: 1100px) {
	#product-detail .inside-container,
	#cart .inside-container {
		width: 65%;
	}

	#cart .image {
		padding: 0;
	    width: 20%;
	}

	#cart .qty {
	    padding: 0 35px;
	}
}

@media (max-width: 1097px) {
	#home .notes .custom-row {
		display: flex;
		-moz-display: flex;
		-o-display: flex;
		-webkit-display: flex;
	}

	#home .notes .col {
		display: block;
	}

	#home .notes i.shipping {
		height: 20px;
    	width: 17px;
	}

	#home .notes i.bulk {
	    height: 22px;
	    width: 23px;
	}

	#home .notes i.day {
		height: 19px;
		width: 19px;
	}
}

@media (max-width: 1094px) {
	header nav li {
		padding: 20px 5px;
	}
}

@media (max-width: 1090px) {
	header form {
		width: 34.5%;
	}
}

@media (max-width: 1080px) {
	header .menu-top {
		padding: 10px 0;
	}

	header nav {
		padding: 0px 10px;
	}
}

@media (max-width: 1075px) {
	#product-overview .products .pagination .wrap {
		display: block;
	}

	#product-overview .products .pagination a.prev-next {
		margin: 0;
	}

	#product-overview .products .pagination a.prev-next:first-child {
		float: left;
	}

	#product-overview .products .pagination a.prev-next:last-child {
		float: right;
	}
}

@media (max-width: 1066px) {
	#home .notes .custom-row {
		display: block;
		text-align: center;
	}

	#home .notes .col {
		display: inline-block;
		float: none;
	}

	#home .notes p {
		display: block;
		margin-top: 15px;
		text-align: center;
	}
}

@media (max-width: 1060px) {
	header .scroll-nav form {
		width: 35%;
	}
}

@media (max-width: 1050px) {
	#home .inner .category {
		padding: 0 1.5%;
	}

	header nav li.return span {
		font-size: 15px;
	}
}

@media (max-width: 1039px) {
	.product-inner .info .col-3 {
	    padding: 0 15px;
	}
}

@media (max-width: 1024px) {
	.inside-wrap {
		padding: 40px 30px;
	}

	body.scroll {
		padding-top: 117px;
	}

	header .scroll-nav {
		display: none;
	}

	header .top {
		position: relative;
	}

	header .logo, 
	header form {
		float: none;
		width: 100%;
	}

	header .logo {
		margin: 0 auto;
		padding: 0 15px 0 0;
	}

	header nav li {
		padding: 0;
	}

	header .mob-cart {
		display: block;
		position: absolute;
		top: 5px;
		right: 20px;
	}

	header .mob-cart a {
		position: relative;
	}

	header .mob-cart span {
		color: #f8071d;
	    font-size: 16px;
	    font-weight: 700;
	    left: 18px;
	    position: absolute;
	    top: -10px;
	}

	header .mob-cart i {
		background: rgba(0, 0, 0, 0) url("../images/cart.png") no-repeat scroll center center / cover ;
	    height: 28px;
	    vertical-align: text-bottom;
	    width: 36px;
    }

	header form {
		margin-top: 15px;
		padding: 0 20px;
	}

	header .free-ship {
		display: none;
	}

	header .mobile-menu button,
	header .close-menu button {
		background: transparent;
		color: #f8071d;
		font-size: 21px;
		padding: 0;
	}


	header .mobile-menu {
		display: block;
		float: left;
		padding-left: 20px;
	}

	header .close-menu {
		background: #1f2937;
		display: block;
		text-align: right;
	}

	header .close-menu button {
		padding: 10px 20px;
	}

	header .bottom,
	header nav {
		display: none;
	}

	header .mobile-header {
		background: #fff;
		bottom: 0;
		box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
		-o-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
		display: block;
		left: -300px;
		overflow-x: hidden;
		position: fixed;
		top: 0;
		transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		width: 250px;
		z-index: 999999;
	}

	body.open header .mobile-header {
		left: 0;
	}

	header .mobile-header .bottom {
		display: block;
		margin-top: 0;
	}

	header .mobile-header .bottom li {
		display: block;
		padding: 0;
	}

	header .mobile-header .bottom li a {
		display: block;
		padding: 10px 20px;
	}

	header .mobile-header .bottom li a:hover {
		background: #fff;
	}

	header .mobile-header .bottom .login {
		background: #1f2937;
		border-top: 2px solid #fff;
		float: none;
		padding: 0;
	}

	header .menu-top.scroll {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: left 500ms ease-in-out;
		-moz-transition: left 500ms ease-in-out;
		-o-transition: left 500ms ease-in-out;
		-webkit-transition: left 500ms ease-in-out;
		width: 100%;
		z-index: 99999;
	}

	header .mobile-header nav {
		background: #fff;
		border-bottom: none;
		box-shadow: none;
		display: block;
		height: auto;
		padding: 0;
	}

	header nav .drop-cat {
		height: auto;
	}

	header nav .drop-cat i {
		float: right;
		margin-top: 2px;
	}

	header nav .drop-cat i.fa-caret-up,
	header nav .drop-cat.drop i.fa-caret-down {
		display: none;
	}

	header nav .drop-cat i.fa-caret-down,
	header nav .drop-cat.drop i.fa-caret-up {
		display: inline-block;
	}

	header nav .drop-cat .sub-cat {
		height: auto;
		max-height: 0;
		overflow: hidden;
		transition: max-height 500ms ease-in-out;
		-moz-transition: max-height 500ms ease-in-out;
		-o-transition: max-height 500ms ease-in-out;
		-webkit-transition: max-height 500ms ease-in-out;
	}

	header nav .drop-cat.drop .sub-cat {
		max-height: 1000px;
	}

	header nav .drop-cat .sub-cat a {
		background: #1f2937;
		color: #fff;
		padding: 10px 35px;
		text-transform: none;
	}

	header nav .drop-cat .sub-cat a:hover {
		background: #fff;
		color: #1f2937;
	}

	header nav li.tshirt {
		padding: 10px 20px;
		width: 100%;
	}

	header nav li {
		float: none;
		padding: 0;
		padding: 0 1.3%;
		text-align: left;
		width: 100%;
	}

	header nav li a {
		display: block;
		padding: 10px 20px;
	}

	header nav li a:hover,
	header nav li a:hover span,
	header nav li.return a:hover,
	header nav .drop-cat.drop a {
		background: #1f2937;
		color: #fff;
	}

	header nav li.return {
		float: none;
		text-align: left;
		width: 100%;
	}

	.inner.scroll {
		padding-top: 98px !important;
	}

	footer .logo, 
	footer .col-3 {
		min-height: 260px;
		width: 50%;
	}

	footer .logo {
		padding-right: 100px;
	}

	footer .col-3 {
		padding-left: 0;
	}

	/* HOME */

	#home .inner {
		padding-bottom: 60px;
	}

	#home .inner .category {
		display: none;
	}

	#home .main-content {
		float: none;
		padding: 0 20px;
		max-width: 100%;
		width: 100%;
	}

	#home .banner {
		padding: 30px 5%;
	}

	#home .slider {
		padding: 30px;
	}

	#home .slider .arrow {
		left: -10px;
		right: -10px;
	}

	#home .sales .image3 {
		background-position: 80px top;
	}

	#home .filter .grid .tile {
		min-height: 511px;
	}

	#home .filter li:hover span i, 
	#home .filter li.active span i {
		display: none;
	}

	#home .inner {
		padding-bottom: 0;
	}

	/* HELP */
	#help .info {
		margin-bottom: 30px;
	}

	#help .col-3 h2 {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	#help .faq {
		margin: 0 -15px;
	}

	#help .col-2 {
		padding: 0 15px;
	}

	#help .accordion h2 {
		font-size: 20px;
		margin-top: 20px;
	}

	/* PRODUCT */
	#product-detail .inside-container {
		margin: 0 auto;
		max-width: 900px;
		width: 100%;
	}

	#product-overview .filter {
	    width: 30%;
	}

	#product-overview .products {
		width: 70%;
	}

	#product-overview .products .tile,
	#product-detail .related .tile  {
		/*margin-bottom: 20px;*/
		min-height: 460px;
		width: 33.3%;
	}

	/*#product-detail .related .tile {
		margin-bottom: 30px;
    	min-height: 560px;
		width: 33.3%;
	}*/

	#product-detail .product-inner .cart {
		margin-top: 30px;
		position: static;
	}

	/* CHECKOUT */
	.checkout-page .title h2 {
		display: block;
	}

	.checkout-page .title ul {
		margin-left: 0;
	}

	/* CART */
	#cart .subtotal {
		position: static;
		margin-bottom: 30px;
		width: 50%;
	}

	#cart .inside-container {
		width: 100%;
	}

	#cart .image {
		width: 10%;
	}

	/* GLOSSARY */
	#glossary .scroll .glossary-nav {
		top: 117px;
	}
}

@media (max-width: 991px) {
	#customer-service .col {
		float: left;
		width: 100%;
	}

	#customer-service .col:first-child {
		margin-bottom: 20px;
	}
}

@media (max-width: 949px) {
	.product-inner .info .col-3 {
	    padding: 0 10px;
	}

	.product-inner .info i {
		margin-right: 10px;
	}

	.product-inner .info p {
		display: block;
		font-size: 12px;
		margin-top: 10px;
	}
}

@media (max-width: 846px) {
	#home .sales .extend {
		width: 50%;
	}
}

@media (max-width: 801px) {
	.product-inner .info i {
	    margin-right: 3px;
	}
}

@media (max-width: 784px) {

	.product-inner .info i.shipping {
		height: 25px;
    	width: 22px;
	}

	.product-inner .info i.bulk {
		height: 23px;
		width: 24px;
	}

	.product-inner .info i.day {
		height: 24px;
		width: 24px;
	}
}

@media (max-width: 780px) {
	#home .sales .image3 {
	    background-position: 80px bottom;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
	}

	footer .logo {
		padding-right: 50px;
	}

	/* HOME */
	#home .inner {
		padding-bottom: 20px;
	}

	#home .banner {
		background-position: 60% center !important;
		padding: 0;
	}

	#home .banner h1 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	#home .banner a {
		display: block;
		font-size: 14px;
	}

	#home .banner .title {
		max-width: 100%;
		padding: 30px 30px 95px;
		width: 50%;
	}

	#home .slider {
		padding: 30px 0;
	}

	#home .slider .arrow {
		display: none;
	}

	#home .notes .col {
		display: block;
		float: left;
		/*margin: 0 auto;*/
		/*max-width: 251px;*/
		padding: 10px 0;
		text-align: left;
		width: 33.3%;
	}

	#home .notes .border {
	    border-right: none;
	    border-left: none;
	}

	#home .notes p {
		display: inline-block;
		font-size: 10px;
		margin-top: 0;
		text-align: left;
		width: 55%;
	}

	#home .notes p span {
		display: none;
	}

	#home .notes i.shipping {
		height: 17px;
		width: 14px;
	}

	#home .notes i.bulk {
	    height: 19px;
	    width: 20px;
	}

	#home .notes i.day {
	    height: 16px;
	    width: 16px;
	}

	#home .notes i {
	    margin-right: 5px;
	}

	#home .filter {
	    padding: 20px 0 0;
	}

	#home .filter .grid .tile {
		/*margin-bottom: 30px;*/
	    width: 33.3%;
	}

	#home .sales .bg-image {
		padding: 30px 25px;
	}

	#home .sales .tile2 .bg-image, 
	#home .sales .tile1 {
		padding: 30px 20px;
	}

	#home .sales .image1,
	#home .sales .image3 {
	    background-position: center 130px;
	}

	/* HELP */
	#help .inside-wrap .col-3 {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
	}

	#help .inside-wrap .col-3:last-child {
		margin-bottom: 0;
	}

	#help .inside-wrap .col-3 .wrap {
		height: auto !important;
	}

	#help .inside-wrap .col-2 {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	#help .inside-wrap .col-2:last-child {
		margin-bottom: 0;
	}

	/* PRODUCT */
	.product-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.product-inner .info .custom-row {
		/*margin: 0 auto;
		max-width: 250px;*/
		text-align: left;
	}
	.product-inner .info .col-3 {
		border: none;
		display: block;
		float: left;
		/*margin-bottom: 15px;
		width: 100%;*/
		padding: 0;
		width: 33.3%;
	}

	.product-inner .info .col-3:last-child {
		margin-bottom: 0;
	}

	.product-inner .info i.shipping {
		height: 17px;
    	width: 14px;
	}

	.product-inner .info i.bulk {
	    height: 16px;
	    width: 17px;
	}

	.product-inner .info i.day {
	    height: 17px;
	    width: 17px;
	}

	.product-inner .info p {
		display: inline-block;
		font-size: 10px;
		margin-top: 0;
		width: 55%;
	}

	.product-inner .info p span {
		display: none;
	}

	#product-overview .filter,
	#product-overview .products {
		padding: 0;
	    width: 100%;
	}

	#product-overview .filter > ul {
		display: none;
	}

	#product-overview .filter .mobile-filter {
		display: block;
	}

	#product-overview .filter .mobile-filter h5 {
		border: 2px solid #1f2937;
		font-size: 21px;
		margin-bottom: 5px;
		padding: 10px 0;
		text-align: center;
	}

	#product-overview .filter .mobile-filter .col {
		float: left;
		margin-bottom: 0;
		width: 50%;
	}

	#product-overview .filter .mobile-filter a {
		border: 1px solid #e6e6e6;
		padding: 10px 25px;
		text-align: center;
	}

	#product-overview .filter .mobile-filter .col a:last-child {
		border-left: none;
	}

	#product-overview .filter .mobile-filter .sub-menu {
		background: #fff;
	}

	#product-overview .filter .mobile-filter .open .sub-menu {
		border: 1px solid #e6e6e6;
		border-top: none;

	}

	#product-overview .filter .mobile-filter .sub-menu li {
		border: none;
	}

	#product-overview .filter {
		margin-bottom: 20px;
	}

	#product-detail .image,
	#product-detail .details {
		padding: 0;
		width: 100%;
	}

	#product-detail .image {
		float: none;
		margin:0 auto 30px;
		max-width: 400px;
	}

	#product-detail .image .main-image {
		min-height: unset;
	}

	#product-detail .related .tile {
		width: 50%;
	}

	#product-detail .details .size-price {
		margin: 20px 0 0;
	}

	#product-detail .details .size {
		margin: 20px 0;
	}

	#product-detail .details .desc {
		margin-top: 20px;
		padding-top: 20px;
	}

	#product-detail .related {
		margin-top: 0;
	}

	#product-detail .related ul {
		padding-top: 0;
	}

	#product-detail .comments {
		margin-top: 20px;
	}

	/* CHECKOUT */
	.checkout-page .title li {
		padding-right: 80px;
	}

	#shipping .title ul:before {
		width: 170px;
	}

	#shipping .title ul i {
		left: 160px;
	}

	#shipping .address .content {
		padding-bottom: 30px;
	}

	/* CART */
	#cart .inside-wrap {
		padding: 40px 20px;
	}

	#cart .subtotal {
		width: 100%;
	}

	#cart table {
		margin-bottom: 0;
	}

	#cart .price,
	#cart .qty {
		padding: 0 10px;
		text-align: center;
	}

	#cart .total {
		padding-left: 10px;
		text-align: center;
		vertical-align: middle !important;
	}

	#cart tbody .total {
		padding-top: 0 !important;
	}

	/* HELP */
	#help .inside-wrap .col-3 {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	#help .inside-wrap .col-3:last-child {
		margin-bottom: 0;
	}

	#help .inside-wrap .col-2 {
		float: none;
		padding: 0;
		width: 100%;
	}
}

@media (max-width: 697px) {
	#policies .inside-wrap .scroll-nav > ul {
		column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		-webkit-column-count: 1;
	}
}

@media (max-width: 654px) {
	#home .sales .custom-row {
		display: block;
		margin: 0;
	}

	#home .sales .col {
		float: none;
		height: auto !important;
		margin:0 auto 20px;
		max-width: 400px;
		padding: 0;
		width: 100%;
	}

	#home .sales .col:last-child {
		margin-bottom: 0;
	}

	#home .sales .bg-image {
		background: transparent !important;
	}

	#home .sales .image1,
	#home .sales .image3 {
		padding-bottom: 0;
	}

	#home .sales .tile2 .bg-image {
		text-align: center;
	}

	#home .sales .tile2 p {
		margin: 20px 0;
	}

	#home .sales .col .mob-image {
		display: block;
	}

	#home .sales .col .mob-image img {
		height: auto;
	}

	#home .sales .extend {
		padding: 0;
		width: 100%;
	}

	#home .sales .extend .image {
		height: auto !important;
		line-height: normal !important;
	}

	/* PRODUCT INNER */
	#product-detail .comments .desc,
	#product-detail .comments .survey {
		float: none;
		width: 100%;
	}

	#product-detail .comments .survey {
		margin-top: 15px;
		padding: 0;
	}
}

/*@media (max-width: 600px) {
	#product-detail .related .tile {
		min-height: unset;
	}
}*/

@media (max-width: 590px) {
	#customer-service .inside-wrap form .col-form {
		float: none;
		width: 100%;
	}

	#customer-service .inside-wrap form .col-form:first-child {
		margin-bottom: 20px;
	}
}

@media (max-width: 582px) {
	.checkout-page .title li {
	    padding-right: 50px;
	}

	#shipping .title ul::before {
	    width: 130px;
	}

	#shipping .title ul i {
	    left: 120px;
	}
}

@media (max-width: 580px) {
	#home .filter .grid .tile {
		/*margin-bottom: 20px;*/
		min-height: 525px;
	    width: 50%;
	}

	/* PRODUCT */
	#product-overview .products .tile,
	#product-detail .related .tile  {
		width: 50%;
	}
}

@media (max-width: 574px) {
	footer .logo {
		padding-right: 25px;
	}
}

@media (max-width: 548px) {
	#product-overview .products .tile,
	#product-detail .related .tile  {
		min-height: 505px;
	}
}

@media (max-width: 540px) {
	/*#home .filter {
		padding: 0;
	}

	#home .filter ul {
		border: none;
		padding: 0;
	}

	#home .filter li {
		border-bottom: 1px solid #cbcbcb;
		display: block;
		padding: 5px 0;
	}

	#home .filter li:before {
		display: none;
	}*/

	#home .filter li:before {
		margin-right: 15px;
	}

	#home .filter li {
		font-size: 14px;
		padding-right: 10px;
	}
}

@media (max-width: 524px) {
	footer .logo, 
	footer .col-3 {
		margin-bottom: 30px;
		min-height: unset;
		width: 100%;
		padding: 0;
	}

	footer .logo img {
		width: auto;
	}

	footer .col-3:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 520px) {
	#home .slider .swiper-slide {
		max-width: 100%;
		width: 50%;
	}

	#home .filter .grid .tile {
		min-height: 490px;
	}

	/* CHECKOUT */
	#shipping .new-address button {
		display: block;
		max-width: unset;
	}

	/* CART */
	#cart .image {
		display: none;
	}

	#cart .item,
	#cart .price, 
	#cart .qty,
	#cart .total {
		font-size: 12px;
	}
	#cart .item {
		padding: 0;
	}
}

@media (max-width: 492px) {
	.checkout-page .title ul {
		display: block;
	}

	.checkout-page .title li {
		font-size: 9px;
	    padding-right: 0;
	    width: 25%;
	}

	#shipping .title ul::before {
	    width: 32%;
	}

	#shipping .title ul i {
	    left: 30%;
	}
}

@media (max-width: 483px) {
	#product-detail .related li:before {
		margin-right: 20px;
	}

	#product-detail .related li {
		padding-right: 20px;
	}

	#product-detail .related li span {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	#home .filter .grid .tile {
	    min-height: 475px;
	}

	#product-overview .products .tile,
	#product-detail .related .tile  {
	    min-height: 460px;
	}
}


@media (max-width: 464px) {
	#product-overview .products .pagination a.prev-next {
		float: none !important;
		display: block;
	}

	#product-overview .products .pagination ul {
		margin: 20px 0;
	}
}

@media (max-width: 427px) {
	#home .banner .title {
		width: 71%;
	}
}

@media (max-width: 410px) {
	header .logo {
		max-width: 200px;
		padding-top: 5px;
	}

	#glossary .scroll .glossary-nav {
		top: 111px;
	}
}

@media (max-width: 400px) {
	#home .slider .swiper-slide {
		width: 100%;
	}

	#home .filter .grid .tile {
		/*margin-bottom: 10px;*/
		min-height: 450px;
	   /* width: 100%;*/
	}

	#home .filter .grid .logo img,
	#product-detail .related .logo img,
	#product-overview .products .logo img {
		width: 100%;
	}

	#product-overview .products .tile {
	    min-height: 440px;
	}

	#product-detail .related .tile {
		min-height: 360px;
	}
}

@media (max-width: 410px) {
	#product-detail .reviews .overview {
		padding: 25px 15px;
		width: 100%;
	}
}

@media (max-width: 380px) {
	/*#product-overview .products .tile {
		float: none;
		min-height: unset;
		padding: 0;
		width: 100%;
	}*/

	#product-detail .related .tab {
	    margin: 0;
	}

	#product-detail .related .tile {
		width: 100%;
		padding: 0;
	}

	/*#home .filter .grid .tile {
		margin-bottom: 10px;
	    width: 100%;
	}*/

	#home .filter .grid .tile {
		min-height: 400px;
	}
}

@media (max-width: 373px) {
	#product-detail .related li:before {
    	margin-right: 7px;
	}

	#product-detail .related li {
	    padding-right: 7px;
	}
	#product-detail .related li span {
		font-size: 16px;
	}
}

@media (max-width: 360px) {
	#product-detail .comments .desc span.date {
		margin-bottom: 10px;
		position: static;
	}

	#product-overview .products .tile {
	    min-height: 430px;
	}
}

@media (max-width: 329px) {
	#product-overview .products .view,
	#home .filter .grid .view,
	#product-detail .related .view {
		font-size: 12px;
	}

	#product-overview .products .view i,
	#home .filter .grid .view i,
	#product-detail .related .view i {
		margin-right: 5px;
	}
}

.main-image.js-main-zoom > img {
  width: 100%;
}
@media only screen and (max-width: 992) {
  .main-image.js-main-zoom > img {
    width: 100%;
  }
}
