/*
Theme Name: Outlet Old
Theme URL: http://demo.pixelstores.com/redirect.php?theme=Outlet
Version: 1.5
Description: A Woocommerce eCommerce Theme
Author: PixelStores (Customized by MLI)
Author URI: http://themeforest.net/user/PixelStores
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* @group Reset  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* html .clearfix {
	height: 1%;
}

/* @end */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}
.gallery-caption {}
body {
	-webkit-font-smoothing: antialiased;
	font-family: Arial, "Helvetica Neue";
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	color: #909091;
}

a {
	color: #f3832d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}
hr.bolt {
	border: 0 solid #eeedef;
	border-top-width: 1px;
	height: 0;
	margin: 60px auto;;
	clear: both;
	display: block;
	width: 100%;
	position: relative;
  transform:scale(2);
}
hr.bolt:before  {
	content: " ";
	width: 5px;
	height: 5px;
	position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	left: 0;
}

hr.bolt:before {
	bottom: -3px;
    box-shadow: 963px 0 0 -1px white, 963px 0 0 0 #eeedef;
}
hr.bolt:after {
	content: " ";
	position: absolute;
	left:50%;
    background-size: 30px 25px !important;
    height:45px;
    width:55px;
    overflow:hidden;
    margin:-25px 0 0 -25px;
    box-shadow:0;
	background: url('images/bolt.jpg') no-repeat center center;
}

hr.normal {
	border: 0 solid #eeedef;
	border-top-width: 1px;
	height: 0;
	margin-top: 60px;
	margin-bottom: 60px;
	float: left;
	clear: both;
	display: block;
	width: 100%;
	position: relative;
}
hr.normal:before, hr.normal:after {
	content: " ";
	width: 5px;
	height: 5px;
	position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	}
hr.normal:before {
	left: 0;
	bottom: -3px;
}
hr.normal:after {
	bottom: -3px;
	right: 0;
}

h1, h2, h3 {
	font-weight: 300;
	color: #4e4e4e;
	font-family: 'Open Sans', sans-serif;
}

h4, h5, h6 {
	color: #4e4e4e;
	font: 500 16px 'Ubuntu', sans-serif;

}

h1 {
    font-size: 32px;
    line-height: 36px;
	margin-bottom: 20px;
}
 
h2 {

    font-size: 30px;
    line-height: 40px;
	margin-bottom: 20px;
}
 
h3 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 14px;
}
 
h4 {
    font-size: 14px;
    line-height: 24px;
	margin-bottom: 25px;
}
 
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
 
h6 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

p, ul {
	margin-bottom: 26px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	list-style: none;
}

blockquote {
	border-left: 3px solid #f3832d;
	padding: 14px 20px;
	font-style: italic;
	background-color: #f9f8fb;	
}

::-moz-selection {
	background: #f3832d;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #f3832d;
	color: #fff;
	text-shadow: none;
}

::-webkit-input-placeholder {   
	color: #c8c7ca;
}

:-moz-placeholder { 
    color: #c8c7ca;
}

::-moz-placeholder { 
    color: #c8c7ca;
}

:-ms-input-placeholder { 
    color: #c8c7ca;
}

/* Transitions */

a, #menu, #menu ul, #menu ul li, #menu ul li a, #sub-menu, #sub-menu ul, #sub-menu ul li, #sub-menu ul li a,.single_add_to_cart_button, .effect .carousel_title, .effect p, .carousel_box .price, .effect img, .effect .mask, .button, i.icon, #commentform #submit, .subscribe form .submit  {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

/* Background Pattterns */

.creamdust {
	background: url(images/backgrounds/cream_dust.png) repeat;
}

.creampixels {
	background: url(images/backgrounds/cream_pixels.png) repeat;
}
.debutlight {
	background: url(images/backgrounds/debut_light.png) repeat;
}

.diagonal {
	background: url(images/backgrounds/diagonal.png) repeat;
}
.grey {
	background: url(images/backgrounds/grey.png) repeat;
}
.lightpaperfibers {
	background: url(images/backgrounds/lightpaperfibers.png) repeat;
}
.linedpaper {
	background: url(images/backgrounds/linedpaper.png) repeat;
}
.linen {
	background: url(images/backgrounds/linen.png) repeat;
}
.lines {
	background: url(images/backgrounds/lines.png) repeat;
}
.subtledots {
	background: url(images/backgrounds/subtle_dots.png) repeat;
}
.tinygrid {
	background: url(images/backgrounds/tiny_grid.png) repeat;
}

.carousel-products h4, .related h4, .brands-shortcode h4 {
	margin-bottom: 25px;
	text-transform: uppercase;
}

.sub-head, .content, .layout {
	border-bottom: 1px solid #e5e5e5;
}
#sidebar #searchform {
	margin-top: 0;
	margin: 0;
}
#sidebar #searchform label{
	display: none;
}
#searchform {
	border: 1px solid #dedede;
	background: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 12px;
}
.sub-head  #searchform {
	margin-top: 70px;
	width: 200px;
	float: right;
	margin-bottom: 40px !important;
}
.sub-head  #searchform #s{
	width: 145px;
}
#searchform #s {
	width: 175px;
	color: #919191;
	border: none;
	background-color: transparent;
}

#searchform #searchsubmit {
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(images/search_icon.png) no-repeat center center;
	margin-bottom: 0;
	margin-top: 3px;
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.subheader {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}

.subheader h1 {
	margin-top: 45px;
	margin-bottom: 45px;
	font-size: 36px;
}

