@charset "utf-8";
/* CSS Document */

/*** WooCommerce overrides ***/
.woocommerce header h3 {
	font-size:28px !important;
}

#comments {
	font-size:28px !important;	
}

.woocommerce-breadcrumb, .woocommerce-breadcrumb li a {
	text-transform:uppercase;	
	padding:0px;
}

#pm-product-comments .commentlist li {
	background-color:#F6F6F6;
	padding:10px;
	overflow:hidden;
}
#pm-product-comments .commentlist {
	padding:0px;	
}
#pm-product-comments .commentlist li .comment_container img {
	float:left;
	margin:10px;
}

#pm-product-comments .commentlist li .comment_container .comment-text {
    float: left;
    max-width: 90%;
    padding: 7px;
}

.woocommerce address {
	line-height:24px !important;	
}

.woocommerce-billing-fields h3, .pm-cart-count-text, .cart_totals h2, .woocommerce h2, .related.products h2 {
	margin:0 0 10px;	
}

.pm-filter-system.shopmenu {
	display:none;
	visibility:hidden;
}

.inline {
	margin-top:0px;	
}

.payment_box {
    background-color: #eee;
    margin-top: 10px;
    padding: 10px 20px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

.payment_box p {
	margin-bottom:0px;	
}

.payment_methods.methods {
	margin:0;
	padding:0;		
}

.payment_methods.methods li:before {
	content:"";
	margin:0;
	padding:0;	
}

#order_review {
    clear: both;
    display: inline-block;
    margin-top: 30px;
	width:100%;
}

.radio, .checkbox {
	margin-top:0px !important;	
}

.create-account {
	overflow:hidden;	
}

.cart-collaterals {
	display:none;
	visibility:hidden;	
}

.product {
	overflow:hidden;
	margin:0 0 30px 0;	
}

/*.products {
	margin-top:20px;	
}*/

.products {
	clear:both;
}

.products .product {
    /*border: 1px solid #EFEFEF;*/
	text-align:center;
	/*padding:30px;*/
}

.pm-product-view-details a:before {
    content: '\f03a';
    font-family: "fontawesome";
	margin-right:5px;
}

.products .product a {
	text-decoration:none;
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
}

.products .product a:hover {
	color:white;	
}

.products .product h3 {
	margin-bottom:7px;	
}

