/*
Theme Name: Snowdrops
Author: F<>RM DIGITAL
Author URI: http://www.form-digital.com
Version: 1.0
*/

/*
===========================================================
	Layout Elements
===========================================================
*/

* { margin: 0; padding: 0; }

a {
	outline: none !important;
	border: none;
	text-decoration: none;
    transition: all 0.1s ease-in 0.1s;
    color: #5b5b5b;
}
a:hover {
	text-decoration: none !important;
	color: #5b5b5b;
}
/*
div {
	transition: all 600ms ease-in-out 0s;
}
*/

#customer_details {
    text-align: left;
}

body, html {
  height: 100%;
  font-family: 'Lato', sans-serif !important;
  color: #959595 !important;
}

.visibility { visibility: hidden; }

.woocommerce#top_section {
	margin: 0;
}
.autocomplete-suggestions {
    z-index: 2147483647 !important;
    border-radius: 0 !important;
}

.children {
	display: none;
}
ul.product-categories > li.current-cat .children, ul.product-categories > li.current-cat-parent .children {
	display: block;
}
ul.product-categories > li.current-cat > a, ul.product-categories > li.current-cat-parent > a {
    color: #959595;
}
ul.children {
    list-style: outside none none;
    padding-left: 10px;
    border-top: 1px solid #959595;
	margin-top: 10px;
    padding-top: 10px;
}
ul.children li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
    padding-bottom: 2px;
}
ul.children li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.children li a {
    color: #959595 !important;
}
ul.children li a:hover {
	color: #959595 !important;
}
ul.children li.current-cat a {
    color: #959595 !important;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.variations {
    width: 100%;
}
.variations select {
    width: auto !important;
}
.variations .reset_variations {
    margin-left: 15px;
}
.single_variation_wrap .variations_button {
    border-bottom: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    clear: right;
    margin: 15px 0;
    padding: 15px 0;
}
.variations .value {
	border-bottom: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    clear: right;
    margin: 15px 0;
    padding: 15px 0;
}
form.woocommerce-ordering {
    display: block !important;
    float: left !important;
    margin-left: 30px !important;
}
.post-type-archive .product_cat_list {
    display: none;
}
.view_more {
    border-bottom: 1px solid #d4d4d4;
    margin: 20px 15px 0;
    padding-bottom: 10px;
    color: #959595;
}
.main_list_carousel {
    margin-top: 35px;
    margin-bottom: 35px;
}
.search .main_shop_listings {
	display: none;
}
.search .search_listing {
	display: block;
}

/*
===========================================================
	Header Section
===========================================================
*/

