
/* Table of Content
==================================================

	Bootstrap override

	Tools

	General

	Text

	Header

	Content

	Sidebar

	Footer

	Responsive
		Resolution more than 1199px
		more than 991px
		more than 990px
		Resolution between 768px and 991px
		more than: 767px
		more than: 650px
		more than: 479px

	Animations

	Overrides
*/

/* Bootstrap override */

@media (min-width: 1230px) {
	.container {
		width: 1200px;
	}
}

a, a:hover, a:focus {
	text-decoration: none
}

button:focus,
input:focus,
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #505050;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #505050;
}
.form-control::-webkit-input-placeholder {
	color: #505050;
}

.dropdown-menu {
	left: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: auto;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs {
	border-color: transparent;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
}




/* Wrapper */

.wrapper {
	min-width: 320px;
	min-height: 100%;
	margin: 0 auto;
}

.wrapper:after {
	content: '';
	display: table;
	clear: both;
}


/* -------------------------------------------- *
 * Tools
 */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.d-underline  { text-decoration:underline !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.no-letter-spacing { letter-spacing:0 !important; }
.no-font-size { font-size:0 !important; }
.relative     {position: relative !important; }
.absolute     {position: absolute !important; }
.no-border    { border: none !important; }
.m15-top      { margin-top: 15px !important; }
.m15-bottom   { margin-bottom: 15px !important; }
.m15-left     { margin-left: 15px !important; }
.m15-right    { margin-right: 15px !important; }
.p15-top      { padding-top: 15px !important; }
.p15-bottom   { padding-bottom: 15px !important; }
.p15-left     { padding-left: 15px !important; }
.p15-right    { padding-right: 15px !important; }
.m30-top      { margin-top: 30px !important; }
.m30-bottom   { margin-bottom: 30px !important; }
.m30-left     { margin-left: 30px !important; }
.m30-right    { margin-right: 30px !important; }
.p30-top      { padding-top: 30px !important; }
.p30-bottom   { padding-bottom: 30px !important; }
.p30-left     { padding-left: 30px !important; }
.p30-right    { padding-right: 30px !important; }
.border-top   { border-top: 2px solid #ebebeb}
.border-bottom{ border-bottom: 2px solid #ebebeb}
.border-left  { border-left: 2px solid #ebebeb}
.border-right { border-right: 2px solid #ebebeb}

/* -------------------------------------------- *
 * Container
 */
.main-container {
	padding: 0 0 35px;
}
.main-container,
.footer-container {
	position: relative;
}
.main-container:after,
.footer-container:after {
	content: '';
	display: table;
	clear: both;
}
.main-container .col-main,
.main-container .col-left,
.main-container .col-right {
	margin: 40px 0 0;
}
.align-center{
	display: block;
	margin: 0 auto;
}

/* General */

header, nav, section, article, aside, footer {
	display:block;
}

ul{
	padding: 0;
	list-style: none;
}
a{
	color: #252525;
	outline: none!important;
}
a:hover, a:focus {}

.button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
.sidebar .actions .button.btn-cart,
#co-shipping-method-form .buttons-set .button,
.footer .button {
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	background:#fd5f3d
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
.sidebar .actions .button.btn-cart:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
	cursor: pointer;
	color: #fff;
	background:#505050
}

.primary-button { color: #fff; background:#fd5f3d }
.primary-button:hover { color: #fff; background:#505050 }

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
	outline: none;
}

a.button, .std a.button {
	text-decoration: none;
}

a.button:hover, a.button:focus,
.std a.button:hover, .std a.button:focus {
	color: #FFFFFF;
}

.buttons-set {
	margin-top: 15px;
	padding-top: 15px;
}
.buttons-set button.button {
	float: right;
	margin-left: 5px;
}

/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	background: #505050;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
	color: #fff;
	background:#fd5f3d;
	cursor: pointer;
}

.secondary-button { color: #fff; background:#505050 }
.secondary-button:hover { color: #fff; background:#fd5f3d }


/* Button Remove */

.btn-remove,
.btn-cart-edit {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: none;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	text-align: center;
	vertical-align: top;
}
.btn-cart-edit {
	margin-right: 5px
}
.btn-remove:after,
.btn-cart-edit:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f00d';
	color: #ffffff;
	background-color: #fd5f3d;
	font-size: 16px;
	font-family: 'FontAwesome';
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-indent: initial;
}
.btn-cart-edit:after {
	content: '\f040';
}
.btn-remove:hover:after,
.btn-cart-edit:hover:after {
	background:#505050
}

/* Ratings */

.ratings {
	margin: 0 0 7px
}
.ratings .rating-links {
	margin: 5px 0;
}
.ratings .rating-box,
.ratings .rating-box .rating {
	margin: 0;
	display: inline-block;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
}
.ratings .rating-box {
	position: relative;
	vertical-align: middle;
}
.ratings .rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}
.ratings .rating-box .fa {
	font-size: 15px;
	float: left;
	margin-right: 5px;
}
.ratings .rating-box .rating .fa {
}
.ratings .rating-box,
.ratings .rating-helper {
	width: 95px;
}

/* Radio */

#co-payment-form .sp-methods dt label.radio-cartown-label,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label,
.opc .form-list .control label.radio-cartown-label,
label.radio-cartown-label {
	float: left;
	padding: 0;
	min-width: inherit;
	width: 20px;
	margin: 4px -30px 0 0;
	cursor: pointer;
}
#co-payment-form .sp-methods dt label.radio-cartown-label {
	margin-top: 9px;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio],
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio],
.opc .form-list .control label.radio-cartown-label input[type=radio],
label.radio-cartown-label input[type=radio] {
	display: none;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio] + span,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio] + span,
.opc .form-list .control label.radio-cartown-label input[type=radio] + span,
label.radio-cartown-label input[type=radio] + span {
	position: relative;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
.opc .form-list .control label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before,
label.radio-cartown-label input[type=radio] + span.radio-cartown-helper:before {
	/*position: absolute;*/
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	display: inline-block;
	content: "\f1db";
	color: #cecece;
	font-size: 18px;
	line-height: 18px;
	width: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
.opc .form-list .control label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before,
label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:before {
	content: "\f111";
	color: #fd5f3d;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
.opc .form-list .control label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after,
label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after {
	position: absolute;
	left: 0;
	top: -2px;
	font-family: 'FontAwesome';
	display: inline-block;
	content: "\f111";
	color: #ffffff;
	font-size: 8px;
	line-height: 18px;
	width: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#co-payment-form .sp-methods dt label.radio-cartown-label input[type=radio]:checked + span.radio-cartown-helper:after {
	top: 0px;
}

#co-payment-form .sp-methods dt label.radio-cartown-label + label,
#checkout-shipping-method-load .sp-methods dd label.radio-cartown-label + label,
.opc .form-list .control label.radio-cartown-label + label,
label.radio-cartown-label + label {
	padding-top: 2px; padding-left: 30px;
}

/* print */
.link-print {
	text-decoration: none;
	float: right;
	margin-top: -45px;
	background: url(../images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
}

/* General end */

/* Text begin */
body{
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	background: #fff;
}
h3{
	font-size: 29px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 34px;
}
h3.faqpage_question{
	font-size: 24px;
	font-weight: 300;
}

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
	text-transform: none;
	font-size: 29px;
	font-weight: 600;
	border-bottom: 0;
	padding-bottom: 3px;
	margin: 0 0 30px;
}

.data-table tbody td,
.data-table tfoot td {
	font-family: 'Open Sans', sans-serif;
}

.block-title h2,
.block-title h3,
.block-title strong {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	color: #363636;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.block-title {
	position: relative;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}


/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
	width: 100%;
}

.data-table th {
	background-color: #363636;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
	text-align: center;
	padding: 15px 10px;
	vertical-align: top;
}
.data-table td {
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}
.data-table tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
.data-table thead th,
.data-table tbody td {
	border-bottom: 1px solid silver;
}
.data-table  th.label {
	display: table-cell;
}
.data-table tfoot tr {
	background: #f4f4f4;
}

.data-table tbody td .item-options {
	margin: 10px 10px 0 0;
}

.data-table tbody td .item-options dd {
	margin: 0;
	padding: 0;
}
.data-table tbody td .item-options dt:after {
	content: ':';
}
.data-table a {
	text-decoration: underline;
}
.data-table a:hover {
	text-decoration: none;
}
.data-table .product-name {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.data-table .product-name a{
	text-decoration: none;
}
.data-table a.product-image {
	display: block;
	width: 135px;
	text-align: center;
}
.data-table a.product-image img {
	margin: 0 auto;
}

.data-table .th {
	display: none;
	width: 100px;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.data-table .th:after {
	content: ': ';
}

/* End text */


/* Header begin */

header,
.navbar{
	background: #252525;
	border: none;
}
.header-block{
	background: #363636;
}
.top-menu,
.navbar{
	border-top: 3px solid #fd5f3d;
}

/* Top menu begin */

.top-menu1 .nav, .top-menu2 .nav {}
.top-menu1 .nav li, .top-menu2 .nav li { float: left}

.top-menu .nav a{
	color: #b0b0b0;
	display: inline-block;
	text-transform: uppercase;
}
.top-menu a:hover{
	color: #fff;
}
.top-menu p {margin: 0}
.top-menu1 .dropdown-menu{
	border-top: 3px solid #fd5f3d;
	background: #fff;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.top-menu1 .dropdown-menu li{ float: none}
.top-menu1 .dropdown-menu a{ display: block; padding: 0 15px; line-height: 33px; font-size: 12px; color: #363636; text-decoration: none; }
.top-menu1 .lang .dropdown-menu a{padding: 0 15px 0 44px; background: transparent 15px 50% no-repeat }
.top-menu1 .dropdown-menu a:hover,
.top-menu1 .lang .dropdown-menu a:hover{ background-color: #eee }

.top-menu1 .home-icon{
	background: #363636;
	font-size: 19px;
	text-align: center;
}
.top-menu1 .fa-home{
	color: #fff;
}

.top-menu1 a {
	color: #363636;
	text-decoration: none;
}
.top-menu1 .fa-chevron-down{
	 color: #939393;
	 font-size: 10px;
	 padding-left: 15px;
 }
.top-menu1 a:hover .fa-chevron-down,
.top-menu1 a:hover,
.top-menu1 .open a.dropdown-toggle,
.top-menu1 .open a.dropdown-toggle .fa-chevron-down {
	color: #fff;
}
.top-menu1 .nav>li>a {padding: 0 15px; line-height: 52px;}
.top-menu1 .nav>li.lang>a {
	padding: 0 15px 0 44px;
	background-position: 15px 50%;
	background-repeat: no-repeat;
}
.top-menu1 .nav>li.home-icon>a {padding: 0 19px}


.lang{}
.currencies{}
.currencies .dropdown-menu{
	min-width: 100px;
	left: 0;
}
.currencies .dropdown-menu a{
	display: block;
}
.currencies .dropdown-menu a:hover{
	background-image: none;
}
.lang, .currencies{
	border-right: 1px solid #343434;
	min-height: 52px;
}
.lang .dropdown-menu{
	min-width: 157px;
}
.lang li a {padding: 0 15px 0 44px; background: transparent 15px 50% no-repeat }


#top-menu2 a > i {
	display: none;
	font-size: 16px;
	padding-right: 8px;
}
.top-menu2,
.top-menu2 .nav{
	float: right;
}
.top-menu2 .dropdown-toggle {display: none;}
.top-menu2 .dropdown-menu {display: block; position: relative; background: inherit}
.top-menu2 .nav>li>a {padding: 0 12px; line-height: 52px;}
.top-menu2 .nav>li>a:hover{ background: #fd5f3d; color: #fff; }

.fa-my-account {}
.fa-my-wishlist {}
.fa-checkout {}
.fa-log-in {}

/* Top menu end */

/* Header block begin  */

.header-block h1, .navbar-search,
.shop-cart .fa-shopping-cart,
.shop-cart p.cart-info{
	float: left;
}
.header-block .logo{
	display: block;
	margin: 30px 0 26px;
}
.navbar-search{}
.navbar-search,
.shop-cart{
	margin-top: 37px;
	margin-bottom: 30px;
}
.navbar-search .search-query,
.navbar-search .input-group-btn button {
	background: #fff;
	height: 52px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	min-width: 50px;
	padding: 17px;
	margin: 0 !important;
	outline: none!important;
	text-shadow: none;
}
.navbar-search .input-group-btn button { border-left: 1px solid #e7e6e0; }
.navbar-search i{
	font-size: 18px;
	color: #606060;
}
.navbar-search .input-group-btn button:hover {background: #fd5f3d;}
.navbar-search .input-group-btn button:hover i {color: #fff;}

.navbar-search label {
    margin: 0;
}

.navbar-search .search-close,
.navbar-search .input-group-addon {
    position: relative;
    background: #fff;
    height: 52px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 50px;
    padding: 17px;
    margin: 0 !important;
    outline: none !important;
    text-shadow: none;
}
.navbar-search .search-close:hover { background: #fd5f3d; }
.navbar-search .search-close:hover i { color: #fff;}

.navbar-search .input-group-addon,
.navbar-search .search-close {
    display: none;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {}
.search-autocomplete ul {
	background-color: #fafafa;
	border: 0;
	left: 0;
	margin-left: -1px;
	padding-left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.search-autocomplete ul li {
	border-bottom: 1px solid #f4f4f4;
	color: #363636;
	cursor: pointer;
	font-size: 12px;
	padding: 4px 6px;
	text-align: left;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
	background-color: #eee;
}
.search-autocomplete ul li .amount {
	float: right;
	font-weight: bold;
}
.search-autocomplete ul li:last-child {
	border-bottom: none;
}
.search-autocomplete:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #363636;
	border-top: none;
	left: 50%;
	top: -7px;
}


#shop-cart{
	background: #2e2e2e;
	padding-left: 0;
	padding-right: 0;
	width: 270px;
	float: right;
}
.shop-cart-button {display: block}
.shop-cart p.cart-info{
	margin-right: 15px;
	padding: 9px 0 0;
	line-height: 1.3em;
	color: #fff;
}
.shop-cart p.cart-info span{
	color: #838383;
}
.shop-cart p.cart-info span.items{
	color: #fd5f3d;
}
.shop-cart .cartown-icon{
	color: #fff;
	background: #fd5f3d;
	width: 52px;
	height: 52px;
	margin-right: 14px;
}
.header-block .dropdown-menu{
	z-index: 10001;
	border-top: 3px solid #fd5f3d;
	min-width: 330px;
	right: 0;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.dropdown-menu .shop-cart-header{
	color: #505050;
	float: none;
	margin: 0;
	padding: 0 0 0 20px;
	background: #f2f2f2;
	font-size: 12px;
    line-height: 40px;
}
.cart-item{
	margin-top: 15px;
}
.cart-item a.item-actions{
	float: right;
    line-height: 100%;
}
.cart-item .fa{
	font-size: 12px;
	color: #fd5f3d;
}
.cart-item .fa:hover {color: #525252}
.cart-item .fa-times{
	margin-right: 20px;
	margin-left: 10px;
}
.cart-item .cart-item-img {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
.cart-item .cart-item-name{
	color: #505050;
	padding: 0 10px 0 0;
	overflow: hidden;
    font-size: 13px;
    line-height: 140%;
}
.cart-item .cart-item-name .item-options dd {
    margin: 0;
}
.cart-item .cart-item-name .item-name{
	margin:-2px 0 0;
}
.dropdown-menu .cart-total{
	background: #2e2e2e;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 15px 0;
	padding: 15px 20px 15px 0;
	text-align: right;
	width: 100%;
}
.dropdown-menu .cart-total span.price{
	color: #fff;
	font-weight: 700;
	text-transform: none;
}
.cart-buttons{
	margin: 0 15px 15px;
}
.cart-buttons a{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 9px 17px;
}
.cart-buttons a:hover{
	text-decoration: none;
}
.cart-buttons a.to-checkout {float: right}
/* Header block end */



/* Categories navigation begin */
.nav-container {
	border-top: 3px solid #fd5f3d;
	background: #252525;
}
.nav-container.sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
}
.navigation {}
.mobile-menu-trigger {
    position: relative;
	display: none;
	padding: 0 20px;
	line-height: 74px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Oswald", Arial, serif;
}
.mobile-menu-trigger:after {
    left: 100%;
}
.mobile-menu-trigger i {
	padding-right: 15px;
	font-size: 1.15em;
}
.mobile-menu-trigger:hover,
.mobile-menu-trigger.active {
	background: #fd5f3d;
	color: #fff;
}

/* common */
.navigation > li > a,
.navigation .navigation-submenu > li > a {
	font-family: "Oswald", Arial, serif;
}
.navigation .parent {
	position: relative;
}

/* 1st level */
.navigation > li {
	list-style: none;
	float: left;
	border-right: 1px solid #343434;
	font-size: 17px;
}
.navigation > li:first-child { border-left: 1px solid #343434; }
.navigation > li > a {
	display: block;
	padding: 0 30px;
	line-height: 74px;
	color: #fff;
	text-transform: uppercase;
}
.navigation > li > a .caret {
	display: none;
}
.navigation > li > a:hover,
.navigation > li.open > a,
.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
	background: #fd5f3d;
	text-decoration: none;
}

/* 2nd+ level */
.navigation .dropdown-menu {
	left: -15px;
	right: -70px;
	min-width: 210px;
	padding: 19px 20px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	border-top: 0;
	border-bottom: 3px solid #363636;
}
.navigation .dropdown-menu .dropdown-menu {
	left: 40%;
	right: auto;
	top: 10px;
}
.navigation .navigation-submenu li{
	font-size: 16px;
	line-height: 100%;
	margin: 0 0 7px;
}
.navigation .navigation-submenu li:last-child{
	margin: 0;
}
.navigation .navigation-submenu > li > a {
	padding: 0;
	text-transform: uppercase;
	white-space: normal;
}

.navigation li .caret,
.navigation li .navigation-submenu .caret{
	position: absolute;
	right: -5px;
	top: 4px;
	width: 0;
	height: 0;
	border-left: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.navigation .navigation-submenu > li > a:hover,
.navigation .navigation-submenu > .active> a,
.navigation .navigation-submenu > .active> a:hover,
.navigation .navigation-submenu > .active> a:focus {
	background: none;
	color: #fd5f3d;
}
/* Categories navigation end */

/* alternative search */
.alt-search-trigger {
    display: none;
    float: right;
    width: 48px;
    height: 48px;
    margin: 13px 0 0;

    font-size: 18px;
    line-height: 48px;
    text-align: center;

    background-color: #fff;
}
    .alt-search-trigger:hover {
        background: #fd5f3d;
        color: #fff;
    }

#alt_search_form {
    display: none;

    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 74px;
    margin: 3px 0 0;
    padding: 13px 0 0;

	border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    line-height: 74px;
}
#alt_search_form.sticky {
	top: 0;
	position: fixed;
}
    #alt_search_form label,
    #alt_search_form .alt-search-close {
        position: relative;
        z-index: 2;
        float: left;
        display: block;
        width: 48px;
        height: 48px;

        font-size: 18px;
        line-height: 48px;
        text-align: center;
    }
    #alt_search_form .alt-search-close {
        float: right;
    }
    #alt_search_form .search-query {
        position: absolute;
        width: 85%;
        height: 48px;
        margin: 0 93px 0 63px;

        line-height: 48px;
        font-size: 20px;
        font-weight: 300;

        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

#alt_search_autocomplete {
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .alt-search-trigger,
    #alt_search_form {
        display: none !important;
    }
}

/* alternative search end */



/* cartown_header_2 */
.cartown_header_2 {}
.cartown_header_2 #shop-cart {
    width: auto;
    background: transparent;
}
.cartown_header_2 .shop-cart p.cart-info {
    margin: 0;
}
.cartown_header_2 .shop-cart p.cart-info span {
    display: none
}
.cartown_header_2 .shop-cart p.cart-info span.items {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;

    padding: 5px;

    font-family: 'Open Sans', Arial, serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.cartown_header_2 .shop-cart .cartown-icon {
    margin: 0;
    padding: 11px 10px 10px 11px;
    background: transparent;
    border: 3px solid #464646;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* cart hover*/
.cartown_header_2 .shop-cart:hover .cartown-icon {
    background: #fa5d3b;
}
.cartown_header_2 .shop-cart:hover p.cart-info span.items {
}


.cartown_header_2 .header2-banners-container {
    margin: 37px 0 30px
}
.cartown_header_2 .h2b-container {
    position: relative;
    margin: 0 0 15px;
}
.cartown_header_2 .h2b-container span {}
.cartown_header_2 .h2b-container i.fa {
    float: left;
    width: 22px;
    height: 22px;
    font-size: 25px;
    margin:0 15px 0 0;
}
.cartown_header_2 .h2b-text {
    overflow: hidden;
    font-family: "Open Sans", Arial, serif;
    font-size: 13px;
    color: #a5a5a5
}
.cartown_header_2 .h2b-big {
    margin: 0 0 5px;
    font-family: "Oswald", Arial, serif;
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .cartown_header_2 .navigation {
        margin-right: 63px;
   }
    .cartown_header_2 .alt-search-trigger {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .cartown_header_2 #shop-cart > p {
        display: block;
    }
    .cartown_header_2 #shop-cart > a {
        margin-right: 0;
    }
}
/* cartown_header_2  end*/

/* cartown_header_3 */
.cartown_header_3 {}
.cartown_header_3 .nav-container {
	display: none;
}

.cartown_header_3 #shop-cart {
    width: auto;
    background: transparent;
}
.cartown_header_3 .shop-cart p.cart-info {
    margin: 0;
}
.cartown_header_3 .shop-cart p.cart-info span {
    display: none
}
.cartown_header_3 .shop-cart p.cart-info span.items {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;

    padding: 5px;

    font-family: 'Open Sans', Arial, serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    background-color: #fa5d3b;
    color: #fff;
}

.cartown_header_3 .shop-cart .cartown-icon {
    margin: 0;
    padding: 11px 10px 10px 11px;
    background: transparent;
    border: 3px solid #464646;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* cart hover*/
.cartown_header_3 .shop-cart:hover .cartown-icon {
    background: #fa5d3b;
}
.cartown_header_3 .shop-cart:hover p.cart-info span.items {
    background: #fff;
    color: #363636;
}

@media only screen and (max-width: 991px) {
    .cartown_header_3 #shop-cart > p {
        display: block;
    }
    .cartown_header_3 #shop-cart > a {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    /* header 3 search */
    .cartown_header_3 .search-container {
        position: relative;
    }
    .cartown_header_3 .navbar-search {
		position: absolute;
		right: 15px;
		width: 100%;
    }

    .cartown_header_3 .navbar-search .input-group-btn {
		text-align: right;
	}
    .cartown_header_3 .navbar-search .input-group-btn button {
        border: none;
    }

    .cartown_header_3 .navbar-search .input-group-addon,
    .cartown_header_3 .navbar-search .search-query,
    .cartown_header_3 .navbar-search .search-close {
		display: none;
    }

    .cartown_header_3 .navbar-search.expanded {
		width: 601px;
		max-width: 601px;
    }
    .cartown_header_3 .navbar-search.expanded .input-group-addon {
        display: table-cell;
    }
    .cartown_header_3 .navbar-search.expanded .search-query,
    .cartown_header_3 .navbar-search.expanded .search-close {
        display: block;
    }
    .cartown_header_3 .navbar-search.expanded .input-group-btn button {
        display: none;
    }

    /* header 3 nav */
	.cartown_header_3 .header-block .container,
	.cartown_header_3 .header-block .col-md-7,
	.cartown_header_3 .header-block .col-md-12,
	.cartown_header_3 .header-block .container {
		position: static;
	}
	.cartown_header_3 .header-block > .container {
		position: relative;
	}
	.cartown_header_3 .header-block .navigation .dropdown-menu {
		top: inherit;
	}

    .cartown_header_3 .nav-container {
	    display: block;
        border: 0;
        background: transparent;
        margin-top: 37px;
        margin-bottom: 30px;
    }
    .cartown_header_3 .nav-container .container{
        max-width: 100%;
    }

	.cartown_header_3 .navigation > li {
		border-color: transparent;
	}
	.cartown_header_3 .navigation > li:first-child {
		border-left: none;
		border-color: transparent;
	}

    .cartown_header_3 .navigation > li > a {
        padding: 0 15px;
        line-height: 52px;
    }

    /* sticky header*/
	.cartown_header_3 .header-block.sticky {
		position: fixed;
		z-index: 9999;
		top: 0;
		width: 100%;
	}
	.cartown_header_3 .header-block.sticky .logo,
	.cartown_header_3 .header-block.sticky .nav-container,
	.cartown_header_3 .header-block.sticky .navbar-search,
	.cartown_header_3 .header-block.sticky .shop-cart {
		margin: 10px 0;
	}
	.cartown_header_3 .header-block.sticky .logo {
		max-width: 150px;
	}

}

@media only screen and (min-width: 1200px) {
	.cartown_header_3 .navbar-search.expanded {
		width: 755px;
		max-width: 755px;
	}
}

/* header 3 banners */
.h3b-container {
    background: #252525;
    padding: 10px 0;
}
    .h3b-container .h3b-banner {
        display: block;
        padding: 14px;

        background: transparent;
        border: 3px solid #fd5f3d;

        color: #fff;

        font-family: Oswald, Arial, serif;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
    }
    .h3b-container .h3b-banner:hover {
        background: #fd5f3d;
        border-color: #363636;
        color: #fff;
    }
        .h3b-container .h3b-banner span{
            color: #fd5f3d;
        }
        .h3b-container .h3b-banner:hover span{
            color: #fff;
        }

@media only screen and (max-width: 991px) {
    .h3b-container {
        display: none;
    }
}
/* cartown_header_3  end*/

/* Header end */







/* Content begin */

/* Standard formatted text block begin */
.std h1, .std h2, .std h3, .std h4, .std h5, .std h6,
.std .h1, .std .h2, .std .h3, .std .h4, .std .h5, .std .h6 {
	color: #000000;
	font-weight:  bold;
	margin: 0 0 20px;
}
.std h1.subtitle, .std h2.subtitle, .std h3.subtitle, .std h4.subtitle, .std h5.subtitle, .std h6.subtitle,
.std .h1.subtitle, .std .h2.subtitle, .std .h3.subtitle, .std .h4.subtitle, .std .h5.subtitle, .std .h6.subtitle {
	margin-top: 0;
}
.std h1, .std .h1 {
	font-size: 30px;
}
.std h2, .std .h2 {
	font-size: 28px;
}
.std h3, .std .h3 {
	font-size: 26px;
}
.std h4, .std .h4 {
	font-size: 24px;
}
.std h5, .std .h5 {
	font-size: 22px;
}
.std h6, .std .h6 {
	font-size: 20px;
}

.std p {
	margin: 0 0 1.5em;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

.std a {
	text-decoration: underline;
}
.std a:hover, .std a:focus {
	text-decoration: none;
	color: #fd5f3d;
}

.std ol,
.std ul {
	list-style: disc outside;
	margin: 0 0 1.5em;
	padding: 0;
}
.std ol {
	list-style: decimal outside;
}
.std li {
	margin: 0 0 0 2em;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
}

.std blockquote {
	border-left: 0;
	font-size: 15px;
	padding: 0;
	margin: 0;
	overflow: auto;
}
.std blockquote p {
	background-color: #f7f7f7;
	font-style: italic;
	padding: 30px 40px 50px 30px;
	margin-bottom: 0;
}
.std blockquote cite {
	float:  right;
	color: #000000;
	padding: 45px 90px 0 0;
	position: relative;
	text-align: right;
}
.std blockquote cite:after {
	position: absolute;
	content: " ";
	top: 0;
	right: 50px;
	width:  0;
	height: 0;
	border-top: 35px solid #f7f7f7;
	border-right: 38px solid transparent;
}
.std blockquote cite a {
	font-weight: bold;
	color: #000000;
}
.std blockquote.quote_inside {
	background-color: #f7f7f7;
	padding:  30px 30px 20px 90px;
	position: relative;
}
.std blockquote.quote_inside:before {
	position: absolute;
	font-family: 'FontAwesome';
	display: inline-block;
	content: "\f10d";
	font-size: 30px;
	color: #000000;
	top: 30px;
	left: 30px;
}
.std blockquote.quote_inside p {
	padding: 0;
	margin-bottom: 20px;
}
.std blockquote.quote_inside cite {
	padding: 0;
}
.std blockquote.quote_inside cite:after {
	content: "";
	border: 0;
}

.std img.pull-left {
	margin-right: 40px;
	margin-bottom: 20px;
}
.std img.pull-right {
	margin-left: 40px;
	margin-bottom: 20px;
}

.std table {
	width: 100%;
}
.std th {
	background-color: #363636;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	height: 69px;
	text-align: center;
}
.std th.label {
	display: table-cell;
}
.std td {
	font-size: 14px;
	height: 50px;
	text-align: center;
}
.std tr:nth-child(odd) td {
	background-color: #f7f7f7;
}

/* Standard formatted text block end */

/* Contacts block begin */

#google_map_iframe {
	margin-bottom: 20px;
}
.contact_work_hours {
	padding: 0 0 0 155px;
	background: url('../images/icon_clock.png') no-repeat;
	margin: 20px 0 50px -15px;
}
.contact_information_wrap {
	clear: both;
	float: left;
	margin-left: -15px;
}
.contact_information {
	padding: 20px 0 0 155px;
	position: relative;
	margin-bottom: 10px;
}
.contact_information i.fa {
	position: absolute;
	top: 0;
	left: 55px;
	font-size: 25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #ebebeb;
	line-height: 64px;
	width: 70px;
	height: 70px;
	text-align: center;
}
.contact_work_hours h2,
.contact_information h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 600;
	padding: 8px 0 20px 0;
	margin: 0 0 20px 0;
	position: relative;
}
.contact_work_hours h2:after,
.contact_information h2:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 58px;
	border-top: 1px solid #dfdfdf;
}
.contact_work_hours li,
.contact_information li {
	font-size: 16px;
	color: #757575;
	line-height: 23px;
}
.contact_information li {
	font-size: 15px;
}
.contact_work_hours li span,
.contact_information li span {
	display: inline-block;
	color: #595959;
}
.contact_work_hours li span {
	width: 90px;
}
.contact_information_phone li span {
	width: 140px;
}
.contact_information_email li span {
	width: 116px;
}

#contactForm {
	padding: 30px 0 0 0;
	margin-left: -15px;
}
#contactForm .input-text {
	border-color: #e4e4e4;
	width: 570px;
}
#contactForm input[type=text] {
	padding: 0 18px;
	height: 42px;
	color: #505050;
}
#contactForm textarea {
	height: 310px;
	padding: 18px;
	color: #505050;
}
#contactForm .form-list .field,
#contactForm .form-list .wide {
	position: relative;
}
#contactForm label {
	position: absolute;
	top: 12px;
	right: -12px;
}
#contactForm .buttons-set {
	border-top: 0;
}
.contacts-index-index .buttons-set {
	margin-left: 0;
	max-width: 475px;
}

/* Contacts block end */

/* Customer block begin */

.customer-account-login .col-main {}
.customer-account-login .col2-set .col-1 {
	padding-right: 15px;
}
.customer-account-login .col2-set .content,
.customer-account-create form .content,
.customer-account-forgotpassword form .content {
	border: 1px solid #e4e4e4;
	border-top-width: 3px;
	padding: 20px 30px 30px 30px;
	margin-bottom: 55px;
	font-size: 14px;
}
.customer-account-login .col2-set .content p {
	margin-bottom: 20px;
}
.customer-account-login .col2-set .form-list {
	margin-top: 10px;
}
.customer-account-login .col2-set .form-list li {
	float: left;
}
.customer-account-login .col2-set .form-list li:first-child,
.customer-account-login .col2-set .col-1 .buttons-set .button {
	margin-right: 30px;
}
.customer-account-login .col2-set .form-list input,
.customer-account-forgotpassword .form-list input[type=text],
.customer-account-create .form-list input[type=text],
.customer-account-create .form-list input[type=password] {
 	height: 40px;
	padding: 0 15px;
	border-radius: 0;
}
.customer-account-login .col2-set .form-list input {
	width: 100%;
}
.customer-account-login .col2-set .form-list .input-box,
.customer-account-login .col2-set .col-1 .buttons-set .button {
	width: 236px;
}
.customer-account-login .col2-set .col-2 .buttons-set .button {
	float: left;
	width: auto;
}
.customer-account-login .col2-set .buttons-set .button {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0;
}
.customer-account-login .buttons-set a {
	text-decoration: underline;
}
.customer-account-login .col2-set .col-1 .buttons-set a {
	display: inline-block;
	margin: 7px 0 7px 15px;
}
.customer-account-login h2,
.customer-account-create .fieldset h2,
.customer-account-forgotpassword .fieldset h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 40px;
	border: 0;
}
.customer-account-login .col2-set .col-2 ul {
	list-style: disc;
	padding-left: 20px;
	margin: 10px 0 20px 0;
}


@media only screen and (min-width: 1200px) {
	.customer-account-login .col2-set .form-list .input-box, .customer-account-login .col2-set .col-1 .buttons-set .button {
		width: 231px;
	}
}
@media only screen and (max-width: 1199px) {
	.customer-account-login .col2-set .form-list .input-box,
	.customer-account-login .col2-set .form-list li {
		width: 100%;
	}
	.customer-account-login .col2-set .col-1 .buttons-set .button {
		width: 40%;
	}
}
@media only screen and (max-width: 991px) {
	.customer-account-login .col2-set .col-1 .buttons-set a {
		margin: 0 0 15px;
	}
	.customer-account-login .col2-set .col-1 .buttons-set .button {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 650px) {
	.customer-account-login .col2-set .col-1 .buttons-set .button,
	.customer-account-login .col2-set .col-2 .buttons-set .button {
		width: 100%;
	}
	.customer-account-login .col2-set .form-list li:first-child,
	.customer-account-login .col2-set .col-1 .buttons-set .button {
		margin-right: 0;
	}
	.customer-account-login .col2-set .form-list li {
		float: none;
	}
}
@media only screen and (max-width: 767px) {
	.customer-account-login .col2-set .col-1,
	.customer-account-login .col2-set .col-2 {
		float: none;
		width: auto;
		border: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.customer-account-login .col2-set .content {
		margin-bottom: 0;
	}
	.customer-account-login .col2-set .col-1 {
		padding-bottom: 30px;
		padding-right: 0;
	}
}

.customer-account-create .page-title h1,
.customer-account-forgotpassword .page-title h1 {
	margin-top: 0;
	margin-bottom: 37px;
	text-align: center;
}
.customer-account-forgotpassword form .content {
	width: 50%;
	margin: 0 auto;
	padding-left: 0;
	padding-top: 0;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set,
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
	margin-left: 30px;
	margin-top: 40px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
	margin-left: 30px;
}
.customer-account-create form {
	text-align: center;
}
.customer-account-create form .content {
	display: inline-block;
	padding-right: 60px;
	margin: 0 auto;
}
.customer-account-create .fieldset {
	float: left;
	text-align: left;
}
.customer-account-create .buttons-set {
	max-width: 100%;
}
.customer-account-create .buttons-set:after {
	content: '';
	display: table;
	clear: both;
}

@media only screen and (max-width: 1199px) {
	.customer-account-create form .content {
		max-width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.customer-account-create form .content,
	.customer-account-forgotpassword form .content {
		width: 100%;
	}
	.customer-account-create .fieldset {
		float: none;
	}
	.customer-account-create .form-list input[type=text],
	.customer-account-create .form-list input[type=password] {
		width: 100%;
	}
	.form-list .control label {
		min-width: 230px;
	}
}

@media only screen and (max-width: 767px) {
	.customer-account-create .fieldset, .customer-account-create .buttons-set {
		margin-left: 0;
	}
	.customer-account-create form .content {
		padding-right: 30px;
	}
}
/* Customer block end */

/* Customer Account block begin */

.block-account li,
.block-cms-menu li {
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
	padding: 8px 0;
}
.block-account li:last-child,
.block-cms-menu li:last-child {
	border-bottom: 0;
}

ol#cart-sidebar-reorder,
ol#my_recent_reviews {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ol#cart-sidebar-reorder .checkbox {
	float: left;
	margin-top: 0;
}
ol#cart-sidebar-reorder p.product-name {
	display: block;
	overflow: hidden;
	vertical-align: top;
}

.my-account h2 {
	font-size: 22px;
	font-weight: 700;
}
.my-account h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 0;
}
.my-account h4 {
	font-size: 16px;
	font-weight: 700;
}
.my-account a:hover,
.my-account .price-box a {
	text-decoration: none;
}

.my-account ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my-account .messages {
	margin: 20px 0;
}

.my-account .fieldset {
	border: 1px solid #e4e4e4;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 20px 30px 10px 30px;
	font-size: 14px;
	margin-top: 0;
}
.my-account .fieldset:first-child {
	border-top-width: 3px;
	margin-top: 20px;
}
.my-account .fieldset h2 {
	font-size: 22px;
	text-transform: none;
	margin-bottom: 20px;
	padding-bottom: 0;
	border: 0;
}
.my-account form > .buttons-set {
	border: 1px solid #e4e4e4;
	border-top-width: 0;
	padding: 10px 30px 30px 30px;
	margin-top: 0;
	margin-bottom: 55px;
}
.my-account .form-list .control input.checkbox {
	margin-top: 3px;
}

.my-account .tags-list li a {
	font-size: 14px !important;
	text-decoration: none;
}

body.newsletter-manage-index .my-account .fieldset {
	margin-bottom: 0;
}

.my-account .toolbar {
	margin: 15px 0;
}
.my-account .pager  {
	float: none;
}
.my-account .pager label {
	margin: 0 13px 0 0;
	font-weight: 300;
}
.my-account .toolbar-dropdown {
	position: relative;
	float: left;
	margin-right: 13px;
	height: 32px;
}
.my-account .toolbar-dropdown .dropdown-toggle {
	padding: 0 10px;
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #505050;
	display: inline-block;
	height: 32px;
	line-height: 31px;

}
.my-account .toolbar-dropdown .dropdown-toggle .fa{
	padding: 0 0 0 30px;
	font-size: 10px;
	margin: 0;
	float: none;
}
.my-account .toolbar-dropdown  .dropdown-menu{
	border-top: 3px solid #fd5f3d;
	background: #fff;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.my-account .toolbar-dropdown .dropdown-menu li{ float: none}
.my-account .toolbar-dropdown .dropdown-menu a{ display: block; padding: 0 15px; line-height: 33px; font-size: 12px; color: #363636; text-decoration: none; }
.my-account .toolbar-dropdown .dropdown-menu a:hover { background:none #eee }

.dashboard .box-head h2 {
	font-size: 22px;
	font-weight: 700;
}
.dashboard .box-head h3,
.dashboard .box-title h3,
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 0;
}
.dashboard .col2-set h4 {
	font-size: 16px;
	font-weight: 700;
}
.dashboard .box-title a,
.dashboard .box-head a {
	text-decoration: underline;
}
.dashboard .box-title a:hover,
.dashboard .box-head a:hover {
	text-decoration: none;
}
.dashboard .product-name {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.dashboard .box-recent {
	padding: 0;
	border: 0;
}
.dashboard .box-tags {}
.dashboard .box-tags ul,
.dashboard .box-tags ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dashboard .box-tags li {
	 padding: 10px 0;
	 border-top: 1px solid #ededed;
 }
.dashboard .box-tags li:first-child {
	  border-top: 0;
  }
.dashboard .box-tags li .number {
	line-height: 1.2;
	font-weight: 700;
	margin-right: -20px;
	float: left;
	font-size: 13px;
}
.dashboard .box-tags li .number:after {
	content: '.';
}
.dashboard .box-tags li .details {
	margin-left: 20px;
}
.dashboard .box-tags .tags {
	margin: 0;
}
.dashboard .box-tags .tags ul {
	display: block;
}
.dashboard .box-tags .tags ul li {
	border: 0;
	padding-bottom: 0px;
}
#my-tags-table .button {
	margin-bottom: 10px;
}
.my-tag-edit {
	line-height: 30px;
}
.my-tag-edit a{
	margin-right: 10px;
}


.dashboard .box-reviews li .number {
	line-height: 1.2;
	font-weight: 700;
}
.dashboard .box-reviews li .number:after {
	content: '.';
}
.dashboard .box-reviews li .details .ratings {
	margin-top: 5px;
}
.order-info-box .box-title h2 {
	margin-top: 0;
	font-size: 16px;
}

#wishlist-table tbody td.last {
	text-align: left !important;
}
#wishlist-table .description {
	margin-top: 15px;
}
#wishlist-table textarea {
	margin-top: 15px;
	height: 95px;
}
#wishlist-table .qty-container {
	display: block;
	margin: 15px auto 0;
	padding: 0;
	background: transparent;
}
#wishlist-table .btn-cart-edit {
	margin-bottom: 10px;
	margin-left: 0 !important;
}
#wishlist-table .btn-cart {
	margin: 15px auto 0;
}