.products .product h3 a {
	font-size:20px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

.products .product h3 a:hover {
	color:#333;
}

.pm-product-meta-info-container {
	overflow:hidden;
	background-color:#F8F8F8;
	text-align:left;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
}

.pm-product-meta-info-container .price {
	display:none !important;
	visibility:hidden;	
}

.pm-product-meta-info-container span {
	padding:10px 15px 0;
	display:block;
}

.pm-product-meta-info-container .star-rating {
	display:none;	
}

.pm-product-meta-info-container .price {
	
    color: #666666;
    display: block;
    float: left;
    font-size: 16px;
    margin-bottom: 7px;
	
    text-align: left;
	padding:7px 10px;
}

.pm-product-meta-info-container a {
	display:block;
	width:100%;
	padding:5px 10px;
	margin-top:15px;
	
	/*border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;*/
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

.pm-product-meta-info-container a:hover {
	background-color:#333;
}

.pm-product-divider {
    background-color: #DDDDDD;
    height: 1px;
    margin: 0 auto;
    /*width: 90%;*/
	margin-bottom:5px;
}

.pm-product-view-details {
	float:right;	
}

.pm-product-img-hover-container {
	position:relative;	
	padding:20px 0;
	transition:all 0.3s ease 0s;
	
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	
}

.pm-product-img-hover-icon {
	position:absolute;
	z-index:99;	
	top:0%;
	left:45%;
	opacity:0;
	
	transition:all 0.6s ease 0s;
	-moz-transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
	-o-transition:all 0.6s ease 0s;
}

.pm-product-img-hover-container span {
	background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
}

.pm-product-img-hover-container:hover span {
	height:100%;	
}


.pm-product-img-hover-container:hover .pm-product-img-hover-icon {
	top:45%;	
	opacity:1;
}

.pm-product-img-hover-icon a {
	text-decoration:none !important;	
}

.pm-product-img-hover-icon i {
	color:white;
	font-size:22px;
	font-family:'FontAwesome';
	font-style:normal;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.pm-product-img-hover-icon i:hover {
	cursor:pointer;
}

.pm-added-to-cart-icon {
    display: block;
    height: 28px;
    opacity: 0;
    width: 100%;
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

.pm-added-to-cart-icon p {
	color:#333 !important;
	font-size:12px !important;	
}

.pm-added-to-cart-icon.in_cart {
	opacity:1;	
}

.pm-added-to-cart-icon i {
    color: #FFFFFF !important;
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;
    padding-top: 3px;
}



.woocommerce-breadcrumb li {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}


.summary {
	/*float:left;	*/
}

.woocommerce-tabs {
    clear: both;
    display: inline-block;
    margin-top: 30px;
    overflow: hidden;
	width:100%;
}

.quantity .minus, .quantity .plus {
    float: left;
    /*margin-right: 10px;*/
    padding: 5px 15px;
	border-radius:0px;
	border:0px solid grey;
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
}


.cart_item .product-quantity .quantity .qty {
    border-left: medium none;
    border-right: medium none;
    color: white;
    float: left;
    padding: 3px;
    text-align: center;
    width: 18%;
}

.quantity .qty {
    border-left: medium none;
    border-right: medium none;
    color: #333333;
    float: left;
    padding: 5px;
    text-align: center;
    width: 8%;
	border:0px solid grey;
	background-color:#eee;
}
.single_add_to_cart_button {
    border: 1px solid #808080;
    clear: both;
    color: #FFFFFF;
    float: left;
    margin: 10px 0;
    padding: 5px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
}



.product_meta {
	clear:both;	
	overflow:hidden;
	
}

.product_meta .sku_wrapper, .product_meta .posted_in {
	margin-top:5px;
}

.product_meta .tagged_as {
	
}


.woocommerce-tabs > .tabs {
    float: left;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
	border-bottom: 1px solid #E7E6E6;
	border-top: 1px solid #E7E6E6;
}

.woocommerce-tabs .tabs li:before {
	content:"" !important;
	margin:0;
	padding:0;	
}

.woocommerce-tabs .tabs li {
	float:left;	
	padding-left:15px;
	padding-right:15px;
}

.woocommerce-tabs .tabs li a {
    border-bottom: 0px solid #E7E6E6;
    display: block;
    padding: 10px 0;
}

.description_tab.active, .additional_information_tab.active, .reviews_tab.active {
	background-color:#F7F7F7;
}

.related.products {
    border-top: 1px solid grey;
    clear: both;
    display: inline-block;
    margin-top: 40px;
    padding-top: 30px;
    width: 95%;
}

.woocommerce-tabs .panel {
	clear:both;
	padding:0 0 0 12px;
    float: none;
    margin-top: 20px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-o-border-radius:0px;
}

.pm-product-comments {
	background-color:none !important;	
}

.side-nav .arrow, .woocommerce-tabs .tabs a:hover .arrow, .woocommerce-tabs .tabs li.active a .arrow {
    display: inline-block;
    margin-left: 10px;
    padding-right: 0 !important;
}

#review_form #respond {
	padding:0px;	
}

.product_title {
	font-size:30px;	
}

.pm-already-in-cart {
	margin-bottom:0px;	
}

.pm-already-in-cart i {
	font-family:'FontAwesome' !important;
	font-style:normal;
	color:#333;
	font-size:16px;
}

.woocommerce-message, .woocommerce-info {
    text-align: left;
	overflow:hidden;
	padding: 15px;
	background-color:#eee;
	margin:0 0 35px;
}

.woocommerce-message p {
	color:white !important;	
}

.pm-returning-customer {
	margin-bottom:30px;	
	overflow:hidden;
	border:1px solid #e0e0e0;
	padding:20px;
}

.pm-returning-customer .woocommerce-info {
	margin-bottom:0px;	
}

.pm-returning-customer .woocommerce-info, .pm-returning-customer .woocommerce-info a {
    border: medium none;
    padding: 0 0 5px;
	background-color:transparent;
	font-size:18px !important;
}

.woocommerce-message a {
    float: right;
    overflow: hidden;
    text-align: center;
	padding:3px;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.woocommerce-message a:hover {
	color:#333;	
}


.pm-product-social-icons {
	overflow:hidden;
	margin:0;
	padding:0;
}

.pm-product-social-icons li {
	float:left;
	margin-right:1px;
	display:inline-block;
	height:45px;
}

.pm-product-social-icons li:before {
	content:normal !important;		
}

.pm-product-social-icons li a {
    color:white;
    font-family: FontAwesome;
    font-size: 14px;
    height: 35px;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
    width: 35px;
	background-color:#DBC164;
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

.pm-product-social-icons li a:hover {
	color:white;	
	background-color:#333;
}

.remove {
    display: inline-block;
    padding: 0 10px 2px !important;
}


.product-buttons .added_to_cart {
    display: none;
}
.added_to_cart {
    display: none !important;
}

.pm-cart-items-container {
	border:1px solid #E0DEDE;
	margin-bottom:30px;
	padding-bottom:30px !important;
}

.pm-cart-count {
    border-bottom: 1px solid #E0DEDE;
    margin-bottom: 0px !important;
    padding: 20px 0 30px 30px;
}

.pm-cart-count-text {
	font-size:22px;	
	margin-bottom:0px;
}

.row.cart_item {
	padding:0px 50px;	
}

.coupon {
	padding:5px 20px;
	border: 1px solid #E0DEDE;	
	overflow:hidden;
}

.cart-collaterals {
	margin-top:30px;
	padding:20px;
	border: 1px solid #E0DEDE;	
}

.pm-cart-total-container {
	padding:20px;
	border: 1px solid #E0DEDE;	
}

.cart_totals table {
	width:100%;	
}

.cart_totals .cart-subtotal, .cart_totals .shipping {
	 height: 50px;
}

.cart_totals .order-total {
    border-top: 1px solid #E0DEDE;
    height: 50px;
}

.product-name, .product-price, .product-quantity, .product-subtotal, .product-remove {
	padding-top:30px;
	
}

.product-name a {
	line-height:0px !important;	
}

.pm-checkout-tabs {
	float:left;	
	width:20%;
	margin-right:20px;
	border-bottom:none;
}

.pm-checkout-tabs > li.active > a, .pm-checkout-tabs > li.active > a:hover, .pm-checkout-tabs > li.active > a:focus {
	border:1px solid transparent !important;
	background-color:transparent;
}

.pm-checkout-tabs li.active a {
	color:white !important;	
}

.pm-checkout-tabs li {
	float:none;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:0px !important;
}

.pm-checkout-tabs li a {
	border-radius:0px !important;	
}

.pm-checkout-tabs li a:hover, .pm-checkout-tabs li a:focus {
	background-color:transparent !important;
	border:1px solid transparent !important;
}

.pm-checkout-tabs li.active a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.pm-checkout-tabs li a {
	margin-right:0px !important;	
}

.tab-content {
    border: 0px solid #DDDDDD;
    float: left;
    padding: 20px 0 0;
}

/*.pm-returning-customer {
	padding:20px;	
	border: 1px solid #DDDDDD;
	overflow:auto;
}*/

.shop_table {
	width:100%;	
}

.shop_table .product-name, .shop_table .product-price, .shop_table .product-quantity, .shop_table .product-subtotal, .shop_table .product-remove {
	padding-top:0px;	
}

.shop_table .product-name {
	height:40px;	
}

.shop_table .cart-subtotal, .shop_table .shipping, .shop_table .order-total {
	height:40px;
	border-top:1px solid #E0DEDE;
}

.myaccount_user {
	line-height:24px !important;	
}

.address header {
    margin: 25px 0;
    padding: 20px 0;
    position: inherit !important;
}

/*.woocommerce header {
    position: inherit !important;
	border:0px solid white !important;
}*/

.my_account_orders .order-total {
	border-top:0px solid #E0DEDE;
}

.shop_table .cart-subtotal th, .shop_table .cart-subtotal td {
	padding:15px 0;	
}

.shop_table .shipping th, .shop_table .shipping td {
	padding:15px 0;	
}

.shop_table .order-total th, .shop_table .order-total td {
	padding:15px 0;	
}

.shop_table .cart_item .product-name, .shop_table .cart_item .product-total {
	padding:20px 0;		
}

.woocommerce-shipping-fields .checkbox {
	padding-left:0px;
}

#createaccount {
	float:left;	
	margin-top:6px;
}

.pm-cart-coupon-box {
	padding-left:0px;	
}

.pm-cart-total-box {
	padding-right:0px;	
}


.pm-order-by-dropdown {
    list-style: none outside none;
    margin: 0 10px 0 0;
    padding: 0 0 0 8px;
    position: relative;
    width: 165px;
	border: 1px solid #DBDBDB;
	height:32px;
}

.pm-order-by-dropdown a {
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;	
	display:block;
	margin-top:0px;
	text-decoration:none !important;
	color:#333; /* Set in custom to primary */
}

.pm-order-by-dropdown a:hover {
	color:#333 !important; /* Set in custom to primary */
}

.pm-order-by-dropdown > li:after {
    border-left: 1px solid #DBDBDB;
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 101;
}

.pm-order-by-dropdown ul {
	display:none;	
}

.woocommerce-result-count {
    float: right;
    margin-bottom: 0;
    margin-top: 8px;
	display:none;
	visibility:hidden;
}

.woocommerce-result-count.left {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce-pagination .page-numbers {
	padding:0px;
	margin:0px;		
}

.woocommerce-pagination .page-numbers li:before {
	content:"";
	padding:0px;
	margin:0px;	
}

.woocommerce-pagination .page-numbers li {
	background-color: #EEEEEE;
    border: 0 solid #000000;
    float: left;
    height: 36px;
    margin-right: 1px;
    transition: all 0.3s ease 0s;
    width: 35px;	
}

.woocommerce-pagination .page-numbers li span {
    display: block;
    font-family: arial !important;
    font-size: 12px !important;
    line-height: 36px !important;
    text-align: center;
}

.woocommerce-pagination .page-numbers li a {
    color: #808080;
    display: block;
    font-family: arial !important;
    font-size: 12px !important;
    line-height: 36px !important;
    text-align: center;
    text-decoration: none;
}

.woocommerce-pagination .page-numbers li span.current {
	color:white;	
}

.woocommerce-pagination .page-numbers li:hover {
	background-color:#CCC;
	color:white;
}

.pm-product-img-hover-container .onsale {
    height: 35px;
    position: absolute;
    right: -30px;
    top: -30px;
    width: 35px;
    z-index: 100;
	
	border-radius:0 0 0 6px;
	-moz-border-radius:0 0 0 6px;
	-webkit-border-radius:0 0 0 6px;
	-o-border-radius:0 0 0 6px;

}

#pm-product-img-single {
	border:1px solid #EEEEEE;
}

.pm-product-images .onsale {
	left:5%;
	top:5%;
}

#pm-product-img-single .onsale {
    left: auto;
    right: 0 !important;
    top: 0;
}

.pm-single-image-column {
	padding-left:0px;	
}

.pm-product-img-hover-container .onsale i {
	color: #FFFFFF !important;
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;
    padding-top: 3px;	
}

.pm-single-product-sale {
	padding-left:10px;	
}

.comment-form-rating .stars span a {
	margin-right:3px;	
	text-decoration:none;
	font-size:0px !important;
}

.comment-form-rating .stars span a i {
	font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

.comment-form-rating .stars span a i:hover {
	color:#333;	
}

.comment-form-rating .stars span a i.activated {
	color:#333;	
}

.pm-shipping-calculator-btn {
	border: 0 none;
    color: white;
    cursor: pointer;
    font-family: arial;
    width: auto;
	padding:7px 20px 7px 15px;
	
	/*background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);*/
	
	border-radius:6px 0 !important;
	-moz-border-radius:6px 0 !important;
	-webkit-border-radius:6px 0 !important;
	-o-border-radius:6px 0 !important;
	
	transition:all 120ms ease-in 0s;
	-moz-transition:all 120ms ease-in 0s;
	-webkit-transition:all 120ms ease-in 0s;
	-o-transition:all 120ms ease-in 0s;
}

.pm-shipping-calculator-btn:hover {
	background-color:#666;
}

.price del .amount {
	font-size:13px;	
}

.price ins {
	text-decoration:none;
	font-weight:bold;	
}

#ship-to-different-address label {
	font-weight:normal;	
	display:inline;
}

.woocommerce-error {
    background-color: #EEEEEE;
    margin: 0 0 35px;
    padding: 10px 20px;
}

.woocommerce-error li:before {
	content:"";
	margin:0;
	padding:0;	
}

.woocommerce-error li a {
	float:right;	
	padding:6px 0;
}

#billing_country_chosen, #billing_state_chosen, #shipping_country_chosen, #shipping_state_chosen {
	display:inherit;	
}
.shop_table .product-name, .shop_table .product-total {
	font-weight:bold !important;
}

.order_details > tfoot > tr {
	height:40px;	
}

.order_details li:before {
	content:"";
	margin:0;
	padding:0;	
}

.order_details {
	border-bottom: 0px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    margin-bottom: 20px;
	padding:20px;
}
.order_details .product-name {
	width:40%;	
}
.customer_details dt, .customer_details dd {
	height:30px;	
}

.customer_details dt {
	font-weight:bold !important;	
}

.pm-order-details-thumb {
	float:left;	
}

.widget_product_search label {
	display:none;	
}

.form-row input[type="submit"] {
	float:left;	
	margin-bottom:10px;
}

.form-row label {
	float:left;
	clear:left;	
}

.form-row-wide label {
	clear:none;	
}

.coupon input[id="coupon_code"] {
	float:none !important;
}

.lost_password {
	float:left;
	clear:left;
	margin-top:15px;
}

.chosen-container-single .chosen-single {
	width:100%;
	float:left;
	clear:left;
	margin-bottom:10px;
}

#customer_login h2 {
	clear:left;	
}

.shop_table.my_account_orders {
	margin-bottom:20px;
}

#review_form {
	margin-top:20px;	
}

