/*-----------------------------------------------------------------------------------*/
/*	Woocommerce

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
-------------------------------------------------------------------------------------*/

.woocommerce select {
	border: none;
}

.woocommerce.woocommerce-page  header {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    border: transparent;
}

.woocommerce.woocommerce-page #main {
	background-color: #FFF !important;
}

.woocommerce.woocommerce-page section.main-content {
	margin-top: 100px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    padding: 17px 12px;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background-color: transparent !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	text-transform: uppercase;
	font-size: 0.875rem !important;
	transition: color .3s;
    -webkit-transition: color .3s;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	color: #181818 !important;
}

.woocommerce-page input.button, 
.woocommerce .cart-table-vslmd .cart .button, 
.woocommerce .cart-table-vslmd .cart input.button {
	padding: 17px 40px !important;
    height: auto;
	background-color: rgba(84,84,84,0.55) !important;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
	background-image: none!important;
	text-shadow: none!important;
	-moz-text-shadow: none!important;
	-webkit-text-shadow: none!important;
	-o-text-shadow: none!important;
	border: none!important;
    background-repeat: no-repeat;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px!important;
	font-weight: 700 !important;
    line-height: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: bottom 0.2s linear 0s, background-color 0.2s linear 0s;
}

body[data-smooth-scrolling="0"] #header-outer .cart-menu {
	padding-right: 0px!important;
}

body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart {
	right: 0px!important;
}

.woocommerce .woocommerce-product-rating a {
	display: none;
}

#header-outer .icon-shopping-cart {
	font-size: 20px!important;
	height: auto!important;
	line-height: 20px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-o-border-radius: 0px!important;
	border-radius: 0px!important;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-color: transparent!important;
}

html .woocommerce #payment, html .woocommerce-page #payment {
	background-color: transparent!important;
}

#header-outer .cart-menu-wrap.has_products {
	right: 0px;
}

#header-outer .cart-menu-wrap {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	top: 0px; 
	right: -100px;
	width: 130px;
	height: 100%;
	transition: all 0.6s ease;
}

html:not(.js) #header-outer .cart-menu-wrap {
 	visibility: visible;
}

#header-outer .cart-menu {
	position: absolute;
	z-index: 10000;
	right: 0px;
	padding: 17px 17px 17px 20px;
	background-color: rgba(248, 248, 248, 0.95);
	top: 0px;
}

#boxed #header-outer .cart-menu {
	background-color: rgba(248, 248, 248, 0.95);
}

body[data-header-color="custom"] #header-outer .cart-menu { background-color: rgba(0,0,0,.03); }

body[data-header-color="custom"] #boxed #header-outer .cart-menu { background-color: #fbfbfb; }
body[data-header-color="custom"] #boxed #header-outer .cart-menu .cart-icon-wrap .icon-infinite-cart { color: #A0A0A0!important; }

#header-outer .cart-menu .icon-shopping-cart {
	left: 0px;
	margin-top: -1px;
	top: auto;
	position: absolute;
	width: 24px;
}

#header-outer .cart-menu .cart-icon-wrap {
	margin-left: 0px;
	height: 21px;
	width: 69px;
	line-height: 18px!important;
	position: relative;
}

#header-outer .cart-menu .cart-icon-wrap .icon-infinite-cart {
	background-color: transparent!important;
	border-radius: 0px!important;
	font-size: 17px!important;
	line-height: 17px!important;
	height: 17px;
	position: absolute;
	top: 1px;
	left: 2px;
	width: 18px;
	color: #A0A0A0;
}

#boxed #header-outer .cart-menu .cart-icon-wrap .icon-infinite-cart {
	color: #A0A0A0!important;
	opacity: 1!important;
}

#header-outer .cart-menu .cart-contents {
	padding-left: 0px;
	position: relative;
}

#header-outer .widget_shopping_cart_content {
	background-color: #1C1C1C;
}

.woocommerce ul.products li.product .price del {
    display: initial;
    margin-right: 1em;
}

#header-outer  .cart-menu > a:hover ul, #header-outer .cart-menu.sfHover li ul,  #header-outer .cart-menu:hover .widget_shopping_cart,  #header-outer .cart-menu:hover .widget_shopping_cart .cart_list {
	
}

#header-outer .widget_shopping_cart, .woocommerce .cart-notification, #header-outer .cart-notification  {
	display: none;
	position: absolute;
	right: 16px;
	z-index: 100000;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#header-outer .widget_shopping_cart h2.widgettitle, #header-outer .cart-notification h2.widgettitle {
	margin-bottom: 0px;
}

#header-outer .widget_shopping_cart .cart_list  {
	display: none;
	position: relative!important;
	top: 0px!Important;
	width: 240px;
	left: auto;
	max-height: 482px;
	overflow-y: auto;
}


#header-outer .widget_shopping_cart .cart_list a {
	background-color: transparent!important;
	border: none!important;
	font-weight: normal!important;
	line-height: 17px;
	padding-bottom: 8px;
	color: #27CCC0;
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	font-family: 'Source Sans Pro', sans-serif;
}

#header-outer .widget_shopping_cart .cart_list a img {
	width: 55px;
	float: left;
	margin-top: 2px;
	margin-right: 14px;
	margin-left: 0px!important;
}

#header-outer .widget_shopping_cart .cart_list li, #header-outer .cart-notification {
	background-color: #1C1C1C;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #BBBBBB;
}

#header-outer .widget_shopping_cart .cart_list li {
	font-size: 12px;
	line-height: 22px;
}