.product-review {}
.product-review .product-img-container{
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
}
.product-review .product-img-container .label {
	padding: 10px 0;
	font-size: 100%;
}
.product-review .rating-table {
	margin-bottom: 15px;
}
.product-review .product-details {
	overflow: hidden;
}
.product-review .product-details h2 {
	margin-top: 0;
}

@media only screen and (max-width: 770px) {
	.sidebar .block {
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		display: none;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #3399cc;
		border-right: none;
		left: 10px;
		top: 50%;
		margin-top: -3px;
	}
	.sidebar .block:not(.block-layered-nav) .block-title {
		margin-top: 0;
		border-top: none;
		margin-bottom: 0;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong {
		margin: 0;
		margin-bottom: 10px;
		font-weight: bold;
		font-style: normal;
		line-height: 1.4;
		text-rendering: optimizeSpeed;
		text-transform: uppercase;
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
		font-weight: 700;
		margin-bottom: 0px;
		position: relative;
		display: block;
		width: 100%;
		cursor: pointer;
	}
	.sidebar .block:not(.block-layered-nav) .block-content {
		padding: 0;
		border-width: 0;
		border-style: solid;
		border-color: #cccccc;
	}
}

/* Customer Account block end */

/* Shopping cart block begin */

.checkout-cart-index .main:before {
	content: "\00a0";
	width: 100%;
	background: #f4f4f4;
	position: absolute;
	padding: 40px 0;
	line-height: 32px;
}
.cart .page-title {
	margin: 0 0 30px;
}
.checkout-cart-index .page-title:after {
	content: '';
	display: table;
	clear: both;
}
.checkout-cart-index .page-title h1,
.cart .page-title h1 {
	float: left;
	border-bottom: none;
	margin-bottom: 38px;
	margin-right: 10px;
	margin-top: 0;
}
.btn-checkout {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 73px 10px 19px;
	position: relative;
	text-transform: none;
}
.btn-checkout:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 33px;
	height: 29px;
	line-height: 29px;
	padding: 0 20px;
	margin: 8px 0;
	border-left: 1px solid #fff;
}
.checkout-types {
	float: right;
	text-align: right;
	max-width: 100%;
	margin: -8px 0 0px;
}