.content {
	padding-top: 48px;
	padding-bottom: 60px;
}
.woocommerce-cart .content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.product-wrap {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.contain {
	position: relative;
	margin-bottom: 60px;
}
.contain:after {
	content: "";
	display: block;
	clear: both
}

.layout {
	padding-top: 80px!important;
	padding-bottom: 80px;
}

.sidebar {
	float: left;
}

.right {
	float: right !important;
}

.logo {
	float: left;
	clear: both;
}

#commentform #submit, .button, #button {
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
  	background-color: #eeeeee;
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f3f3f3));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #f3f3f3);
  	background-image: -moz-linear-gradient(top, #fbfbfb, #f3f3f3);
  	background-image: -ms-linear-gradient(top, #fbfbfb, #f3f3f3);
  	background-image: -o-linear-gradient(top, #fbfbfb, #f3f3f3);
  	background-image: linear-gradient(top, #fbfbfb, #f3f3f3);
	border: 1px solid #e8eaf0;
	color: #a1a1a2 !important;
	padding: 8px 0;
	text-align: center;
	text-shadow: #fff 1px 1px 0;
	text-align: center;
	padding: 10px;
	text-transform: capitalize;
	font: 400 11px 'Ubuntu', sans-serif !important;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#commentform #submit:hover, .button:hover, #button:hover {
	border: 1px solid #d2d1d3;
	text-decoration: none;
}
.single_add_to_cart_button {
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font: 14px 'Ubuntu', sans-serif !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-image: none;
	text-decoration: none;
	padding: 10px;
	background-color: #4e4e4e !important;
	color: #fff !important;
	text-shadow: none;
	text-transform: uppercase;
	border-left: 5px solid #f3832d;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	margin-top: 0;
}
.single_add_to_cart_button:hover {
	background: #f3832d !important;
	border-left: 5px solid #f3832d;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
}
.ps-container {
	width: 100%;
	overflow: hidden;
	background: #fff;
	height: 630px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.product-wrap:before, .subheader:before, .ps-container:before {
	content: "\0020";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	-moz-box-shadow: #a7a7a7 0 0 6px 0;
	-webkit-box-shadow: #a7a7a7 0 0 6px 0;
	box-shadow: #a7a7a7 0 0 6px 0;
	z-index: 9999;
}

.product-wrap:before, .subheader:before, .ps-container:before {
	top: -1px
}

.slide-products {
	float: left;
}

.slide-products:after, .brands-products:after  {
	content: "";
	display: block;
	clear: both
}

.caroufredsel_wrapper {
	width: 100% !important;
	height: 415px !important;
	margin-bottom: 0 !important;
}

.carousel-products h4, .brands-shortcode h4 {
	float: left;
	clear: both;
}

.carousel-nav {
	float: right;
}

.carousel-nav .prev {
	float: left;
}

.carousel-nav .next {
	float: right;
	margin-left: 2px;
}

.carousel-nav .next, .carousel-nav .prev {
	text-decoration: none;
	color: #fff;
	background-color: #838383;
	padding: 2px 4px;
	line-height: 18px;
}

.carousel-nav .next:hover, .carousel-nav .prev:hover {
	background-color: #f3832d;
	text-decoration: none;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}

.pager a {
	margin: 0 5px;
	text-decoration: none;
}

.pager a.selected {
	text-decoration: underline;
}

.brands-products {
	float: left;
}
.brands-carousel {
	width: 100% !important;
	margin-bottom: 1px !important;
}
.brands-products li {
	width: 241px;
	float: left;
	height: 135px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;

	background-color: #fff;
}
.brands-products li:last-child {

	border-right: 1px solid #e5e5e5;

}
.brands-products li img {
		opacity: .6;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	display: block;
	width: 100%;
	height: 100%;
}
.brands-products li img:hover {
		opacity: 1;

}
.slide-products .product {
	color: #999;
	text-align: center;
	background-color: #fff;
	width: 221px;
	padding: 0;
	display: block;
	float: left;
	margin-right: 26px;
}

.outer {
	padding: 7px;
}

ul.slide-products li.product a img {
	display: block;
	height: auto;
}

ul.slide-products li.first {
	clear: none !important;
}

ul.slide-products li.product a {
	text-decoration: none;
}

.product a.add_to_cart_button.button:hover {
	background: #f3832d url(images/cart.png) no-repeat 10px center;
}

.product a.show_details_button:hover, .product.outofstock a.button:hover {
	background: #f3832d url(images/viewdetails.png) no-repeat 10px center;
}

.product a.add_to_cart_button.button {
	background: rgba(0,0,0,0.5) url(images/cart.png) no-repeat 10px center;
}

.product .product_type_variable {
	background: rgba(0,0,0,0.5) url(images/variable.png) no-repeat 10px center;
}

.product .product_type_variable:hover {
	background: #f3832d url(images/variable.png) no-repeat 10px center;
}

.product .show_details_button, .product.outofstock a.button {
	background: rgba(0,0,0,0.5) url(images/viewdetails.png) no-repeat 10px center;
}

.product a.add_to_cart_button, .product a.show_details_button, .product a.button.product_type_variable, .product.outofstock a.button {
	/*position:absolute;*/
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	border: none;
	padding: 9px 5px 9px 25px;
	width: 39%;
	text-transform: none;
}

.product .product_type_variable, .product .show_details_button, .product.outofstock a.button {
	opacity: 1;
	top: 90px;
}

.product:hover a.button.show_details_button.product_type_variable, .product:hover a.button.show_details_button.product_type_simple {
	top: 105px;
}

.product:hover a.button.product_type_variable {
	top: 73px;
}
.product a.button {
	color: #fff !important;
	text-shadow: none;
}
.product:hover a.button {
	opacity: 1;
}

.related .product .button, .slide-products .product .button, .product .out_of_stock.button {
	opacity: 0;
	top: 90px;

}

.product:hover a.add_to_cart_button {
	opacity: 1;
	top: 73px;
}

.product .add_to_cart_button.button {
	opacity: 1;
	top: 90px;
}

ul.slide-products li.product .price {
	color: #f3832d;
	display: block;
	font-weight: normal;
	text-align: center;
	font-size: 0.8em;
	margin-top: -22px;
	padding-bottom: 1.6em;
}

ul.slide-products li.product .price del {
	color: #767676;
	margin-bottom: 0;
	margin-left: 0;
}

ul.slide-products li.product .price del .amount {
	margin-right: 2px;
}

ul.slide-products li.product .price ins .amount:before {
	content: "\2022";
	font-size: 16px;
	text-decoration: none;
	margin-right: 5px;
	vertical-align: top;
	color: #494949;
}

ul.slide-products li.product .price ins {
	background: none;
	margin-right: 0;
}

ul.slide-products li.product {
	float: left;
	position: relative;
	border: 1px solid #e8e8e8;
	margin-top: 0;
	margin-left: 0;
    padding-bottom:15px;
}

ul.slide-products li.product .onsale {
	display: none;
}

ul.slide-products li.product h3 {
	text-align: center;
	color: #6b6b6b;
	text-transform: uppercase;
	border-top: 1px solid #e8e8e8;
	margin-bottom: 0;
	font: 500 11px/18px 'Ubuntu', sans-serif;
	padding: 2em 1em;
}

.widget_contactswidget li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 30px;
}
.widget_contactswidget li i {
	width: 25px;
	height: 25px; 
	margin: 0 0 5px;
	color: #fff;
	position: absolute;
	left: 0px;
	line-height: 25px;
}
.widget_contactswidget li:first-child i {
	margin-top: 0;
}

.widget_contactswidget li:last-child {
	padding-bottom: 0;
}
.widget_contactswidget li.address:before, .widget_contactswidget li.telephone:before, .widget_contactswidget li.email:before {
  	font: 14px 'entypo';
  	display: inline-block;
	width: 20px;
	margin-left: -20px;	
}

.widget_contactswidget li.address:before {
	content: '\e724';
}

.widget_contactswidget li.telephone:before {
	content: '\1f4de';
}

.widget_contactswidget li.email:before {
	content: '\2709';
}
#sidebar .menu, #sidebar .product-categories, #sidebar .product_list_widget, #sidebar .ajax-layered, #sidebar #twitter_update_list {
		border-top: 1px solid #e5e5e5;

}
#sidebar .widget {
	margin-bottom: 25px;
}

#sidebar h4 {
	font: 600 12px/28px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin-bottom: 21px;
	
}

