/*

Theme Name: TalktoTara
Theme URI: https://www.aldusmedia.com
Description: Premium WordPress Theme for eCommerce Websites
Version: 2.1
Author: theresa priest
Author URI: https://www.aldusmedia.com
License: GNU General Public License 
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, one-column, two-columns, left-sidebar, right-sidebar, custom-colors

*/





/* Style Index * /

0.0 - Reset
1.0 - Global
2.0 - Header
	2.1 - Shopping Cart
	2.2 - Social Icons
	2.3 - Site Title
	2.4 - Header Icons
3.0 - Navigation
4.0 - Slideshow
5.0 - Typography
	5.1 - Lists
	5.2 - Forms
	5.3 - Buttons
	5.4 - Tables
	5.5 - Alerts & Messages
6.0 - Columns
	6.1 - Main Content Columns
	6.2 - 4 Columns
	6.3 - 3
	
	 Columns
	6.4 - 2 Columns
	6.5 - Product Columns
		6.5.1 - Products 3 Columns
		6.5.2 - Products 4 Columns
		6.5.3 - Products 5 Columns
		6.5.4 - Products 6 Columns
	6.6 - Lookbook Columns
7.0 - JS Elements
	7.1 - Accordion
	7.2 - Toggle
	7.3 - Tabs
	7.4 - Google Map
8.0 - Blog
9.0 - Products
	9.1 - Product Zoom
	9.2 - Product Carousel
10.0 - Widgets
	10.1 - Contact Widget
	10.2 - Tags Widget
	10.3 - Latest Tweets
	10.4 - Look Book Widget
11.0 - Footer





/* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; outline:none;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix, .wp-tag-cloud, .tagcloud {
	zoom: 1;
}

.clearfix:before, .clearfix:after,
.wp-tag-cloud:before, .wp-tag-cloud:after,
.tagcloud:before, .tagcloud:after {
	content: "";
	display: table;
}

.clearfix:after,
.wp-tag-cloud:after,
.tagcloud:after {
	clear: both;
}

.clearboth {
	clear: both;
}

/* 1.0 - Global */
body {
	background: url(images/bg.png) fixed;
	
}

body, 
.icon-area h3,
.products li h3,
.products-3columns li h3, 
.products-4columns li h3,
.products-5columns li h3, 
.products-6columns li h3, 
#footer h6, 
textarea,
.widget .latest-posts-list li .lpl-content h6 span {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, 
.cart-top, 
.flex-caption p, 
.dropcap, 
.page-content table th, 
span.onsale, 
#footer .widget .latest-posts-list li .lpl-content h6 {

}

a {
	color: #3f3f3f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; text-decoration:none;
}

#main-content a:hover,
#main-content-right a:hover,
#sidebar a:hover,
#sidebar-left a:hover,
#full-content a:hover {
	color: #003366 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 2.0 - Header */
#header-wrapper {
	background: #fff;
	border-bottom: #d8d8d8 1px solid;
border-top-right-radius:15px;
-webkit-border-top-right-radius:15px; /* Safari */
border-top-left-radius:15px;
-webkit-border-top-left-radius:15px; /* Safari */
/*overflow-hidden;*/
}

#header {
	width: 960px;
	margin: 0 auto;
}

#top-bar {
	border-bottom: #d8d8d8 1px solid;
	min-height: 35px;border-top-right-radius:10px;
        -webkit-border-top-right-radius:10px; /* Safari */
        border-top-left-radius:10px;
        -webkit-border-top-left-radius:10px; /* Safari */
/*        overflow-hidden; */
}

#top-bar-inner {
	width: 960px;
	margin: 0 auto;
}

.full-shadow {
	background: url(images/full-shadow.png) repeat-x center;
	height: 7px;
}

.topbar-right {
	position: relative;
	float: right;
	padding: 0 110px 0 0;
}

.topbar-right ul {
	float: left;
	margin: 11px 0 8px 0;
}

.topbar-right ul li {
	float: left;
	margin: 0 15px 0 0;
	font-weight: 600;
	font-size: 12px;
}

.topbar-right ul li a {
	text-decoration: none;
	color: #3f3f3f;
}

.topbar-right ul li.checkout-icon {
	background: url(images/arrow-icon.png) no-repeat;
	padding: 0 0 0 15px;
}

.topbar-right ul li.myaccount-icon {
	background: url(images/lock-icon.png) no-repeat;
	padding: 0 0 0 15px;
}

/* 2.1 - Shopping Cart */
.cart-top {
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding: 10px 15px 1px 15px;
	font-size: 14px;
	font-weight: 400;
}

.cart-top p {
	font-size: 16px;
	background: url(images/cart-icon.png) no-repeat right center;
	min-height: 16px;
	text-align: left;
	padding: 0 24px 0 0;
	float: left;
	line-height: 1;
}

.cart-top p a {
	color: #fff;
	text-decoration: none;
}

.cart-options {
	padding: 0 0 30px 0;
}

.checkout_coupon {
	border-radius: 0 !important;
}

/* 2.2 - Social Icons */
.social-icons {
	float: left;
	margin: 8px 0 8px 0;
}

.social-icons li {
	float: left;
}

#twitter_icon, #facebook_icon, #googleplus_icon, #skype_icon, #flickr_icon, #linkedin_icon, #vimeo_icon, #youtube_icon, #rss_icon {
	display: block;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	margin: 0 5px 0 0;
	width: 19px;
	height: 19px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#twitter_icon:hover, #facebook_icon:hover, #googleplus_icon:hover, #skype_icon:hover, #flickr_icon:hover, #linkedin_icon:hover, #vimeo_icon:hover, #youtube_icon:hover, #rss_icon:hover {
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#twitter_icon, #facebook_icon, #googleplus_icon, #skype_icon, #flickr_icon, #linkedin_icon, #vimeo_icon, #youtube_icon, #rss_icon {
	background: url(images/social-icons.png) no-repeat #c5c5c5
}

#twitter_icon {
	background-position: 5px 5px;
}

#facebook_icon {
	background-position: -18px 5px;
}

#googleplus_icon {
	background-position: -41px 5px;
}

#skype_icon {
	background-position: -64px 5px;
}

#flickr_icon {
	background-position: -87px 5px;
}

#linkedin_icon {
	background-position: -110px 5px;
}

#vimeo_icon {
	background-position: -133px 5px;
}

#youtube_icon {
	background-position: -156px 5px;
}

#rss_icon {
	background-position: -179px 5px;
}

/* 2.3 - Site Title */
#site-title {
	font-size: 32px;
	text-align: left;
	margin: 40px 0 20px 0;
}

#site-title h1 span {
	font-style: italic;
	color: #a09d9d;
}

#site-title a {
	text-decoration: none;
}

#site-title img {
	margin: 0 auto;
}


#header-search {
	margin: 0 0 40px 0;
	width: 180px;
}

#header-search input {
	width: 150px;
	background: url(images/search.png) #fff no-repeat 94% 6px;
	padding: 6px 14px 6px 14px;
	border: #d8d8d8 1px solid;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	color: #989898;
	margin: 0;
}

#header-search input:hover {
	color: #3f3f3f;
}

#header-left {
	float: left;
}

#header-right {
	float: right;
	margin: 55px 0 0 0;
}

/* 2.4 - Header Icons */
.icon-area {
	float: left;
	margin: 0 0 0 40px;
}

.icon-area .icon-image {
	float: left;
	margin: 0 15px 0 0;
}

.icon-area h3 {
	float: left;
	font-size: 16px;
	font-weight: 600;
}

.icon-area h3 span {
	display: block;
	font-size: 12px;

	color: #989898;
	margin: 5px 0 0 0;
}