.cart-table .btn-empty {
	float: left;
	margin-left: 0;
}
.cart-table .qty-container {
	margin: 0;
	padding: 0;
	background: transparent;
}

.cart-collaterals {
	padding: 30px 0 0;
}
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

.cart-table {}
.cart-table td,
.cart-table .product-name{
	line-height: 32px;
}
.cart-table td.last {
	white-space: nowrap;
}

.cart .cart-totals table td {
	padding: 5px;
}
.cart .cart-totals table tfoot {
	border: 0;
	background: #e4e4e4;
}
.cart .cart-totals table tfoot td {
	padding: 15px 5px;
}
.cart .cart-totals table tfoot span.price {
	font-weight: 700;
}
.cart .cart-totals table td:first-child,
.cart .cart-totals table tfoot td:first-child {
	padding-left: 25px;
}
.cart .cart-totals table td:last-child,
.cart .cart-totals table tfoot td:last-child {
	padding-right: 25px;
}

.checkout-block {
	margin: 0 0 30px;
	padding: 18px 25px 25px 25px;
	border: 1px solid #e4e4e4;
	border-top: 3px solid #FD5F3D;
}
.checkout-block h2 {
	font-family: "Oswald", Arial, serif;
	font-size: 22px;
	margin: 0 0 15px;
}
.checkout-block .input-text,
.checkout-block .form-list select {
	margin: 0;
	width: 100%;
}
.checkout-block .buttons-set {
	border: 0;
	text-align: left;
}
.checkout-block .buttons-set button.button {
	float: none;
	margin: 0;
}
.checkout-block.cart-totals .checkout-types {
	margin: 0 25px;
}
.checkout-block .checkout-types li,
.checkout-block.cart-totals .checkout-types .btn-checkout {
	margin: 0;
}
.checkout-block.cart-totals {
	padding: 18px 0 25px 0;
}

/* Shopping cart block end */

/* Checkout block begin */