.cart-outer .cart-notification {
 	width: 240px;
 	padding: 20px!important;
 	display: none;
 	font-size: 12px!important;
 	margin-top: 0px!important;
}

.woocommerce .count {
	color: #999999;
	padding-right: 5px;
}

.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
	border-top: 1px solid #EEE;
	margin-bottom: 60px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	background-color: transparent !important;
	width: 66.66667%;
	margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
	color: #545454;
}

.woocommerce .cart-notification .item-name, #header-outer .cart-notification .item-name {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.woocommerce .cart-notification .item-name:before, #header-outer .cart-notification .item-name:before {
	content: '"';
}

.woocommerce .cart-notification .item-name:after, #header-outer .cart-notification .item-name:after {
	content: '"';
}

.woocommerce .cart-notification img, #header-outer .cart-notification img {
	float: right;
	width: 55px;
	height: auto;
	margin-left: 14px;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.quantity input[type=number] {
	-moz-appearance: textfield;
	 margin: 0; 
}

#header-outer .widget_shopping_cart .cart_list li:first-child {
	padding-top: 20px;
}

#header-outer .widget_shopping_cart .cart_list li:hover {
	background-color: #272727;
}

#header-outer .total {
	clear: both;
	color: #ccc;
	padding: 17px 20px;
	border: 0px!important;
}

#header-outer .total, #header-outer .total strong {
	color: #fff;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
}

#header-outer .widget_shopping_cart .quantity {
	margin-left: 0px;
	line-height: 14px;
	height: 14px;
	display: block;
	color: rgba(255,255,255,0.8);
}

#header-outer .widget_shopping_cart .buttons {
	padding: 3px 20px 20px 20px;
	clear: both;
}

#header-outer ul.product_list_widget li dl dt {
   color: #999;
}
#header-outer ul.product_list_widget li dl dd {
   color: #fff;
   padding-left: 0px!important;
}

#header-outer ul.product_list_widget li dl {
   clear: both;
   float: right;
   margin: 0;
   padding-left: 0px!important;
   width: 125px;
}

.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button {
	background-color: #222 !important;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
	background-image: none!important;
	text-shadow: none!important;
	-moz-text-shadow: none!important;
	-webkit-text-shadow: none!important;
	-o-text-shadow: none!important;
	border: none!important;
    background-repeat: no-repeat;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px!important;
	font-weight: 700 !important;
    line-height: 15px;
    padding: 15px 40px!important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: bottom 0.2s linear 0s, background-color 0.2s linear 0s;
}

#header-outer .widget_shopping_cart a.button {
	background-color: #27CCC0!important;
	font-size: 12px;
	padding: 10px 14px;
}

.woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
	background-color: #27CCC0!important;
}

#header-outer .widget_shopping_cart a.button.checkout {
	margin-left: 5px;
}

#header-outer .widget_shopping_cart a.button:hover {
	background-color: #3f3f3f!Important;
	color: #fff!important;
}

#header-outer a.cart-contents span {
	background: none repeat scroll 0 0 #27CCC0;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    right: 7px;
    margin-left: 4px;
    text-align: center;
    width: 20px;	
}

#header-outer a.cart-contents span:before {
 	border-color: transparent #27CCC0 transparent;
    border-style: solid solid solid none;
    border-width: 5px 5px 5px medium;
    content: "";
    height: 0;
    left: -1px;
    margin-top: 4px;
    position: absolute;
    top: 0;
    width: 0;
}

#header-outer .cart-wrap {
	position: relative;
	float: right;
	font-size: 12px;
	margin-right: 20px;
}

#header-outer nav.cart-active #search-btn {
	margin-left: 10px!important;
}

#header-outer nav.cart-active #search-btn > div {
	padding-left: 10px!important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	font-size: 14px!important;
    line-height: 18px !important;
    margin-top: 10px!important;
    text-transform: none;
    letter-spacing: 0px;
}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary, 
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images {
	width: 100%!important;
	margin-bottom: 0px!important;
}

.woocommerce .single-product-summary {
	padding-left: 15px;
}

.woocommerce .single-product-summary .entry-summary p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 2rem 0;
	color: #545454;
}

.woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
	width: auto;	
}

.woocommerce .cart_item .quantity {
	width: 60px !important;
	margin: 0 !important;
}
cart_item

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	float: none!important;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	margin-left: 1.25rem;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 23.45%!important;
	margin-right: 2%!important;
	margin-bottom: 2%;
	overflow: hidden;
}

.woocommerce .col-md-9 ul.products li.product, .woocommerce-page .col-md-9 ul.products li.product {
	width: 32%!important;
	margin-right: 2%!important;
	margin-bottom: 4%;
	overflow: hidden !important;
}

.woocommerce.columns-2 ul.products li.product.last {
	width: 48%!important;
	margin-right: 2%!important;
	margin-bottom: 2%;
}

.woocommerce.columns-2 ul.products {
	margin-top: 2%;
}

.woocommerce mark { background-color: transparent!important; }

.cart .quantity input.plus {
	border-radius: 0 5px 5px 0;
}

.cart .quantity input.minus {
	border-radius: 5px 0 0 5px;
}

.cart .quantity input.plus, .cart .quantity input.minus {
    background-color: #C1CDCD;
    background-repeat: repeat-x;
    border: 1px solid #C1CDCD;
    color: #ffffff;
    cursor: pointer;
    display: inline!important;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 35px;
    position: relative;
	text-shadow: none!important;
	-moz-text-shadow: none!important;
	-webkit-text-shadow: none!important;
	-o-text-shadow: none!important;
	-webkit-transition: opacity 0.15s ease-in-out 0s;
    -moz-transition: opacity 0.15s ease-in-out 0s;
    -o-transition: opacity 0.15s ease-in-out 0s;
    transition: opacity 0.15s ease-in-out 0s;
}
.woocommerce .cart .quantity input.qty {
    border-left: none;
    border-right: none;
	border-top: none;
    display: inline;
    line-height: 45px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    position: relative;
	font-size: 24px !important;
	font-weight: 700;
	color: #545454;
}