/* 3.0 - Navigation */
#main-menu {
	border-top: 4px solid;
	position: relative;
	bottom: -1px;
}

#main-menu a {
	padding: 11px 20px 14px 20px;
	text-decoration:none;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

#main-menu a,
#main-menu li.sfHover li a, 
#main-menu li li a, 
#main-menu li li li a {
	color: #3f3f3f;
}

#main-menu li {
	font-size: 14px;
	font-weight: 600;
	float: left;
}

#main-menu li a {
	border-color: transparent;
	border-left: #d8d8d8 1px solid;
}

#main-menu li:last-child a {
	border-right: #d8d8d8 1px solid;
}

#main-menu li:last-child a:hover {
	border-right: 1px solid;
}

#main-menu li li {
	margin: 0;
	font-weight: 400;
}

#main-menu li.sfHover li a, #main-menu li li a, #main-menu li li li a {
	font-size: 13px;
	margin: 0;
	padding: 15px;
	border-left: none;
	background: url(images/darkdots.png) #fff repeat-x bottom;
}

#main-menu li li a:hover,
#main-menu li li:last-child li a:hover {
	background: url(images/darkdots.png) #f9f9f9 repeat-x bottom;
}

#main-menu li li:last-child a,
#main-menu li li:last-child li:last-child a {
	background: #fff;
}

#main-menu li li:last-child li a {
	background: url(images/darkdots.png) #fff repeat-x bottom;
}

#main-menu li li:last-child a:hover,
#main-menu li li:last-child li:last-child a:hover {
	background: #f9f9f9;
}

#main-menu li a:hover, #main-menu li.sfHover a,
#main-menu a:focus, #main-menu a:hover, #main-menu a:active {
	outline: 0;
}

#main-menu li ul {
	z-index: 999 !important;
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid;
}

#main-menu li li ul {
	margin-left: -1px;
}

#main-menu a.sf-with-ul {
	padding-right: 47px;
	min-width: 1px;
}

#main-menu li ul li a.sf-with-ul {
	padding-right: 2.25em;
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 2.3em;
	top: 1.4em;
	width: 10px;
	height: 7px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/arrows.png) no-repeat;
}

li ul li .sf-sub-indicator {
	right: 1.1em;
}

a > .sf-sub-indicator { 
	top: 1.2em;
	background-position: 0 0px; 
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0 0px; 
}

#main-menu ul .sf-sub-indicator { background-position:  0 -18px; height: 10px; top: 1.3em; }
#main-menu ul a > .sf-sub-indicator { background-position:  0 -18px; height: 10px; top: 1.3em; }
#main-menu ul a:focus > .sf-sub-indicator,
#main-menu ul a:hover > .sf-sub-indicator,
#main-menu ul a:active > .sf-sub-indicator,
#main-menu ul li:hover > a > .sf-sub-indicator,
#main-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -20px;
}

#main-menu li ul li a .sf-sub-indicator {
	background-position: 0px -18px !important;
}

#main-menu li.current_page_item a .sf-sub-indicator, 
#main-menu li a:hover .sf-sub-indicator,
#main-menu li.sfHover a .sf-sub-indicator,
#main-menu li.current-menu-item a .sf-sub-indicator,
#main-menu li.current-menu-ancestor a .sf-sub-indicator,
#main-menu li.current-menu-parent a .sf-sub-indicator {
	background-position: -20px 0px;
}

#main-menu li.current_page_item a, 
#main-menu li a:hover, 
#main-menu li.sfHover a,
#main-menu li.current-menu-item a,
#main-menu li.current-menu-ancestor a,
#main-menu li.current-menu-parent a {
	border-left: 1px solid;
}

#main-menu li.current_page_item a, 
#main-menu li a:hover, 
#main-menu li.sfHover a, 
#main-menu li.current-menu-item a,
#main-menu li.current-menu-ancestor a,
#main-menu li.current-menu-parent a {
	color: #fff;
}

#main-menu li.current_page_item a:before,
#main-menu li a:hover:before,
#main-menu li.sfHover a:before,
#main-menu li.current-menu-item a:before,
#main-menu li.current-menu-ancestor a:before,
#main-menu li.current-menu-parent a:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 0px;
	right: 40%;
	bottom: -18px;
	border-width: 9px 9px;
	border-style: solid;
	z-index: 9999 !important;
}

#main-menu li li a:before {
	border-width: 0px !important;
}

#main-menu li li:last-child a,
#main-menu li li:last-child a:hover {
	border-right: none;
}

/* 4.0 - Slideshow */
.slides li {
	position: relative;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    top: 30px;
    display: block;
 	width: 26px;
    height: 26px;
    position: absolute;
    text-indent: -9999px;
    z-index: 101;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
	right: 63px;
}

.flex-direction-nav .flex-next {
	right: 30px;
}

.flex-direction-nav .flex-prev:hover {
	background: url(images/slide-arrows.png) #fff no-repeat;
	background-position: 7px -49px;
}

.flex-direction-nav .flex-next:hover {
	background: url(images/slide-arrows.png) #fff no-repeat;
	background-position: -51px -49px;
}

.flex-caption {
	position: absolute;
	bottom: 30px;
	right: 0px;
}

.flex-caption p {
	color: #fff;
	font-size: 30px;
	float: right;
	font-style: italic;
	padding: 10px 30px 10px 30px;
	line-height: 1;
}

.flex-caption-left {
	position: absolute;
	left: 0px !important;
}

.flex-caption-left p {
	float: left !important;
}

.flex-control-paging {
	position: absolute;
	bottom: 0px !important;
	right: 30%;
}

.flex-control-paging li a.flex-active {
	box-shadow: none !important;
}

.flex-control-paging li a {
	background: #fff !important;
	box-shadow: none !important;
	margin: 0 5px 0 0;
	width: 8px !important;
	height: 8px !important;
	border: #fff 3px solid;
}

.slider {
	position: relative;
	border: #fff 10px solid;
}

.slider-border {

	margin: 0 0 30px 0;
}

.slide-loader {
	background: url(images/loader.gif) #f5f5f5 no-repeat center center !important;
	min-height: 416px;
}

/* 5.0 - Typography */
h1 {
	font-size: 30px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 24px;	margin: 0 0 15px 0;
}

h3 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 16px;
	
}