#sidebar a:hover {
	text-decoration: none;
	background-color: #f7f7f7;
}

#sidebar .menu li:first-child, #sidebar .product-categories li:first-child, 	
#sidebar ul.cart_list li:first-child, #sidebar ul.product_list_widget li:first-child {
}

#sidebar ul.product_list_widget ins .amount {
	color: #909091;
	font-size: 12px;
}

#sidebar ul.product_list_widget del {
	color: #cfcfcf;
}

#sidebar ul.product_list_widget del .amount {
	color: #cfcfcf;
}

#sidebar ul.cart_list li span.from, #sidebar ul.product_list_widget li span.from {
	color: #cfcfcf
}
#sidebar .tagcloud a {
	font-size: 12px !important;
	color: #a7a7a7;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f6f6f6;
	margin-right: 4px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 10px;
}
#sidebar .tagcloud a:hover {
		color: #fff;
	background: #f3832d;

}
#sidebar ul li a {
	display: block;
		border-bottom: 1px solid #e5e5e5;
	text-transform: capitalize;
}

#sidebar ul li img {
	position: absolute;
	left: 0;
	margin: 0;
	top: 9px;
}

#sidebar .widget:after {
	content: "";
	display: block;
	clear: both
}

#sidebar ul.product_list_widget li a,  #footer ul.product_list_widget li a {
	border-bottom: none;
	padding-bottom: 0;
}

#sidebar ul.product_list_widget li a:hover, #twitter_update_list li a:hover {
	background: none;
	text-decoration: underline;
}

#sidebar ul.cart_list li, #sidebar ul.product_list_widget li {
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-left: 62px;
	padding-top: 12px;
	padding-bottom: 11px;
}
.subscribe {
	background: #e0e0e0;
	padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
}
.subscribe:after {
	background: #e0e0e0;
	content: '';
	left: 50%;
	display: block;
	height: 14px;
	margin: 0 0 0 -7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	width: 14px;
	bottom: -6px;
}

.subscribe p.success {
	margin-right: 20px;
	margin-top: 15px;
	font: 12px/24px Helvetica;
	text-align: left;
}
.subscribe p.error {
display: none;
}
.subscribe p {
	margin: 0;
	font-size: 24px;
		font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #606060;
}
.subscribe p i {

	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 65px;
	height: 65px;
	line-height: 65px;
	margin-right: 20px;
	background-color: #a3a3a3;
	color: #fff;
	font-size: 30px;
}
.subscribe form {
	float: right;
	margin-top: 14px;
	width: 100%;
}
.subscribe form .text {
	margin: 0;
	color: #8e8e8e;
	padding: 10px 10px 9px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	width: 250px;
	border: 1px solid #c2c2c2;
	border-right-style: none;
}
.subscribe form .submit:hover {
	background-color: #f3832d;
}
.subscribe form .submit{
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font: 14px 'Ubuntu', sans-serif !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-image: none;
	text-decoration: none;
	padding: 9px 10px;
	background-color: #4e4e4e;
	color: #fff !important;
	text-shadow: none;
	text-transform: uppercase;
	border-left: 5px solid #f3832d;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	margin-top: 0;
	margin: 0;
}
#footer {
	background: #2a2e34;
	font-size: 13px;
	color: #a4a4a4;
	padding-top: 80px;
}

#footer a {
	color: #00a4e5;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer .widget {
	margin-bottom: 45px;
}


.main-footer {
	border-bottom: 1px solid #3c3c3c;
}
.sub-footer {
	border-top: 1px solid #4d4d4d;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sub-footer .left{
	float: left;
}

.sub-footer p {
	margin: 0;
}

#footer-menu {
	float: right;

}

#footer-menu li {
	display: inline-block;
	float: left;
	list-style: none !important;
}
#footer-menu li.amazon, #footer-menu li.amex_alt, #footer-menu li.amex_gold, #footer-menu li.amex_gold, #footer-menu li.amex_green, #footer-menu li.amex_silver, #footer-menu li.amex, #footer-menu li.cash, #footer-menu li.chase, #footer-menu li.credit, #footer-menu li.debit, #footer-menu li.discover_alt, #footer-menu li.discover, #footer-menu li.paypal, #footer-menu li.solo, #footer-menu li.visa, #footer-menu li.googleckout, #footer-menu li.mastercard
{
	width: 35px;
	height: 24px;
	background: url(images/cards.png) no-repeat;
	margin-right: 6px;
	margin-top: 3px;
}
#footer-menu li.amex_alt
{
	background-position: 0 -188px;
}
#footer-menu li.amex_gold
{
	background-position: 0 -156px;
}
#footer-menu li.amex_green
{
	background-position: 0 -508px;
}
#footer-menu li.amex_silver
{
	background-position: 0 -476px;
}
#footer-menu li.amex
{
	background-position: 0 -444px;
}
#footer-menu li.cash
{
	background-position: 0 -412px;
}
#footer-menu li.chase
{
	background-position: 0 -28px;
}
#footer-menu li.credit {
	background-position: 0 -380px;
}
#footer-menu li.debit {
	background-position: 0 -348px;
}
#footer-menu li.discover_alt {
	background-position: 0 -220px;
}
#footer-menu li.discover {
	background-position: 0 -123px;
}
#footer-menu li.paypal {
	background-position: 0 -315px;
}
#footer-menu li.solo {
	background-position: 0 -283px;
}
#footer-menu li.visa {
	background-position: 0 -251px;
}
#footer-menu li.googleckout{
	background-position: 0 -91px;
}
#footer-menu li.mastercard{
	background-position: 0 -60px;
}
#footer-menu li:last-child {
	margin-right: 0;
	list-style: none !important;
}