.header {
	background-color: #fff;
	max-height: 100px;
	background-image: url("./assets/img/nav_bg.jpg");
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.logo {
	display: inline-block;
	float: left;
}
.logo img {
    position: absolute;
    width: 175px;
}
.basket_wrap {
    display: inline-block;
    float: right;
    padding: 20px 0;
}
.variations .label {
	font-size: 0 !important;
}
.product_meta {
	margin-top: 10px;
}
.sku_wrapper {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.posted_in {
	display: block;
	width: 100%;
}


/*
===========================================================
	Switcher Section
===========================================================
*/

.widget.widget-woocommerce-currency-switcher > h3 {
    display: none !important;
}
.form-wppp-select.products-per-page {
    display: none;
}
.widget-woocommerce-currency-switcher {
    margin-left: 15px;
}
.dd-selected-image {
    width: 25px;
}
.dd-select {
    height: 45px;
}
.dd-selected-text {
    margin: -9px 20px 0 0 !important;
}
.dd-pointer {
    top: 50%;
}
.dd-options li {
	height: 50px;
}
.dd-option-image {
	width: 25px;
}
.dd-option-text {
    display: inline;
    margin-bottom: 0;
    margin-top: -12px;
    padding: 0;
    position: absolute;
}
ul.dd-options {
	overflow: hidden;
}
.post-type-archive-product .woocommerce-pagination {
    display: block !important;
}
/*
.product_img {
    height: 250px;
    position: relative;
}
*/
.responsi_title h1 a {
    background-color: #fff;
    padding: 0 20px;
}
.psad_seperator {
    border-bottom: 1px solid #828282 !important;
    display: none !important;
    margin: 5px 0 !important;
}
.click_more_each_categories {
    margin-bottom: 25px;
    text-align: left !important;
}

/*
===========================================================
	Navigation Section
===========================================================
*/

.navigation {
    text-align: center;
    padding: 50px 0;
    background: url("./assets/img/banner_bg.jpg") repeat fixed 0 0 / 100% auto rgba(0, 0, 0, 0) !important;
}
ul.nav {
    display: inline-block;
    float: none;
}
ul.nav li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
ul.nav li a {
	font-weight: 400;
	text-transform: uppercase;
	display: block;
    padding: 0 35px;
    position: relative;
    color: #fff;
}
ul.nav li.current_page_parent a {
	color: #959595;
    font-weight: bold;
}
.archive ul.nav li.menu-item-23 a {
	color: #959595;
    font-weight: bold;
}
ul.nav li.current-menu-item a {
    color: #959595;
    font-weight: bold;
}
h1.product_title.entry-title {
    color: #959595 !important;
}   
ul.nav li a:hover {
    color: #959595 !important;
    font-weight: bold !important;
}
.second.burger {
	display: inline-block;
}
.second p {
	color: #fff !important;
}
.second.burger > img {
    width: 25px;
}
#pageslide {
	transition: none !important;
}
#modal { 
	display: none; 
	position: relative;
	height: 100%;
}
ul.sidemenu {
	list-style: none;
}
ul.sidemenu li {
	border-bottom: 1px solid #5f5f5f;
	padding: 15px 0;
}
ul.sidemenu li a {
	border-bottom: 1px solid #5f5f5f;
	padding: 20px 0;
	font-size: 16px;
	color: #fff; 
	padding: 5px; 
	border: none;
}
.contact_section {
	font-style: 22px;
}
.contact_section p {
	color: #ddd;
}
.contact_section a {
	color: #ddd;
}
.contact_section a:hover {
	color: #e47e00;
}
.side_close {
    background-color: #959595;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.side_close:hover {
	background-color: #959595;
	color: #fff;
}
.bottom_menu {
    bottom: 0;
    position: absolute;
}
.bottom_menu > img {
    float: none;
    margin: 0 auto 10px;
    max-width: 150px;
    text-align: center;
    width: 100%;
}
.bottom_menu {
	text-align: center;
}
.bottom_menu p {
	color: #61615f;
}
.bottom_menu a {
	color: #61615f;
}
.bottom_menu a:hover {
	color: #e47e00;
}

/*
===========================================================
	Hero Section
===========================================================
*/