.woocommerce .star-rating {
	height: 1.1em !important;
	color: #27CCC0!important;
}

.woocommerce p.stars a {
	color: #181818;
}

.woocommerce .products.related .product, .woocommerce .products.upsells .product {
    margin-bottom: 2%;
    margin-right: 2% !important;
    width: 23.45% !important;
	overflow: hidden;
}

.woocommerce .col-md-9 .products.related .products li:nth-child(4), .woocommerce .col-md-9 .products.upsells .products li:nth-child(4) {
	display: none;
}

.woocommerce .col-md-9 .products.related .products li:nth-child(3), .woocommerce .col-md-9 .products.upsells .products li:nth-child(3) {
	margin-right: 0px!important;
}

.woocommerce .products.related ul.products li.product.last, .woocommerce-page .products.related ul.products li.product.last, .woocommerce-page ul.products li.product.last, .woocommerce ul.products li.product.last  {
	margin-right: 0px!important;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width: 100%!important;
}

.woocommerce .products.related, .woocommerce .products.upsells {
	clear: both;
}

.woocommerce .products.related h2, .woocommerce .products.upsells h2 {
	text-transform: uppercase;
    font-weight: 900;
	font-size: 1.5em;
	color: #222;
}

/*.woocommerce .page-title {
	display: none;
}*/

.woocommerce .pp_gallery {
	opacity: 1!important;
	display: block!important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #27CCC0 !important;
}

.woocommerce .product-wrap {
	overflow: hidden;
	position: relative;
}

.woocommerce .product-wrap .add_to_cart_button, .woocommerce .product-wrap .product_type_variable, .woocommerce .product-wrap .product_type_grouped, .woocommerce .product-wrap a.button {
	position: absolute!important;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	top: auto!important;
	transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.woocommerce .product-wrap:hover .add_to_cart_button {
	opacity: 1;
}

.woocommerce .product-wrap .add_to_cart_button {
	background-image: url(../img/bag-add.png)!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	text-indent: -9999px!important;
	height: 34px!important;
	width: 34px!important;
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	padding: 0px!important;
}

div.pp_woocommerce a.pp_expand, div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand:before, div.pp_woocommerce a.pp_contract:before {
	display: none!important;
}

.woocommerce .variations {
	position: relative;
	margin-bottom: 25px!important;	
}

.woocommerce .variations td {
	vertical-align: middle!important;	
}

.woocommerce .reset_variations {
	position: absolute;
	right: -110px;
	bottom: 14px;
}

.woocommerce .variations td.label label {
	display: none;
}

.woocommerce .product-wrap .add_to_cart_button.added {
	background-color: #27CCC0!important;
	background-image: url(../img/bag-checked.png)!important;	
}

.woocommerce .product-wrap .add_to_cart_button.loading {
	min-height: 35px!important;
}

.woocommerce .product-wrap .add_to_cart_button.added:before, .woocommerce .product-wrap .add_to_cart_button.added:after {
	background-image: none!important;
	content: none!important;
}

.woocommerce .product-wrap img.attachment-shop_catalog {
	position: relative;
	display: block;
	transition: all 0.2s linear;
	margin-bottom: 0px!important;
	-moz-transition: all 0.2s linear;
}
.woocommerce .product-wrap:hover a {
	bottom: 5px!important;
}

a.added_to_cart {
	display: none;
	position: absolute!important;
	text-indent: -9999px;
}

.woocommerce .products .price {
    font-size: 0.7rem !important;
    line-height: 1rem;
}

.woocommerce .price ins {
	text-decoration: none;
}

.woocommerce .woocommerce-ordering {
	position: absolute;
	right: 0px;
	top: 19px;
	margin-bottom: 35px!important;
}

.woocommerce .col-md-9 .woocommerce-ordering {
	right: 20px;
}

.woocommerce .col-md-9.col_last .woocommerce-ordering {
	right: 0px!important;
}

.woocommerce #post-area .woocommerce-ordering {
	float: right!important;
}

.woocommerce #post-area .woocommerce-result-count {
	float: left!important;
}

.woocommerce .woocommerce-result-count {
	margin-bottom: 5px;
	padding-bottom: 30px;
}

.woocommerce .cart-notification {
	display: none;
}

.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale, 
.woocommerce span.onsale, .woocommerce-page span.onsale {
	height: 18px;
	min-height: inherit;
    line-height: 18px;
    font-size: 10px;
    font-weight: 300;
    z-index: 10;
    letter-spacing: 1px;
    text-align: center;
    top: 0;
    position: absolute;
    outline: medium none;
    color: #ffffff !important;
    text-transform: uppercase;
    margin: 10px;
    padding: 0 10px;
    background: #222 !important;
    left: 0;
	right: inherit;
    display: block;
    float: left;
	transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	border-radius: 0;
}

.woocommerce-page .single-product-main-image .onsale {
	margin: 18px 10px;
}

.woocommerce-page .single-product-main-image {
	padding-left: 0px !important;
}

.woocommerce #pp_full_res .pp_inline p {
	display: block;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	display: none!important;
}