#footer-menu li img {
	margin: 0 10px 0 0;
	float: left;
}

.like_button {
	margin-top: 5px;
}
.like_button:before {
	content: "\2022";
	font-size: 21px;
	text-decoration: none;
	margin-right: 12px;
	color: #f3832d;
	position: relative;
	top: -2px;
	text-shadow: #5e5e5e 1px 1px 0;
}
#footer .widget_title {
  border-bottom:1px solid #6c6c6c;
  margin-bottom: 25px;
	width: 80%;
}
#footer .widget_title h5 {
  color:#DBDBDB;
  font-size:12px;
  text-transform:uppercase;
  border-bottom:1px solid #f3832d;
  padding: 0 15px 14px 0;
  margin-bottom:-1px;
  display:inline-block;
} 
#footer .widget ul li:first-child img {
	position: absolute;
	top: 1px;
}
#footer .widget ul li img {
	position: absolute;
	left: 0;
	margin: 0;
	top: 10px;
}
#footer ul.product_list_widget li {
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-left: 62px;
	padding-bottom: 5px;
	padding-top: 8px;
}
#footer ul {
	clear: both;
}
#footer ul.product_list_widget li {
	border-bottom: none;
}
#footer ul.product_list_widget li:first-child {
	padding-top: 0;
}
#sidebar ul.cart_list li a, #sidebar ul.product_list_widget li a {
	line-height: 18px;
}

#sidebar ul.cart_list li img, 
#sidebar ul.product_list_widget li img {
	width: 40px;
	height: 40px;
	border: 6px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 0;
	float: left;
}

#sidebar .menu li a, #sidebar .product-categories li a {
	display: block;
	padding: 5px;
	font-size: 12px;
}

#twitter_update_list:after {
	
	content: "";
	display: block;
	clear: both
}

#twitter_update_list li:hover:before {
	color: #f3832d;
}

#footer #twitter_update_list li:hover:before {
	color: #fff;
}

#footer #twitter_update_list li a:hover {
	text-decoration: none;
}

#twitter_update_list li {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 5px 10px 35px;
}

#footer #twitter_update_list li {
	border: none;
}

#twitter_update_list li:before {
	content: "\f309";
	display: inline-block;
	margin-left: -35px;
  	width: 35px;
	font: 20px/4px 'entypo';
	text-indent: 2px;
	color: #c2c5c8;
}

.widget_socialwidget ul {
	float: left !important;
	margin-bottom: 0;
	border: none !important;
}

#sidebar {
	font-size: 12px;
}

#sidebar .widget_socialwidget ul li a {	
	border: none;
	margin-top: 0px;
	font-size: 14px;
	line-height: 35px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background: #f6f6f6;
	color: #a7a7a7;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}
#sidebar .widget_socialwidget ul li a:hover {
	background: #f3832d;
	color: #fff;
}
#sidebar .widget_socialwidget ul li:last-child a {
	margin-right: 0;
	margin-bottom: 0;
}
#footer .widget_socialwidget ul {
	margin-top: 12px;
	margin-bottom: 12px;
}

.widget_socialwidget ul li {
	float: left;
}

.widget_socialwidget ul li:nth-child(7) {
	margin-top: 10px;
}

#sidebar .widget_socialwidget ul li:first-child {
	border: none;
}

#sidebar .widget_socialwidget ul li {
	float: left;
	display: inline-block;
}

.widget_nav_menu ul.sub-menu li  {
	text-indent: 15px;
}
.widget_nav_menu ul.sub-menu li a{
}
#twitter_update_list li a {
	border-bottom: none;
}

div.pp_overlay {
	background: #1e1e20 !important;
}

.pp_content_container {
	padding-top: 40px !important;
}

div.pp_woocommerce div.ppt {
	display: none !important;
}

.errorsub {
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #9a9a9a;
}

.errorbox {
	font-size: 444px;
	text-align: center;
	width: 100%;
}

.errorbrief {
	text-align: center;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 0;
}

.errortitle {
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0 0;
	font: 276px/1 Ubuntu;
}

.skimiler {
	float: left;
	margin: -15px auto 0px 0px;
}
.maps-style {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	background-image: url(images/diagonal.png);
}
.maps-style:before {
	content: "\0020";
	display: block;
	position: absolute;
  	width: 100%;
  	height: 1px; 
    box-shadow: #a7a7a7 0 0 6px 0;
	z-index: 9999;
}

div#map {	
	background-color: transparent !important;
}
div#map img{
	max-width: none;
}
.maps-style:before { top: -1px}
#map_controls {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: auto;
	top: 50%;
	margin-top: -45px;
	right: 20px;
	width: 30px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2)
}

#map_controls li
a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	color: #4a4949;
}

#map_controls li a:hover {
	background: #f3832d;
	color: #fff;
}

#map_controls li:first-child
a {
	border-top: 0
}

.blog-post h2 {
	line-height: 24px;
	margin-bottom: 17px;
	margin-left: 80px;
}
.blog-post h2 a{
	font: 22px 'PT Sans', sans-serif;
	color: #494949;
}
.blog-post h2 a:hover{
	color: #f3832d;
	text-decoration: none;
}
 .blog-post .date {
	
	text-align: center;
	width: 60px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	position: relative;
	float: left;
}

.blog-post .date small {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: block;
	background: #f3832d;
	letter-spacing: 1px;
}