.jumbotron {
	margin: 0 !important;
	padding: 0 !important;
	background-color: #fff;
	background: url("./assets/img/hero.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.home .hero_content {
	text-align: center;
	width: 80%;
	margin: 125px auto 85px;
}
.hero_content {
	text-align: center;
	width: 80%;
	margin: 125px auto;
}
.hero_content h1 p {
	font-weight: 300;
	color: #959595 !important;
	margin-top: 0;
	font-size: 48px;
}
.hero_content p {
	margin: 20px 0 30px;
}
.hero_content a {
	border: 1px solid #959595;
	color: #959595;
}


/*
===========================================================
	Banner Section
===========================================================
*/

.banner {
	background-color: #fff;
	background: url("./assets/img/subpage_hero.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.banner_content {
	text-align: center;
	width: 80%;
	margin: 100px auto;
}
.banner_content h1 {
	text-transform: uppercase;
	font-weight: 300;
	color: #959595;
	font-size: 48px;
	margin: 0;
}

/*
===========================================================
	General Section
===========================================================
*/

.btn {
	border: 1px solid;
	padding: 8px 15px;
	border-radius: 0;
	text-transform: uppercase;
}
.block_btn {
	color: #fff;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
}
.item_btn {
	display: none;
}
.title {
    margin: 0 auto 30px;
    text-align: center;
    width: 50%;
    background: url("./assets/img/title_bg.png");
    background-repeat: repeat-x;
    background-position: center center;
}
.title h3 {
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
}
.wrap {
	overflow: hidden;
}
.content_container {
	margin: 35px 0;
}


/*
===========================================================
	About / Contact Section
===========================================================
*/

.general_lead {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.general_text {
	color: 
}
.general_lead h3 {
	font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px;
}
.about_img_wrap {
	margin: 30px 0;
}
.contact_wrap {
	margin: 30px 0;
}
.contact_content h2 {
	margin-top: 0;
	color: #959595;
}
.contact_content h3 {
	color: #959595;
	font-weight: bold;
}
.contact_content a {
	color: #333333;
}
.contact_content ul.social {
	margin-top: 20px;
}
.wpcf7-form-control {
    width: 100%;
}
.form_field {
    border: 1px solid #ddd;
    border-radius: 1px;
    box-shadow: none;
    color: #000000 !important;
    margin-bottom: 10px !important;
    padding: 7px 15px 6px !important;
    width: 100% !important;
}
.contact_container {
	margin: 0;
}

/*
===========================================================
	FB comments Section
===========================================================
*/

.panel.entry-content .fb_iframe_widget_fluid {
    display: none;
}
.panel.entry-content h3 {
    display: none;
}

/*
===========================================================
	Latest Products Section
===========================================================
*/

.archive .latest_arrivals {
	margin: 150px 0 45px;
	background-color: #fff;
	padding: 45px 0;
}
.latest_arrivals {
	margin: 150px 0 45px;
	background-color: #fff;
}
.latest_arrivals.single_product_page {
    padding: 45px 0;
}
.home_arrivals {
	margin: 45px 0;
}
.product_single {
	text-align: center;
}
.product_single h3 {
	color: #959595;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0;
	font-size: 19px;
}
.product_single p {
	margin-bottom: 0;
}
.product_content {
    height: 110px;
    padding: 20px 10px;
    position: relative;
    top: -9px;
    z-index: 9999;
}
.owl-item .product_content {
    height: auto;
    top: -1px;
}
.related.products .product_content {
	height: auto;
}
.product_top:hover .product_content {
    background-color: #f1f1f1;
}
.product_bottom {
	margin-top: 10px;
}
.product_single a {
    background: none repeat scroll 0 0 #959595 !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    text-transform: uppercase;
}
.product_img {
	position: relative;
}
.product_top {
	cursor: pointer;
}
.product_top:hover {
	background-color: #f1f1f1;
}
.product_hover {
    height: 255px;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    left: 0;
    width: 102%;
    display: table;
}
.product_hover p {
	display: table-cell;
    vertical-align: middle;
}
.product_top:hover .product_hover {
	opacity: 1;
}
.woocommerce img, .woocommerce-page img {
    box-shadow: none !important;
}
.related.products h2 {
    font-weight: 300;
}

/*
===========================================================
	Sidebar Section
===========================================================
*/

.widget_product_categories h3 {
	border-bottom: 1px solid #959595;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar h3 {
	margin-top: 0;
	color: #959595;
	font-weight: 600;
	text-transform: uppercase;
}
ul.category_menu {
    list-style: none outside none;
}
ul.category_menu li {
	border-bottom: 1px solid #959595;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.category_menu li.active a {
    color: #959595;
}
ul.category_menu li a {
    color: #959595;
    display: block;
}
ul.category_menu li a:hover {
    color: #959595;
}

#sidebar > ul {
	list-style: none;
}
#sidebar > ul li {
	margin-bottom: 30px;
}
#sidebar h2 {
	margin-top: 0;
	color: #959595;
	font-weight: 600;
	text-transform: uppercase;
}
#sidebar .widget ul {
    list-style: none outside none;
}
#sidebar .widget ul li {
	border-bottom: 1px solid #959595;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sidebar .widget ul li.active a {
    color: #959595;
}
#sidebar .widget ul li a {
    color: #959595;
    display: block;
}
#sidebar .widget ul li a:hover {
    color: #959595;
}


/*
===========================================================
	Blog Listing Section
===========================================================
*/

.blog_listing .blog_single {
	margin-bottom: 30px;
}
.blog_listing ul {
	padding-left: 15px;
}
.blog_listing img {
    height: auto;
    max-width: 825px;
}
.blog_img img {
	width: 100%;
	height: auto;
}
.blog_main {
    background-color: #fff;
    margin: 0 0 45px;
    padding: 45px 0;
}
.blog_img_post {
	margin-bottom: 25px;
}

/*
===========================================================
	Product Listing Section
===========================================================
*/