h5 {
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

blockquote {
	border-left: #3f3f3f 7px solid;
	border-right: #d8d8d8 1px solid;
	border-top: #d8d8d8 1px solid;
	border-bottom: #d8d8d8 1px solid;
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
	color: #777;
	font-style: italic;
}

blockquote p {
	margin: 0 !important;
}

pre {
    background: url(images/pre.png);
    border: #dee0e0 1px solid;
    font-family: Consolas,"Andale Mono",Courier,"Courier New",monospace;
    font-size: 12px;
    line-height: 155%;
    margin: 0 0 30px;
    padding: 20px;
    white-space: pre-wrap;
}

p {
	font-size: 14px;
line-height: 160%;
}

hr {
	background: #d8d8d8;
	height: 1px;
	border: none;
}

mark {
	background: #fff5af;
	color: #b3a437;
}

.page-content p {
	line-height: 160%;
	margin: 0 0 30px 0;
}

.dropcap {

	font-size: 48px;
	font-style: italic;
	line-height: 1.2;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.intro-text {
	font-size: 26px;
	font-style: italic;
	text-align: center;
	line-height: 140%;
	width: 90%;
	margin: 0 auto 40px auto;
}

.tag-title-wrap {
	background: url(images/left-shadow.png) transparent repeat-x right 72%;
	margin: 0 0 30px 0;
}

.tag-title-large {
	font-size: 20px;
	font-style: italic;
	color: #fff;
	float: left;
	text-transform: capitalize;
	padding: 8px 12px 8px 10px;
	position: relative;
	z-index: 100;
	margin: 0;
	line-height: 100%;
}

.tag-title-large:before {
	content: '';
	position: absolute;
	right: -18px;
	top: 0px;
	width: 0; 
	height: 0; 
	border-top: 18px solid transparent; 
	border-bottom: 18px solid transparent;
	border-right: 18px solid transparent;
	z-index: 10;
}

.tag-title-small {
	font-size: 16px;
	font-style: italic;
	color: #fff;
	float: left;
	text-transform: capitalize;
	padding: 8px 12px 8px 10px;
	position: relative;
	z-index: 100;
	margin: 0;
	line-height: 100%;
}

.tag-title-small:before {
	content: '';
	position: absolute;
	right: -16px;
	top: 0px;
	width: 0; 
	height: 0; 
	border-top: 16px solid transparent; 
	border-bottom: 16px solid transparent;
	border-right: 16px solid transparent;
	z-index: 10;
}

.page-pagination p {
	margin: 0;
}

.shadow-wrapper {
	width: 100%;
	clear: both;padding-top:20px;
}

.left-shadow {
	background: url(images/lshadow.png) repeat-x left top;
	height: 6px;
	width: 20%;
	float: left;
}

.right-shadow {
	background: url(images/rshadow.png) repeat-x right top;
	height: 6px;
	width: 20%;
	float: left;
}

.mid-shadow {
	background: url(images/shadow-repeat.png) repeat-x center top;
	height: 6px;
	width: 60%;
	float: left;
}

.wp-pagenavi {
	min-height: 50px;
	font-size: 14px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
}

.wp-pagenavi span.current {
	font-weight: normal !important;
	background: #3f3f3f;
	color: #fff;
}

/* 5.1 - Lists */
.page-content ul, .list, .list2, .list3, .list4 {
	margin: 0 0 30px 0;
}

.page-content li {
	background: url(images/darkdots.png) bottom left repeat-x;
	padding: 2px 0 2px 0;
	font-size: 14px;
}

.col-sidebar li {
	border-bottom: none;
}

.col-sidebar li {
	padding: 0;
}

.page-content li:last-child {
	background: none;
}

.list li, .list2 li, .list3 li, .list4 li {
	margin: 0 0 3px 0;
}

.list1 li {
	list-style-image: url(images/list1.png) !important;
	list-style-position: inside;
}

.list2 li {
	list-style-image: url(images/list2.png) !important;
	list-style-position: inside;
}

.list3 li {
	list-style-image: url(images/list3.png) !important;
	list-style-position: inside;
}

.list4 li {
	list-style-image: url(images/list4.png) !important;
	list-style-position: inside;
}

.sidebar ul li, .page-content ul li {
	list-style-image: url(images/list1.png);
	list-style-position: inside;
	line-height: 190%;
}

ol li {
	list-style: decimal inside;
}

ol {
	margin: 0 0 30px 0;
}

ol ol {
	margin: 0 0 0 15px;
}

ol ol li {
	list-style: lower-alpha inside;
}

#sidebar li,
#sidebar-left li {
	list-style-image: url(images/list1.png);
	list-style-position: inside;
	font-size: 14px;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 160%;
	background: none;
}

#sidebar li li,
#sidebar-left li li,
#footer li li {
	margin: 0 0 0 10px;
}

.payment-block li {
    border-bottom: none;
    list-style: none !important;
	margin: 0;
}

.payment-block li p {
	margin: 0;
}

.payment-block {
	margin: 0 0 15px 0 !important;
}

.payment-block img {
	display: none;
}

.payment-block .payment_box {
	display: none;
}

#footer .columns-4 .col4 li li {
	margin: 0 0 10px 10px !important;
}

#footer .columns-4 .col4 li li:last-child {
	margin: 0 0 0 10px !important;
	padding: 0 !important;
}

#footer .columns-4 .col4 li li:first-child {
	margin: 10px 0 10px 10px !important;
}

.search-results-list {
	margin: 0 0 30px 0;
}

.search-results-list li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: none;
}

.search-results-list li p {
	margin: 0 !important;
}

.search-results-list .blog-button {
	margin: 20px 0 0 0 !important;
}

.shop-results li {
	list-style: none;
}

.shop-results-image {
	float: left;
	width: 15%;
	margin: 0 3% 0 0;
	background: #fff;
	border: #d8d8d8 1px solid;
}

.shop-results-image img {
	margin: 5%;
	width: 90%;
}

.shop-results-content {
	float: left;
	width: 79%;
}

.shop-results-content p {
	margin: 0;
}

.shop-results-content .blog-button {
	display: none;
}


.search-product-title {
	margin: 0 0 20px 0;
}

.shop-results li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

/* 5.2 - Forms */
#contact-email{
	background: #fff;
	border: #d8d8d8 1px solid;
	font-size: 12px;
	padding: 10px 7px 10px 7px;
	margin: 0 0 25px 0;
	color: #aaa;	
		-webkit-border-radius: 20px; 
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;	width: 50%;

}
input[type="text"], input[type="password"], textarea {
	background: #fff;
	border: #d8d8d8 1px solid;
	font-size: 12px;
	padding: 10px 7px 10px 7px;
	margin: 0 0 25px 0;
	color: #aaa;	
		-webkit-border-radius: 20px; 
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
	width: 50%;

}
#choose-format{

border: #d8d8d8 1px solid;
	font-size: 12px;
	padding: 10px 7px 10px 7px;
	margin: 0 0 25px 0;
	color: #aaa;	
		-webkit-border-radius: 20px; 
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;

}
.input-text{
        border: #d8d8d8 1px solid;
	font-size: 12px;
	padding: 7px;
	margin: 0 0 25px 0;
	color: #aaa;	
		-webkit-border-radius: 20px; 
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;

}
#sidebar input[type="text"], 
#sidebar-left input[type="text"], 
#footer input[type="text"], 
#sidebar input[type="password"], 
#sidebar-left input[type="password"], 
#footer input[type="password"], 
#sidebar textarea,
#sidebar-left textarea,
#footer textarea {
	width: 80%;
}

#searchform {
	clear: both;
}

#searchform .screen-reader-text {
	display: none;
}

#searchform input[type="text"],
#searchform input[type="password"],
#searchform textarea {
	margin: 0 0 10px 0;
}

input[type="text"]:active, input[type="text"]:hover, 
input[type="password"]:active, input[type="password"]:hover,
textarea:active, textarea:hover {
	color: #818181;
}

input[type="text"], input[type="password"] {
	
}

textarea {
	width: 80%;
}

label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 7px 0;
}

label span {
	color: #989898;
}

input[type="submit"] {
	cursor: pointer;
}

.select-box {
	float: left;
	width: 60%;

}

.select-box select {
	background: #fff;
	color: #b2b2b2;
	width: 100%;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #ccc;
}

option select {
	padding: 4px;
}

#main-content select,
#full-content select,
#main-content-right select,
#sidebar select,
#sidebar-left select {
    background: #fff;
    border: #d4d8d9 1px solid;
    color: #aaa;
    font-size: 12px;
    padding: 9px 7px;
}

.half-input {
	width: 44% !important;
}

.full-input {
	width: 96.5% !important;
}

.form-third {
	float: right;
}

.lost_password {
    left: 15px;
    position: relative;
    top: 4px;
}

address {
	font-size: 14px;
	line-height: 160%;
}

.addresses .title .edit {
	font-size: 14px;
}

.radio-wrapper {
	margin: 0 0 5px 0 !important;
}

#remember_me {
	float: left;
	margin: 0 8px 20px 0;
}

#remember_me_label {
	float: left;
	margin: 2px 0 0 0;
}

.coupon-code {
    float: left;
}