.blog-post .date small:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #c06926 transparent transparent #c06926;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: transparent;
	border-bottom: 6px solid #f3832d;
	bottom: 24px;
	left: 23px;
}
.blog-post .date .date_day {
		font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;

	font-weight: 300;
	padding: 12px 0;
	margin: 0;
	line-height: 1em;
	font-size: 30px;
}

 .blog-post .date span {
	display: block;
}

.image-wrapper img {
	width: 100%;
	display: block;
}
.single .image-wrapper {
	margin-bottom: 15px;
}
.image-wrapper  {
	padding: 8px;
		border: 1px solid #e5e5e5;
	margin: 0 0 10px 80px;
}

.post-inner ul.post-meta {
	text-transform: capitalize;
	width: 100%;
	float: left;
	margin-bottom: 8px;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	padding-bottom: 10px;
	padding-top: 12px;
}
.post-inner ul.post-meta li{
	display: inline-block;
	margin-right: 10px;
}
.post-inner ul.post-meta li.more{
	margin-right: 0;
	margin-bottom: 5px;
	float: right;
	margin: 0;
}
.post-content {
	margin-left: 80px;
}
.post-inner .button{
	float: right;
}
.post-inner {
	margin-bottom: 15px;
}

.post-inner:after {
	content:"";
	display:block;
	clear:both;
}
.read-more{
	float: right;
}
#wp_pagination {
	margin-left: 80px;
	float: left;
	clear: both;
}
#wp_pagination .page-numbers{
  	background-color: #eeeeee;
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f3f3f3));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #f3f3f3);
  	background-image: -moz-linear-gradient(top, #fbfbfb, #f3f3f3);
  	background-image: -ms-linear-gradient(top, #fbfbfb, #f3f3f3);
  	background-image: -o-linear-gradient(top, #fbfbfb, #f3f3f3);
  	background-image: linear-gradient(top, #fbfbfb, #f3f3f3);
	border: 1px solid #e8eaf0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  
	color: #a1a1a2;
	padding: 9px 12px;
	text-align: center;
	text-shadow: #fff 1px 1px 0;
	text-align: center;
	font: 500 11px/9px 'Ubuntu', sans-serif;


}
#wp_pagination a.page-numbers:hover{
	border: 1px solid #d2d1d3;
	text-decoration: none;
}
#wp_pagination .page-numbers.current{
	 border: 1px solid #d2d1d3;
}
.separator {
	margin-right: 0;
	background-color: #e5e5e5;
	width: 1px;	
	position: absolute;
	left: 50%;
	margin: 0;
	height: 100%;
	float: left;
	top: 3px;
	z-index: 1;
}
.separator:before {
	content: " ";
	width: 5px;
	top: 0;
	height: 5px;
	position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	left: -3px;
}
.separator:after {
	content: " ";
	width: 5px;
	height: 5px;
	position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	left: -3px;
	bottom: 0;
	z-index: 1;
}
.single-post .commentlist {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.single-post #comments .depth-2 {
	margin-left: 80px;
}	  
.single-post #comments {
	margin-left: 80px;
	border-top: 1px solid #f0f0f0;
	padding-top: 25px;
}
.single-post #comments h4, .single-post #comments h3 {
	font: 600 12px/28px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin-bottom: 21px;
	
}
#comments p {
	margin-bottom: 10px;
}
#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea#comment { border: 1px solid #e1e1e1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #9C9B9B;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 12px;
	box-shadow: inset 2px 2px 4px #f4f4f4;
	width: 100%;
}
.comment-body .reply a{
	position: relative;
	float: right;
	bottom: -5px;
}
.comment-body .says {
	display: none;
}
.comment-body {
	margin-bottom: 25px;
	position: relative;
	background-color: #f8f8f8;
	margin-left: 80px;
	padding: 15px;
}
.comment-body:after {
		content:"";
		display:block;
		clear:both;
	}
.comment-body:before {
	content: "";
	display: block;
	border: 8px solid #f8f8f8;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	left: -16px;
	margin-right: 0;
	margin-bottom: 0;
	top: 12px;
}
.comment-author img {
	position: absolute;
	left: -80px;
	top: 0;
}
.comment-author .fn {
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
}
.comment-meta {
	color: #e8e8e8;
	font-size: 10px;
	margin-bottom: 5px;
}
.mobile-logo {
	display: none;
}


.srchcart form#searchform {
  margin: 30px 0 0 0 !important;
  clear: none;
}
@media screen and (max-width: 767px) and (min-width: 320px){
	.srchcart form#searchform{
		margin: 15px 0 10px 0 !important;
	}
}

.srchcart {
  float: right; 
  margin-top: 30px;
  width: 36%;
}

@media screen and (max-width: 767px) and (min-width: 320px){
	.srchcart{
		width: 100%;
	}
}


.srchcart #cart {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  line-height: 16px;
  margin: 0;
  padding: 7px 10px;
  height: auto;
  border: 0; 
  position: relative; 
  margin-top:30px;
  float: left;
}

.srchcart #cart ul {
  margin: 0;
  padding: 0;
  line-height: 15px;
}

.srchcart #cart ul li {
  line-height: normal;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 8px;
}
.srchcart #cart ul li a {
  margin: 0 !important;
  padding: 0;
  background: none !important;  
}

.srchcart #cart ul li a.cart_quantity {
  border: 0 none;
  color: #333 !important;
  border: 0;
  box-shadow: none !important;
  margin-left: 5px;
  display: inline-block;
}



.woocommerce span.soldout::after, .woocommerce-page span.soldout::after {
  border-color: #c06926 #c06926 transparent transparent;
  border-style: solid;
  border-width: 4px;
  content: " ";
  height: 0;
  left: 0px;
  position: absolute;
  top: 100%;
  width: 0;
}

.woocommerce span.soldout, .woocommerce-page span.soldout{left:-9px !important;font-size: 9px;text-transform: uppercase;}
.woocommerce ul.products li.product{padding-bottom:10px !important;}
.woocommerce table.cart td.actions .coupon input[type="submit"] {
  background: #00a4e5 none repeat scroll 0 0;
  border: 0 none;
  color: #fff !important;
  text-shadow: none;
}
.woocommerce table.cart td.actions input[type="submit"] {
  background: #00a4e5 none repeat scroll 0 0;
  color: #fff !important;
  text-shadow: none; border: 0 none;
}