#tab-description ul li:before {
    font-family: 'FontAwesome';
	content:"\f105";
	margin:0 10px 0 0;
	color:#666;
}

#searchsubmit {
	display:none;	
}

/** Sidebar widgets **/
.product_list_widget li {
	border-bottom:1px dotted #E3E3E3;
	margin-bottom:10px;
	padding-bottom:10px;
}

.widget_shopping_cart_content .buttons .wc-forward {
	background-color: #dbc164;
    border: 0 none;
    color: #ffffff;
    padding: 7px 15px;
    text-decoration: none;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	
}

.widget_shopping_cart_content .buttons .wc-forward:hover {
	background-color:#333;	
}

.widget_recent_reviews .product_list_widget li a img {
	float:right;	
}

.widget_recent_reviews .product_list_widget li .star-rating {
	margin-top:-10px;
}
.widget_recent_reviews .product_list_widget li .reviewer {
    display: block;
    margin-top: -12px;
}

.pm-widget-star-rating {
	overflow:hidden;
	margin:0px;
}

.pm-widget-star-rating li {
    border: medium none !important;
    float: left;
    margin-bottom: 0;
    margin-right: 3px;
    padding-bottom: 0;
}

.pm-widget-star-rating li i {
	font-family:'FontAwesome';
	font-style:normal;
	font-size:18px;
}