.listing_title {
	margin-bottom: 30px;
}
.product_listing .product_single {
	margin-bottom: 30px;
}
.product_listing .product_hover {
    height: 240px;
}
.single-product .product_listing .product_hover {
    height: 173px;
}

/*
===========================================================
	Product Single Section
===========================================================
*/

.listing_title h2 {
	color: #959595;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product_section .title {
    margin: 0 auto 30px;
    text-align: left;
    width: 100%;
    background: url("./assets/img/title_bg.png");
    background-repeat: repeat-x;
    background-position: center center;
}
.product_section .title h3 {
    padding: 0 20px 0 0 ;
}
.product_section {
	margin-top: 35px;
}
.product_section .product_hover {
    height: 146px;
}
.product_info h2 {
	
}


/*
===========================================================
	Twitter Section
===========================================================
*/

.twitter {
    background: url("./assets/img/twitter_bg.jpg") repeat fixed 0 0 / 100% auto rgba(0, 0, 0, 0) !important;
    color: #fff;
    position: relative;
    padding: 100px 0;
}
.twitter_container {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.twitter_container a {
	color: #fff;
	font-weight: 300;
}
.twitter_container p {
	margin: 25px 0;
}
.widget-title {
    display: none;
}
.really_simple_twitter_widget {
	list-style: none;
	font-size: 20px;
}

/*
===========================================================
	Latest Blog Section
===========================================================
*/

.latest_blog {
	padding: 45px 0;
}
.blog_single {
	cursor: pointer;
}
.blog_content {
	padding: 10px;
	text-transform: uppercase;
}
.blog_content h4 {
	margin-top: 0;
	color: #959595;
}
.blog_content p {
    font-size: 12px;
}
.blog_content a {
	color: #959595;
}
.blog_single:hover .blog_content {
	background-color: #f1f1f1;
}

/*
===========================================================
	Footer Section
===========================================================
*/

.footer {
	background-color: #f6f6f6;
	color: #959595;
	padding: 60px 0;
}
ul.footer_menu {
	list-style: none;
}
ul.footer_menu li {
	margin-bottom: 5px;
}
ul.footer_menu li a {
	color: #959595;
	text-transform: uppercase;
	font-size: 16px;
}
ul.social {
	list-style: none;
}
ul.social li {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.footer h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 0;
}
.newsletter_fields .form_field {
    border: 1px solid #dddddd;
    box-shadow: none;
    color: #000000 !important;
    margin-right: 5px;
    padding: 5px 10px 5px 15px !important;
    transition: all 0.5s ease 0s;
    width: 85% !important;
}
.newsletter_fields .wpcf7-submit {
    width: 33px !important;
}
.wpcf7-submit {
    background-color: #959595;
    border-image: none;
    border-style: none none solid;
    box-shadow: none;
    color: #ffffff;
    padding: 6px 8px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    border: none;
}
.newsletter_fields br {
	display: none;
}


/*
===========================================================
	Search Btn Section
===========================================================
*/

#yith-s {
    border: 1px solid #dddddd;
    box-shadow: none;
    color: #000000 !important;
    margin-right: 2px;
    padding: 5px 10px 5px 15px !important;
    transition: all 0.5s ease 0s;
}
.newsletter_fields .wpcf7-submit {
    width: 33px !important;
}
#yith-searchsubmit {
    background-color: #959595;
    border-image: none;
    border-style: none;
    box-shadow: none;
    color: #ffffff;
    padding: 7px 9px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    font-size: 12px;
    top: -1px;
    position: relative;
}