.woocommerce .quantity {
	width: 114px !important;
	height: 40px !important;
}

.woocommerce .quantity .minus, 
.woocommerce .quantity .plus {
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #fff !important;
	border: none !important;
	width: 38px !important;
	height: 38px !important;
	margin: 0 !important;
	border-radius: 0 !important;
} 

.woocommerce .quantity .minus {
	left: 0 !important;
	top: 0 !important;
}

.woocommerce .quantity .plus {
	float: right !important;
}

.woocommerce .quantity input.qty {
	background: url(images/btn-bg1.png) repeat-x bottom #fff !important;
	color: #424242 !important;
	float: none !important;
	position: absolute !important;
	top: 0 !important;
	left: 38px !important;
	width: 38px !important;
	height: 36px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	border-radius: 0 !important;
	border-left: none !important;
}

.woocommerce .qty-small .quantity {
	width: 81px !important;
	height: 28px !important;
}

.woocommerce .qty-small .quantity .minus, 
.woocommerce .qty-small .quantity .plus {
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #fff !important;
	border: none !important;
	width: 27px !important;
	height: 27px !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.woocommerce .qty-small .quantity input.qty {
	left: 27px !important;
	width: 27px !important;
	height: 25px !important;
	font-size: 12px !important;
}

.qty-small,
.qty-fields-large {
	position: relative;
}

.qty-small {
	width: 82px;
}

.plus {
	top: 0;
	right: 0;
	position: absolute;
}

.woocommerce-ordering {
	margin: 0 0 30px 0;
}

form .form-row {
    margin: 0 0 6px;
    padding: 3px;
}
form .form-row:after {
    clear: both;
    content: "";
    display: block;
}
form .form-row label {
    display: block;
}
form .form-row label.hidden {
    visibility: hidden;
}
form .form-row select {
    cursor: pointer;
    margin: 0;
    width: 100%;
}
form .form-row .required {
    border: 0 none;
    color: red;
    font-weight: bold;
}
form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
form .form-row label.checkbox {
    display: inline;
}
form .form-row input.input-text, form .form-row textarea {
    -moz-box-sizing: border-box;
    line-height: 1em;
    margin: 0;
    outline: 0 none;
    width: 100%;
}
form .form-row textarea {
    box-shadow: none;
    display: block;
    height: 3.5em;
    line-height: 1.5em;
}
form .form-row-first, form .form-row-last {
    float: left;
    overflow: visible;
    width: 47%;
}
form .form-row-last {
    float: right;
}
form.login, form.checkout_coupon, form.register {
    border: 1px solid #E0DADF;
    border-radius: 5px 5px 5px 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}


/* 5.3 - Buttons */
.button {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #424242 !important;
    padding: 6px 13px 6px 13px !important;
    line-height: 1 !important;
    background: url(images/btn-bg1.png) #fff repeat-x center bottom !important;
    border: 1px solid !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    border-color: #e3e3e3 !important;
    box-shadow: none !important;
    
  
}
.wysija-submit{


    font-size: 12px !important;
	font-weight: bold !important;
	color: #424242 !important;
    padding: 6px 13px 6px 13px !important;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom !important;
    border: 1px solid !important;
    border-radius: 30px !important;
    text-decoration: none !important;
	border-color: #e3e3e3 !important;
	box-shadow: none !important;


}
.button1 {
    font-size: 12px;
	font-weight: bold;
	color: #827c7c;
    padding: 6px 13px 6px 13px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: 1px solid;
    border-radius: 30px;
	float: left;
    text-decoration: none;
	border-color: #827c7c;
}

.button2 {
    font-size: 12px;
	font-weight: bold;
	color: #424242;
    padding: 6px 13px 6px 13px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: 1px solid;
    border-radius: 30px;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.button3 {
    font-size: 14px;
	font-weight: bold;
	color: #424242;
    padding: 10px 17px 10px 17px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    border-radius: 30px;
    text-decoration: none;
}

.button4 {
    font-size: 18px;
	color: #424242;
    padding: 14px 20px 14px 20px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    border-radius: 30px;
    text-decoration: none;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover {
	cursor: pointer;
}

.account-table .button2 {
    display: inline;
    margin: 2px 10px 0 0;
    padding: 2px 13px;
}

.order .button2 {
	text-align: center;
}

.total-table {
	margin: 0 0 10px 0 !important;
}

#submit {
	float: left !important;
}

#submit, #searchsubmit, .price_slider_amount .button {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #424242 !important;
    padding: 5px 13px 5px 13px !important;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom !important;
    border: 1px solid !important;
    border-radius: 30px !important;
    text-decoration: none !important;
	border-color: #e3e3e3 !important;
	box-shadow: none !important;
}

.price_slider_amount .button {
	margin: 20px 0 20px 0;
}

.price_label {
	font-size: 14px;
}

.checkout #shiptobilling {
	margin: 2px 0 0 0 !important;
	padding: 2px 5px !important;
	background: url(images/bg.png);
}

.logged-in-as {
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	font-size: 12px;
}

#commentform label {
	clear: both;
}

.shipping-calculator-button {
	min-width: 150px;
	text-align: center;
}

.buttonpad {
	padding: 9px 13px 8px 13px;
}

#customer_details {
    margin: 0 0 30px;
}

.msg .button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    float: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0 !important;
    text-shadow: none !important;
}

#main-content .notice a, 
#main-content .notice .button:hover,
#full-content .notice a, 
#full-content .notice .button:hover {
    color: #b3a437 !important;
    text-decoration: underline !important;
}

/* 5.4 - Tables */
.page-content table,
#sidebar table,
#sidebar-left table,
#footer table {
	border-top: #3f3f3f 5px solid;
	border-left: #dee0e0 1px solid !important;
	margin: 0 0 30px 0;
	font-size: 14px;
}

.page-content table td, 
.page-content table th,
#sidebar table td,
#sidebar table th,
#sidebar-left table td,
#sidebar-left table th,
#footer table td,
#footer table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: left;
	vertical-align: top;
}

.page-content table th,
#sidebar table th,
#sidebar-left table th,
#footer table th {
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	font-weight: 700;
}

.page-content table td,
#sidebar table td,
#sidebar-left table td,
#footer table td {
	padding: 10px;
	line-height: 160%;
}

.page-content table tr,
#sidebar table tr,
#sidebar-left table tr,
#footer table tr {
	background: #fff;
}

.page-content table tr:nth-child(2n),
#sidebar table tr:nth-child(2n),
#sidebar-left table tr:nth-child(2n),
#footer table tr:nth-child(2n) {
    background: #f5f5f5;
}

caption {
	margin: 0 0 15px 0;
}

/* 5.5 - Alerts & Messages */
.msg {
	padding: 10px 10px 10px 55px;
	margin: 0 0 30px 0;
}

.msg p, .blog-content .msg p {
	margin: 0 !important;
}

.default {
	background: url(images/msg_default.png) 10px center no-repeat #fff;
	color: #424242;
	border: #dee0e0 1px solid;
}

.default a {
	color: #424242;
	text-decoration: underline;
}

.notice {
	background: url(images/msg_notice.png) 10px center no-repeat #fff5af;
	color: #b3a437;
}

.notice a {
	color: #b3a437;
	text-decoration: underline;
}

.success {
	background: url(images/msg_success.png) 10px center no-repeat #dff7ca;
	color: #64ae23;
}

.coupon {
	background: url(images/msg_coupon.png) 10px 7px no-repeat #dff7ca;
	color: #64ae23;
}

.success a,
.coupon a {
	color: #64ae23;
	text-decoration: underline;
}

.fail {
	background: url(images/msg_fail.png) 10px center no-repeat #ffe2e1;
	color: #c83f39;
}

.fail a {
	color: #c83f39;
	text-decoration: underline;
}