.checkout-onepage-index .main:before {
	content: "\00a0";
	width: 100%;
	background: #f4f4f4;
	position: absolute;
	padding: 40px 0;
	line-height: 32px;
}
.checkout-onepage-index .page-title {
}
.checkout-onepage-index .page-title h1 {
	border-bottom: none;
	margin-bottom: 38px;
	margin-right: 10px;
	margin-top: 0;
}
.checkout-onepage-index .col-main {
	padding-right: 30px;
}
.checkout-onepage-index .col-right {
	margin-top: 163px;
}
ol.opc {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 50px;
	display: inline-block;
}
ol.opc > li {
	border: 1px solid #ebebeb;
	margin-bottom: 9px;
}
.opc .section .step-title .number,
.opc .section.allow .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
	width: 43px;
	height: 43px;
	text-align: center;
	color: #FFFFFF;
	line-height: 43px;
	background-color: #363636;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -22px;
	font-size:  20px;
}
.opc .section.allow .step-title .number {
	background-color: #363636;
}
.opc .section .step-title {
	width: 100%;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
	color: #000000;
}
.opc .section .step-title h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 63px;
	height: 63px;
	float: left;
	margin: 0px 4px 0px 75px;
	text-transform: uppercase;
	color: #000000;
}
.checkout-onepage-index .sidebar .block {
	margin-top: 161px;
	background: none;
}
.opc .section .step {
	font-size: 14px;
	color: #000000;
	padding: 18px 25px 25px;
}
.opc #opc-login .step {
}
.opc .section .step h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.opc .section .step h3.product-name {
	font-size: 14px;
	text-transform: none;
}
.opc #opc-login .form-list {
	margin: 0;
}
.opc #opc-login p:not(.required),
.opc #opc-login h4,
.opc #opc-login ul.ul li {
	font-style: italic;
	font-size: 14px;
}
#checkout-shipping-method-load .sp-methods dd label,
#co-payment-form .sp-methods dt label,
#co-shipping-method-form .sp-methods dd label,
.opc .form-list .control label {
	color: #878787;
	background: none;
	display: inline-block;
	width: auto;
	max-width: none;
	min-width: 250px;
	float: none;
	padding: 0 10px 6px 0;
	margin-bottom: 0;
}
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-payment-form .sp-methods dt label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.opc .form-list .control label:hover {
	background: none;
}
#co-payment-form .sp-methods dt input.radio,
#co-payment-form .sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
.opc .form-list .control input.radio {
	float: left;
	margin-right: -40px;
	margin-top: 8px;
	margin-left: 15px;
}

.opc .form-list {
	margin: 0 -15px;
}
.opc .form-list .fields {}
.opc .form-list .fields:after {
	content: '';
	display: table;
	clear: both;
}
.opc .form-list .fields .fields{
	margin: 0 15px;
}
.opc .form-list .field, .opc .form-list .wide, .opc .form-list .control {
	padding: 5px 15px;
}
.opc textarea {
	width: 100%;
}
.opc select {
	border-color: #e4e4e4;
	margin: 0;
}
.opc .form-list .control {
	margin-top: 0;
	margin-bottom: 0;
}
.opc .form-list label {
	font-size: 13px;
	color: #505050;
	font-weight: normal;
}
.opc .step form p.required {
	float: right;
	margin: 0;
}
.opc input[type=text],
.opc input[type=password] {
	border-color: #e4e4e4;
	width: 100%;
}
.opc #checkout-step-payment form fieldset,
.opc #checkout-step-shipping form fieldset,
.opc #checkout-step-billing form fieldset {
}
.opc #checkout-step-payment select,
.opc #checkout-step-payment input[type=text],
.opc #checkout-step-payment input[type=password],
.opc #checkout-step-shipping select,
.opc #checkout-step-shipping input[type=text],
.opc #checkout-step-shipping input[type=password],
.opc #checkout-step-billing select,
.opc #checkout-step-billing input[type=text],
.opc #checkout-step-billing input[type=password] {
	height: 42px;
}
.sp-methods dt:first-child {
	margin-top: 0;
}
.sp-methods dt {
	margin: 20px 0 0;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 20px;
}
#checkout-step-shipping_method h3 {
	margin-top: 30px;
	font-weight: 600;
}
.sp-methods .price {
	font-weight: bold;
	color: #000000;
}
.opc #checkout-step-shipping_method .checkbox {
	display: inline-block;
}
.opc #checkout-step-review .buttons-set p {
	margin: 0;
	line-height: 47px;
}
.opc #checkout-step-review .buttons-set button.button {
	float: right;
	margin-right: 0;
}


.block-progress {
	border: 1px solid #e4e4e4;
	border-width: 0 1px 1px 1px;
	margin: 0;
	padding-left: 30px;
}
.block-progress .block-content {
	font-size: 14px;
}
.block-progress .block-title {
	border: 0;
	padding: 30px 0;
}
.block-progress .block-title strong {
	font-size: 20px;
	font-weight: normal;

}
.block-progress dt:before {
	content: "\f111";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 6px;
	left: 0;
	line-height: 20px;
}
.block-progress dt {
	margin: 0;
	color: #878787;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 8px;
	font-weight: normal;
	padding-left: 20px;
	position: relative;
}
.block-progress dt.complete {
}

.checkout-onepage-success .buttons-set {
	text-align: left;
}
.checkout-onepage-success .buttons-set button.button {
	float: none;
	margin: 0;
}

/* Checkout block end */

/* empty category block begin */
.empty-category-wrapper {
	margin: 96px auto;
	text-align: center;
}
.no-route-wrapper {
	margin-top: 50px;
}
.empty-category-wrapper h3{
	margin: 0;
	font-size: 98px;
	font-weight: 700;
	line-height: 96%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.empty-category-wrapper p {
	line-height: 1em;
}
.empty-category-wrapper .empty-primary {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.empty-category-wrapper .empty-secondary {
	margin: 30px 0 0;
}

/* empty category block end */


/* Breadcrumbs block begin */

#breadcrumbs {
	border-bottom: 1px solid #e4e4e4;
	border-left: 0;
	border-right: 0;
	margin:0;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}
.breadcrumb > li {
	border-right: 1px solid #e4e4e4;
	padding: 4px 16px;
}
.breadcrumb > li:first-child {
	border-left: 1px solid #e4e4e4;
}
.breadcrumb>li+li:before {
	display: none;
}
.breadcrumb a, .breadcrumb strong {
	color: #a3a3a3;
	font-size: 10px;
	white-space: nowrap;
}
.breadcrumb a:hover{
	text-decoration: none;
	color: #000;
}
.breadcrumb strong {
	font-weight: 400;
	color: #000;
}

/* Breadcrumbs block end */


/* Product label  */
.product-label {
	position: absolute;
	z-index: 1;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.product-label:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.product-label span {
	float: left;
	width: 100%;
	padding: 50% 7px 0;
	line-height: 1em;
	margin-top: -0.5em;
	text-align: center;
}

.product-label-new { color: #fff; }
.product-label-new.product-label:after {  background-color: #fa5d3b }
.product-label-sale { color: #fff; }
.product-label-sale.product-label:after { background-color: #28c51c }
.product-label-top-left { top: 10px; left: 10px }
.product-label-top-right { top: 10px; right: 10px }
.product-label-bottom-left { bottom: 10px; left: 10px; }
.product-label-bottom-right { bottom: 10px; right: 10px; }
/* Product label end */


/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
	display: inline-block;
}
.price-box,
.price-box .old-price,
.price-box .special-price {
	font-size: 22px;
}
.price-box a {
    font-size: 13px;
}
.price-box p {
	margin-bottom: 0;
}

.price-notice {
	color: #a0a0a0;
}

.price-box .price {
	color: #fd5f3d;
}

.price-box .price,
.price {
	white-space: nowrap;
}

.price-box .price-label {
    display: block;
    font-size: 13px;
	white-space: nowrap;
}

.price-box .minimal-price-link {
	display: block;
	margin-top: 5px;
}

.price-box .minimal-price-link .label {
	color: #a3a3a3;
	padding: 0;
	font-weight: 300;
	font-size: 100%;
}
.price-box .minimal-price-link .price {
	font-weight: 700;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
	display: block;
}

.price-box .old-price {
	margin: 5px 0 0;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
	display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
	display: inline-block;
}

.price-box .old-price .price {
	font-size: 18px;
	text-decoration: line-through;
	color: #a3a3a3;
}

.price-box .special-price {
}

.price-box .special-price .price-label {
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
	display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
	display: inline-block;
	padding: 4px 8px;
	margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
	font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
	font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
	font-weight: bold;
}



/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
}

.add-to-links a {
}

.add-to-links .separator {
	display: none;
}


/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
	border-bottom: none;
}

.category-image {
	margin-bottom: 1.5em;
}


/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
	margin: 0 0 30px;
	border: 1px solid #e4e4e4;
	background: #f9f9f9;
	padding: 9px 10px 0px;
}
.toolbar .toolbar {
	float: right;
	margin: 0;
	border: 0;
	background: transparent;
	padding: 0;
}

.toolbar:after {
	content: '';
	display: table;
	clear: both;
}

.pager-no-toolbar {
	margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
	margin-top: 10px;
}

.toolbar,
.pager {
	line-height: 32px;
	font-size: 13px;
	color: #878787;
}

.toolbar label,
.pager-no-toolbar label {
	margin: 0 13px 0 0;
	font-weight: 300;
}

.toolbar .toolbar-dropdown {
	position: relative;
	float: left;
	margin-right: 13px;
	height: 32px;
}
.toolbar .toolbar-dropdown .dropdown-toggle {
	padding: 0 10px;
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #505050;
	display: inline-block;
	height: 32px;
	line-height: 31px;

}
.toolbar .toolbar-dropdown .dropdown-toggle .fa{
	padding: 0 0 0 30px;
	font-size: 10px;
}
.toolbar .toolbar-dropdown  .dropdown-menu{
	border-top: 3px solid #fd5f3d;
	background: #fff;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.toolbar .toolbar-dropdown .dropdown-menu li{ float: none}
.toolbar .toolbar-dropdown .dropdown-menu a{ display: block; padding: 0 15px; line-height: 33px; font-size: 12px; color: #363636; text-decoration: none; }
.toolbar .toolbar-dropdown .dropdown-menu a:hover { background:none #eee }


.sorter {
	float: left;
	margin-bottom: 10px;
}
.sorter label {
	float: left;
}
.sorter label:after {
	content: ':';
}
.sorter > .sort-by{
	float: left;
	margin-right: 13px;
	height: 32px;
}
.sorter > .sort-by .sort-by-switcher {
	height: 32px;
	display: inline-block;
}
.sorter > .view-mode {
	float: right;
	margin: 0 0 0 20px;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
	float: left;
	font-size: 24px;
}
.sorter > .view-mode .fa-list:before {
	content: "\f00b";
}
.sorter > .view-mode .fa-grid:before {
	content: "\f00a";
}
.sorter > .view-mode strong.grid {
	padding-right: 10px;
}
.sorter > .view-mode strong.list {
	padding-left: 10px;
}
.sorter > .view-mode strong,
.sorter > .view-mode a:hover {
	color: #fd5f3d;
}


.pager {
	float: right;
	margin: 0 0 10px;
}
.pager li{
	display: block;
}
.pager li>a, .pager li>span {
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.pager > .count-container {
	float: left;
}

.pager .amount {
	float: left;
	white-space: nowrap;
	margin: 0 30px 0 0;
}

.pager .limiter {
	float: left;
}

.pager .limiter > label {
	float: left;
}

.pager .limiter > label:after {
	content: ':';
}

.pager .amount,
.pager .limiter,
.pager .pages {
}

.pages {
	float: right;
}
.pages ol {
	margin: 0;
	padding: 0;
}

.pages strong {
	display: none;
}

.pages li {
	float: left;
}

.pages li,
.pages .current {
	display: inline-block;
	border: 1px solid transparent;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 32px;
	width: 30px;
	height: 32px;
	padding: 0;
}
.pages .current,
.pages .current:hover {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	cursor: default;
}
.pages li a:hover,
.pages li a:active {
	background-color: transparent;
}

.pages .next,
.pages .previous {

}

.col3-layout .sorter,
.col3-layout .pager {
	width: 100%;
}

.col3-layout .pager {
	float: left;
	clear: both;
}

.col3-layout .pager .pages {
	float: right;
	margin-left: 0;
}


@media only screen and (max-width: 479px) {
	.pager .amount {
		display: none;
	}
	.pages li, .pages .current {
		width: 25px
	}

	.sorter label {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.limiter label {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.sorter,
	.pager {
		width: 100%;
	}

	.pager {
		float: left;
		clear: both;
	}

	.pager .pages {
		float: right;
		margin-left: 0;
	}
}


/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
	margin: 12px 0 2px;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	font-family: "Open Sans", Arial, serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
	text-decoration: none;
	color: #fd5f3d;
}

.products-grid .product-name,
.products-list .product-name {
}

.products-grid .product-name a,
.products-list .product-name a {
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
	position: relative;
	margin: 0 -15px;
}
.products-grid a {
	text-decoration: none;
}
.products-grid:after {
	content: '';
	display: table;
	clear: both;
}
.products-grid li.item {
	position: relative;
	display: inline-block;
	margin: 0 -4px 25px 0;
	padding: 0 15px;
	vertical-align: top;
	text-align: center;
	background: #fff;
}
.products-grid li.item:after {
	content: '';
	display: table;
	clear: both;
}
.products-grid .desc-border {
    max-width: 102px;
    margin: 21px auto 12px;
    border-top: 1px solid #d7d7d7;
}
.products-grid .swatch-border {
	margin-top: 8px;
}
.products-grid .product-image {
	position: relative;
	margin: 0 auto;
}
.products-grid .product-info {
	padding: 0 6px;
}
.products-grid .product-hover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 15px;
	right: 15px;
	border: 1px solid #e4e4e4;
}
.products-grid .product-link {
	display: block;
}
.products-grid .actions {
	margin: -1px;
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
}
.products-grid .add-to-links {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}
.products-grid .add-to-links li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e4e4e4;
}
.products-grid .add-to-links li:last-child {
	border-right: 0;
}
.products-grid .add-to-links a {
	line-height: 61px;
	display: block;
}
.products-grid .add-to-links button {
    padding: 0;
    border: 0;
    background-color: #fff;
    color: #252525;
    line-height: 61px;
}
.products-grid .add-to-links button,
.products-grid .add-to-links button span {
    display: block;
    width: 100%;
}
.products-grid .add-to-links a:hover,
.products-grid .add-to-links button:hover {
	background: #fd5f3d;
	color: #fff;
}
.products-grid .add-to-links a span {
	display: none;
}
.products-grid .add-to-links .fa {
	font-size: 22px;
	line-height: 61px;
}
.products-grid .add-to-links .fa,
.products-grid .add-to-links .cartown-icon {
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
	width: 24px;
	height: 61px;
}

.products-grid .rating-wrapper {
	padding: 0 7px 16px;
	background: #fff;
	text-align: center;
}
.products-grid .rating-wrapper p {
	margin: 0;
	line-height: 120%;
	font-size: 13px;
}
.products-grid .ratings {
	margin: 0 0 7px
}
.products-grid .ratings .rating-box,
.products-grid .ratings .rating-box .rating {
	margin: 0;
	display: inline-block;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
}
.products-grid .ratings .rating-box {
	position: relative;
	vertical-align: middle;
}
.products-grid .ratings .rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}
.products-grid .ratings .amount {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
}
.products-grid .ratings .fa {
	font-size: 12px;
	float: left;
	margin-right: 5px;
}
.products-grid .ratings .rating-box .rating .fa {
	color: #fd5f3d;
}

.products-grid .price-box-original {
	margin: 23px 0 0;
}
.products-grid .price-box {
	margin: 0 auto;
	text-align: center;
}
.products-grid .price-box-clone {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 3;
	top: 15%;
	left: 50%;
	font-weight: 700;
	color: #fff;
}
.products-grid .quick-view-injected .price-box-clone {
    top: 5%;
}
.products-grid .price-box-clone .old-price .price{
	font-weight: 300;
}
.products-grid .price-box-clone .price-box-circle {
	position: relative;
	left: -50%;
}
.products-grid .price-box-clone .price-box .price{
	padding: 0 3px;
	color: #fff;
}
.products-grid .price-box-clone .price-box p.price-from,
.products-grid .price-box-clone .price-box p.price-to {
	white-space: nowrap;
}
.products-grid .price-box-clone .price-box p.price-from .price,
.products-grid .price-box-clone .price-box p.price-to .price {
	padding: 0 10px;
	white-space: nowrap;
}
.products-grid .price-box-clone .price-box a,
.products-grid .price-box-clone .price-box .price-label,
.products-grid .price-box-clone .price-box .minimal-price-link .label {
	color: #fff;
	font-weight: 300;
}
.products-grid .price-box-clone .price-box-circle:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fa5d3b;
}
.products-grid .price-box-clone .price-box {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.products-grid .additional-images-wrapper {
	margin: 0 auto;
	overflow: hidden;
}
.products-grid .additional-images-wrapper-init {
	overflow: visible;
}
.products-grid .additional-images-wrapper .owl-carousel {
	display: block;
}
.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	display: block;
	position: absolute;
	z-index: 4;
	top: 50%;
	margin-top: -26px;
	width: 28px;
	height: 46px;
	border: 3px solid #ebebeb;
	background: #fff;
	text-align: center;
	line-height: 42px;

	visibility: hidden;
	opacity: 0;
}
.products-grid .owl-controls .owl-buttons div.owl-prev {
	left: -14px;
}
.products-grid .owl-controls .owl-buttons div.owl-next {
	right: -14px;
}

/* grid hover */
.products-grid .item.hover .product-hover  {
	visibility: visible;
	opacity: 1;
}

.products-grid .item.hover .product-label {
	visibility: hidden;
	opacity: 0;
}
.products-grid .item.hover .price-box-clone {
	visibility: visible;
	opacity: 1;
}
.products-grid .item.hover.additional-images-active .price-box-clone {
    visibility: hidden;
    opacity: 0;
}
.products-grid .item.hover .additional-images-wrapper img {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	visibility: visible;
	opacity: 1;
}
.products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div.disabled {
    cursor: default;
}

/* disable hover under 992
 * comment out this block if you want to have rollover on mobile devices
 ************************************************************************/
@media only screen and (max-width: 991px) {
	.products-grid .product-hover {
		visibility: visible;
		border: 0;
		opacity: 1;
		position: static;
	}
	.products-grid .item.hover .product-label {
		visibility: visible;
		opacity: 1;
	}
	.products-grid .product-link {
		display: none;
	}
	.products-grid .actions,
	.products-grid .rating-wrapper,
	.products-grid .add-to-links li {
		border: 0;
		display: none;
	}

	.products-grid .item.hover .price-box-clone,
	.products-grid .item.hover .quick-view-container,
	.products-grid .item.hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
		display: none;
	}
	.products-grid .item.hover .additional-images-wrapper img {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

}


.category-col-2 {}
.category-col-3 {}
.category-col-4 {}
.category-col-5 {}
.category-col-6 {}
.category-col-7 {}

.category-col-2 .products-grid li.item { width: 50%;}
.category-col-3 .products-grid li.item { width: 33.3333%;}
.category-col-4 .products-grid li.item { width: 25%;}
.category-col-5 .products-grid li.item { width: 20%;}
.category-col-6 .products-grid li.item { width: 16.6666%;}
.category-col-7 .products-grid li.item { width: 14.2857%;}

.col1-layout {}

.col2-left-layout, .col2-right-layout {}
	.col2-left-layout .category-col-5 .products-grid .price-box, .col2-right-layout .category-col-5 .products-grid .price-box,
	.col2-left-layout .category-col-6 .products-grid .price-box, .col2-right-layout .category-col-6 .products-grid .price-box,
	.col2-left-layout .category-col-7 .products-grid .price-box, .col2-right-layout .category-col-7 .products-grid .price-box,
	.col2-left-layout .category-col-5 .products-grid .product-name, .col2-right-layout .category-col-5 .products-grid .product-name,
	.col2-left-layout .category-col-6 .products-grid .product-name, .col2-right-layout .category-col-6 .products-grid .product-name,
	.col2-left-layout .category-col-7 .products-grid .product-name, .col2-right-layout .category-col-7 .products-grid .product-name {font-size: 18px}

.col3-layout {}

	.col3-layout .category-col-5 .products-grid li.item,
	.col3-layout .category-col-6 .products-grid li.item,
	.col3-layout .category-col-7 .products-grid li.item { width: 25%;}

	.col3-layout .category-col-4 .products-grid .price-box,
	.col3-layout .category-col-5 .products-grid .price-box,
	.col3-layout .category-col-6 .products-grid .price-box,
	.col3-layout .category-col-7 .products-grid .price-box,
	.col3-layout .category-col-4 .products-grid .product-name,
	.col3-layout .category-col-5 .products-grid .product-name,
	.col3-layout .category-col-6 .products-grid .product-name,
	.col3-layout .category-col-7 .products-grid .product-name {font-size: 16px}

@media only screen and (max-width: 1199px) {
	.col3-layout .category-col-4 .products-grid li.item,
	.col3-layout .category-col-5 .products-grid li.item,
	.col3-layout .category-col-6 .products-grid li.item,
	.col3-layout .category-col-7 .products-grid li.item { width: 33.3333%;}
}

@media only screen and (max-width: 991px) {
	.category-col-2 .products-grid li.item { width: 50%;}
	.category-col-3 .products-grid li.item,
	.category-col-4 .products-grid li.item { width: 33.3333%;}
	.category-col-5 .products-grid li.item,
	.category-col-6 .products-grid li.item,
	.category-col-7 .products-grid li.item { width: 25%;}

	.col1-layout {}

	.col2-left-layout, .col2-right-layout {}
		.col2-left-layout .category-col-5 .products-grid .price-box, .col2-right-layout .category-col-5 .products-grid .price-box,
		.col2-left-layout .category-col-6 .products-grid .price-box, .col2-right-layout .category-col-6 .products-grid .price-box,
		.col2-left-layout .category-col-7 .products-grid .price-box, .col2-right-layout .category-col-7 .products-grid .price-box,
		.col2-left-layout .category-col-5 .products-grid .product-name, .col2-right-layout .category-col-5 .products-grid .product-name,
		.col2-left-layout .category-col-6 .products-grid .product-name, .col2-right-layout .category-col-6 .products-grid .product-name,
		.col2-left-layout .category-col-7 .products-grid .product-name, .col2-right-layout .category-col-7 .products-grid .product-name {font-size: 16px}

	.col3-layout {}

		.col3-layout .category-col-4 .products-grid .price-box,
		.col3-layout .category-col-5 .products-grid .price-box,
		.col3-layout .category-col-6 .products-grid .price-box,
		.col3-layout .category-col-7 .products-grid .price-box,
		.col3-layout .category-col-4 .products-grid .product-name,
		.col3-layout .category-col-5 .products-grid .product-name,
		.col3-layout .category-col-6 .products-grid .product-name,
		.col3-layout .category-col-7 .products-grid .product-name {font-size: 16px}
}
@media only screen and (max-width: 767px) {
	.category-col-2 .products-grid li.item { width: 50%;}
	.category-col-3 .products-grid li.item,
	.category-col-4 .products-grid li.item,
	.category-col-5 .products-grid li.item,
	.category-col-6 .products-grid li.item,
	.category-col-7 .products-grid li.item { width: 33.3333%;}

	.col1-layout {}

	.col2-left-layout, .col2-right-layout {}

	.col3-layout {}
		.col3-layout .category-col-5 .products-grid li.item,
		.col3-layout .category-col-6 .products-grid li.item,
		.col3-layout .category-col-7 .products-grid li.item { width: 33.3333%;}

}
@media only screen and (max-width: 650px) {
	.category-col-2 .products-grid li.item,
	.category-col-3 .products-grid li.item,
	.category-col-4 .products-grid li.item,
	.category-col-5 .products-grid li.item,
	.category-col-6 .products-grid li.item,
	.category-col-7 .products-grid li.item { width: 50%;}

	.col1-layout {}

	.col2-left-layout, .col2-right-layout {}

	.col3-layout {}
		.col3-layout .category-col-5 .products-grid li.item,
		.col3-layout .category-col-6 .products-grid li.item,
		.col3-layout .category-col-7 .products-grid li.item { width: 50%;}
}






/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: outside none none;
	padding: 0;
}

.products-list > li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ededed;
}

.products-list > li:after {
	content: '';
	display: table;
	clear: both;
}

.products-list .additional-images-wrapper {
    position: relative;
	float: left;
	width: 23%;
}
.products-list .additional-images-wrapper .owl-carousel {
	display: block;
}
.products-list .additional-images-wrapper img {
	visibility: hidden;
	opacity: 0;
}
.products-list .additional-images-wrapper a.product-image img,
.products-list .additional-images-wrapper-init img {
	visibility: visible;
	opacity: 1;
}
.products-list .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	display: block;
	position: absolute;
	z-index: 4;
	top: 50%;
	margin-top: -26px;
	width: 28px;
	height: 46px;
	border: 3px solid #ebebeb;
	background: #fff;
	text-align: center;
	line-height: 42px;
	visibility: visible;
	opacity: 1;
}
.products-list .item .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div.disabled {
	cursor: default;
}
.no-touch .products-list .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	visibility: hidden;
	opacity: 0;
}
.products-list .owl-controls .owl-buttons div.owl-prev {
	left: -14px;
}
.products-list .owl-controls .owl-buttons div.owl-next {
	right: -14px;
}
.products-list .item:hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	visibility: visible;
	opacity: 1;
}
.products-list .item:hover .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div.disabled {
}