.woocommerce .summary .price {
	color: #444444!important;
	font-size: 30px!important;
	line-height: 30px!important;
	letter-spacing: -1px;
	margin-top: 1.25rem;
}

.woocommerce .summary ins .price {
	color: #444444;
}

.woocommerce .quick_rating .star-rating {
	float: none;
	position: relative;
	top: 2px;
}

.woocommerce .review_num {
	float: left;
	margin-right: 5px;
}

.woocommerce .quick_rating:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.woocommerce .quick_rating {
	margin-bottom: 0px;
}

.woocommerce div.product .product_title {
	font-weight: 900;	
	font-size: 3rem;
    line-height: 1.13em;
	color: #222;
}

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
	margin-bottom: 3px;
}

.woocommerce .cart .quantity input.plus, .woocommerce .cart .quantity input.minus {
	background-image: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
}

.woocommerce .cart .quantity input.plus:hover, .woocommerce .cart .quantity input.minus:hover {
	background-color:#ddd!important;
	border-color:#ddd!important;
	
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	background-image: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	border-color: #E1E1E1!Important;
	font-weight: normal!important;
	font-size: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background-image: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	margin-left: -2px!Important;
	margin-right: -2px!Important;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-o-border-radius: 0px!important;
	border-top: 0px!important;
	border-left: 0px!important;
	transition: background-color 0.2s linear;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-bottom: none!important;
	border-right: 0px !important;
	border-left: 0px !important;
	background-color: transparent !important;
	-webkit-transition: opacity 0.15s ease-in-out 0s;
    -moz-transition: opacity 0.15s ease-in-out 0s;
    -o-transition: opacity 0.15s ease-in-out 0s;
    transition: opacity 0.15s ease-in-out 0s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	border: none!important;
	box-shadow: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #27CCC0;	
	border-top: solid 3px #222 !important;
	color: #222 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover {
	border-top: solid 3px rgba(0, 0, 0, 0.6) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 2px!important;
	margin-bottom: 0px!important;
	text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 700 !important;
	text-transform: uppercase;
	border-top: 0px!important;
	text-shadow: none!important;
	-moz-text-shadow: none!important;
	-webkit-text-shadow: none!important;
	-o-text-shadow: none!important;
	color: rgba(0,0,0,0.35);
}

.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
	margin-bottom: 3em!important;
}

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
	margin-top: 13px;
}

.woocommerce table.shop_attributes tr td p, .woocommerce-page table.shop_attributes tr td p {
	margin: 10px 0 !important;
}

.woocommerce .woocommerce-tabs > div {
	padding: 15px 0px!important;
	margin-bottom: 0px!important;
	border: none !important;  
}

.woocommerce.woocommerce-page .woocommerce-tabs > div h2 {
	display: none;
}

.woocommerce div[itemprop="description"] ul {
	margin-left: 0px!important;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
	width: 22.1%!important;
}

.woocommerce div.product div.images div.thumbnails a.first, .woocommerce #content div.product div.images div.thumbnails a.first, .woocommerce-page div.product div.images div.thumbnails a.first, .woocommerce-page #content div.product div.images div.thumbnails a.first {
	clear: none!important;
}

.woocommerce div.product div.images div.thumbnails a.last, .woocommerce #content div.product div.images div.thumbnails a.last, .woocommerce-page div.product div.images div.thumbnails a.last, .woocommerce-page #content div.product div.images div.thumbnails a.last {
	margin-right: 3.8%!important;
}

.woocommerce div.product div.images div.thumbnails a:nth-child(4n+4) {
	margin-right: 0px!important;
}

.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th, 
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
	font-weight: normal!important;
	font-style: normal!important;
	background-color: transparent!important;
}

.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
	color: #333!important;
}

.woocommerce #tab-reviews #reviews #comments div[itemprop="aggregateRating"] .star-rating {
	display: none!important;
}

.woocommerce .commentlist { 
	background-color: transparent !important;
	box-shadow: none !important;
}

.woocommerce .commentlist li { 
	list-style: none!important;
}

.woocommerce #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
	margin: 20px 0;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
	margin: 1px !important;
	border-right: none !important;
}

.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul {
	border: 0px!important;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li span {
	width: 36px;
	height: 36px;
	padding: 0;
	position: relative;
	color: #fff;
	display: block;
	background-color: #222;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 36px;
	-webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s;
	-moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s;
	-o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s;
	transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s;
}

.woocommerce #content nav.woocommerce-pagination ul li:hover, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce-page nav.woocommerce-pagination ul li span:hover {
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current:hover {
	color: #818B92;
}

.woocommerce .commentlist li .comment_container {
    margin: 2em 0 0;
}

.woocommerce .commentlist li .comment_container .comment-text {
	border: none!important;
	padding: 20px!important;
	margin-left: 70px!important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width: 45px!important;
	padding: 0px!important;
	background-color: transparent!important;
	height: 45px!important;
	left: 25px!important;
	top: 54px!important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	padding-bottom: 5px!Important;
	font-size: 1rem !important;
	margin-bottom: 0px!important;
}

.woocommerce .commentlist li .comment_container .clear {
	padding-bottom: 0px!important;
}

div.pp_woocommerce .pp_content_container {
	background-color: transparent!important;
	padding: 0px!important;
}

div.pp_woocommerce .pp_details .pp_description {
	display: none!important;	
}

.pp_woocommerce .pp_content_container .pp_left {
	padding-left: 40px;
}
.pp_woocommerce .pp_content_container .pp_right {
	padding-right: 40px;
}

div.pp_woocommerce .pp_loaderIcon {
	background: url("img/prettyPhoto/dark_rounded/loader.gif") no-repeat scroll center center transparent!important;
}

div.pp_woocommerce .pp_close {
	background-image: url("img/prettyPhoto/dark_rounded/close.png")!important;
	height: 23px!important;
	width: 17px!important;
	right: 0px!important;
	top: -25px!important;
	border: none!important;
	text-indent: -9999px!important;
	background-color: transparent;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
}

div.pp_woocommerce .pp_close:before {
	display: none!important;	
}

div.pp_woocommerce .pp_previous:before, div.pp_woocommerce .pp_next:before {
	background-image: none!important;
	text-shadow: none!important;
	-moz-text-shadow: none!important;
	-webkit-text-shadow: none!important;
	-o-text-shadow: none!important;
	color: #fff!important;
	font-size: 36px!important;
	border: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	font-weight: normal!important;
}

.woocommerce #pp_full_res .pp_inline p:empty {
	display: none!important;
}