.fail, .out-of-stock {
	background: url(images/msg_fail.png) 10px 7px no-repeat #ffe2e1;
	color: #c83f39;
}

.fail a {
	color: #c83f39;
	text-decoration: underline;
}

.fail li {
	border-bottom: #ebcccb 1px solid !important;
	background: none;
	list-style-image: url(images/list1-error.png) !important;
}

.fail li:last-child {
	border-bottom: none !important;
}

.list-fail {
	margin: 0 !important;
}

/* 5.6 - Other */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 5px 20px 0 0;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 5px 0 0 20px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto 10px;
}

.alignnone, img.alignnone {
	clear: both;
	display: block;
	margin: 10px auto 10px;


}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	outline: none;
}

/* 6.0 - Columns */

/* 6.1 - Main Content Columns */
#content-wrapper {
/*	width: 960px;*/
	margin: 40px auto 0 auto;
}

#main-content,
#main-content-right,
#full-content {
	width: 74%;
	margin: 0 0 40px 0;
}

#sidebar, #sidebar-left {
	width: 23%;
}

#boxed-wrapper {
    background: #fff;
    width: 1020px;
    margin: 40px auto;
    border-top: 7px solid;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
    border-top-right-radius:2em;
    -webkit-border-top-right-radius:2em; /* Safari */
    border-top-left-radius:2em;
    -webkit-border-top-left-radius:2em; /* Safari */
/*    overflow-hidden;*/
    border-bottom-right-radius:2em;
    -webkit-border-bottom-right-radius:2em; /* Safari */
    border-bottom-left-radius:2em;
    -webkit-border-bottom-left-radius:2em; /* Safari */

}

#boxed-wrapper #header,
#boxed-wrapper #content-wrapper,
#boxed-wrapper #footer {
	padding: 0 30px;
}

#main-content,
#sidebar-left {
	float: left;
}

#main-content-right,
#sidebar {
	float: right;
	margin: 0 0 40px 0;
}

#full-content {
	width: 100% !important;
	float: none !important;
}

/* 6.2 - 4 Columns */
.columns-4 {
	margin: 0 !important;
}

.columns-4 li.col4 {
	float: left;
	width: 22%;
	margin: 0 4% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.columns-4 li.col4:nth-child(4n) {
	margin: 0;
}

.columns-4 li.col4 .full-image {
	width: 100%;
}

/* 6.3 - 3 Columns */
.columns-3 {
	margin: 0 !important;
}

.columns-3 li.col3 {
	float: left;
	width: 31%;
	margin: 0 3.5% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.columns-3 li.col3:nth-child(3n) {
	margin: 0;
}

.columns-3 li.col3 .full-image {
	width: 100%;
}

/* 6.4 - 2 Columns */
.columns-2 {
	margin: 0 !important;
}

.columns-2 li.col2 {
	float: left;
	width: 68.2%;
	margin: 0 3.5% 0 0;
	list-style: none !important;
	background: none !important;
	border-bottom: none;
	padding: 0;
}
.columns-2 li.col1 {
	float: left;
text-align:center; margin:auto;
	margin: 0 3.5% 0 0;
	list-style: none !important;
	background: none !important;
	border-bottom: none;	
	padding: 0;
}
.columns-2 li.col2:nth-child(2n) {
	margin: 0;
	padding: 0;
}

/* 6.5 - Product Columns */
.products,
.products-3columns, 
.products-4columns,
.products-5columns,
.products-6columns {
	margin: 0 !important;
}

.products li .product-wrapper,
.products-3columns li .product-wrapper,
.products-4columns li .product-wrapper,
.products-5columns li .product-wrapper,
.products-6columns li .product-wrapper {
	margin: 0 0 20px 0;
	background: #fff;
	border: #d8d8d8 1px solid;
-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
H4.product-wrapper {
   line-height:inherit; /* Cooper Altered*/
}
.products li .product-inner,
.products-3columns li .product-inner,
.products-4columns li .product-inner,
.products-5columns li .product-inner,
.products-6columns li .product-inner {
	width: 100%;
}

.products li .product-inner img,
.products-3columns li .product-inner img,
.products-4columns li .product-inner img,
.products-5columns li .product-inner img,
.products-6columns li .product-inner img {
	width: 90%;
	margin: 5%;
        -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;


}

.products li h3,
.products-3columns li h3,
.products-4columns li h3,
.products-5columns li h3,
.products-6columns li h3 {
	font-size: .85em !important;
	font-weight: 600;
        line-height:inherit; /* Cooper Altered*/
	text-align: center;
}

.products li h4 a,
.products-3columns li h4 a,
.products-4columns li h4 a,
.products-5columns li h4 a,
.products-6columns li h4 a {
	color: #3f3f3f;
	text-decoration: none;
           line-height:inherit; /* Cooper Altered*/
}

.products li a:hover,
.products li:hover {
	text-decoration: none !important;
}

.onsale {
	text-decoration: none !important;
}

.products li .product-price,
.products-3columns li .product-price,
.products-4columns li .product-price,
.products-5columns li .product-price,
.products-6columns li .product-price {
	font-size: 14px;
	color: #989898;
        clear:both;
        position:relative;
        margin:auto;
	text-align: center;
	line-height: 1; padding:15px 15px;
}

.products li .product-price del,
.products-3columns li .product-price del,
.products-4columns li .product-price del,
.products-5columns li .product-price del,
.products-6columns li .product-price del {
	margin: 0 5px 0 0;
}

.products li .product-price ins,
.products-3columns li .product-price ins,
.products-4columns li .product-price ins,
.products-5columns li .product-price ins,
.products-6columns li .product-price ins {
	color: #3f3f3f;
}

.products li h4 span a,
.products-3columns li h4 span a,
.products-4columns li h4 span a,
.products-5columns li h4 span a,
.products-6columns li h4 span a {
	color: #989898;
}

.price-original,
.product-price-single del,
.single_variation del {
	text-decoration: line-through;
	color: #989898;
}

.product-single-content li {
	position: relative;
	margin-bottom: 30px !important;
}

.single_variation {
	padding: 0 0 30px 0;
}

.variations_button {
	margin: 0 0 30px 0;
}

#commentform .required {
	margin: 0 5px 0 0;
}

#commentform .stars {
	margin: 0 0 30px 0 !important;
}

.stars a {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

#commentform input[type="text"] {
	margin: 0 0 15px 0;
}

#commentform textarea {
	margin: 0 0 15px 0;
}

#fancybox-close:hover {
	background: #000 !important;
}

a.button:active, button.button:active, input.button:active, #respond input#submit:active, #content input.button:active {
    top: 0px !important;
}


ul.products li.first {
    /*clear: none !important;*/
}



/* 6.8 - Gallery Shortcode */
.photo-gallery img {
	width: 100%;
}

.photo-gallery-3 li,
.photo-gallery-4 li {
	padding: 0 0 12px 0;
}

.photo-gallery-3 li:nth-child(4) {
	clear:both;
}

.photo-gallery-4 li:nth-child(5) {
	clear:both;
}

#gallery-pagination .page-link {
	border: #ccc 1px solid;
	padding: 4px 10px;
	margin: 0 2px 0 0;
}

.photo-gallery h4 {
	font-size: 18px;
}

.photo-gallery a {
	text-decoration: none !important;
}

/* 7.0 - JS Elements */

/* 7.1 - Accordion */
.accordion h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: #d4d4d4 1px solid;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0 !important;
	padding: 30px 0 30px 55px;
	cursor: pointer;
	line-height: 160%;
	outline: none;
}

.accordion {
	border-bottom: #d4d4d4 1px solid;
	margin: 0 0 30px 0;
	line-height: 160%;
	display: block;
	font-size: 14px;
}