/*
===========================================================
	Woocommerce Section
===========================================================
*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
	margin: 0 0 2.992em 3.8% !important;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    border-top: 3px solid #8fae1b;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    list-style: none outside;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
    padding: 1em;
    border-top: 1px solid #ffffff;
}

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
    line-height: 2em;
    text-align: left;
    margin: 0;
    font-weight: normal;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.5em;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#e7e7e7),to(#dbdbdb));
    background: -webkit-linear-gradient(#e7e7e7,#dbdbdb);
    background: -moz-linear-gradient(center top,#e7e7e7 0%,#dbdbdb 100%);
    background: -moz-gradient(center top,#e7e7e7 0%,#dbdbdb 100%);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    color: #5b5b5b;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.woocommerce-message a { margin-top: -5px; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
    padding: 1em 1em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f9f9f9;
    background: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f4f4f4));
    background: -webkit-linear-gradient(#f9f9f9,#f4f4f4);
    background: -moz-linear-gradient(center top,#f9f9f9 0%,#f4f4f4 100%);
    background: -moz-gradient(center top,#f9f9f9 0%,#f4f4f4 100%);
    color: #5b5b5b;
    text-shadow: 0 1px 0 #fefefe;
    list-style: none outside !important;
    *zoom: 1;
    width: auto;
    -webkit-box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	margin-left: 0 !important;
}
a.button.add_to_cart_button.product_type_simple {
	margin-left: 0 !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
ul.product-categories > li.current-cat a {
	color: #959595;
}
ul.product-categories >li {
	/* margin-left: 53px; */
	/* font-size: 11px; */
	border-bottom: 1px solid #959595;
	padding-bottom: 10px;
	margin-bottom: 10px;list-style: none !important;
}

ul.product-categories >li >a
{
	color: #959595;
	display: block;
}

button.single_add_to_cart_button.button.alt {
	background: #959595 !important;
	text-transform: uppercase !important;
	color: #fff !important;
	display: inline-block !important;
	padding: 13px 22px !important;
	text-align: center !important;
	margin-left: 0;
	font-size: 11px;
}
.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
	margin: 0 20px 0 0 !important;
}
a.regg {
	font-family: 'Lato', sans-serif !important;
	color: #959595;
}
.login_section {
    display: inline-block;
}
/*img.attachment-shop_catalog.wp-post-image:hover */
a.hover-main-a:hover 
{
	opacity: 0.5;
	filter: alpha(opacity=40);
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
.woocommerce ul.products li.product a.hover-main-a:hover img
{
background:#000 !important;	
}

.searchbox {
	width: auto;
	float: right;
	margin: auto 12px 17px;
}

label.screen-reader-text {
	display: none;
}

input#s {
	border: 1px solid #959595;
	border-radius: 16px;
	padding: 4px;
	text-align: center;
	width: 192px;
}

input#searchsubmit {
	background: #959595;
	color: white;
	padding: 3px;
	display: none;
}

ul.product-categories >li >a:hover {
	color: #959595;
}

.wpmenucart-contents{ 
	display:none !important;
}

.pp_content_container {
	transition: none !important;
}

.cart-contents {
	color: #959595;
	margin-left: 25px;
}
.general_lead li {
    text-align: left !important;
}
.panel {
	box-shadow: none !important;
}
.basket_wrap .amount {
    font-size: 18px;
    font-weight: 400;
    color: #959595;
}
.amount {
    font-size: 21px;
    font-weight: 300;
}

.newg {
	margin: 0 auto 30px;
	text-align: left;
	width: 100%;
	background: url("http://www.elementalcrystals.co.uk/wp-content/uploads/2014/10/title_bg.png");
	background-repeat: repeat-x;
	background-position: center center;
}

h2.product_section..title {
	background-color: #fff !important;
	display: inline-block  !important;
	margin: 0  !important;
	/* padding: 0 20px; */
	text-transform: uppercase  !important;
	width: 43%  !important;
}
.product_additional a {
	color: #5d5d5d;
}

.product_meta {
	color: #959595;
}

.product_meta .posted_in a {
	color: #5d5d5d;
	font-weight: 600;
}

p {
	margin: 0 0 10px;
	color: #959595 !important;
}
font {
    color: #959595 !important;
}
.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: 0 !important;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    border: 1px solid #fff;
    float: left;
    margin: 0 !important;
    width: 25% !important;
    padding: 0 !important;
}

.woocommerce.admin-bar {
    margin: 0;
}
.woocommerce {
    margin: 45px 0;
}

.widget_product_search {
    margin: 0;
}


.widget_product_categories {
    margin: 0;
}

label {
    font-weight: 300 !important;
}

.lost_password a {
	font-size: 12px !important;
}

.jumbotron .woocommerce p {
    font-size: 18px;
    font-weight: 200;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
	height: auto !important;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	width: 160px;
}