.woocommerce form .form-row select {
  padding: 6px !important;
}

.woocommerce .cart-collaterals .shipping_calculator .button{background: #00a4e5 none repeat scroll 0 0;
  border: 0 none;
  color: #fff !important;
  text-shadow: none;
}

#cart:hover > ul > li > .sub-menu li {
  margin: 0;
}
.woocommerce .quantity {
  float: right;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 68%;
}

.srchcart nav#cart ul li ul.sub-menu li {
  width: 100%;
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 10px; line-height:24px;
}
.srchcart nav#cart ul li ul.sub-menu li img {
    position: relative;
    float: left;
    margin-right: 8px;
}
.srchcart nav#cart ul li ul.sub-menu li.total strong {
  padding: 5px;
  display: inline-block;
}
.srchcart nav#cart ul li ul.sub-menu li.total span.amount {
  padding: 5px;
  display: inline-block;
}
.srchcart nav#cart ul li ul.sub-menu li.buttons {
  padding: 6px 3px 6px 4px;
}
.srchcart nav#cart ul li ul.sub-menu {
    margin: 0;
    padding: 15px;
    right: 0;
}

header.head .container nav#menu ul li.social {
  float: right;
}
header.head .container nav#menu ul li.social:nth-of-type(2){display:none;}
header.head .top_social_box {
  float: right;
}

.woocommerce span.onsale{top:46px !important;}
.woocommerce .quantity {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.woocommerce #payment #place_order {
  background: #00a4e5 none repeat scroll 0 0 !important;
  border: 0 none !important;
  color: #fff !important;
  float: right;
  margin: 0;
  text-shadow: none;
}
.woocommerce .checkout #shiptobilling label {
    font-size: 12px !important;
}

.woocommerce #payment ul.payment_methods {
  border: 1px solid rgba(0, 0, 0, 0.1);
  list-style: outside none none;
  margin: 0;
  padding: 10px;
  text-align: left;
}
.woocommerce #payment h1 {
  font-size: 20px;
  font-weight: 300;
}

/*25nov*/
.archive .shop-crumbs h2 {
    display: none;
}

.woocommerce-checkout form .grid_6 > h3:first-child {
    background: #91be1f none repeat scroll 0 0;
    color: #fff;
    padding-left: 10px;
}

.woocommerce-checkout form .grid_6 > h3:nth-child(2) {
    background: #35a6de none repeat scroll 0 0;
    color: #ffffff;
    padding-left: 10px;
}
#shiptobilling label {
    color: #ffffff;
}

.woocommerce-checkout .grid_12 > h3 {
    background: #f08f00 none repeat scroll 0 0;
    color: #ffffff;
    padding-left: 10px;
}
.woocommerce-checkout #shiptobilling {
    padding-right: 5px !important;
    padding-top: 10px !important;
}
/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
.mobile-logo {
	display: none;
}
.sub-head  #searchform {
	margin-top: 10px;
	width: 600px;
	float: left;
	margin-bottom: 20px !important;
}
.woocommerce-tabs .grid_3, 
.woocommerce-tabs .grid_8, 
.woocommerce-tabs .grid_4, 
.woocommerce-tabs .grid_12 {
	margin-right: 22px !important;
	width: 706px !important;
}
.woocommerce-tabs .grid_6 {
	margin-right: 22px !important;
	width: 318px !important;
}
.woocommerce-tabs .grid_6.last {
	margin-left: 22px !important;
}

hr.bolt:before {
	box-shadow: 752px 0 0 -1px white, 752px 0 0 0 #eeedef !important;
}
.caroufredsel_wrapper {
	height: 400px !important;
}
	#youtube .wrapper {
	height: 430px !important;
}	
 .blog-post .date {
	display: none;
}
.image-wrapper, .post-inner, #wp_pagination, .blog-post h2, .post-content, #comments  {
	margin-left: 0;
}
.slide-products .product, .woocommerce ul.products li.product {
	width: 176px !important;
	margin-right: 13px !important;
}
.product a.add_to_cart_button, .product a.show_details_button, .product a.button.product_type_variable, .product.outofstock a.button {
	padding: 9px 5px 9px 25px;
	width: 50%;
}
.product:hover a.add_to_cart_button {
	top: 48px;
}

.product .add_to_cart_button.button {
	top: 65px;
}
.product .product_type_variable, .product .show_details_button, .product.outofstock a.button {
	top: 65px;
}

.product:hover a.button.show_details_button.product_type_variable, .product:hover a.button.show_details_button.product_type_simple {
	top: 105px;
}

.product:hover a.button.product_type_variable {
	top: 48px;
}
.product:hover a.button.show_details_button.product_type_variable, .product:hover a.button.show_details_button.product_type_simple {
	top: 80px;
}
.product:hover a.button {
	opacity: 1;
}

.related .product .button, .slide-products .product .button, .product .out_of_stock.button {
	opacity: 0;
	top: 90px;

}
.widget #searchform #s{
	width: 128px;
}
.subscribe form .text {
	width: 150px;

}

.woocommerce span.soldout, .woocommerce-page span.soldout{font-size:9px !important;}
.add_to_cart_button.button.product_type_simple {
  display: block;
  float: none;
  margin-bottom: 10px;
  margin-right: 28px !important;
}
.srchcart {
  clear: both;
  float: none;
  margin-top: 0;
  padding:10px;
}


	}

@media only screen and (max-width: 768px) {
.srchcart #cart{width:110px; margin:0 auto; float:none;}
.sub-head #searchform{width:97.5%;}	
}