.woocommerce #pp_full_res .pp_inline p {
	padding-bottom: 6px;	
}

.woocommerce #pp_full_res .pp_inline #reply-title {
	margin-bottom: 18px;
}

.woocommerce #pp_full_res .comment-form-comment, .woocommerce .comment-form-comment {
	margin-top: 25px!important;
}

.woocommerce #pp_full_res .comment-form-comment textarea {
	margin: 9px 0px;
}

div.pp_woocommerce #respond {
	background-color: #fff!important;
	padding: 20px!important;
}

.woocommerce #respond p.form-submit {
	padding-bottom: 0px;
}

.woocommerce .single-product-main-section {
	margin-bottom: 60px;
}

/*-----------------------------------------------------------------------------------*/
/*  0.   Share
/*-----------------------------------------------------------------------------------*/

.woocommerce.single-product #single-meta {
	clear: both;
	right: auto;
	height: auto;
	top: initial !important;
	position: inherit;
}

.woocommerce .infinite-share.woo.in-sight {
	border: none;
    text-align: center;
	padding: 50px 0;
	border-top: 1px solid #EEE;
}

.woocommerce .infinite-share > * {
    border-right: none;
}

.woocommerce a.pinterest-share i, 
.woocommerce  a.facebook-share i, 
.woocommerce a.twitter-share i, 
.woocommerce .google-plus-share i, 
.woocommerce .linkedin-share i {
    font-size: 25px !important;
    height: 25px!important;
    line-height: 25px!important;
	color: #545454;
}

/*-----------------------------------------------------------------------------------*/
/*  1.   Cart Collaterals
/*-----------------------------------------------------------------------------------*/

.woocommerce .cart-collaterals-vslmd {
    background: rgba(84,84,84,0.05);
    padding: 30px 40px 40px;
}

.woocommerce .cart-collaterals-vslmd:before, 
.woocommerce .cart-collaterals-vslmd:after {
    background-image: radial-gradient(closest-side, transparent 9px, rgba(84,84,84,0.05) 100%);
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
}

.woocommerce .cart-collaterals-vslmd:before {
    position: absolute;
    top: -10px;
    left: 0;
}

.woocommerce .cart-collaterals-vslmd:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.woocommerce .cart-collaterals .cart_totals h2, 
.woocommerce-page .cart-collaterals .cart_totals h2 {
	color: #545454;
    border-bottom-color: rgba(84,84,84,0.15);
	padding: 0 0 20px;
    margin: 0 0 25px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    font-weight: 900;
	line-height: 1.13;
}

.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 9px 20px 5px 0;
    width: 50%;
    line-height: 1.2rem;
    font-size: 1rem;
    font-weight: 400;
    color: #545454;
}

.woocommerce .cart-collaterals .cart_totals table th {
	padding-top: 0px;
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none;
}


html .woocommerce .woocommerce-message,
 html .woocommerce .woocommerce-error, 
 html .woocommerce .woocommerce-info {
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	border-radius: 0px;
	padding-left: 15px!important;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none!important;
	background-color: #27CCC0;
	color: #fff!important;
	border: none!Important;
	text-shadow: none!Important;
	-moz-text-shadow: none!Important;
	-webkit-text-shadow: none!Important;
	-o-text-shadow: none!Important;
}

.woocommerce .cart-collaterals-vslmd tr.shipping ul#shipping_method label,
.woocommerce-page .cart-collaterals-vslmd tr.shipping ul#shipping_method label {
	display: block;
    text-transform: capitalize;
    font-weight: 400;
	color: #545454;
	font-size: 1rem;
    line-height: 1.3em;
    padding-top: 1px;
}

.woocommerce .cart-collaterals-vslmd tr.shipping ul#shipping_method input[type="radio"],
.woocommerce-page .cart-collaterals-vslmd tr.shipping ul#shipping_method input[type="radio"] {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 160px;
}

.woocommerce .cart-collaterals .cart_totals tr.order-total td, 
.woocommerce .cart-collaterals .cart_totals tr.order-total th, 
.woocommerce-page .cart-collaterals .cart_totals tr.order-total td, 
.woocommerce-page .cart-collaterals .cart_totals tr.order-total th {
    line-height: 1;
    padding-top: 25px;
    padding-bottom: 23px;
    vertical-align: middle;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
	border-top-color: rgba(84,84,84,0.15);
	border-bottom-color: rgba(84,84,84,0.15);
}

.woocommerce .cart-collaterals .shipping-calculator-button, 
.woocommerce-page .cart-collaterals .shipping-calculator-button {
    display: inline-block;
    margin: 16px 0 0px;
	text-transform: uppercase !important;
	font-weight: 900;
	font-size: 0.8125rem;
}