.products-list > li .additional-images-wrapper img,
.products-list > li .product-image img {
	width: 100%;
	max-width: 270px;
}

.products-list > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.products-list .product-shop {
	float: right;
	width: 77%;
	padding-left: 30px;
}

.products-list .product-shop .product-name {
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}
.products-list .product-shop .desc-border{
	width: 145px;
	margin: 30px 0;
	border-top: 1px solid #d7d7d7;
}

.products-list .product-shop .ratings {
	margin-bottom: 20px;
}

.products-list .product-shop .ratings .rating-box {
	float: left;
	margin-right: 7px;
	margin-top: 14px;
}

.products-list .product-shop .ratings .rating-links {
	float: left;
	margin-top: 11px;
}

.products-list .product-shop .price-box {
	margin-top: 12px;
	float: right;
	text-align: right;
	margin-left: 10px;
}

.products-list .product-shop .price-box .price {
	font-size: 30px;
	font-weight: 700;
}
.products-list .product-shop .price-box .old-price .price {
	font-size: 20px;
}

.products-list .product-shop .action {
	margin: 7px 0;
}

.products-list .product-shop .desc {
	margin-top: 0;
	margin-bottom: 20px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
	float: left;
	width: 100%;
	overflow: hidden;
}

.products-list .product-shop .product-secondary {
	float: right;
	width: 25%;
	text-align: right;
	clear: right;
}

.products-list .product-shop .desc:after,
.products-list .product-shop .ratings:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.products-list .product-shop .button {
	text-transform: none;
	line-height: 24px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 5px;
}
.products-list .product-shop .button:last-child {
	margin-right: 0;
}
.products-list .product-shop .cartown-list-btn .fa,
.products-list .product-shop .cartown-icon {
	font-size: 17px;
	padding: 0;
	margin-right: 10px;
	width: auto;
	height: 24px;
	line-height: 28px;
}