/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
.mobile-logo {
	display: none;
}	
.sub-head  #searchform {
	margin-top: 10px;
	width: 500px;
	float: left;
	margin-bottom: 40px !important;
}
.logo img {
	max-width: 416px !important;
	margin-right: auto;
	margin-left: auto;
}
.logo {
		margin-top: 60px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.woocommerce-tabs .grid_12, 
.woocommerce-tabs .grid_6, 
.woocommerce-tabs .grid_8, 
.woocommerce-tabs .grid_4, 
.woocommerce-tabs .grid_3  {
	margin-right: 22px !important;
	width: 370px !important;
}
#youtube .wrapper {
	height: 258px !important;
}	
.slide-products .product, .woocommerce ul.products li.product {
	width: 414px !important;
	margin-right: 0 !important;
	margin-left: 0px;
}
hr.bolt:before {
    box-shadow: 410px 0 0 -1px white, 410px 0 0 0 #eeedef !important;
}
.separator {
	display: none;
}
.caroufredsel_wrapper {
	width: 100% !important;
	height: 460px !important;
	margin-bottom: 0 !important;
}
#cart { display: block;}
.widget #searchform #s{
	width: 365px;
}
.woocommerce table.cart td.product-name .item-info{

	padding-left: 0px !important;
	padding-top: 10px !important;
}
	.woocommerce .related ul.products li.product {
	margin-left: 0px;
}
.srchcart {
  float: none;
  margin-top: auto;
  margin-bottom: 10px;
}
header.sub-head.ps-default .container.clearfix {
  overflow: visible;
}
.sub-head #searchform{width:96%;}

.srchcart #cart{margin:0 auto; width:110px; float:none;}

}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.mobile-logo {
	display: none;
}
.logo img {
	max-width: 456px !important;
		margin-right: auto !important;
	margin-left: auto !important;
		float: none !important;

}
.logo {
	float: none !important;
	margin-top: 60px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.blog-post .date {
	display: none;
}
.image-wrapper, .post-inner, #wp_pagination, .blog-post h2, .post-content, #comments  {
	margin-left: 0;
}

.caroufredsel_wrapper {
	height: 465px !important;
}
.woocommerce div.product div.images .woocommerce-main-image img {
	width: 400px !important;
}
.woocommerce div.product div.summary {
	padding-left: 0 !important;
}
.caroufredsel_wrapper {
  height: 500px !important;
}
}
@media only screen and (max-width: 580px) {
.caroufredsel_wrapper {
  height: 500px !important;
}
}
/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
.woocommerce table.cart th.product-remove, 
.woocommerce table.cart td.product-remove {
	display: none;
}
.mobile-logo {
		display:block;
		height: 129px !important;
		width: 312px !important;
		float: none !important;
		margin-top: 60px !important;
		margin-right: auto !important;
		margin-left: auto !important;
}
.mobile-logo img {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
	max-width: 300px !important;
}
.logo {
	display: none;
}
.logo img {
	display: none;
}
.sub-head  #searchform {
	margin-top: 20px !important;
}
.woocommerce-tabs .grid_12, 
.woocommerce-tabs .grid_6, 
.woocommerce-tabs .grid_8, 
.woocommerce-tabs .grid_4, 
.woocommerce-tabs .grid_3  {
	margin-right: 22px !important;
	width: 214px !important;
}
.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table td.product-price, .woocommerce table.cart img{
	display: none !important;
}
.woocommerce table.cart td.actions .coupon .input-text {
	width: 91%;
}
.woocommerce table.shop_table td {
	padding: 10px !important;
}
.woocommerce table.cart td.actions .coupon {
	float: none !important;
	margin-bottom: 10px;
}
.woocommerce table.cart td.product-name .item-info{
	padding-top: 0px !important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce table.shop_table td.actions .button {
	width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals {
	margin-bottom: 25px;
}
.woocommerce .cart-collaterals .cart_totals h3 {
	text-align: left;
}
.subscribe form .text {
	width: 140px;
}	
.subscribe p i {
	display: none;
}	
#youtube .wrapper {
	height: 168px !important;
}
.woocommerce div.product div.images .woocommerce-main-image img {
	width: 260px !important;
}
.woocommerce div.product div.summary {
	padding-left: 0 !important;
}
.widget #searchform #s{
	width: 210px;
}
hr.bolt:before {
    box-shadow: 255px 0 0 -1px white, 255px 0 0 0 #eeedef !important;
}

.view {
	width: 258px !important;
	height: 298px !important;
}
.view .carousel_mask {
	width: 258px !important;
	height: 298px !important;
}
.slide_carousel {
	height:410px !important;
}
.prevslide, .nextslide {
	height:410px !important;
}
.slide-products .product, .woocommerce ul.products li.product {
	width: 258px !important;
	margin-right: 0 !important;
}
 .blog-post .date {
	display: none;
}
.image-wrapper, .post-inner, #wp_pagination, .blog-post h2, .post-content, #comments {
	margin-left: 0;
}
.post-inner ul.post-meta { 
	display: none; 
}
.sb-description, .sb-title, .shadow, #footer-menu {
	display: none !important;
}
.sb-slider {
	margin: 0 !important;
}
.nav-arrows a {
	bottom: 6px  !important;
}
#youtube {
	padding: 0 !important;
}
.theme-default .nivoSlider {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.carousel_box {
	margin-left: 65px !important;
}
#contact-form .text-field, #contact-form .text-field.pad{
	width: 100% !important;
	padding: 0 !important;
}
.sub-footer {
	text-align: center;
}
}
.woocommerce span.soldout, .woocommerce-page span.soldout {
    z-index: 999;
    border-radius:0px!important;
    min-height:15px!important;
    line-height:normal!important;
}

.woocommerce-cart .shipping-calculator-form {
    display: block !important;
}

.add_to_cart_button.button.product_type_simple {
    margin-right: 10px;
}
.home .show_details_button.button.product_type_simple {
    opacity: 1;
}
.related .product .button, .slide-products .product .button, .product .out_of_stock.button{
opacity:1;
}

nav#menu .sub-menu .sub-menu {border-top:0px; border-left:4px solid #00a4e5; left: 100%}
nav#menu .sub-menu .sub-menu::after {width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;  
	border-right:10px solid #00a4e5; 
	left:-16px; 
	top:9px;
}

@media only screen and (min-width:768px) and (max-width:992px){	
	.caroufredsel_wrapper {height:435px !important;}
}

@media only screen and (max-width:767px){ 
	.caroufredsel_wrapper .outer {height:auto !important; text-align: center}
	.caroufredsel_wrapper .outer img {display:initial !important}
}


/*======================================
=            checkout style            =
======================================*/

.woocommerce-billing-fields h3
{
	background: #91be1f none repeat scroll 0 0;
	font-size: 22px;
    color: #ffffff;
    padding: 0 10px;
    font-weight: 100;
}