ul.attributes {
	list-style: none;
}
.no_bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
#owl-example {
    margin: 0;
}
.woocommerce ul.products li.product a.hover-main-a:hover img
{
background:#000 !important;	
box-shadow: 0 1px 2px 0 #000;
}
.item.product_single.col-md-12.loop_div
{
width:100% !important;
margin:0px !important;
padding:0px !important;	
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	padding: 0 !important;
	font-size: 19px;
}
.item.product .product_content {
    padding: 20px 10px;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    margin-bottom: 1em !important;
    margin-top: 10px !important;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    margin-bottom: 2em;
    margin-top: 0 !important;
}
.thumbnails.hidden {
	direction: none !important;
}
.additonal_section {
	margin: 10px 0 0;
	display: none;
}
.image_wrap img {
    height: 30px !important;
    width: auto !important;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.image_wrap p {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
#tab-reviews > div {
    display: none;
}

#shipping_method li label {
    width: 220px !important;
}

.post-type-archive-product .woocommerce-pagination {
	display: none;
}
#shipping_method .amount {
    margin-left: 5px;
}
.page-template-checkout-php .shipping_method {
    width: 75px;
}
.single_product_page .minus, .single_product_page .plus { 
	height: 18px !important;
}
.page-id-29 ul.nav li.menu-item-23 a, .page-id-30 ul.nav li.menu-item-23 a {
    color: #959595;
    font-weight: bold;
}

.shop_table.cart .product-quantity {
    text-align: center;
}

.woocommerce_powered_by_a {
    display: none !important;
    opacity: 0 !important;
}
.widget.widget_isp_search_box_widget {
    display: none !important;
}
.ui-autocomplete {
	box-shadow: none !important;
}
#acp_footer_acp2 {
	display: none !important;
	opacity: 0 !important;
}