.accordion .ui-widget-content {
	border: none;
}

.accordion .ui-accordion-content {
	padding: 0 0 20px 55px;
}

.accordion h4, .toggle .title {
	background: url(images/plus.png) no-repeat 20px center;
}

.accordion h4:hover {
	background: url(images/plus.png) #fff no-repeat 20px center;
}

.accordion h4.ui-state-active, .toggle .active {
	background: url(images/minus.png) no-repeat 20px center;
}

/* 7.2 - Toggle */
.toggle {
	border: #d4d4d4 1px solid;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 20px 0 20px 55px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* 7.3 - Tabs */
#tabs .nav {
	margin: 0;
}

#tabs .nav li {
	list-style: none;
	padding: 0;
}

#tabs .nav li a {
	color: #424242;
}

#tabs .nav li a:hover {
	text-decoration: none;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1;
	margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav { 
	margin: 0;
	position: relative;
	top: 0px;
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	border-bottom: #dee0e0 1px solid; 
	padding: 0; 
	white-space: nowrap;
	font-size: 16px;
}

.ui-tabs .ui-tabs-nav li:first-child a {
	border-left: #dee0e0 1px solid;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 6px 20px 6px 20px; 
	text-decoration: none;
	border-right: #dee0e0 1px solid;
	line-height: 190%;
}

.ui-tabs .ui-tabs-nav li {
	border-top: #dee0e0 5px solid;
	border-bottom: #dee0e0 1px solid;
	background: #fff;
}

.ui-tabs .ui-tabs-nav li:last-child {
	background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-top: 5px solid;
	margin-bottom: 0;
	border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
	display: block; 
	border: #dee0e0 1px solid;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important;
}

#tabs p {
	margin: 0;
}
/* 7.4 - Google Map */
#google-map {
	margin: 0 0 30px 0;
}

/* 7.5 - Video */
.video-wrapper {
	margin: 0 0 30px 0;
}

/* 8.0 - Blog */
.blog-entry {
	margin: 0 0 40px 0;
}

.blog-entry-single {
	margin: 0;
}

.blog-left, .comment-left {
	width: 15%;
	float: left;
}

.blog-right, .comment-right {
	width: 80%;
	float: right;
	padding: 0 0 10px 0;
}

.blog-right .blog-image {
width:auto;
	margin: 0 20px 30px 0;-webkit-border-radius: 20px; 
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
/*                overflow-hidden; */
                float:left;
}

.blog-right h3 {
	font-size: 22px;
	color: #3f3f3f;
}

.blog-right h3 a {
	color: #3f3f3f;
	text-decoration: none;
}

.blog-button {
	margin: 20px 0 40px 0;
}

.date-area {
	background: #3f3f3f;
	width: 70px;
	height: 55px;
	padding: 15px 0 0 0;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	color: #fff;
	text-align: center;
	float: right;
	margin: 0 0 18px 0;
}

.date-area h6 {
	font-size: 28px;
	font-weight: 400;
}

.date-area h6 span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.blog-info {
	clear: both;
	text-align: right;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 30px 0;
}

.blog-info li {
	margin: 0 0 8px 0;
}

.blog-info li span {
	font-weight: 700;
}

.blog-info li a {
	text-decoration: none;
}

.margin1 {
	margin: 0 0 50px 0;
}

.margin2 {
	clear: both;
	padding: 30px 0 0 0;
}

.margin3 {
	margin: 0 0 40px 0;
}

.margin4 {
	margin: 0 0 30px 0;
}

.margin5 {
	margin: 0 0 40px 0;
}

.comment-image {
	width: 60px;
	height: 60px;
	background: #e5e5e5;
	float: right;
}

.comment-info {
	font-weight: 700;
	margin: 0 0 10px 0;
}

.comment-text {
	line-height: 160%;
	margin: 0 0 10px 0;
}

.comment-info span {
	font-weight: 400;
	color: #989898;
}

.comment-info span a {
	text-decoration: none;
	color: #989898;
}

.comment-right {
	border-bottom: #d8d8d8 1px solid;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.comment-entry {
	clear: both;
}

.comments li:last-child .comment-right {
	border-bottom: none;
}

.comments li li:last-child .comment-right {
	border-bottom: #d8d8d8 1px solid;
}

.comments li li {
	margin: 0 0 0 40px;
}

#respond {
	width: 80%;
	float: right;
	margin: 40px 0;
}

#reply-title {
	margin: 0 0 30px 0;
}

.comments-title,
#comment-number {
	clear: both;
	width: 80%;
	float: right;
	margin: 40px 0 0 0;
}

#comment-number {
	margin: 40px 0 40px 0;
}

.section {
	margin: 0 0 40px 0;
}

.product-button {
	width: 115px !important;
	margin: 0 auto !important;
}
.product-button .button1 {
	width: 90px;
	text-align: center;margin:0 0 0 2px
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0 10px;
	color: #b3a437;
	background: #fff5af;
	padding: 2px 0;
}

a#cancel-comment-reply-link:hover {
	color: #b3a437 !important;
}

.reset_variations {
	display: none;
}

#main-content .blog-entry:last-child .shadow-wrapper,
#full-content .blog-entry:last-child .shadow-wrapper {
	display: none;
} 

/* 9.0 - Products */

/* 9.1 - Product Zoom */

.cloud-zoom-lens {
	background-color:#fff;	
	cursor:move;		
}

.cloud-zoom-big {
	overflow:hidden;
	margin: 4px 0 0 15px;
	position: absolute;
	right: -106.5%;
	top: -3px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.cloud-zoom-loading {
	color: #fff;
	background: #222;
	padding: 3px;
	border: #000 1px solid;
}

.cloud-zoom-title {
	display: none;
}

.posted_in, .reset_variations, .tagged_as {
	line-height: 160%;
	font-size: 14px;
}

/* 9.2 - Product Carousel */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 82%;
    padding: 0 10% 20px 8%;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 80px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    height: 95px;
	padding: 0 2.5% 0 0;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  80px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 80px;
    height: 95px;
}

.jcarousel-skin-tango .jcarousel-item img {
	background: #fff;
	padding: 5px;
	border: #d8d8d8 1px solid;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 18px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	bottom: 50px;
	right: 0;
	cursor: pointer;
	width: 16px;
	height: 35px;
	background: url(images/carousel-arrows.png) no-repeat;
	background-position: -37px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	bottom: 50px;
	left: 0px;
	cursor: pointer;
	width: 16px;
	height: 35px;
	background: url(images/carousel-arrows.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-next-disabled {
	background-position: -37px -50px !important;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-prev-disabled {
	background-position: 0 -50px !important;
}

.qty-product-single label {
	width: 30%;
}

.qty-product-single {
	margin: 0 0 30px 0;
}

.images #wrap {
	margin: 0 0 20px 0; margin:auto;
}

/* 10.0 - Widgets */
.widget {
	margin: 0 0 40px 0;
}
.ad{
padding-left:15px;
margin:auto; position:relative;
}

#footer .widget {
	margin: 0;
}

ul.cart_list li:after, ul.product_list_widget li:after {
    clear: both;
    content: "";
    display: block;
}

ul.cart_list li a, ul.product_list_widget li a {
    /*display: block;*/
    font-weight: 600;
	text-decoration: none;
	color: #3f3f3f;
}

#footer .product_list_widget li {
	background: none !important;
	list-style: none !important;
	line-height: 160%;
}

#sidebar ul.cart_list li,
#sidebar-left ul.cart_list li,
#sidebar ul.product_list_widget li,
#sidebar-left ul.product_list_widget li {
	list-style: none !important;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
}

ul.cart_list li .amount, ul.product_list_widget li .amount {
	margin: 5px 0 0 0;
	/*display: block;*/
}