.woocommerce-shipping-fields
{
	overflow: hidden;
}

.woocommerce-shipping-fields h3
{
	background: #35a6de none repeat scroll 0 0;
	padding: 0 10px;
	font-size: 22px;
    font-weight: 100;
    color: #ffffff;
    width: 100%;
}

h3#order_review_heading
{
	background: #f08f00 none repeat scroll 0 0;
	font-size: 22px;
	color: #ffffff;
	font-weight: 100;
	padding: 0 10px;
}

.woocommerce-info
{
	margin: 0 0 2em;
}

/*=====  End of checkout style  ======*/


.Standard .local-pickup-note,
.Express .local-pickup-note,
.Free .local-pickup-note
{
	display: none;
}

.local-pickup-note
{
	font-size: 14px;
	text-indent: initial;
	background: #ebebeb;
	padding: 10px;
}

.woocommerce-checkout .local-pickup-note
{
	margin-bottom: 10px;
}

.hideDong
{
	display: none!important;
}



/* background image */

.single-product .diagonal
{
	background: #fff!important;
	border-bottom: none!important;
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb
{
	font-size: 12px!important;
    color: #b2b2b2!important;
    font-family: open-sans, sans-serif!important;
}

.summary p
{
	margin-bottom: 0;
}

.sku_wrapper
{
	color: #909091;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.summary .product_title
{
	width: 95%;
	font-size: 32px;
	color: #2a2d34;
	margin: 0!important;
	font-weight: 600!important;
}

@media screen and (max-width: 767px) and (min-width:32px){
	.summary .product_title{
		width: 100%;
	}
}


.summary .price
{
	border: none!important;
}

.summary .description
{
	width: 95%;
	padding: 0 0 30px 0px;
	clear: both;
}
@media screen and (max-width: 767px) and (min-width:32px){
	.summary .description{
		width: 100%;
	}
}

.summary .description p
{
	font-size: 16px;
	line-height: 26px;
	color: #737373;
}

/* Gallery product */
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
	width: 15%!important;
    display: inline-block;
    margin-top: 20px;
    float: left;
    position: relative;
    margin-right: 30px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2):hover
{
	opacity: 10;
}

.woocommerce div.product div.images img
{
	box-shadow: none!important;
	border: 1px solid #c9c9c9;
	border-radius: 0!important;
}


/* Quantity style */

.woocommerce .quantity
{
	width: 130px!important;
}

.woocommerce .quantity input.qty
{
	width: 65px!important;
	border: 1px solid #d1d1d1!important;
	margin-left: 10px;
    margin-right: 10px;
    font-size: 20px!important;
}

.woocommerce div.product form.cart div.quantity
{
	height: auto;
    display: flex;
    align-items: center;
}


.woocommerce .quantity .plus, .woocommerce .quantity .minus
{
	position: relative!important;
	float: left;
	background: transparent!important;
    border: none!important;
    color: #00a4e5!important;
    font-size: 25px!important;
    /*top: 9px!important;*/
}

/*.woocommerce .quantity .minus
{
	top: 7px!important;
}*/

.woocommerce div.product form.cart .button
{
	border-left: none!important;
	padding: 11.5px 60px!important;
	margin-left: 20px;
	display: block;
	width: 68%;
}

@media screen and (max-width: 479px) and (min-height: 320px){
	.woocommerce div.product form.cart .button{
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
}

.product_meta
{
	margin-top: 80px;
}


/* Search icon in product image */

.woocommerce-product-gallery__wrapper i.fa.fa-search
{
	position: absolute;
    top: 15px;
    right: -5px;
    font-size: 16px;
}

@media screen and (max-width: 767px) and (min-width: 320px){
	.woocommerce-product-gallery__wrapper i.fa.fa-search{
		right: 50px;
	}
}


/* category and tags */

span.posted_in,
span.tagged_as
{
	color: #737373;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}


span.posted_in a,
span.tagged_as a
{
	font-weight: 400;
	text-transform: capitalize;
}



/* Tabs single product */

.woocommerce-tabs ul.tabs
{
	display: none;
}

.woocommerce-tabs .entry-content h3
{
	width: 30%;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #624747;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) and (min-width: 320px){
	.woocommerce-tabs .entry-content h3{
		width: 100%;
	}

	.description-text{
		overflow: unset!important;
	}
}

.description-text
{
	overflow: hidden;
}

.woocommerce-tabs .panel
{
	border: none!important;
	padding: 0!important;
}

.single-product .layout
{
	background: #f7f7f7;
}

.single-product .you-may
{
	background: #fff;
	margin-top: 80px;
	padding-top: 0!important;
	padding-bottom: 0px;
}


/* Out of stock */

.woocommerce div.product p.stock
{
	background: #f28b1a;
	padding: 4px 31px;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 14px!important;
	font-weight: 600;
	margin-left: 20px;
    margin-top: 12px;
}


/* Cart page pp button */

.procced-ck
{
	width: 50%;
	padding-left: 45px!important;
}


/* Variation price */

/*div.product form.cart .single_variation
{
	float: left!important;
    text-align: left!important;
    display: block;
    width: 100%;
    padding: 15px 0;
}*/


/* Product single width */

.woocommerce div.product div.images,
.woocommerce-page div.product div.images
{
	width: 43%;
}

.woocommerce div.product div.summary
{
	width: 50%;
}


/* Extras */

.woocommerce-page div.product form.cart .variations tr
{
	border: none!important;
}

p.ext
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 0;
	font-weight: 700;
	color: #4e4e4e;
	margin: 0;
	padding: 0;
}

.woocommerce .selectParent
{
	box-shadow: none!important;
	background-image: none!important;
	margin: 0;
	border: none!important;
}


.woocommerce div.product form.cart .variations select
{
	border-radius: 0;
    /*background: #fff;*/
    box-shadow: none;
    color: #4e4e4e;
    border: 1px solid #cacaca;
    /*background-image: none;*/
}

span.sub-total
{
	font-size: 16px;
    color: #4e4e4e;
    font-weight: 600;
}


/* button product */
.woocommerce ul.products li.product .button
{
	background: #4e4e4e!important;
	border-radius: 0;
}

.woocommerce ul.products li.product .button:hover
{
	background: #00a4e5!important;
}