/* Custom Min Width ----------- */
@media (min-width: 1450px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1200px) {
.product_hover { height: 205px; }
.product_single h3 { font-size: 21px; }
.product_listing .product_hover { height: 196px; }
.single-product .product_listing .product_hover { height: 142px; }
.product_section, .related.products h2 { font-size: 24px; }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { font-size: 17px !important; }
.blog_listing img { height: auto; max-width: 100%; }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.product_top { background: none repeat scroll 0 0 #f1f1f1 !important; }
}

/* Custom Min Width ----------- */
@media (max-width: 1024px) {
.product_hover { display: none; }
.product_top:hover .product_hover { display: none; }
.item_btn { color: #959595; display: inline-block; padding: 8px 15px; text-transform: uppercase; border: 1px solid #959595; background: none !important; margin-top: 10px; }
.product_bottom { margin-top: 10px; }
.hero_content { margin: 75px auto; }
.product_top { background: none repeat scroll 0 0 #f1f1f1 !important; }
.blog_single .blog_content { background-color: #f1f1f1; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 100%; }
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table { width: 100%; }
#shipping_method li label { width: 210px !important; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
#shipping_method li label { width: 250px !important; }	
}

/* Custom Min Width ----------- */
@media (max-width: 1000px) {
.logo img { width: 150px; }
ul.nav li a { padding: 0 20px; }
.navigation { padding: 35px 0; }
.related_products .product_single h3 { font-size: 17px; }
.product_listing .product_content > h3 { font-size: 18px !important; }
.product_bottom a { font-size: 10px !important; }
.product_listing .amount { font-size: 26px !important; }
.product_section, .related.products h2 { font-size: 19px;}
ul.footer_menu li a, .footer h3 { font-size: 15px; }
.twitter { background-position: top -150px center !important; padding: 50px 0; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 45% !important; }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { float: right; width: 45% !important; }
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { float: left; width: 50% !important; }
button.single_add_to_cart_button.button.alt { margin-left: 10px; }
.banner_single { display: none; }
.single_product_page { margin-top: 25px; }
.product_top { background: none repeat scroll 0 0 #f1f1f1 !important; }
#sidebar h2 { font-size: 21px; }
.sidebar h3 { font-size: 18px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 28.9% !important; }
.product_single h3 { font-size: 18px; }
.product_content { padding: 20px 10px; height: 127px; }
.product_single .product_content { padding: 20px 10px; height: auto; }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { font-size: 17px; }
.amount { font-size: 17px; }
.product_content { padding: 10px; }
.related.products ul.products li.product:last-child, .related.products ul.products li.product:last-child { display: none; }
#shipping_method li label { display: block; }
.page-template-checkout-php .shipping_method { width: auto; }
#shipping_method li label { display: inline-block !important; width: 200px !important; }
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th { width: 30% !important; }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 45% !important; }
.searchbox { margin-right: 0px !important; }
#shipping_method li label { margin-left: 35px !important; }
}

/* Custom Min Width ----------- */
@media (max-width: 900px) {

}

/* Custom Min Width ----------- */
@media (max-width: 850px) {

}

/* Custom Min Width ----------- */
@media (min-width: 768px) {

}

/* Custom Min Width ----------- */
@media (max-width: 767px) {
div { transition: all 600ms ease-in-out 0s; }
.logo img { width: 125px; }
.title { width: 80%; }
.second.burger { display: inline-block; margin-left: 20px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 46% !important; }
.newg { background: none; }
.related.products > div { background: none !important; }
.product_section, .related.products h2 { font-size: 21px; border-bottom: 1px solid #ddd; width: 100% !important; padding-bottom: 10px; }
.social_wrap { margin: 35px 0; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { float: right; width: 100% !important; }
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { float: left; width: 100% !important; }
.login_section { display: block; text-align: right; margin-right: 20px;second }
.cart-contents { margin-left: 0; margin-right: 20px; }
.header { background: none; }
.woocommerce table.shop_table, .woocommerce-page table.shop_table { border: none !important; }
.navigation { padding: 15px 0; }
.second p { font-size: 22px; margin-bottom: 0; }
.hero_content h1 p { font-size: 24px !important; }
.hero_content { margin: 25px auto; width: 90%; }
.hero_content h1 { font-size: 32px; }
.jumbotron p { font-size: 14px !important; }
.jumbotron { background: url("./assets/img/hero_resp.jpg"); background-repeat: no-repeat; background-position: right bottom; }
.home_arrivals { padding: 0; }
.twitter { padding: 10px 0; background-position: center top -850px !important; }
.really_simple_twitter_widget { font-size: 14px; }
.title h3 { font-size: 21px; }
.blog_single { margin-bottom: 25px; }
.banner_content { margin: 50px auto; }
.banner_content h1 { font-size: 30px; }
.about_img { margin-bottom: 10px; }
.about_content { text-align: center; }
.about_content .col-md-6.col-sm-6 { margin-bottom: 10px; }
.general_lead { width: 90%; }
.general_lead h3 { font-size: 16px; }
.latest_arrivals { margin-top: 50px !important; padding: 0; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { margin: 15px 0 0 !important; }
.sidebar { margin-top: 25px; border-top: 1px solid #ddd; padding: 45px 0 0; }
.latest_arrivals { margin-top: 0; }
h1.product_title.entry-title { font-size: 24px; font-weight: normal; }
.searchbox { margin: auto 0 17px; }
.product_content { padding: 20px 10px; height: auto; }
p.demo_store { display: none !important; }
.home .hero_content { margin: 55px auto; }
.owl-theme .owl-controls .owl-page span { height: 5px !important; width: 5px !important; margin: 1px 3px !important; }
.owl-theme .owl-controls { margin-top: 15px !important; }
.woocommerce table.shop_table, .woocommerce-page table.shop_table { margin: 0 !important; }
#shipping_method li label { width: auto !important; }
#shipping_method li label { width: 200px !important; }
ul.sidemenu li.current-menu-item a { color: #959595; }
#shipping_method li label { margin-left: 35px !important; }
.cart_totals > table { width: 100% !important; }
}

/* Custom Min Width ----------- */
@media (max-width: 480px) {
.product_single { width: 100% !important; display: block !important; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; } 
.product_content { padding: 20px 10px; height: auto; }
}

@media (max-width: 479px) {
.woocommerce table.shop_table, .woocommerce-page table.shop_table { margin: 0 !important; }
.product-remove ,.product-name,.product-price,.product-quantity,.product-subtotal { padding: 2px !important; }
.amount { font-size: 15px !important; }
.woocommerce table.shop_table, .woocommerce-page table.shop_table { border: none !important; }
.product-name { padding: 10px 0 !important; display: inline-block; }

}

@media (max-width: 320px) {
.amount { font-size: 16px !important; }
.coupon #coupon_code { width: 48% !important; }			   
.checkout-button.button.alt.wc-forward { font-size: 12px !important; }
.amount { font-size: 15px !important; }
}