.woocommerce .cart-collaterals-vslmd .cart_totals tr th,
.woocommerce-page .cart-collaterals-vslmd .cart_totals tr th{
	text-transform: capitalize;
	font-weight: 400 !important;
}

.woocommerce .cart-collaterals-vslmd .cart_totals tr.shipping th,
.woocommerce-page .cart-collaterals-vslmd .cart_totals tr.shipping th,
.woocommerce .cart-collaterals-vslmd .cart_totals tr.shipping td,
.woocommerce-page .cart-collaterals-vslmd .cart_totals tr.shipping td{
	border: none !important;
}

.woocommerce .cart-collaterals-vslmd tr.cart-subtotal span.amount,
.woocommerce-page .cart-collaterals-vslmd tr.cart-subtotal span.amount {
	color: #545454;
}

.woocommerce .cart-collaterals .cart_totals tr.order-total td strong, 
.woocommerce-page .cart-collaterals .cart_totals tr.order-total td strong {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
	color: #545454;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button,
.woocommerce-page .cart-collaterals .cart_totals .checkout-button {
    padding: 23px !important;
    line-height: initial;
    height: auto;
	width: 100%;
	margin: 20px 0;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button:hover, 
.woocommerce-page .cart-collaterals .cart_totals .checkout-button:hover {
	opacity: 0.6;
}

/*-----------------------------------------------------------------------------------*/
/*  2.   Forms
/*-----------------------------------------------------------------------------------*/


/*	Product Review */

.woocommerce #reviews #comment {
	height: auto;
}

/*	Checkout */

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	padding: 0 16px!important;
    width: 100%;
    display: block;
    border: 1px solid rgba(84,84,84,0.1) !important;
    font-size: 16px!important;
    line-height: 22px;
    color: #555;
    background-color: transparent;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    height: 2.5rem;
}

.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus {
    color: #444;
    background-color: #fafafa;
}

.woocommerce #order_comments_field textarea {
    min-height: 100px;
    height: 100px;
	    padding: 16px !important;
}

.country_select.select2-container, .state_select.select2-container {
    display: block;
    border-style: solid;
    border-width: 1px;
    background: none repeat scroll 0 0 #fff;
    width: 100% !important;
    height: auto;
	border-color: rgba(84,84,84,0.1) !important;
	color: #545454;
}

.select2-container, .big-select, .select.big-select {
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    margin: 0;
    width: auto !important;
    font-weight: normal;
    opacity: 1;
    line-height: 2 !important;
    height: 40px !important;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container .select2-choice {
    background: none;
    border: none;
    filter: none;
    font-weight: 900;
	padding: 12px 26px 12px 12px;
    box-shadow: none;
    height: auto;
    line-height: 1;
}

.select2-drop.select2-drop-above.select2-drop-active, 
.select2-drop-active {
	border: 1px solid rgba(84,84,84,0.1) !important;
}

.select2-search {
    background: #fafafa;
}

.select2-drop {
    border-radius: 0 !important;
}

.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
	color: #545454;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 1px;
    line-height: 2em;
}

.woocommerce form h3 {
	font-size: 1.3125rem;
	margin: 0px 20px 20px 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #545454;
}

.woocommerce form h3#order_review_heading {
	display: none;
}

.woocommerce form label.checkbox {
	padding-left: 0px !important;
	display: initial;
	margin-right: 30px;
}

.woocommerce .woocommerce-checkout .col2-set .col-1, 
.woocommerce-page .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2, 
.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
	float: none !important;
	width: auto !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-2, 
.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
	margin-top: 50px !important;
}

.woocommerce .checkout-order-total-vslmd {
    background: rgba(84,84,84,0.05);
    padding: 30px 40px 40px;
}

.woocommerce .checkout-order-total-vslmd:before, 
.woocommerce .checkout-order-total-vslmd:after {
    background-image: radial-gradient(closest-side, transparent 9px, rgba(84,84,84,0.05) 100%);
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
}

.woocommerce .checkout-order-total-vslmd:before {
    position: absolute;
    top: -10px;
    left: 0;
}

.woocommerce .checkout-order-total-vslmd:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.woocommerce-checkout #payment div.payment_box {
	background-color: transparent !important;
}

.woocommerce-checkout #payment div.payment_box:before {
	border: none !important;
}

.woocommerce .checkout-order-total-vslmd table.shop_table th, 
.woocommerce-page .checkout-order-total-vslmd table.shop_table th {
    padding: 17px 0;
	width: 50%;
}

.woocommerce .checkout-order-total-vslmd table.shop_table tr.cart-subtotal th, 
.woocommerce-page .checkout-order-total-vslmd table.shop_table tr.cart-subtotal th,
.woocommerce .checkout-order-total-vslmd table.shop_table tr.shipping th, 
.woocommerce-page .checkout-order-total-vslmd table.shop_table tr.shipping th,
.woocommerce .checkout-order-total-vslmd table.shop_table tr.order-total th, 
.woocommerce-page .checkout-order-total-vslmd table.shop_table tr.order-total th {
    text-transform: capitalize !important;
    font-weight: 400 !important;
    line-height: 1.2rem;
    font-size: 1rem;
}

.woocommerce table.shop_table tr.cart_item td.product-name {
	font-weight: 700;
	line-height: 1.35;
    padding: 17px 0;
	color: #545454;
}

.woocommerce table.shop_table tr.cart_item td.product-total,
.woocommerce table.shop_table tr.cart-subtotal td {
    color: #545454;
	font-weight: 400 !important;
}