ul.cart_list li del .amount,
ul.product_list_widget li del .amount {
	color: #989898;
}

ul.product_list_widget li .from,
ul.products li .product-price .from {
	display: none;
}

ul.cart_list li img, ul.product_list_widget li img {
    box-shadow: 0;
    float: right;
    height: auto;
    margin-left: 4px;
    width: 62px;
	background: #fff;
	padding: 4px;
	border: #d8d8d8 1px solid;
	box-shadow: none !important;
                -webkit-border-radius: 20px; 
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
                overflow:hidden;
}

ul.cart_list li, ul.product_list_widget li {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: #d8d8d8 1px solid;
}

ul.cart_list li:last-child, ul.product_list_widget li:last-child {
	border-bottom: none;
}

.widget .total {
	margin: 0 0 20px 0;
}

/* 10.1 - Contact Widget */
.contact-phone {
	list-style-image: url(images/phone-icon.png) !important;
}

.contact-mail {
	list-style-image: url(images/mail-icon.png) !important;
}

/* 10.2 - Tags Widget */
#sidebar .widget .wp-tag-cloud li,
#sidebar-left .widget .wp-tag-cloud li,
#footer .widget .wp-tag-cloud li,
.widget .tagcloud a {
	list-style: none !important;
	float: left;
	border: #c5c5c5 1px solid;
	padding: 10px;
	margin: 0 9px 9px 0;
	background: none;
	line-height: 100%;
	text-decoration: none;
	font-size: 14px !important;	-webkit-border-radius: 20px; 
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
}

.widget ul {
	margin: 0;
}

/* 10.3 - Latest Tweets */
ul.latest-tweets li {
	background: url(images/icon-twitter.png) no-repeat top left !important;
	list-style: none !important;
	padding: 0 0 0 35px !important;
	line-height: 150%;
	color: #3f3f3f;
}

ul.latest-tweets li span {
	display: block;
	color: #7b7c80;
}

/* 10.4 - Look Book Widget */
.lookbook-widget {
	margin: 0 0 10px 0 !important;
}

#sidebar .lookbook-widget li,
#sidebar-left .lookbook-widget li,
#footer .lookbook-widget li {
	width: 47.5%;
	float: left !important;
	margin: 0 5% 5% 0;
	line-height: 1;
	list-style: none !important;
	background: none !important;
	padding: 0 !important;
}

.lookbook-widget li .image-frame {
	background: #fff;
	border: #d8d8d8 1px solid;
	padding: 5%;
}

.lookbook-widget li:nth-child(2n),
#footer .lookbook-widget li:nth-child(2n) {
	margin: 0 0 5% 0 !important;
}

.lookbook-widget li img {
	width: 100%;
}

/* 10.5 - Flickr Widget */
#sidebar .flickr_badge_wrapper .flickr_badge_image,
#sidebar-left .flickr_badge_wrapper .flickr_badge_image {
	width: 23%;
}

#footer .flickr_badge_wrapper .flickr_badge_image {
	width: 23%;
}

.flickr_badge_wrapper .flickr_badge_image {
	display: none;
	float: left;
	margin: 0 4% 4% 0;
	background: #fff;
	border: #d8d8d8 1px solid;
	padding: 3%;
}

#sidebar .flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1),
#sidebar-left .flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1),
#footer .flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
	margin: 0 0 4% 0;
}

#content .flickr_badge_wrapper .flickr_badge_image:nth-child(4n+1) {
	margin: 0 4% 4% 0 !important;
}

.flickr-more-photos {
	display: block;
	float: none;
	margin: 10px 0 0 0 !important;
}

.flickr_badge_wrapper .flickr_badge_image img {
	width: 100%;
}

.flickr_badge_wrapper .flick-more-photos {
	clear: both;
}

/* 10.6 - Latest Posts Widget */
#sidebar .widget .latest-posts-list li,
#sidebar-left .widget .latest-posts-list li {
	list-style: none !important;
	margin: 0 0 14px 0;
	padding: 0px 0 16px 0 !important;

}

#sidebar .widget .latest-posts-list li h6 a,
#sidebar-left .widget .latest-posts-list li h6 a {
	text-decoration: none;
}


#footer .widget .latest-posts-list li {
	list-style: none !important;
	margin: 0 0 14px 0;
	padding: 0px 0 14px 0 !important;
}

#sidebar .widget .latest-posts-list li:last-child,
#sidebar-left .widget .latest-posts-list li:last-child,
#footer .widget .latest-posts-list li:last-child {
	border-bottom: none;
	padding: 0 !important;
	margin: 0 !important;
}

.widget .latest-posts-list li .lpl-img {
	float: left;
	background: #fff;
	border: #d8d8d8 1px solid;

		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	padding: 3%;
	width: 25%;
	line-height: 1;
}

.widget .latest-posts-list li .lpl-img img {
	width: 100%;
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
}

.widget .latest-posts-list li .lpl-content {
	float: left;
	width: 60%;
	margin: 0 0 0 12px;
}

.widget .latest-posts-list li .lpl-content h6 {
	line-height: 1.2;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
}

.widget .latest-posts-list li .lpl-content h6 span {
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
}

#footer .widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 4px 0 4px 0;
}

#footer .one-forth .widget .latest-posts-list li .lpl-img img {
	width: 50px;
	height: 50px;
}

#footer .one-forth .widget .latest-posts-list li .lpl-content {
	width: 145px;
}

#footer .lpl-content h6 {
	text-transform: capitalize;
}

/* 10.7 - WooCommerce Price Filter Widget */
.price_slider_wrapper {
	padding: 10px 0 0 0;
}

.price_slider_wrapper .ui-slider {
	position: relative;
	background: #c8c8c8;
	height: 5px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 20px 0;
}

.price_slider_amount .button {
	margin: 0 0 20px 0 !important;
}

.price_slider_wrapper .ui-slider .ui-slider-range {
    z-index: 1;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    width: 16px;
	height: 16px;
	position: absolute;
    z-index: 2;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	outline: none;
	margin-top: -6px;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}

/* 10.8 - Calendar */
#calendar_wrap {
	width: 100%;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar tr {
	font-size: 12px;
}

#wp-calendar th {
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}

#wp-calendar td {
	padding: 2px 5px 2px 5px;
}

/* 10.9 - WooCommerce Layered Navigation Widget */
.count {
	float: right;
        background:#fff;
        color:#000;
}

.chosen a {
	background: url(images/close.png) no-repeat #3f3f3f;
	background-position: right center;
	color: #fff;
	padding: 0 25px 0 8px;
	text-decoration: none;
}

/* 11.0 - Footer */
#footer-wrapper {

	border-top: #d8d8d8 1px solid;
	border-bottom: #d8d8d8 1px solid;
	padding: 40px 0;
        clear:both;
}

#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	color: #8a8a8a;
}

#footer a {
	text-decoration: none;
	color: #8a8a8a;
}

#footer a:hover {
	color: #3f3f3f;
}

#footer h6 {
	color: #8a8a8a;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#footer p {
	font-size: 12px;
}

#footer .col4 ul li {
	background: url(images/darkdots.png) repeat-x bottom;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	list-style-image: url(images/list1.png);
	list-style-position: inside;
}

#footer .col4 ul li:last-child {
	background: none;
}

#footer-bottom-wrapper {

border-bottom-right-radius:2em;
-webkit-border-bottom-right-radius:2em; /* Safari */
border-bottom-left-radius:2em;
-webkit-border-bottom-left-radius:2em; /* Safari */
/*overflow-hidden;*/
}

#footer-bottom {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	font-weight: 600;
border-bottom-right-radius:2em;
-webkit-border-bottom-right-radius:2em; /* Safari */
border-bottom-left-radius:2em;
-webkit-border-bottom-left-radius:2em; /* Safari */
/*overflow-hidden;*/
}