@media only screen and (min-width: 480px) {
	.products-list .product-name a {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1279px) {
	.products-list .product-shop .product-primary,
	.products-list .product-shop .desc {
	}

	.products-list .product-shop .product-secondary {
		float: right;
		width: 40%;
	}
}

@media only screen and (max-width: 670px) {
	.products-list .product-shop .product-name	{
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.products-list .product-shop .desc {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.products-list .product-shop .button {
		display: block;
		clear: both;
		text-align:left;
		margin-top: 5px;
		width: 85%;
	}
	.products-list .product-shop .button + .button {
		margin-left: 0;
	}
	.products-list .product-shop .ratings {
		padding-top: 0;
	}
}

@media only screen and (max-width: 600px) {
	.products-list .product-shop .price-box .special-price {
		padding-left: 0;
	}

	.products-list .product-shop .product-primary,
	.products-list .product-shop .product-secondary,
	.products-list .product-shop .desc {
		float: none;
		width: 100%;
		padding-right: 0;
		text-align: left;
	}
}

@media only screen and (max-width: 480px) {
	.products-list .product-shop {
		float:  none;
		width:  auto;
		padding-left: 0;
	}
	.products-list .additional-images-wrapper {
		float:  none;
		width:  auto;
		margin: 0 auto;
		max-width: 270px;
	}
	.products-list .product-shop .button {
		width: 100%;
	}
	.products-list .product-shop .price-box {
		text-align: center;
		float: none;
		margin-left: 0;
	}
}


/* Product view begin */
.product-view {
	position: relative;
}
.product-view h1 {
    margin: 0 0 40px;
    padding: 0 230px 0 0;
    overflow: hidden;
	line-height: 1.4;
}
.product-view .addthis {
    position: absolute;
	top: 16px;
	right: 15px;
}

.product-img-box {
	margin-bottom: 0px;
}
.product-img-box .product-image {
	margin-bottom: 30px;
}
.product-img-box .zoomWrapper {
	margin: 0 auto;
}
.product-img-box .more-views {
	margin-bottom: 30px;
}
.product-img-box .more-views li{
	padding: 0 15px;
}
.product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons div {
	width: 30px;
	height: 46px;

	border-width: 2px;
	line-height: 42px;
	font-size: 15px;
}
.product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons {
	margin-top: -23px;
}

.product-image-thumbs a {
	display: block;
	border: none;
}
.product-image-thumbs a:hover {
	opacity: 0.7;
}
.product-image-thumbs a img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.product-view .product-shop .no-rating,
.product-view .product-shop .ratings {
    padding: 0 0 25px;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
    line-height: 20px;
}
.product-view .product-shop .ratings .rating-box,
.product-view .product-shop .ratings .rating-helper {
    width: 130px;
}
.product-view .product-shop .ratings .rating-box .fa {
    font-size: 20px;
    margin-right: 7px;
}
.product-view .product-shop .ratings .rating-links {
    float: right;
}

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
	margin: 35px 0 0;
	padding: 0;
}
.product-view .product-shop .extra-info {
	float: right;
	margin-top: 40px;
	font-size: 13px;
	text-align: right;
}
.product-view .product-shop .extra-info p{
	margin: 0;
	line-height: 1.5;
}
.product-view .product-shop .availability {
	font-size: 13px;
}
.product-view .product-shop .price-info {
	overflow: hidden;
	float: none;
	padding-right: 25px;
	text-align: left;
}
.product-view .product-shop .price-box .regular-price,
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price {
	display: inline-block;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
	font-size: 40px;
	font-weight: 700;
}
.product-view .product-shop .price-box .special-price {
	margin: 0 20px 0 0;
}
.product-view .product-shop .price-box .old-price {
	margin: 0;
}
.product-view .product-shop .price-box .old-price .price {
	font-size: 25px;
	font-weight: 600;
}
.product-view .product-shop .alert-price {
}
.product-view .product-shop .price-box.map-info {
}
.product-view .product-shop .price-box.map-info span {
	display: block;
}
.product-view .product-shop .price-box.map-info span.msrp-price-hide-message {
	font-size: 13px;
}

.product-view .product-shop .price-box.map-info a {
	margin: 0 15px 0 0;
	text-decoration: underline;
	display: block;
}
.product-view .product-shop .tier-prices {
	margin: 0;
	padding: 0;
}
.product-view .price-box-bundle {
	display: inline-block;
	margin-right: 25px;
}
.product-view .price-box-bundle .price-box .price,
.product-view .product-shop .price-box .full-product-price .price {
	font-size: 26px;
	font-weight: 700;
}
.product-view .price-box-bundle .price-box p {
	display: inline-block;
}
.product-view .price-box-bundle .price-box p.price-from {
	margin-right: 25px;
}
.product-view .product-shop .short-description {
	background-color: #f7f7f7;
	margin: 35px 0 0;
	padding: 25px 30px;
}

.product-view .add-to-cart {
	margin: 30px 0 0;
}
.product-view .add-to-cart .button .cartown-icon{
	width: 24px;
	padding: 0;
	margin: 0 30px 0 0;
}
.product-view .add-to-cart .button,
.product-view .add-to-cart .button span {
	height: 73px;
	line-height: 73px;
}
.product-view .add-to-cart .button {
	margin: 0 0 30px;
	padding: 0 30px;
	border: 0;
	vertical-align: top;
	font-size: 17px;
}
.product-view .add-to-cart .button span {
	display: block;
}

.product-view .add-to-links {
	border-top: 1px solid #e4e4e4;
	padding: 30px 0 0;
}
.product-view .add-to-links li {
	display: inline-block;
	margin: 0 34px 15px 0;
}
.product-view .add-to-links li a{
	float: left;
	width: 110px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
}
.product-view .add-to-links .fa {
	float: left;
	overflow: hidden;
}
.product-view .add-to-links .fa,
.product-view .add-to-links .cartown-icon {
	width: 26px;
	height: 26px;
	padding: 0;
	margin-right: 20px;
	font-size: 26px;
}

.product-options {
	margin: 30px 0 0;
	padding: 0;
	border: 0;
}
.product-options p.required {
	position: static;
	margin: 0;
	clear: both;
}
.product-options-bottom {
	margin: 30px 0 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: transparent;
}

.product-options dl {
	clear: both;
}
.product-options dl.last {
	margin-bottom: 10px;
}
.product-options dl dt {
	float: left;
	width: 15%;
	margin: 0;
}
.product-options dl dt label {
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
}
.product-options dl dt label em{
	font-style: normal;
	padding-right: 5px
}
.product-options dl dd {
	float: left;
	width: 85%;
	margin: 0 0 16px;
	border-bottom: 1px solid #e4e4e4;
}
.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.product-options dl .qty-holder label {
	margin: 0;
	padding-right: 8px;
}
.product-options dl .price-notice {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
}
.product-options dl .input-box {
	position: relative;
	margin-bottom: 10px;

}
.product-options dl .price-notice .price {
	float: right;
	padding-left: 5px;
}

.product-options dl ul.options-list li {
	margin-bottom: 2px;
	position: relative;
}

.product-options dl ul.options-list .label {
	margin-right: 18%;
	padding: 0;
	width: inherit;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: left;
}
.product-options dl ul.options-list .label {

}

.product-shop .product-options {
}
.product-shop .product-options dl dt {
	position: relative;
	float: none;
	width: inherit;
	margin: 0;
	padding: 0;

}
.product-shop .product-options dl dd {
	float: none;
	width: inherit;
}
.product-shop .product-options dl dt,
.product-shop .product-options dl dd {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

@media only screen and (max-width: 991px) {
	.product-options {
		width: inherit;
	}
	.product-options dl dt {
		float: none;
		width: inherit;
		padding-bottom: 6px;
	}
	.product-options dl dd {
		float: none;
		width: inherit;
		margin: 0 0 13px;
	}
	.product-options dl dt, .product-options dl dd {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
}

.grouped-items-table {
	margin: 30px 0 0;
}
.grouped-items-table th {
	padding: 15px;
}
.grouped-items-table td {
	padding: 5px 15px;
	vertical-align: top;
	line-height: 30px;
}
.product-view .product-shop .grouped-items-table .price-box .regular-price .price,
.product-view .product-shop .grouped-items-table .price-box .special-price .price,
.product-view .product-shop .grouped-items-table .price-box .full-product-price .price {
	font-size: 18px;
	font-weight: 400;
}
.product-view .product-shop .grouped-items-table .price-box .old-price .price {
	font-size: 14px;
	font-weight: 400;
}
.product-view .product-shop .grouped-items-table .price-box .special-price {
	margin-right: 0px;
}
.product-view .product-shop .grouped-items-table .price-box .old-price {
	margin-left: 10px;
}
/* Product view end */

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
	content: '';
	display: table;
	clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
	display: block;
	border-radius: 0;
	font-size: 14px;
	text-align: center;
	color: #636363;
	text-decoration: none;
	box-sizing: content-box;
}

.swatch-link {
	border: 1px solid #e4e4e4;
	margin: 0 5px 5px 0;
}
.swatch-link img {
	border-radius: 0px;
}
.swatch-link:hover {
	cursor: pointer;
	text-decoration: none;
}
.swatch-link .x {
	display: none;
	text-indent: -999em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg_x.png) center no-repeat transparent;
	z-index: 10;
}
.swatch-link.has-image .swatch-label {
	position: relative;
}
.swatch-link.has-image img {
	position: absolute;
	top: 0;
	left: 0;
}
.product-options dt.swatch-attr .select-label {
	color: #000000;
	font-weight: 700;
}
.product-view .product-options .swatch-attr .input-box{
	margin-bottom: 0;
}
.product-options dl dd.swatch-attr {
	margin: 0;
}
.product-options dl dd.swatch-attr.last {
	margin: 0 0 16px;;
}
.swatch-label {
	border: 1px solid #fff;
	margin: 0;
	white-space: nowrap;
	background: #f4f4f4;
}

.configurable-swatch-list {
	position: relative;
	z-index: 3;
	margin: 0;
	zoom: 1;
	clear: both;
	-webkit-transform: translateZ(0px);
}
.product-view .configurable-swatch-list {
	z-index: 0;
}
.products-list .configurable-swatch-list {
	margin: 10px 0;
}
.configurable-swatch-list li {
	float: left;
	zoom: 1;
	margin: 0;
}
.block-layered-nav .block-content > dl > dd > ol.configurable-swatch-list > li {
	border: 0;
}
.products-list .configurable-swatch-list li,
.products-grid .configurable-swatch-list li {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
}
.configurable-swatch-list .not-available .x {
	display: block;
}
.configurable-swatch-list .not-available .swatch-link {
	border-color: #ededed;
	position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
	color: #aaa;
	background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
	padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
	outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
	margin: 0 0 15px;
	width: 47%;
}
#narrow-by-list dd .swatch-link {
	border: none;
	line-height: 25px;
	margin-right: 2px;
	text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
	line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
	border-color: #FD5F3D;
}
#narrow-by-list dd .swatch-label {
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 0;
	display: block;
	float: left;
	line-height: 1.5em;
	margin: 0 10px 0 0;
	padding: 1px 5px;
	white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
	border: 1px solid #fff;
	border-radius: 0px;
	box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
	padding: 0;
}

@media only screen and (max-width: 770px) {
	#narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
		clear: left;
	}
}
.currently .swatch-current {
	position: relative;
}
.currently .swatch-current .btn-remove {
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%;
}
.currently .swatch-current span {
	display: block;
	float: left;
}
.currently .swatch-link {
	display: inline-block;
	margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
	border-color: #cccccc;
	cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
	border-color: #FD5F3D;
}

.configurable-swatch-box {
	background: none !important;
}
.configurable-swatch-box select.swatch-select {
	display: none;
}
.configurable-swatch-box .validation-advice {
	margin: 0 0 5px;
	background: #df280a;
	padding: 2px 5px !important;
	font-weight: bold;
	color: #fff !important;
	float: left;
	display: block;
	border-radius: 3px;
}
.product-view .product-shop {
	padding: 0 0 0 30px;
	float: none;
	overflow: hidden;
}



/* qty buttons */
.qty-container {
	display: inline-block;
	margin: 0 30px 30px 0;
	padding: 20px 17px;
	background: #f7f7f7;
	white-space: nowrap;
}
.qty-container label,
.qty-container span,
.qty-container input {
	display: inline-block;
	line-height: 32px;
}
.qty-container label {
	margin: 0 10px 0 0;
	font-weight: 400;
}
.qty-container span {
	width: 17px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	color: #505050;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}
.qty-container input[type=number].qty, .qty-container input[type=text].qty {
	width: 33px;
	height: 32px;
	padding: 0;
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-right: 0;
	vertical-align: top;
}
/* qty buttons end */

/* review list */

.reviews-list {
	/*background: #f9f9f9;*/
	padding: 40px 0 0;
}
.reviews-list h3{
	display: inline-block;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
}
.reviews-list .button{
	margin: 0 0 0 15px;
	padding: 4px 12px;
	vertical-align: top;
}
ol.reviews-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.reviews-list li {
	margin: 35px 0 0;
	padding: 35px 0 0;
	border-top: 4px solid #e1e1e1;
}

.review-overall-text {
	margin: 20px 0 0
}
.overall-rating {
	margin: 20px 0 0
}

.overall-rating span.h4 {
	display: block;
	float: left;
	margin: 1px;
}
.overall-rating .ratings {
	float: left;
	margin: 0 15px;
}

.rating-table {
	margin: 15px 0 0
}
.rating-table th {
	padding:7px 40px 7px 0;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
.rating-table td.value {
	line-height: 1;
}
.rating-table .ratings {
	margin: 0
}
.rating-table .ratings .rating-box,
.rating-table .ratings .rating-helper {
	width: 220px;
}
.rating-table .ratings .rating-box .rating span.rating-element {
	background-color: #fd5f3d;
}

.rating-votes {
	float: left;
	margin-right: 56px;
}
.rating-details {
	overflow: hidden;
}
.rating-details h4 {
	font-size: 20px;
	margin: 0 0 15px;
}
.rating-author {
	margin: 0 0 10px;
}
.rating-author .fa {
	margin: 0 15px;
	font-size: 16px;
}
.rating-author .fa.fa-clock-o {
	margin-left: 0;
}


.review-product-list {
}
.review-product-list .product-view .product-shop .ratings {
	padding: 0;
	 margin: 0;
	border: 0;
	line-height: 1;
}
.review-product-list .product-view .product-shop .ratings .rating-box,
.review-product-list .product-view .product-shop .ratings .rating-helper {
	width: 220px;
}
.review-product-list .product-view .product-shop .nobr {
	clear: both;
	display: block;
	padding: 20px 0 25px;
	margin: 0;
	border-bottom: 1px solid #e4e4e4;
	font-size: 15px;
	line-height: 20px;
}

#customer-reviews h2 {
	margin: 0 0 30px;
}
#customer-reviews h2 span {
}
#customer-reviews ol.reviews-list {
	margin: 0 0 35px;
}
#customer-reviews ol.reviews-list li:first-child,
#customer-reviews .add-review {
	margin: 0;
	padding: 0;
	border: 0;
}
#customer-reviews .rating-table {
	margin: 0;
}
#customer-reviews .add-review h2 {
	margin: 0 0 10px;
}

#customer-reviews .sorter,
#customer-reviews .pager {
	width: 100%;
}
#customer-reviews .pager {
	float: left;
	clear: both;
}
#customer-reviews .pager .pages {
	float: right;
	margin-left: 0;
}

/* review list end */

/* review elements */
span.rating-element {
	display: block;
	float: left;
	width: 21px;
	height: 5px;
	margin: 0 1px 0 0;
	background-color: #929292;
}
span.review-value {
	float: left;
	font-size: 10px;
	color: #7e7e7e;
}
span.review-value.review-satisfied {
	float: right;
}

/* review elements end*/