.woocommerce .checkout-order-total-vslmd table.shop_table tr.shipping td ul li label, 
.woocommerce-page .checkout-order-total-vslmd table.shop_table tr.shipping td ul li label {
	font-weight: 500 !important;
	text-transform: capitalize !important;
	font-size: 0.89rem;
    line-height: 1.3em;
}

.woocommerce .checkout-order-total-vslmd table.shop_table tr.shipping td ul li input, 
.woocommerce-page .checkout-order-total-vslmd table.shop_table tr.shipping td ul li input {
    left: -25px;
    position: relative;
    top: 2px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	font-size: 1.125rem;
    margin: 1px 0 12px;
    text-transform: capitalize;
	color: #545454;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	display: none;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    padding: 23px !important;
    line-height: initial;
    height: auto;
    width: 100%;
    margin: 20px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    opacity: 0.6;
}

.woocommerce #payment ul.payment_methods li, 
.woocommerce-page #payment ul.payment_methods li {
	list-style: none!important;
	border-bottom: 1px solid rgba(84,84,84,0.15);
	margin: 13px 0 0 !important;
}

.woocommerce #payment ul.payment_methods li:last-child, 
.woocommerce-page #payment ul.payment_methods li:last-child,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
}
 
.woocommerce .payment_box p {
	padding-bottom: 0px!important;
	padding-left: 21px;
	font-size: 12px!important;
	margin: -20px 0 0 0;
	padding: 1em 0 1em 1em;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

.woocommerce .payment_box {
	margin: 0px!important;
	background-image: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
}

.woocommerce .payment_box:after {
	border: none!important;
}

.woocommerce .payment_box p {
	color: rgba(84,84,84,0.55);
}

.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .order-total .amount {
    font-size: 1.5rem;
    font-weight: 700;
}
		



/*-----------------------------------------------------------------------------------*/

.woocommerce table.shop_table td {
	padding: 0;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	content: none!important;
	-o-box-shadow: none!important;
	-moz-box-shadow: none!important;
}

body .container .woocommerce-message a.button, body .container .woocommerce-error a.button, body .container .woocommerce-info a.button {
	padding: 0px!important;
	line-height: 1.5em;
	height: 1.5em;
	vertical-align: middle!important;
	background-color: transparent!important;	
}

.woocommerce-message:before {
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	content: ''!important;
	-o-box-shadow: none!important;
	background-color: transparent!important;	
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 10px!important;
	width: 20px;
	height: 16px;
}

.woocommerce input#coupon_code {
    width: 250px !important;
    margin: 0 10px 0 0;
    height: 48px;
    border-width: 1px;
    border-style: solid;
	border-color: rgba(84,84,84,0.1);
    font-weight: 400;
    padding: 13px 15px 13px 15px;
    outline: 0 !important;
    line-height: normal;
    float: left;
    -webkit-border-radius: 0 !important;
	border-radius: 0 !important;
    -webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.woocommerce .actions .button {
	padding: 5px 8px 5px 8px!important;
	height: 29px;
	line-height: 20px;
}

.woocommerce .actions {
	padding: 12px!important;
}

.woocommerce table.cart th {
	font-weight: normal;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
	width: 60px!important;
	height: 60px!important;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border-radius: 0px!important;	
	-moz-border-radius: 0px!important;	
	-webkit-border-radius: 0px!important;	
	-o-border-radius: 0px!important;
	border: none!important;
}

.woocommerce table.cart td {
	padding: 30px 10px !important;
}

.woocommerce table.cart td.product-name a {
	color: #181818 !important;
}

.woocommerce table.cart td.product-name a:hover {
	color: rgba(0, 0, 0, 0.6) !important;
}

.woocommerce table.cart tr td:first-child {
	padding-left: 0px!important;
}

.woocommerce table.cart tr td:last-child {
	padding-right: 0px!important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {   
	transition: all 0.2s linear;
	font-size: 2rem !important;
	color: #181818 !important;
	padding: 0px!important;
	line-height: 17px!important;
	width: 23px!important;
	height: 23px!important;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {   
	background-color: transparent !important;
	color: rgba(0, 0, 0, 0.6) !important;
}


.woocommerce table.cart .product-thumbnail a, .woocommerce table.cart .product-thumbnail a img {
	display: block;
}

.woocommerce-page table.cart a.remove:hover {
	color: #fff!important;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	margin-top: 0px!Important;
}

.woocommerce p.woocommerce-info {
	padding-left: 1em!important;
}

.woocommerce .woocommerce-info a {
	color: #fff!important;
}

.woocommerce .woocommerce-info:before {
	background-color: transparent!important;
	content: ' '!important;
}

.woocommerce div.product_meta {
	margin-bottom: 50px;
}

.woocommerce .chzn-container-single .chzn-single, .woocommerce .chosen-container-single .chosen-single {
	background-image: none!important;
	border: none!important;
	padding: 4px 10px;
	background-color: #fff!important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
}

.woocommerce .variations td {
	padding: 7px 0px;
}

.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
	color: #27CCC0;
}

.woocommerce .chzn-container .chzn-results .highlighted, .woocommerce .chosen-container .chosen-results .highlighted {
	background-image: none!important;
	background-color: #27CCC0;
}

.woocommerce .chosen-container-single .chosen-search input[type=text] {
	background: none!Important;
}

.woocommerce .chzn-container-active .chzn-single-with-drop, .woocommerce .chosen-container-active .chosen-single-with-drop {
	background-color: #fff;
}

.woocommerce .chzn-container .chzn-drop, .woocommerce .chosen-container .chosen-drop { 
	border: none!important;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-weight: 900 !important;
	text-transform: uppercase;
	color: #545454;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
	padding: 30px 0 15px 0!important;	
}

.woocommerce .form-row.terms {
	float: left;
	padding-left: 0px!important;
}

.woocommerce .form-row.terms #terms {
	margin-top: -2px!Important;
	margin-left: 5px;
}

.woocommerce-error {
	margin-left: 0px!important;
	padding-left: 10px!important;
}

.woocommerce-error strong {
	color: #fff!important;
}

.woocommerce-error:before {
	content: ''!important;
	border: none!important;
	box-shadow: none!Important;
	-webkit-box-shadow: none!important;
	background-color: transparent!important;
}

.woocommerce .order_details li {
	list-style: none;
}

.woocommerce .customer_details {
	margin-bottom: 20px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 49%;
	padding: 1px;
}

.woocommerce a.woocommerce-main-image img {
	margin-top: 9px;
}

.woocommerce .price_slider_amount .clear {
	padding: 0px!important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 6px;
	background-color: #EBEBEB;
	background-image: none!important;
    border-radius: 300px 300px 300px 300px;
    border-bottom: 1px solid #FFFFFF;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #72C4EA;
	height: 6px;
	border: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	background-image: none!important;
    border-radius: 300px 300px 300px 300px;
    border-bottom: 1px solid #FFFFFF;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #FFF !important;
	background-image: none!important;
	height: 15px!important;
	width: 15px!important;
	top: -5px!important;
	border-width: 3px;
    border-style: solid;
}

.woocommerce .price_slider_amount button.button, .woocommerce .price_slider_amount .price_label {
    background-repeat: repeat-x;
    line-height: 14px!important;
    padding: 0px !important;
    margin-top: 9px;
    font-size: 12px;
}

.woocommerce .price_slider_amount button.button:hover {
	background-color: #F4f4f4!important;
}

.woocommerce .price_slider_amount .price_label {
	float: right;
	position: relative;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
	font-weight: normal!important;	
}

.woocommerce .product_list_widget a, .woocommerce .product_list_widget span, .woocommerce .product_list_widget  {
	font-size: 13px!important;
}

.woocommerce .widget_recent_reviews .product_list_widget li, .woocommerce .widget_top_rated_products .product_list_widget li {
	line-height: 26px;
}

.woocommerce-page ul.product_list_widget li img,
.widget_products ul.product_list_widget li img {
	height: 62px!important;
	width: 62px!important;
	margin-left: 0px!important;
	margin-right: 15px;
	float: left!important;
	margin-bottom: 0px;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	-moz-box-shadow: none!important;
}

.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
	background-color: #333!important;
	border: none!important;
	transition: all 0.2s linear!important;
	-webkit-transition: all 0.2s linear!important;
	-o-transition: all 0.2s linear!important;
	-moz-transition: all 0.2s linear!important;
}