#footer-bottom, #footer-bottom p {
	font-size: 12px;
}

#footer-bottom p {
	color: #989898;
}

#footer-bottom a {
	text-decoration: none;
	color: #3f3f3f;
}

#footer-bottom ul li {
	display: inline;
	background: url(images/dot.png) no-repeat right center;
	padding: 0 8px 0 0;
	margin: 0 0 0 3px;
}

#footer-bottom ul li:last-child {
	background: none;
}

#footer-bottom ul li:first-child {
	margin: 0;
}

#footer-bottom ul {
	margin: 0 0 10px 0;
}




	#knewsform_1 input {
		width: 150px;
		padding: 6px 14px 6px 14px;
		border: #d8d8d8 1px solid;
		-webkit-border-radius: 30px; 
		-moz-border-radius: 30px;
		-o-border-radius: 30px;
		border-radius: 30px;
		color: #989898;
		margin: 0;
}	

/* 12.0 - IE Fixes */
.ie8 .qty-text {
	line-height: 240%;
}
.cloud-zoom-big{display:hide;}
#cloud-zoom-big{display:hide;}
.mousetrap{display:hide;}
#cat {
		width:80%;
		padding: 6px 14px 6px 14px;
		border: #d8d8d8 1px solid;
		-webkit-border-radius: 30px; 
		-moz-border-radius: 30px;
		-o-border-radius: 30px;
		border-radius: 30px;
		color: #989898;
		margin: 0;
}

.cart_list product_list_widget img{-webkit-border-radius: 10px; 
		-moz-border-radius:10px;
		-o-border-radius: 10px;
		border-radius: 10px; 
overflow:hidden;}

/*------------------------------------------------------------------------------
                     WooCommerce Style Overrides
------------------------------------------------------------------------------*/
.product {
    width:95% !important;
    margin:40px auto;
}
.woocommerce-main-image {
    width:160px !important;
}
.woocommerce div.product div.images img {
    display: inline !important;
}

.images {
        width:160px !important;
}
.summary {
    width: 75% !important;
}
.zoom {
	/*border: #d8d8d8 1px solid;*/
        height: inherit;
	width: 160px;
	-webkit-border-radius: 20px; 
        -moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px; 
        overflow:hidden;
        padding: 5%;
}

.zoom img {
        border: #d8d8d8 1px solid;
	background: #fff;
	width: 160px;	
        -webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
        overflow:hidden;
        margin:auto;
        padding: 5%;
}

.woocommerce .quantity input.qty {
        position: inherit !important;
}
.qty {}
.amount {
    color:#666;
}

/* 6.5.1 - Products 3 Columns */
.products-3columns li,
.featured-3 .products li {
	width: 160px;
	float: left;
	margin: 0 3% 40px 0;
}

.products-3columns li:nth-child(3n),
.featured-3 .products li:nth-child(3n) {
	margin: 0 0 40px 0;
}

/* 6.5.2 - Products 4 Columns */
.products-4columns li,
.featured-4 .products li {
	width: 22.7%;
	float: left;
	margin: 0 3% 40px 0;
}


.products-4columns li:nth-child(4n),
.featured-4 .products li:nth-child(4n) {
	margin: 0 0 40px 0;
}

.products-4columns li:nth-child(4n+1),
.featured-4 .products li:nth-child(4n+1) {
	clear: both;
}

/* 6.5.3 - Products 5 Columns */
.products-5columns li,
.featured-5 .products li {
	width: 17.6%;
	float: left;
	margin: 0 3% 40px 0;
}

.products-5columns li:nth-child(5n),
.featured-5 .products li:nth-child(5n) {
	margin: 0 0 40px 0;
}

.products-5columns li:nth-child(5n+1),
.featured-5 .products li:nth-child(5n+1) {
	clear: both;
}

/* 6.5.4 - Products 6 Columns */
.products-6columns li,
.featured-6 .products li {
	width: 14.1%;
	float: left;
	margin: 0 3% 40px 0;
}

.products-6columns li:nth-child(6n),
.featured-6 .products li:nth-child(6n) {
	margin: 0 0 40px 0;
}

/* 6.6 - Lookbook Columns */
.lookbook-3cols li {
	width: 27.5%;
	padding: 1.5% !important;
	margin: 0 3.5% 30px 0;
	list-style: none !important;
	background: #fff !important;
	border: #d8d8d8 1px solid;
	border-bottom: #3f3f3f 4px solid;
	float: left;
}

.lookbook-3cols li .lookbook-image {
	width: 100%;
	margin: 0 0 12px 0;
}

.lookbook-3cols li h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.lookbook-3cols li h4 a {
	text-decoration: none !important;
}

.lookbook-3cols li .lookbook-info {
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
	margin: 0 0 15px 0;
	padding: 3px 0 3px 0;
}

.lookbook-3cols li p {
	margin: 0 0 10px 0;
}

.lookbook-3cols li .lookbook-info p {
	margin: 0;
	font-size: 11px;
	color: #ccc;
}

.lookbook-date {
	float: left;
}

.lookbook-likes {
	float: right;
}

.like-button {
	color: #ccc;
	text-decoration: none;
}

.lookbook-3cols li:nth-child(3n) {
	margin: 0 0 30px 0;
}

.lookbook-3cols li:nth-child(3n+1) {
	clear: both;
}

span.onsale {
    box-shadow: none !important;
	text-shadow: none !important;
    font-size: 14px !important;
    font-style: italic;
    font-weight: normal !important;
	background: #3f3f3f !important;
	top: 20px !important;
	left: 20px !important;
	z-index: 995 !important;
}

.like-count {
	background: url(images/like.png) no-repeat center left;
	padding: 0 0 0 14px;
}

.lb_tags a {
	text-decoration: none;
	background: #fff5af;
	color: #b3a437;
}

#full-content .lb_tags a:hover,
#main-content-right .lb_tags a:hover,
#full-content .lb_tags a:hover {
	color: #b3a437 !important;
	text-decoration: underline;
}

/* 6.5.2 - Default Product Columns (4) */
.products li {
	width: 21.8% !important;
	float: left;
	margin: 0 2% 40px 2%;
        background:none;
                /*min-height: 400px;*/

}

.products li:nth-child(4n) {
	margin: 0 0 40px 0;
        
}


/* 6.7 - Column Shortcodes */
.one-half {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
}

.one-third {
	width: 31.73%;
	margin: 0 2.4% 0 0;
	float: left;
}

.two-thirds {
	width: 65.86%;
	margin: 0 2.4% 0 0;
	float: left;
}

.one-forth {
	width: 21%;
	margin: 0 2% !important;
	float: left;
}

.two-forths {
	width: 48.343%;
	margin: 0 3.3% 0 0;
	float: left;
}

.last-col {
	margin: 0;
}

.attachment-shop_catalog {
    border-radius: 15px !important;
    border:1px solid #ddd;
    padding:8px !important;
    margin: 15px;
    max-width: 143px !important;
}
.wp-post-image {

}

.ttt-wraper {
    margin:40px 30px;
    width:100%;
    float:left;
}

.entry-summary p {
    margin-bottom: 30px;
}

.product {
/*    width:100% !important;
    float:left;*/
}
.am-wrapper-fix {
/*    width:68%;*/
    padding:20px;
}

.facebook-button-container {
    margin-top:20px;
}

.woocommerce ul.products li.product a img {
    border-radius: 20px;
    border:1px #d8d8d8 solid;
    padding:5px;
}

@media screen and (max-width:784px){
    .products li {
	width: 44% !important;
/*	float:left !important;*/
        margin-right:6% !important;

    }
}