.pm-widget-star-rating li i.inactive {
	color:#aaa;	
}

.product_list_widget li {
	overflow:hidden;	
}

.product_list_widget li a img {
	float:right;	
}

.pm-woocommerce-cart-total {
	width:150px;
	float:right;
	margin-right:15px;
	text-align:right;
	margin-top:4px;
}

.pm-woocommerce-cart-total i {
    background-color: #CCCCCC;
	color:white;
    border-radius: 99px;
    height: 30px;
    padding-top: 9px;
    text-align: center;
    width: 30px;
}

.pm-woocommerce-product-title {
    padding: 9px 10px;
    text-align: left;
	margin-bottom:2px !important;
}

.pm-add-to-cart-btn {
	width:40px !important;
	height:40px !important;
	margin-top:0px !important;
	float:right;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	padding-top:0px !important;
}

.pm-add-to-cart-btn i {
	margin-top:12px;	
}

.pm-add-to-cart-btn i {
	color:white !important;	
}

.pm-product-details-btn {
	width:40px !important;
	height:40px !important;
	margin-top:0px !important;
	float:right;
	margin-right:1px;
}

.pm-product-details-btn a {
    display: block;
    height: 40px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    width: 40px !important;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.pm-product-details-btn a i {
	color: #FFFFFF !important;
	margin-top:12px;	
}

.pm-archive-product-cart-status {
	text-align:left;
	padding:5px;
	opacity:0;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-0transition:all 0.3s;
	
}

.pm-archive-product-cart-status.in_cart {
	opacity:1;	
}

.pm-already-in-cart a {
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
}

.pm-already-in-cart i {
	display:inline-block;
	padding:5px 12px;
	background-color:#333;
	color:white;
	margin-left:1px;
}

.woocommerce.pm_widget {
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
	width:100%;
}

.woocommerce.pm_widget .pm-widget-spacer h6 {
    text-transform: uppercase;
	margin-bottom: 19px;
    padding-bottom: 19px;
	background-position: left bottom;
    background-repeat: no-repeat;
}

.pm-return-to-shop-btn {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-o-border-radius:0px;
}

.pm-btn-animated.pm-return-to-shop-btn:after {
	z-index:-1;
}

.product_list_widget {
	margin:0;
	padding:0;	
}

.product_list_widget li img, .product_list_widget li .amount {
	display:none;
	visibility:hidden;	
}

.product_list_widget li {
	border-bottom: 1px solid #d5d5d5;
    margin-bottom: 16px;
    padding-bottom: 16px;	
}

.product_list_widget li:before {
	content:"";
	margin:0;
	padding:0;	
}

.product_list_widget li a:before {
	content:"\f054";
	font-family:'FontAwesome';
	font-size:14px;
	color:#2b5d83;	
	padding-right:16px;
}

.cart_list.product_list_widget li a:before {
	content:"\f105";
	font-family:'FontAwesome';
	font-size:14px;
	color:#2b5d83;	
	padding-right:11px;
}

.widget_shopping_cart_content .total {
    border-bottom: 1px solid grey;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#reply-title {
	font-size: 30px;
	line-height: 30px;
}

.select2-container .select2-choice {
	clear:both !important;
	padding:10px !important;	
}

.woocommerce-billing-fields {
	margin-bottom:40px;	
	overflow:hidden;
}

.woocommerce-billing-fields p {
	float:left;
	clear:left;
	width:100%;	
}

.woocommerce-billing-fields h3 {
	line-height:40px !important;	
}