.woocommerce-page .widget_layered_nav_filters ul li {
	padding: 0 1px 1px 0!important;
	border-bottom: 0px!important;
}

.woocommerce .ppt {
	text-indent: -9999px!important;
}

.woocommerce #reviews .comment-form p {
	padding-bottom: 0px!important;
}

.woocommerce #reviews .comment-form label {
	top: 0px!important;
}

.woocommerce #reviews #reply-title {
	margin: 30px 0px 15px 0px!important;
	text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
	margin-bottom: 10px!Important;
}

.woo-header-margin {
	margin-bottom: 2%;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

   .woocommerce .product-wrap .add_to_cart_button {
   		background-size: 24px 21px!important;
      	background-image: url(../img/bag-add@2x.png)!important;
   }
   
   .woocommerce .product-wrap .add_to_cart_button.added {
   		background-size: 24px 21px!important;
      	background-image: url(../img/bag-checked@2x.png)!important;
   }
   .woocommerce-page .single-product-main-image {
	padding-left: 15px !important;
   }
}

@media (max-width: 991px) {
	.woocommerce div.product .woocommerce-tabs .panel {
	width: 100%;
	}
   .woocommerce-page .single-product-main-image {
	padding-left: 15px !important;
   }	
   .woocommerce .products.related {
    padding: 0 15px;
	}
	.woocommerce.single-product #single-meta {
	top:auto !important;
	}
}

@media (max-width: 768px) {
	.woocommerce .products.related .product {
    margin-bottom: 2%;
    margin-right: 2% !important;
    width: 48% !important;
	}
	.woocommerce-page ul.products {
	margin-right: -8px;
	}
	.woocommerce .products.related ul.products li.product.last, .woocommerce-page .products.related ul.products li.product.last, .woocommerce-page ul.products li.product.last, .woocommerce ul.products li.product.last {
    margin-right: 2% !important;
	}
	.woocommerce .col-md-9 ul.products li.product, .woocommerce-page .col-md-9 ul.products li.product {
	width: 48% !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce #post-area .woocommerce-ordering {
	position: relative!important;
	right: 0px;
	top: 0px!important;
	float: left!important;
	margin-bottom: 30px!important;
	}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, .woocommerce #post-area .woocommerce-result-count {
	float: none !important;
	padding-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.woocommerce.single-product #single-meta {
	position: relative !important;
	top: auto !important;
	height: auto !important;
	right: auto !important;
	margin: 25px 0 !important;
	}
	.woocommerce a.facebook-share, .woocommerce a.twitter-share, .woocommerce a.pinterest-share {
	padding: 0 6px !important;
	}
	.woocommerce .infinite-share.woo.in-sight {
	border: none !important;
	}
}