/* add review */
.add-review {
	margin: 25px 0 0;
	padding: 25px 0 0;
	border-top: 4px solid #e1e1e1;
}
.add-review h2,
.add-review h3,
.add-review h4 {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
}
.add-review h4 {
	font-size: 18px;
	margin: 0;
}
.add-review .review-table-wrapper{
	margin: 15px 0 0;
	background-color: #363636;
}
.add-review .data-table {
	width: auto;
}
.add-review .data-table th{
	padding: 10px 25px;
	background-color: transparent;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.add-review .data-table td,
.add-review .data-table tr:nth-child(odd) td {
	border: 0;
	vertical-align: middle;
	color: #fff;
	background: transparent;
}
.add-review .data-table td.value {
	padding-top: 2px;
}
.add-review .data-table td input {
	display: none;
}
.add-review .data-table span.review-value {
	color: #ffffff;
}
.add-review .data-table span.rating-element.active {
	background-color: #fd5f3d;
}
.add-review .form-list  {
	background-color: #f7f7f7;
	margin: 15px 0 0;
	padding: 17px 25px 10px;
}
.add-review .form-list input.input-text,
.add-review .form-list textarea {
	width: 100%;
}
.add-review .form-list textarea {
	display: block;
}
/* add review end */


/* Promo banners block begin */
.promo-banners-container {
    margin: 0 0 70px;
}
.promo-banner{
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
.promo-banner.text-banner {
	 padding: 30px;
	 font-size: 28px;
	 font-weight: 300;
	 line-height: 30px;
	 text-align: center;
	 text-decoration: none;
 }
.promo-banner::before {
	color: #ebebeb;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow:inset 0px 0px 0px 2px;
    -moz-box-shadow:inset 0px 0px 0px 2px;
    box-shadow:inset 0px 0px 0px 2px;
}
.promo-banner.no-shadow::before {
	color: transparent;
}
.promo-banner img{
    position: relative;
    z-index: 1;
}
.promo-banner .title-wrapper {
    position: absolute;
    z-index: 2;
    left: 19px;
    right: 20px;
    top: 16px;
    bottom: 20px;
    font-family: "Oswald", Arial, serif;
    text-transform: uppercase;
}
.promo-banner .title-wrapper > span{
    display: block;
}
.promo-banner .big{
    margin: 0 0 13px;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    color: #000000;
}
.promo-banner .small{
    font-size: 17px;
    font-weight: 300;
}

.promo-banner.bigger-banner {
	display: inline-block;
}
.promo-banner.bigger-banner .title-wrapper {
	left: 40px;
	right: 40px;
	top: 65px;
	bottom: 70px;
}
.promo-banner.bigger-banner .big{
	font-size: 50px;
	font-weight: 300;
	line-height: 52px;
}
.promo-banner.bigger-banner .button {
	position: absolute;
	bottom: 0;
	font-weight: 300;
}

.promo-banner.medium-banner {
	display: inline-block;
}
.promo-banner.medium-banner .title-wrapper {
	left: 40px;
	right: 40px;
	top: 40px;
	bottom: 40px;
}
.promo-banner.medium-banner .big{
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.04em;
}
.promo-banner.medium-banner .small{
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.1;
}
.promo-banner.medium-banner span.ul{
	display: block;
	margin-top: 20px;
}
.promo-banner.medium-banner span.ul span.li {
	display: block;
	position: relative;
	margin: 0 0 0.5em 0.2em;
	font-size: 14px;
	font-weight: 700;
}
.promo-banner.medium-banner span.ul span.li:before{
	content: '\b7\a0\a0';
	font-size: 16px;
}

@media (max-width: 479px){
	.promo-banner.medium-banner span.ul,
	.promo-banner.medium-banner .small {
		display: none;
	}

	.promo-banners-container {
		margin-bottom: 30px;
	}
}

.promo-banner:hover {}
.promo-banner:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.promo-banner:hover::before {
    -webkit-box-shadow:inset 0px 0px 50px 20px;
    -moz-box-shadow:inset 0px 0px 50px 20px;
    box-shadow:inset 0px 0px 50px 20px;
}
.promo-banner.text-banner:hover::before {
	opacity: 0.4;
}
.promo-banner img,
.promo-banner::before {
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.promo-banner img {
    -webkit-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    -ms-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s;
}


/* Promo banners block end */


/* Additional Products block begin */
.additional-products{
	background: #f4f4f4;
	padding: 20px 0 30px;
}
.additional-products h3{
	padding-left: 15px;
	font-family: "Oswald", Arial, serif;
	font-weight: 400;
	color: #000000;
	text-transform: uppercase;
}
.additional-products .button {
	font-size: 12px;
}
.additional-products p{
	font-size: 14px;
	margin: 0 0 30px;
	text-align: center;
}

.banner-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 30px;
}
.banner-wrapper img{ position: relative; z-index: 1}
.banner-wrapper .title-wrapper {
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 10%;
}
.banner-wrapper .primary-title,
.banner-wrapper .secondary-title {
	display: block;
	float: left;
	padding: 4px 10px;
	text-align: center;
}
.banner-wrapper .primary-title {
	padding: 6px 10px;
	background: #fd5f3d;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}
.banner-wrapper .secondary-title {
	clear: left;
	background: #252525;
	color: #cdcdcd;
	font-size: 12px;
	font-weight: 600;
}
.banner-wrapper:hover {}
.banner-wrapper:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner-wrapper img,
.banner-wrapper .primary-title,
.banner-wrapper .secondary-title {
	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
	-ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
	-o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.banner-wrapper img {
	-webkit-transition-duration: 1.4s;
	-moz-transition-duration: 1.4s;
	-ms-transition-duration: 1.4s;
	-o-transition-duration: 1.4s;
	transition-duration: 1.4s;
}
.banner-wrapper .secondary-title {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Additional Products block end */

/* Home more Products block*/
.home-more-products-container {
    background: #f5f5f5;
    padding: 70px 0 30px;
}
.home-more-products {}
.home-more-products h3{
    margin: 0 0 40px;
    font-family: "Oswald", Arial, serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-more-products ul{}
.home-more-products ul li{
    margin: 0 0 40px;
}
.home-more-products .product-image{ float: left; margin: 0 30px 0 0}
.home-more-products .product-info{
    overflow: hidden;
}
.home-more-products .product-name {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
}
.home-more-products .price-box,
.home-more-products .price-box .old-price,
.home-more-products .price-box .old-price .price,
.home-more-products .price-box .special-price {
    margin: 0 5px 0 0;
    font-weight: 600;
    font-size: 15px;
}
.home-more-products .price-box .old-price,
.home-more-products .price-box .special-price {
    display: inline;
}
/* Home more Products block end */


/* Contact block begin */

.footer-banners{
	padding: 26px 0 20px;
	background: #fff;
}
.footer-banners-right {
	text-align: right;
	padding-right: 20px;
}
.footer-banners .fa{
	border: 3px solid #ebebeb;
	border-radius: 50%;
	float: left;
	color: #fd5f3d;
	margin-right: 30px;
	padding-top: .6em;
	width: 70px;
	height: 70px;
	font-size: 28px;
	text-align: center;
}
.footer-banners .fa-phone{
	padding-top: .7em;
}
.footer-banners .input-group{
	max-width: 400px;
	padding: 14px 0;
}
.footer-banners .input-group .form-control,
.footer-banners .input-group button{
	height: 45px;
	border-radius: 0;
}
.footer-banners .input-group button{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}
.footer-banners .input-group .form-control{
	border: 2px solid #ebebeb;
	border-right: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 1px 19px;
	font-size: 13px;
}
.footer-banners .subscribe-container .validation-advice {display: none}
.footer-banners .subscribe-container .form-control {}
.footer-banners .subscribe-container .form-control.validation-failed {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.footer-banners p{
	color: #363636;
	font-size: 26px;
	letter-spacing: 1px;
	padding: 26px 0;
}
.footer-banners p span{
	color: #fd5f3d;
}

/* End Content */


/* Sidebar */

/* Sidebar blocks begin */

.sidebar .powerbanners-container {
	margin-top: 30px;
}
.block .actions a {
	float: right;
	line-height: 34px;
}

.block-content {}
.block-content .product-name {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.block-content .btn-remove {
	border: 0;
	width: 15px;
	height: 15px;
}
.block-content .btn-remove:after {
	border: 0;
	background-color: transparent;
	color: #FD5F3D;
	font-size: 12px;
	width: 15px;
	height: 15px;
	line-height: 15px;
}
.block-content .btn-remove:hover,
.block-content .btn-remove:hover:after {
	background-color: transparent;
	color: #525252;
}

.block .actions .button {
	float: left;
}

.sidebar .block {
	background-color: #f8f8f8;
	border-top: 3px solid #d9d9d9;
	padding: 0 20px 20px 20px;
	margin-top: 30px;
}
.sidebar .block:first-child {
	margin-top: 0px;
}
body:not(.customer-account) .col-left .block:first-child .block-title {
	border-top: none;
}

.block-wm-categories {}
.block-wm-categories .block-content {
	list-style: outside none none;
	padding: 0;
	margin: 0 0 -10px;
}
.block-wm-categories .block-content li {
	position: relative;
	border-top: 1px solid #e3e3e3;
	font-size: 12px;
}
.block-wm-categories .block-content li ul {
	display: none;
}
.block-wm-categories .block-content li.open > ul {
	display: block;
}
.block-wm-categories .block-content li > a {
	width: 100%;
	padding: 15px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
}
.block-wm-categories .block-content li li > a {
	padding-left: 10px;
	text-transform: none;
}
.block-wm-categories .block-content li li li > a {
	padding-left: 20px;
}
.block-wm-categories .block-content li .caret {
	float: right;
	margin-top: 5px ;
	width: 0;
	height: 0;
	border-left: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.block-wm-categories .block-content li.open > a .caret {
	margin-right: 2px;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0;
}

.block-compare .block-content,
.block-tags .block-content {
	margin-top: 10px;
}
.tags-list {
	margin: 0;
	padding: 0;
}
.tags-list:after {
	content: '';
	display: table;
	clear: both;
}
.tags-list li {
	float: left;
	margin:0 10px 10px 0;
}
.tags-list li a{
	display: block;
	line-height: 34px;
	padding: 0 12px;
	border: 1px solid #e4e4e4;

	-webkit-transition-property: background, color, border;
	-moz-transition-property: background, color, border;
	-o-transition-property: background, color, border;
	transition-property: background, color, border;
}
.tags-list li a:hover{
	color: #fff;
	border-color: #fd5f3d;
	background-color: #fd5f3d;
}


.block-poll {}
.block-poll .block-subtitle {
	margin-top: 10px;
}
.block-poll li label,
.block-poll li .label {
	color: #363636;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.block-poll li .radio {
	display: inline-block;
	margin: 0;
	min-height: inherit;
}

.block-compare {}
.block-compare ol {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.block-compare ol li.item {
	margin: 0 0 15px;
	padding: 0;
}

.block-subscribe {}
.block-subscribe .form-subscribe-header {
	margin-top: 15px;
}

.block-wishlist {}
.block-wishlist .link-cart{
	position: relative;
	display: inline-block;
	padding: 6px 6px 6px 26px;
	margin: 5px 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	background:#fd5f3d;
}
.block-wishlist .link-cart:hover {
	background: #505050;
}
.block-wishlist .link-cart:after {
	position: absolute;
	top: 0;
	left: -2px;
	content: 'b';
	color: #ffffff;
	font-size: 13px;
	font-family: 'cartown', serif;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: none;
	text-indent: initial;
}

.block-reorder {}
.block-reorder .btn-cart {
	position: relative;
	margin: 0;
	padding: 6px 6px 6px 26px;
	font-size: 12px;
}
.block-reorder .btn-cart:after {
	position: absolute;
	top: 0;
	left: -2px;
	content: 'b';
	color: #ffffff;
	font-size: 13px;
	font-family: 'cartown', serif;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: none;
	text-indent: initial;
}
/* Sidebar blocks end */

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list {
	margin: 15px 0 0;
	padding: 0;
}
.mini-products-list .product-image {
	float: left;
	min-width: 50px;
}

.mini-products-list .product-details {
	margin-left: 65px;
}

.mini-products-list .product-details .product-name {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.mini-products-list li.item {
	margin: 0 0 15px;
	clear: both;
}

.mini-products-list li:after {
	content: '';
	display: table;
	clear: both;
}

.mini-products-images-list:after {
	content: '';
	display: table;
	clear: both;
}

.mini-products-images-list li.item {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
	padding-right: 0;
	padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
	display: block;
}

.mini-products-images-list li.item .product-image img {
	width: 100%;
	max-width: 100%;
}



/* Layered navigation begin */

.sidebar .block.block-layered-nav {
	background: none;
	border: 0;
	padding: 0;
}
.block-layered-nav .block-content .currently,
.block-layered-nav .actions {
	background: #363636;
}
.block-layered-nav .block-content .currently {
	border-top-width: 3px;
	border-top-style: solid;
}
.block-layered-nav .actions {
	margin: 0;
	padding: 10px 20px;
}
.block-layered-nav .actions a {
	float: right;
	color: #fd5f3d;
	text-decoration: none;
}
.block-layered-nav .actions a:hover {
	color: #fff;
}
.block-layered-nav .block-title,
.block-layered-nav .block-content .block-subtitle {
	display: none;
}
.block-layered-nav .currently ol {
	list-style: outside none none;
	padding: 0 10px;
	margin: 0;
}
.block-layered-nav .currently ol li {
	position: relative;
}
.block-layered-nav .currently ol li .label {
	font-size: 16px;
	color:  #ffffff;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	padding: 20px 10px;
	text-align: left;
}
.block-layered-nav .currently ol li .value {
	font-size: 13px;
	color:  #ffffff;
	font-weight: normal;
	display: block;
	background: #535353;
	text-transform: uppercase;
	padding: 15px 10px;
}
.block-layered-nav .currently ol li .btn-remove {
	border: 0;
	position: absolute;
	right: 20px;
	bottom: 15px;
	height: 21px;
	line-height: 21px;
	width: auto;
	height: auto;
}
.block-layered-nav .currently ol li .btn-remove:after {
	background: none;
	color: #fd5f3d;
	font-size: 13px;
	width: auto;
	height: auto;
	display: block;
	line-height: 21px;
}
.block-layered-nav .currently ol li .btn-remove {
	background: none;
}
.block-layered-nav .currently ol li .btn-remove:hover:after {
	color: #ffffff;
}
.block-layered-nav .block-content > dl > dt {
	background-color: #f8f8f8;
	border: 0;
	border-top: 3px solid #d9d9d9;
	padding: 20px;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #363636;
}
.block-layered-nav .block-content > dl > dt:first-child {
    margin-top: 0;
}
.block-layered-nav .block-content > dl > dd {
	background-color: #f8f8f8;
	border: 0;
	padding: 0 20px;
	margin: 0;
}
.block-layered-nav .block-content > dl > dd > ol {
	list-style: outside none none;
	padding: 0;
}
.block-layered-nav .block-content > dl > dd > ol > li {
	border-top: 1px solid #e3e3e3;
	font-size: 12px;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a {
	padding: 15px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	color: #363636;
}

/* Layered navigation end */

/* End Sidebar */

/* Footer */

footer{
	background: #363636;
	line-height: 20px;
}
footer .copyright-border { margin-top: 40px; border-bottom: 3px solid #474747;}
footer h3{
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	margin: 37px 0 29px;
	text-transform: uppercase;
}

footer iframe{
	border:none;
	overflow:hidden;
	width:100%;
	height:258px;
}

footer li,
.copyrights .links li { padding-left: 26px;}

footer li:before,
.copyrights .links li:before{
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 6px;
	color: #fd5f3d;
	vertical-align: middle;
	position: absolute;
	margin: 1px 0 0 -26px;
}
footer a {
	color: #b0b0b0;
	text-transform: uppercase;
}
footer a{
	text-decoration: none;
}
footer a:hover{
	color: #fd5f3d;
	text-decoration: none;
}
footer .highlight{
	color: #e4e4e4;
}
footer .about{
	font-size: 15px;
}
footer a.contact-mail{
	color: #fd5f3d;
	text-transform: uppercase;
}
footer .social-icons { margin-top: 28px; }
footer .social-icons h3 { margin-bottom: 20px; }
footer.cartown_footer_3 .social-icons { margin-left: 30px; }
footer .social-icons i{
	color: #fff;
	font-size: 29px;
	margin-right: 5px;
}
footer .social-icons i:hover{ color: #2cbbd5; }

footer .contacts-block {
	padding: 30px 0;
	background: #252525;
	font-size: 15px;
	font-weight: 700;
	line-height: 31px;
	text-transform: uppercase;
}
footer .contacts-block .social-icons {
	margin: 0;
	padding: 17px;
	background: #fd5f3d;
}

/* Copyrights block begin */

.copyrights{ background: #252525; color: #9b9b9b; }
.copyrights .container { padding-top: 40px; padding-bottom: 23px; }
footer .copyrights p, footer .copyrights a { }
.copyrights li:before{ display: none; }
.copyrights li:before{ display: none; }
.copyrights .links a {
	color: #9b9b9b;
	text-transform: uppercase;
	white-space: nowrap;
}
.copyrights .links a:hover { text-decoration: none; color: #fd5f3d }
.copyrights .col-md-6:first-child {
	float: right;
}
.copyrights ul {
	float: right;
}
.copyrights ul li {
	display: inline-block;
	margin: 0 0 7px 4px;
	padding: 0;
}
.copyrights ul.links li {
	display: inline;
	margin: 0 0 0 15px;
}
.copyrights .links li:before{
	padding-right: 7px;
}

/* Copyrights block end */


/* Footer twitter */
footer .tweets-list { font-size: 15px}
footer .tweets-list li, footer .tweets-list li a, footer .tweets-list li p { }
footer .tweets-list li { margin: 0; padding: 0; border: 0}
footer .tweets-list li .tweet-content { border-bottom: 1px solid #535353; padding: 0 0 18px; margin: 0 0 18px}
footer .tweets-list li:last-child .tweet-content { border-bottom: 0; padding: 0}
footer .tweets-list li:before { display: none}
footer .tweets-list .avatar { margin-right: 27px}
footer .tweets-list .avatar img { border-radius: 100%; }
footer .tweets-list .date {margin-top: 5px}
footer .tweets-list .tweet-actions {float: right; margin-top: 5px}
footer .follow-us { }
/* Footer twitter end */

/* Footer newsletter end */
footer .subscribe-container {
	margin: 40px 0 0;
	padding: 30px 27px;
	border-left: 3px solid #fa5d3b;
	background: #252525;
}
footer .subscribe-container h3 { margin: 0; font-size: 20px }
footer .subscribe-container .input-group{
	padding: 20px 0 0;
}
footer .subscribe-container .input-group .form-control,
footer .subscribe-container .input-group button{
	height: 45px;
	border-radius: 0;
}
footer .subscribe-container .input-group button{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}
footer .subscribe-container .input-group .form-control{
	border: 2px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 1px 19px;
	font-size: 13px;
}
footer .subscribe-container .validation-advice {display: none}
footer .subscribe-container .form-control {}
footer .subscribe-container .form-control.validation-failed {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/* Footer newsletter end */



/* Footer end */


/* to Top start */
#to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display:none;

    border: 1px solid transparent;
    border-radius: 50%;

    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}
#to-top:before{
    content: "\f077";
    display: block;
    margin-top: -3px;
}
#to-top:hover {
}

.page-popup #to-top {
	display: none !important;
}
/* to Top end */


/* Compare popup */

.compare-table th {
	background-color: #363636;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
	text-align: center;
	padding: 15px 10px;
	vertical-align: top;
}
.compare-table td {
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}
.compare-table tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
.compare-table tbody td .item-options {
	margin: 10px 10px 0 0;
}
.compare-table tbody td .item-options dd {
	margin: 0;
	padding: 0;
}
.data-table tbody td .item-options dt:after {
	content: ':';
}
.compare-table a {
	text-decoration: underline;
}
.compare-table a:hover {
	text-decoration: none;
}
.compare-table .product-name {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.compare-table .product-name a{
	text-decoration: none;
}
.compare-table a.product-image {
	display: block;
	width: 135px;
	text-align: center;
}
.compare-table a.product-image img {
	margin: 0 auto;
}


.compare-table thead th, .compare-table thead {border-bottom: 3px solid #FFF; }
.compare-table thead th {
	padding: 18px 19px 19px 19px;
	background-color: #f4f4f4;
}
.compare-table tbody td { border: 3px solid #FFF; background-color:#fafafa;}

.compare-table .product-name {
	position: relative;
	margin: 15px 0 20px;
	padding: 0 0 20px;
}
.compare-table .product-name:after {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 145px;
	border-top: 1px solid #d7d7d7;
}

.compare-table .btn-remove {
	display: block;
	margin: auto;
}
.compare-table .btn-cart {
	position: relative;
	margin: 15px 0 5px;
	padding-left: 40px;
}
.compare-table .btn-cart:after {
	position: absolute;
	top: 0;
	left: 7px;
	content: 'b';
	color: #ffffff;
	font-size: 16px;
	font-family: 'cartown', serif;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: none;
	text-indent: initial;
}
.catalog-product-compare-index .buttons-set {
	border: none;
}

/* Compare popup END */


/* Responsive */

@media (max-width: 1199px) {

	.product-img-box {
		width: auto;
		max-width: 40%;
	}

	.header-block h1 {
		margin: 25px 0;
	}
	.shop-cart{
		float: right;
		margin-left: 0;
	}
	.navbar-search {
		max-width: 450px;
	}

	.cart .cart-totals table tfoot td {
		font-size: 20px;
	}

	#brand .owl-wrapper-outer {
		margin: 0 0 -8px;
		width: 97%;
	}

	.footer-banners .fa {
		height: 60px;
		width: 60px;
		padding-top: .45em;
	}
	.footer-banners .fa-phone {
		height: 60px;
		width: 60px;
		padding-top: .5em;
	}
	.footer-banners p{
		font-size: 20px;
		padding: 20px 0;
	}
	.footer-banners .input-group{
		padding: 8px 0;
	}

	.social-icons li {
		display: inline-block;
		margin-bottom: 20px;
	}


}


@media (min-width: 991px) {
	.add-review .form-add {
		max-width: 60%;
	}
	.opc .form-list .field {
		float: left;
		width: 50%;
	}
}

@media (min-width: 991px) and (max-width: 1199px){


}

@media (max-width: 991px) {

    .top-menu2 .dropdown-toggle {
        display: inline-block;
        padding: 0 10px;
        line-height: 52px;
        color: #b0b0b0;
        text-transform: uppercase;
    }
    .top-menu2 .dropdown-toggle:hover, .top-menu2 .dropdown-toggle:focus { text-decoration: none; }
    .top-menu2 .dropdown-toggle i{ padding-left: 10px; font-size: 1.1em }
    .top-menu2 .dropdown-menu{
        display: none;
        position: absolute;
        right: 15px;
        border-top: 3px solid #fd5f3d;
        background: #fff;
        -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    }
    .top-menu2.open .dropdown-menu {display: block}
    .top-menu2 .nav li {float: none;}
    .top-menu2 .nav>li>a { display: block; padding: 0 15px; line-height: 33px; font-size: 12px; color: #363636; text-decoration: none; }
    .top-menu2 .nav>li>a:hover {background-color: #eee; color: #363636}

	.top-menu2 li:before{
		content: "";
	}

	.col-md-5.top-menu1 {
		float: left;
	}

	.logo-container {float: left}
	.search-container {
		float: left;
		width: 100%;
		max-width: 430px;
	}
	.navbar-search {
		margin-left: 0px;
		max-width: 400px;
	}
	.shop-cart{
		background: none;
		float: right;
	}
	#shop-cart{ width: 52px; }
	#shop-cart > a {
		margin-right: 15px;
	}
    #shop-cart > p{
		display: none;
	}

    .nav-container {}
	.nav-container .container { width: auto }
	.nav-container .col-md-12 { padding: 0; }
    .nav-container.sticky { position: relative }
	.mobile-menu-trigger {display: block;}
	.navigation { display: none; margin: 0 }
	.navigation > li > a .caret,
	.navigation li .caret,
	.navigation li .navigation-submenu .caret {
		display: block;
		right: 5px;
		top: 14px;
	}
	.navigation li.open > a .caret {
		transform: rotate(90deg);
		right: 8px;
	}
	.navigation > li,
	.navigation > li:first-child {
		border: 0;
	}
	.navigation > li {
		float: none;
		font-size: 16px;
	}
	.navigation > li > a {
		padding: 10px 20px;
		line-height: 16px;
		text-transform: uppercase;
		white-space: normal;
		border-bottom: 1px solid #343434;
	}
	.navigation > li:first-child > a {
		border-top: 1px solid #343434;
	}
	.navigation > li:last-child > a {
		border: 0;
	}
	.navigation .dropdown-menu {
		position: static;
		width: 100%;
		float: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 0;
		background: #252525;
		padding: 0;
	}
	.navigation .navigation-submenu li {
		margin: 0;
	}
	.navigation .navigation-submenu >li>a {
		display: block;
		padding: 10px 20px 10px 35px;
		line-height: 16px;
		text-transform: none;
		white-space: normal;
		color: #fff;
		font-size: 16px;
		border-bottom: 1px solid #343434;
	}
	.navigation .navigation-submenu .navigation-submenu >li>a {
		font-size: 14px;
	}
	.navigation .dropdown-menu .dropdown-menu .navigation-submenu >li>a { padding-left: 50px; }
	.navigation .dropdown-menu .dropdown-menu .dropdown-menu .navigation-submenu >li>a { padding-left: 65px }
	.navigation .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .navigation-submenu >li>a { padding-left: 80px }

	.navigation .navigation-submenu >li>a:hover,
	.navigation .navigation-submenu >.active>a,
	.navigation .navigation-submenu >.active>a:hover,
	.navigation .navigation-submenu >.active>a:focus,
	.navigation .navigation-submenu >.open>a,
	.navigation .navigation-submenu >.open>a:hover,
	.navigation .navigation-submenu >.open>a:focus {
		background: #fd5f3d;
		color: #fff;
	}

	.checkout-onepage-index .col-right,
	.opc #opc-login .step .col-md-6:last-child {
		margin-top: 30px;
	}

	.product-view .add-to-cart .button {
		padding: 0 20px;
	}
	.product-view .add-to-cart .button .cartown-icon {
		margin-right: 20px;
	}
	.product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons div {
		width: 19px;
		height: 31px;

		border-width: 2px;
		line-height: 28px;
		font-size: 10px;
	}
	.product-img-box .more-views .nwd_ps_cartown2 .owl-controls .owl-buttons {
		margin-top: -16px;
	}

	.sidebar .block,
	.block-layered-nav .block-content > dl,
	.block-layered-nav .block-content > dl > dd > ol {
		margin: 0;
	}
	.sidebar .block-title,
	.block-layered-nav .block-content > dl > dt {
		position: relative;
		border-bottom-width: 0;
		padding-bottom: 0;
		padding-left: 15px;
		cursor: pointer;
	}
	.block-layered-nav .block-content > dl > dt{
		margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sidebar .block-title:after,
	.block-layered-nav .block-content > dl > dt:after {
		position: absolute;
		content: '';
		left: 0;
		top: 27px;
		width: 0;
		height: 0;
		border-left: 4px solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	.block-layered-nav .block-content > dl > dt:after {
		top: 17px;
	}
	.sidebar .block-content,
	.block-layered-nav .block-content > dl > dd {
		display: none;
	}
	.sidebar .block.open {
	}
	.sidebar .open .block-title,
	.block-layered-nav .block-content > dl > dd.open{
		border-bottom-width: 1px;
		padding-bottom: 20px;
	}
	.block-layered-nav .block-content > dl > dd.open {
		padding-bottom: 0;
	}
	.sidebar .open .block-title:after,
	.block-layered-nav .block-content > dl > dt.open:after {
		transform: rotate(90deg);
		left: -2px;
	}
	.sidebar .open .block-content,
	.block-layered-nav .block-content > dl > dd.open {
		display: block;
	}

	/* filters */
	.sidebar .block.block-layered-nav {
		background-color: #f8f8f8;
		border-top: 3px solid #d9d9d9;
		padding: 0 20px 20px 20px;
		margin-bottom: 30px;
	}
	.block-layered-nav .block-title {
		display: block;
		border: 0;
	}

	.contact_information_wrap {
		float: none;
	}

	.footer-banners .col-md-6 {
		margin: 10px auto 0;
	}
	.footer-banners .col-md-6:first-child {
		margin-top: 0;
	}
	.footer-banners-right {
		text-align: left;
		padding-right: 0;
	}
	footer .col-md-3 {
		margin-bottom: 35px;
	}
	footer .col-md-3:last-child { margin: 0 }

	.copyrights .col-md-6{
		text-align: center;
		margin-bottom: 20px;
	}
	.copyrights .col-md-6:first-child, .copyrights ul{
		float: none;
	}

}

@media (max-width: 767px) {
	.top-menu1 .home-icon {display: none;}
	.top-menu1 .nav > li > a{
		padding: 0 10px;
	}
	.header-block .container{
		position: relative;
	}
	.logo-container {float: none}
	.logo-container .logo img {margin: 0 auto}

	.search-container {
		float: none;
		margin: 0 67px 30px 0;
		max-width: none;
		width: inherit;
	}
	.navbar-search {
		float: none;
		max-width: 100%;
		margin: 0;
	}
	.shop-cart{
		float: right;
		margin: -82px 0 30px;
	}

	#breadcrumbs { display: none }

    #to-top { display: none !important;}

	.products-grid { overflow: hidden;}

	.product-view .addthis {
		position: static;
		margin: 0 0 15px;
	}
	.product-view h1 {
		padding: 0;
	}
	.product-view .product-shop,
	.product-view .product-img-box {
		max-width: 100%;
		float: none;
		margin: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.rating-votes {
		float: none;
		margin: 0 0 15px;
	}

	.cart-empty, .empty-category-wrapper {
		margin-top: 20px;
	}

	.data-table thead,
	table.data-table th,
	.data-table tbody td .item-options {
		display: none;
	}
	.data-table table,
	.data-table tbody,
	table.data-table td,
	.data-table tr {
		display: block;
		border: 0;
		text-align: left !important;
	}
	.lt-ie9 table.data-table tr,
	.lt-ie9 table.data-table td {
		width:100%;
		float:left;
	}
	.data-table a.product-image {
		width: 100%;
	}
	.data-table .th {
		display: inline-block;
	}

	.add-review .data-table tr {
		display: table-row;
	}
	.add-review .data-table th,
	.add-review .data-table td {
		display: table-cell;
	}
	.add-review .data-table .th {
		display: none;
	}

	.product-review .product-img-container{
		float: none;
		margin: 0 0 30px;
	}

	.checkout-cart-index .page-title h1,
	.cart .page-title h1 {
		float: none;
	}
	.checkout-types {
		float: none;
		margin: 60px 0 0;
	}

    table.cart-table td {
	    max-width: 300px;
	    margin: auto;
	    background: transparent !important;
    }
	table.cart-table tfoot td,
	#my-tags-table td{
		text-align: center !important;
	}
    .btn-cart-edit {
	    margin-left: 100px;
    }
	.cart-table .button {
		display: block;
		float: none;
		width: 100%;
		margin: 8px auto;
	}

	#wishlist-table tbody td.last {
		text-align: center !important;
	}
}

@media (max-width: 650px) {

	.footer-banners .col-md-6{
		width: auto;
		display: block;
	}

}

@media (max-width: 479px){

	.top-menu1 .dropdown-toggle span,
	.top-menu2 .dropdown-toggle span {display: none}
	.top-menu2 .dropdown-toggle i { padding: 0}

	.header-block .dropdown-menu{
		min-width: 300px;
	}
	.fa-times{
		margin-right: 10px;
	}

	.empty-category-wrapper h3 {
		font-size: 64px;
	}

	.product-view .product-shop .no-rating, .product-view .product-shop .ratings {
		text-align: center;
	}
	.product-view .product-shop .ratings .rating-links {
		float: none;
		margin-top: 15px;
	}

	.reviews-list .button {
		display: block;
		margin: 15px 0;
	}
	.rating-table th {
		padding-right: 20px;
	}
	.add-review .data-table th {
		padding: 10px;
	}
	.add-review span.rating-element {
		height: 10px;
	}
	.add-review span.rating-element-duplicate {
		display: none
	}

	.addresses-list .item {
		float: none;
		padding-right: 0;
	}

	.footer-banners .fa{
		margin-right: 16px;
	}
	.copyrights{
		font-size: 10px;
	}
	.copyrights .links li{
		margin-left: 6px;
	}
	.copyrights .links li:before{
		padding-right: 2px;
	}

}

/* Responsive end */


/* Animations */
a, a i, button, button i, .cart-item .fa, #to-top, span.button,
.mobile-menu-trigger:before,
.mobile-menu-trigger:after,
.btn-remove:after,
.btn-cart-edit:after,
.cartown_header_2 .shop-cart p.cart-info span.items,
.box-tags .product-tags li a, .box-tags .product-tags li,
.opc .section .step-title,
.opc .section .step-title .number {
	-webkit-transition: 512ms ease-in-out;
	-moz-transition: 512ms ease-in-out;
	-o-transition: 512ms ease-in-out;
	transition: 512ms ease-in-out;

	-webkit-transition-property: background, color;
	-moz-transition-property: background, color;
	-o-transition-property: background, color;
	transition-property: background, color;
}

a:hover, a:hover i, button:hover, button:hover i, .cart-item .fa:hover, #to-top:hover, span.button:hover,
.mobile-menu-trigger:hover:before,
.mobile-menu-trigger:hover:after,
.btn-remove:hover:after,
.btn-cart-edit:hover:after,
.cartown_header_2 .shop-cart:hover p.cart-info span.items,
.box-tags .product-tags li:hover, .box-tags .product-tags li:hover a,
.opc .section:hover .step-title,
.opc .section:hover .step-title .number{
	-webkit-transition-duration: 32ms;
	-moz-transition-duration: 32ms;
	-o-transition-duration: 32ms;
	transition-duration: 32ms;
}

.products-grid .add-to-links a {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
}

.products-grid .product-label,
.products-grid .product-hover,
.products-grid .price-box-clone,
.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	-webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.products-grid .additional-images-wrapper img {
	-moz-transition: -moz-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: o-transform .3s;
	-ms-transition: ms-transform .3s;
	transition: transform .3s;
}

.products-grid .price-box-clone {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.products-grid .additional-images-wrapper .owl-carousel .owl-controls .owl-buttons div {
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.product-image-thumbs a {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

/* Animations end */


/* Overrides */

/* Overrides end */