/**
 *	Theme Name: Lisa jo Art Theme
 *	Theme URI: http://codeart.mk/
 *	Author: CodeArt Team
 *	Author URI: http://codeart.mk/
 *	Description: CodeArt Child WordPress Theme for Genesis Framework.
 *	Version: 1.0
 *	License: GNU General Public License v2 or later
 *	License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *	Text Domain: codeart
 *	Template: genesis
 **/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
}


/* 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-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    /*margin-top: 5px; */
    /* For remove */
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    background: #f5f5f5;
}

body p,
body a,
body li,
body span {
    color: #4e4e4e;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    text-decoration: none;
}

body a,
body span {
    margin-bottom: 0;
}

#wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0;
}

.wrap,
#content-sidebar-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0 auto;
}

#content h1.entry-title,
#content h1.page-title {
    color: #000;
    font-size: 38px;
    line-height: 42px;
    font-weight: 300;
    padding: 0px 0px 0px;
    margin: 0px 0px 15px;
}

.single-product #content h1.entry-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #040404;
    padding: 0px 0px;
    margin: 0px 0px 5px;
}

.single-product .summary .price .amount {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    padding: 0px 0px;
    margin: 0px 0px;
}

.single-product #content p {
    color: #888;
    font-size: 15px;
    line-height: 20px;
}


/*
.woocommerce-page.single-product #content .quantity {
	width: 116px;
	border: 1px solid #67bc9a;
}

.woocommerce-page.single-product #content .quantity input.qty,
.woocommerce-page.single-product #content .quantity input.plus,
.woocommerce-page.single-product #content .quantity input.minus  {
	background: #67bc9a;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	border: none;
	text-shadow: none;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	width: 38px;
	float: left;
	clear: none;
	line-height: 31px;
	height: auto;
	margin: 0;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.woocommerce-page.single-product #content .quantity input.minus:hover,
.woocommerce-page.single-product #content .quantity input.plus:hover {
	background: #4fa683;
}

.woocommerce-page.single-product #content .quantity input.qty {
	background: #fff;
	color: #000;
	font-size: 14px;
}

*/

.single-product #tab-description > h2 {
    display: none;
}

#header,
#nav,
#inner,
#footer {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0 auto;
}

#header {
    padding: 10px 0;
}

#inner {
    background: #fff;
    padding: 20px 0;
}

#footer {
    background: #202020;
    padding: 6px 0;
    min-height: 125px;
}

.header-full-width #header {
    width: 100%;
}

#header #title-area {
    width: 26%;
    max-width: 247px;
    float: left;
}

#header #title-area p {
    margin-bottom: 0;
}

#header #title-area a {
    background: url('images/logo.png') no-repeat 0 0;
    display: block;
    width: 346px;
    height: 112px;
}

#header #title-area a,
#header #title-area p#description {
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
}

.header-full-width #header #title-area {
    width: 100%;
    float: none;
}

#header .header-widget-area {
    width: 55%;
    max-width: 650px;
    float: right;
}

#header .header-widget-area img {
    width: 100%;
    height: auto;
}

#header .header-widget-area p {
    margin: 9px 0 0;
    color: #202020;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: right;
}

#nav {
    background: #fff;
    border-bottom: 1px solid #eeeaea;
}

#nav ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
}

#nav ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 0;
    margin: 0;
    text-align: left;
}

#nav ul li a {
    display: block;
    padding: 10px 15px;
    margin: 0px 0px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: uppercase;
}

#nav ul li a:hover,
#nav ul li.current_page_item a,
#nav ul li.current-menu-item a {
    background: #f15a5a;
    color: #fff;
}

#content {
    width: 70%;
    float: left;
    padding-right: 20px;
}

.sidebar-content #content {
    float: right;
}

.full-width-content #content {
    width: 100%;
}

#sidebar {
    width: 30%;
    float: right;
}

.sidebar-content #sidebar {
    float: left;
}

.custom-top-menu {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    clear: both;
    background: #202020;
    height: 41px;
    text-align: right;
    font-size: 0;
    line-height: 0;
}

.custom-top-menu a,
.custom-top-menu .top-search {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px solid #fff;
}

.custom-top-menu .top-search {
    border: none;
    margin: 0 0 0 3px;
}

.custom-top-menu .top-search form {
    margin-top: -4px;
    /*display: none;*/
}

.custom-top-menu .top-search form input[type="text"] {
    background: #fff;
    border: 1px solid #cecece;
    padding: 2px 7px;
    color: #8d8d8d;
    width: 0;
    padding: 2px 0;
    display: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.custom-top-menu .top-search form input[type="submit"] {
    display: none;
}

.custom-top-menu .top-search form input[type="submit"]:hover {}

.custom-top-menu .wrap {
    margin-top: 11px;
    overflow: visible;
}

.custom-top-menu a.cart-contents {
    padding-left: 22px;
    background: url('images/cart-icon.png') no-repeat 0 0;
}

.custom-top-menu a.checkout {
    padding-left: 26px;
    background: url('images/checkout-icon.png') no-repeat 0 2px;
}

.custom-top-menu a.search {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
    width: 14px;
    height: 16px;
    background: url('images/search-icon.png') no-repeat 0 1px;
}

.custom-top-menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.custom-top-menu a span {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}


/*.custom-top-menu .top-search { display: none; }
*/

#footer .menu {
    font-size: 0;
    line-height: 0;
    text-align: left;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 5px;
}

#footer .menu li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 0;
    margin: 0 6px;
}

#footer .menu li:first-child {
    margin-left: 0;
}

#footer .menu li a {
    color: #e9e9e9;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

#footer .menu li a:hover,
#footer .menu li.current-menu-item a,
#footer .menu li.current_page_item a {
    text-decoration: underline;
    color: #fff;
}

#footer .social {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
}

#footer .wrap {
    overflow: visible;
}

#footer .social a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 0;
    margin: 0px 0px 0px 3px;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
    background: url('images/social.png') no-repeat 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#footer .social a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#footer .social a.tw {
    background-position: -36px 0px;
}

#footer .social a.ig {
    background-position: -72px 0;
}

#footer .social a.li {
    background-position: -108px 0;
}

#footer .social a.pi {
    background-position: -143px 0;
}

#footer .social a.in {
    background-position: -72px 0;
}

#footer .copyright {
    clear: both;
    text-align: center;
    margin-top: 30px;
}

#footer .copyright p {
    margin: 0;
    color: #FFFFFF;
}

#footer .copyright p.siteby,
#footer .copyright p.siteby a {
    font-size: 12px;
}

#footer .copyright p a {
    color: #FFFFFF;
}

#footer .copyright p a:hover {
    color: #01c5ff;
}

.home-top {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 40px 0;
    margin: 0;
}

.home-top .featuredpage {
    display: block;
    float: left;
    width: 33.33%;
    margin-bottom: 50px;
}

.home-top .featuredpage img {
    display: block;
    margin: 0 auto;
    border-radius: 130px;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    max-width: 100%;
    height: auto;
}

.home-top .featuredpage span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #282828;
}

.home-top .featuredpage .page > a:first-child {
    max-width: 230px;
    display: block;
    margin: 0 auto;
    /*
	border-radius: 125px;
	-moz-border-radius: 125px;
	-webkit-border-radius: 125px;
	*/
    overflow: hidden;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*
.home-top .featuredpage .page > a:hover img {
	transform:scale(1.2);
    -ms-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
}
*/

.home-top .featuredpage h2 {
    color: #282828;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 25px auto 10px;
}

.home-top .featuredpage .post a:hover h2 {
    color: #f15a5a;
}

.home-top .widget_text {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 0;
    margin: 0;
    border-top: 3px solid #f15a5a;
    border-bottom: 3px solid #f15a5a;
    border-left: 2px solid #f15a5a;
    border-right: 2px solid #f15a5a;
}

.home-top .widget_text .widget-wrap {
    border: 2px solid #fff;
    background: #f15a5a url('images/red-overlay.jpg') repeat 0 0;
    padding: 10px 15px;
}

.home-top .widget_text p {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.home-middle {}

.home-middle h3 {
    color: #494949;
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.home #content .home-middle .woocommerce span.amount {
    display: inline;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #959595;
    padding: 0;
    margin: 0px 0px;
}

.home #content .home-middle .woocommerce ul.products li.product {
    text-align: center;
    background: #fbfbfb;
    border: 2px solid #eaeaea;
    padding: 0 2.5%;
    /* min-height: 350px; */
}

.home #content .home-middle .woocommerce ul.products li.product span.price {
    font-size: 24px;
}

.home #content .home-middle .woocommerce ul.products li.product span.amount {
    font-size: 24px;
    color: #85ad74;
}


/*
.home #content .home-middle .woocommerce ul.products li.product h3, .home #content .home-middle .woocommerce ul.products li.product span.amount {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: auto;
}
*/

.home #content .home-middle .woocommerce ul.products li.product h3,
.home #content .home-middle .woocommerce ul.products li.product span.amount {
    height: auto;
    min-height: 0;
    margin: auto;
    height: 40px;
}

.home #content .home-middle .woocommerce ul.products li.product span.amount {
    bottom: 55px;
}

.home #content .home-middle .woocommerce ul.products li.product img {
    box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    -webkit-box-shadow: none;
    margin: 0 auto;
    width: 100%;
}

.home #content .home-middle .woocommerce ul.products li.product a:hover img {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}

.home #content .home-middle .woocommerce ul.products li.product a:first-child {
    /* min-height: 280px; */
    display: block;
    overflow: hidden;
}

.home #content .home-middle .woocommerce ul.products li.product a:first-child:hover h3 {
    color: #f15a5a;
}


/*
.home #content .home-middle .woocommerce ul.products li.product a.add_to_cart_button {
	cursor: pointer;
	border: none;
	background: #e9e9e9;
	padding: 5px 20px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #000;
	text-shadow: none;
	text-transform: uppercase;
	text-align: center;
}
*/


/*******************************************************************************************************************/

#content .woocommerce span.amount,
body.woocommerce ul.products li.product span.amount {
    display: inline;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #959595;
    padding: 0;
    margin: 0px 0px;
}

#content .woocommerce ul.products li.product,
body.woocommerce ul.products li.product {
    text-align: center;
    background: #fbfbfb;
    border: 2px solid #eaeaea;
    padding: 0 2%;
    min-height: 250px;
    width: 30.75%;
    clear: none;
}

.tax-product_cat #content .woocommerce ul.products li.product {
    width: 30%;
    margin-right: 5%;
}

#content .woocommerce ul.products li.product.last {
    margin-right: 0;
}

#content .woocommerce ul.products li.product h3,
#content .woocommerce ul.products li.product span.amount {
    /*
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: auto;
	*/
}

#content .woocommerce ul.products li.product span.amount {
    bottom: 55px;
}

#content .woocommerce ul.products li.product img,
body.woocommerce ul.products li.product img {
    box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    -webkit-box-shadow: none;
    margin: 0 auto;
    width: 100%;
}

#content .woocommerce ul.products li.product a:hover img,
body.woocommerce ul.products li.product a:hover img {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}

#content .woocommerce ul.products li.product a:first-child,
body.woocommerce ul.products li.product a:first-child {
    min-height: 190px;
    display: block;
    overflow: hidden;
}

#content .woocommerce ul.products li.product a:first-child:hover h3,
body.woocommerce ul.products li.product a:first-child:hover h3 {
    color: #f15a5a;
}

#content .woocommerce ul.products li.product a.add_to_cart_button2,
body.woocommerce ul.products li.product a.add_to_cart_button2,
body.woocommerce ul.products li.product.outofstock a.button {
    cursor: pointer;
    border: none;
    background: #67BC9A;
    padding: 12px 0;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}

.woocommerce-page #content .woocommerce ul.products li.product a.add_to_cart_button2,
body.woocommerce ul.products li.product a.add_to_cart_button2,
body.woocommerce ul.products li.product.outofstock a.button {
    padding: 8px 20px;
}

#content .woocommerce ul.products li.product a.add_to_cart_button2:hover,
body.woocommerce ul.products li.product a.add_to_cart_button2:hover {
    color: #fff;
    background: #4FA683;
}

body.woocommerce ul.products li.product.outofstock a.button {
    background: #f15a5a;
}

body.woocommerce ul.products li.product.outofstock a.button:hover {
    background: #CD4040;
}

body.woocommerce ul.products li.product.outofstock span.amount {
    font-size: 0 !important;
    height: 22px !important;
    display: block !important;
}

#content div.ca-quantity > .controls {
    overflow: hidden;
    width: 80px;
    border: 1px solid #DDDDDD;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#content div.ca-quantity > .controls div.quantity {
    float: none;
    margin: 0;
}

#content div.ca-quantity > .controls > div input {
    display: block;
    width: 50px;
    height: 40px;
    color: #444444;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
}

#content div.ca-quantity > .controls > span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 26px;
    height: 50%;
    background: #e9e9e9;
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#content div.ca-quantity > .controls > span.decrease {
    bottom: 0;
    top: auto;
    border-top: 1px solid #d3d3d3;
}

#content div.ca-quantity > .controls > span:hover {
    background: #f15a5a;
    color: #FFF;
}

#content div.ca-quantity > .controls > div input[type=number] {
    -moz-appearance: textfield;
}

#content div.ca-quantity > .controls > div input[type=number]::-webkit-outer-spin-button,
#content div.ca-quantity > .controls > div input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#sidebar .widget_categories ul {
    margin-left: 10px;
}

#sidebar .widget_categories ul li a {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#sidebar .widget_categories ul li a:hover {
    color: #222;
}

#sidebar .widget_products ul li {
    border-top: 2px solid #f5f5f5;
    padding: 10px 0;
    margin: 5px 0;
}

#sidebar .widget_products ul li:first-child {
    border-top: none;
}

#sidebar .widget_products ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 5px;
}

#sidebar .widget_products ul li a span {
    color: #f15a5a;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

#sidebar .widget_products ul li a:hover {
    color: #F15A5A;
}

#sidebar .widget_products ul li a img {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto;
    box-shadow: none;
    display: block;
}

#sidebar .widget_products ul li span.amount {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
}


/******************************************************************************************************************/

#content .woocommerce ul.products li.product h3,
body.woocommerce ul.products li.product h3 {
    color: #494949;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    padding-top: 0;
    font-weight: normal;
    height: 50px;
}

.tax-product_cat #content .woocommerce ul.products li.product h3 {
    min-height: 0;
}

.woocommerce ul.products li.product .product-thumbnail-wrap {
    display: block;
    position: relative;
    /*min-height: 165px;*/
}

.tax-product_cat.woocommerce ul.products li.product .product-thumbnail-wrap {
    min-height: 155px;
}

.home ul.products li.product .product-thumbnail-wrap {
    min-height: 180px;
}

body.woocommerce #content {
    float: right;
    width: 73%;
}

body.woocommerce #sidebar {
    float: left;
    width: 22%;
}

#sidebar ul.product-categories,
#sidebar .sgr-custom-taxonomies-menu ul {
    margin-left: 10px;
}

#sidebar .sgr-custom-taxonomies-menu ul .current-cat a {
    color: #f15a5a;
}

#sidebar ul {}

#sidebar ul li {
    margin-bottom: 5px;
}

#sidebar ul li a {}

#sidebar ul li a:hover {}

.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#sidebar .woo-sidebar ul li a {
    color: #888888;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

#sidebar .woo-sidebar ul li a:hover {
    color: #222;
}

.codeart-shop .product-category-wrap .learn-more p,
div.free-shipping p {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    background: #f15a5a url('images/red-overlay.jpg') repeat 0 0;
    margin: 0;
    padding: 15px 70px;
    border: 2px solid #fff;
}

div.free-shipping {
    border-top: 2px solid #f15a5a;
    border-bottom: 2px solid #f15a5a;
    border-left: 2px solid #f15a5a;
    border-right: 2px solid #f15a5a;
    margin-bottom: 10px;
}

.codeart-shop .product-category-wrap .learn-more {
    border-top: 2px solid #f15a5a;
    border-bottom: 2px solid #f15a5a;
    border-left: 1px solid #f15a5a;
    border-right: 1px solid #f15a5a;
    margin-bottom: 30px;
}

body.woocommerce #wrap #content-sidebar-wrap div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #wrap #content-sidebar-wrap #content div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce-page #wrap #content-sidebar-wrap div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce-page #wrap #content-sidebar-wrap #content div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #wrap #content-sidebar-wrap div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #wrap #content-sidebar-wrap #content div.product .woocommerce-tabs ul.tabs li,
body.woocommerce-page #wrap #content-sidebar-wrap div.product .woocommerce-tabs ul.tabs li,
body.woocommerce-page #wrap #content-sidebar-wrap #content div.product .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
}

body.woocommerce #wrap #content-sidebar-wrap div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #wrap #content-sidebar-wrap #content div.product .woocommerce-tabs ul.tabs li a {
    background: #e9e9e9 !important;
    color: #000000 !important;
    font-size: 12px;
    padding: 10px 25px !important;
    text-align: center;
    text-transform: uppercase;
    margin-right: 3px !important;
}

body.woocommerce #wrap #content-sidebar-wrap div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #wrap #content-sidebar-wrap #content div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #wrap #content-sidebar-wrap div.product .woocommerce-tabs ul.tabs li a:hover,
body.woocommerce #wrap #content-sidebar-wrap #content div.product .woocommerce-tabs ul.tabs li a:hover {
    background-color: #444444 !important;
    color: #FFF !important;
    border: 0 !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    content: "" !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-error,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-message {
    padding: 10px 1em 10px 4.5em !important;
    line-height: 28px !important;
}

body.woocommerce .woocommerce-error li,
body.woocommerce .woocommerce-info li,
body.woocommerce .woocommerce-message li,
body.woocommerce-page .woocommerce-error li,
body.woocommerce-page .woocommerce-info li,
body.woocommerce-page .woocommerce-message li {
    margin-bottom: 0 !important;
    line-height: 28px !important;
}


/*.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
	display: none !important;
}*/

.woocommerce-cart #inner #content .cart_totals span.amount {
    text-align: right;
}

.woocommerce-checkout #inner #content span.amount {
    text-align: left;
    text-indent: 15px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
    display: block !important;
}

form.woocommerce-ordering {
    display: none;
}

.codeart-shop .woocommerce-result-count,
.woocommerce-breadcrumb {
    display: none;
}

.home-bottom {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.home-bottom .widgettitle,
.home-middle .widgettitle,
.codeart-shop #content .widgettitle,
.codeart-shop #content .widgettitle {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #494949;
    display: block;
    border-bottom: 3px solid #eaeaea;
    padding-bottom: 15px;
    text-transform: uppercase;
    width: 60%;
    text-align: center;
    margin: 0 auto 30px;
}

.woocommerce .codeart-custom-shop-content {
    margin-bottom: 30px;
    text-align: center;
}

.woocommerce .codeart-custom-shop-content a.see-all,
.home-bottom .textwidget > a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 auto;
    text-transform: uppercase;
    background: #F14040;
    padding: 10px 25px;
}

.home-bottom .widget.widget_text {
    clear: both;
    text-align: center;
}

.woocommerce .codeart-custom-shop-content a.see-all:hover,
.home-bottom .textwidget > a:hover {
    background: #CD4D4D;
    color: #FFFFFF;
}

.woocommerce .codeart-custom-shop-content ul {
    margin-bottom: 0;
}

.home-bottom .featuredpost .post {
    width: 49%;
    float: left;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.home-bottom .featuredpost .post h2 a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #494949;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
}

.home-bottom .featuredpost .post h2 a:hover {
    color: #f15a5a;
}

.home-bottom .featuredpost .post p {
    color: #959595;
    margin: 0 0 15px 0;
    line-height: 19px;
    font-size: 14px;
}

.home-bottom .featuredpost .post.gfwa-odd {
    padding-right: 2%;
    clear: left;
}

.home-bottom .featuredpost .post.gfwa-even {
    float: right;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

.alignleft {
    float: left;
    margin: 0px 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0px 0px 10px 15px;
}

.alignnone {
    float: none;
}

.archive #content .post {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding: 10px;
    margin: 0 0 30px;
    border: 1px solid #e8e8e8;
    border-bottom: 5px solid #E8E8E8;
}

.archive #content .post h2 a {
    color: #494949;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 8px;
    display: block;
}

.archive #content .post h2 a:hover {
    color: #F15A5A;
}


/*.archive #content .post img {
    border: 1px solid #dcdcdc;
    padding: 4px;
}*/

.archive #content .post p {
    color: #4e4e4e;
}

.archive #content .post .post-meta,
.single #content .post .post-meta {
    clear: both;
    padding-top: 10px;
    border-top: 1px solid #E8E8E8;
}

.single #content .post .post-meta {
    margin-top: 35px;
}

.archive #content .post .post-meta span,
.single #content .post .post-meta span {
    background: url('images/category.png') no-repeat 5px center;
    padding-left: 30px;
    color: #f14040;
    float: left;
}

.archive #content .post .post-meta span a,
.single #content .post .post-meta span a {
    color: #f14040;
    font-size: 12px;
    line-height: 16px;
}

.archive #content .post .post-meta .share-social,
.single #content .post .post-meta .share-social {
    float: right;
}

.archive #content .post .post-meta .share-social > *,
.single #content .post .post-meta .share-social > * {
    float: left;
    margin: 0 3px;
}

.archive #content .post .post-meta .share-social a,
.single #content .post .post-meta .share-social a {
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.85;
}

.archive #content .post .post-meta .share-social a:hover,
.single #content .post .post-meta .share-social a:hover {
    opacity: 1;
}

.archive #content .post .post-meta .share-social a.fb,
.single #content .post .post-meta .share-social a.fb {
    background: url('images/fb-blog.png') no-repeat center center #507CBE;
}

.archive #content .post .post-meta .share-social a.tw,
.single #content .post .post-meta .share-social a.tw {
    background: url('images/tw-blog.png') no-repeat center center #5DC8FF;
}

.archive #content .post .post-meta .share-social a.pi,
.single #content .post .post-meta .share-social a.pi {
    background: url('images/pin-blog.png') no-repeat center center #F15f5D;
}

.archive #content .post .more-link,
.home-bottom .featuredpost .post .more-link {
    background: url('images/right-arrow.png') no-repeat 95% center #F14040;
    display: block;
    padding: 7px 22px 7px 10px;
    text-align: center;
    /*position: absolute;
	bottom: 20px;
	right: 0;*/
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    clear: both;
    /*margin-top: -40px;*/
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*.home-bottom .featuredpost .post .more-link {
	float: none;
	clear: none;
	margin-top: 0;
	position: absolute;
	bottom: 20px;
	right: 0;
}
*/

.home-bottom .featuredpost .post p {
    margin-bottom: 45px;
}

.home-bottom .featuredpost .post .more-link {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.archive #content .post .more-link {
    right: 10px;
}

.archive #content .post .more-link:hover,
.home-bottom .featuredpost .post .more-link:hover {
    background-color: #CD4D4D;
    color: #FFF;
}

.single-post .post-info {
    margin-bottom: 20px;
}

.single-post .post-info span.date {
    font-size: 13px;
    color: #7c7c7c;
}

.single-post .post-info span.author a {
    color: #2a99d8;
}

.single-post .post-info span.author a:hover {
    color: #000;
}

.single-post .post .entry-content a {
    color: #2a99d8;
}

.single-post .post .entry-content a:hover {
    color: #000;
}

.single-post .post .entry-content ul {
    list-style: disc inside none;
    margin: 5px 0;
}

.single-post .post .entry-content ul li {
    margin-bottom: 0px;
}

.single-post .wp-caption {
    padding: 5px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.single-post .wp-caption p {
    font-size: 14px;
    margin: 5px 0;
}

.single-post span.categories a,
.single-post span.tags a {
    color: #2a99d8;
    font-size: 13px;
}

.single-post span.categories a:hover,
.single-post span.tags a:hover {
    color: #000;
}

#sidebar .widget {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

#sidebar .widgettitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
}

#sidebar .widgettitle + div,
.widget_product_search form {
    margin-left: 10px;
}

#sidebar form label {
    display: none;
}

#sidebar form p {
    margin-bottom: 5px;
    display: block;
    background: #f15a5a;
    border: 3px solid #e25050;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 5px 7px;
}

#sidebar input[type="text"],
#sidebar input[type="email"],
#sidebar input[type="search"] {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #888888;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 4px 7px;
    margin: 0px 0px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#sidebar input[type="submit"] {
    cursor: pointer;
    background: #f15a5a;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: none;
    margin: 0;
    padding: 5px 20px;
}

#sidebar input[type="submit"]:hover {
    background: #cd4d4d;
    color: #fff;
}

.woocommerce-page #content div.product div.thumbnails a.first {
    margin-bottom: 5px;
}

#content .single_add_to_cart_button {
    background: #67bc9a;
    padding: 10px 40px;
    margin: 5px 0px 0px 0px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    clear: both;
    margin-top: 15px;
}

#content .single_add_to_cart_button:hover {
    background: #4fa683;
}

.single-product a.reset_variations {
    display: none;
}

.single-product #content .summary .single_variation_wrap {
    display: block !important;
}

.single-product #content .summary .single_variation_wrap,
.single-product #content .summary table.variations {}

.single-product div.woocommerce-tabs > ul {
    padding: 0 !important;
    margin: 0 0 10px !important;
}

.single-product div.woocommerce-tabs > ul.tabs > li {
    float: left;
    margin: 0 5px;
}

.single-product div.woocommerce-tabs > ul.tabs > li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0 0;
    margin: 0px 0px 10px;
}

.single-product .variations_button {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.single-product table.variations {
    display: block;
    float: right;
    width: 49%;
}

.single-product .variations tbody,
.single-product .variations tr,
.single-product .variations tr td.value {
    width: 100%;
    display: block;
}

.single-product .variations tr td.value .select2-container {
    width: 100%;
}

.single-product span.size-select {
    display: block;
    position: relative;
    overflow: hidden;
    outline: none;
    /*border: 1px solid #4fa683;*/
}

.woocommerce-page.single-product #content div.product form.cart .variations select {
    display: block;
    position: relative;
    width: 100px;
    padding: 0 0 0 30px;
    margin: 0;
    border: none;
    background: url('images/size-select-bg.png') no-repeat 0 0;
    height: 31px;
}

.woocommerce-page.single-product #content div.product form.cart .variations {
    margin: 0;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
}

.woocommerce-page.single-product #content div.product form.cart .variations td.label {
    display: none;
}

.woocommerce-page.single-product #content div.product form.cart .variations td.value label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400 !important;
    color: #888888;
    margin-bottom: 5px;
    text-transform: capitalize;
    display: block;
}

.single-product #content .ca-qtu {
    width: 116px;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

.single-product #content .ca-qtu p {
    margin: 0 0 5px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 41%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 55%;
}

.codeart-shop .product-shop-cats {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.codeart-shop .product-shop-cats .shop-cat-item {
    width: 50%;
    float: left;
    clear: none;
    max-width: 340px;
}

.codeart-shop .product-shop-cats .shop-cat-item.odd {
    float: right;
}

.codeart-shop .product-shop-cats .shop-cat-item img {
    width: 100%;
    margin-bottom: 7px;
    height: auto;
}

.codeart-shop .product-shop-cats .shop-cat-item a h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    padding: 0 0 3px;
    margin: 0 0 10px;
    border-bottom: 1px solid #d2d0d0;
    text-transform: uppercase;
}

.codeart-shop .product-shop-cats .shop-cat-item a h3:hover {
    color: #F15A5A;
}

.codeart-shop .product-shop-cats .shop-cat-item p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #494949;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
    border-top: none;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #444444;
    padding-left: 60px !important;
    border: 1px solid #dedede;
    width: 99.6%;
    box-shadow: 2px 2px 0px 1px #dadada;
    -moz-box-shadow: 2px 2px 0px 1px #dadada;
    -webkit-box-shadow: 2px 2px 0px 1px #dadada;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
    top: 0;
    left: 0;
    background: #0797f2;
    height: 48px;
    line-height: 48px;
    padding: 0;
    width: 50px;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
    background: #cd1c1c url('images/error-icon.png') no-repeat center center;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
    height: 100%;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
    background: #38aa00;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce #payment #place_order:active,
.woocommerce-page #payment #place_order:active {
    background: #48c10c;
    display: block;
    text-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-transform: uppercase;
    padding: 9px 20px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: #38aa00;
}

.woocommerce-cart #content table.cart input.button,
.woocommerce-cart #content .woocommerce a.button.wc-backward,
.woocommerce-cart #content .woocommerce .woocommerce-message .button {
    background: #05b2fa url('images/update-cart.png') no-repeat 13px 9px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-shadow: none !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 8px 20px 8px 35px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.woocommerce-cart #content table.cart input.button:hover {
    background-color: #0797f2;
    color: #fff;
}

.woocommerce-cart #content input.checkout-button.button,
.woocommerce-cart #content a.checkout-button.button {
    color: #FFFFFF !important;
    background: #48c10c url('images/right-arrow.png') no-repeat 95% 9px;
    padding: 8px 30px 8px 20px;
    border: 0 !important;
}

.woocommerce-cart #content .woocommerce a.button.wc-backward {
    background: #48c10c url('images/left-arrow.png') no-repeat 5% center;
    padding: 8px 20px 8px 30px;
}

.woocommerce-cart #content .woocommerce .woocommerce-message .button {
    background: #48c10c;
    line-height: 12px;
    padding: 8px;
}

.woocommerce-cart #content .woocommerce .woocommerce-message .button:hover {
    background: #38aa00;
    color: #FFF;
}

.woocommerce-cart #content .woocommerce a.button.wc-backward:before {
    content: "";
}

.woocommerce-cart #content table.cart input.checkout-button.button:hover,
.woocommerce-cart #content .woocommerce a.button.wc-backward:hover,
.woocommerce-cart #content a.checkout-button.button:hover {
    background-color: #38aa00;
    color: #FFFFFF;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    display: none;
}

.woocommerce-cart #content .quantity .plus,
.woocommerce-cart #content .quantity .minus {
    background: #e9e9e9;
    border: none;
    text-shadow: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-cart #content .quantity .plus:hover,
.woocommerce-cart #content .quantity .minus:hover {
    background: #f15a5a;
    color: #fff;
}

.woocommerce-cart #content .quantity input.qty {
    border: none;
    height: 38px;
}

.woocommerce-cart #content .quantity {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.woocommerce table.cart th.product-price,
.woocommerce table.cart th.product-quantity,
.woocommerce table.cart th.product-subtotal {
    text-align: center;
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    float: left;
    clear: none;
}

.woocommerce.single-product p.pp_description {
    display: none !important;
}

.woocommerce.single-product div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
    font-size: 30px !important;
}

.woocommerce.single-product div.pp_woocommerce .pp_close {
    font-size: 2.0em !important;
}

.woocommerce.single-product div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
    font-size: 25px !important;
}

.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce.single-product #inner #content .wc-forward,
.woocommerce-page.single-product #inner #content .wc-forward,
.woocommerce-checkout #inner #content .checkout_coupon .button {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none !important;
    background: #f15a5a;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
}

.woocommerce-checkout #inner #content .checkout_coupon .button:hover {
    background-color: #cd4d4d;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border: 2px solid #db5f68;
}

.woocommerce.single-product #inner #content .wc-forward,
.woocommerce-page.single-product #inner #content .wc-forward {
    background: #48c10c url('images/right-arrow.png') no-repeat 95% center;
    text-transform: none;
    color: #fff;
    padding: 5px 20px;
}

.woocommerce.single-product #inner #content .wc-forward:hover,
.woocommerce-page.single-product #inner #content .wc-forward:hover {
    background-color: #38aa00;
}

.wc-forward a:after,
.wc-forward:after {
    content: "";
}

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

.woocommerce .cart-collaterals .shipping_calculator .button:hover,
.woocommerce-page .cart-collaterals .shipping_calculator .button:hover {
    background: #cd4d4d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #a1a1a1;
    background: #fff;
    border: 2px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
    list-style: none;
}

.woocommerce #payment ul.payment_methods li input[type="radio"],
.woocommerce-page #payment ul.payment_methods li input[type="radio"] {
    width: 0;
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=00);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: block;
    float: left;
}

body.woocommerce-checkout .woocommerce form.login input.button {
    background: #48c10c !important;
    text-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    box-shadow: none !important;
    padding: 9px 20px !important;
    color: #FFFFFF !important;
}

body.woocommerce-checkout .woocommerce form.login input.button:hover {
    background: #38aa00 !important;
}

.woocommerce #payment ul.payment_methods li label,
.woocommerce-page #payment ul.payment_methods li label {
    background: url('images/radio-btn.png') no-repeat 0 4px;
    padding-left: 30px;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

.woocommerce #payment ul.payment_methods li input:checked + label,
.woocommerce-page #payment ul.payment_methods li input:checked + label {
    background-position: 0 -76px;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 0px 1px #d2d2d2;
    -moz-box-shadow: 2px 2px 0px 1px #d2d2d2;
    -webkit-box-shadow: 2px 2px 0px 1px #d2d2d2;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #444;
}

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -2px;
    left: 0;
    margin: -1em 0 0 2em;
}

#content .woocommerce .woocommerce-error li {
    margin-bottom: 5px;
}

div.wpcf7 {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%;
}

div.wpcf7 p {
    padding: 0;
    margin: 0;
}

div.wpcf7 span {
    padding: 0;
    margin: 0;
}

div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 textarea {
    padding: 4px 5px;
    margin: 0 0 5px;
    background: #fff;
    border: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    display: block;
    max-width: 300px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.wpcf7 input[type="text"].wpcf7-not-valid,
div.wpcf7 input[type="email"].wpcf7-not-valid,
div.wpcf7 textarea.wpcf7-not-valid {
    border: 1px solid #f15a5a;
}

div.wpcf7 form span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-validation-errors {
    width: 80%;
    border: 1px solid #f15a5a !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wpcf7-mail-sent-ok {
    width: 80%;
    border: 1px solid #398f14 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.error-border {
    border: 1px solid #F15A5A !important;
}


/*div.wpcf7 textarea {
	max-width: 430px;
}*/

div.wpcf7 input[type="submit"] {
    display: block;
    width: 125px;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0;
    background: #F14040;
}

div.wpcf7 input[type="submit"]:hover {
    background: #CD4D4D;
    color: #fff;
}

.archive #content .post .post-info {
    display: block;
    margin-bottom: 3px;
}

.archive #content .post .post-info span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 15px;
}

.archive #content .post .post-info span.date {
    background: url('images/date-icon.png') no-repeat 0 4px;
    margin-right: 15px;
}

.archive #content .post .post-info span.post-comments {
    background: url('images/comment-icon.png') no-repeat 0 4px;
}

.codeart-shop #content .two-col {}

.codeart-shop #content .three-col {}

.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
    width: 64px;
}

.woocommerce-cart section.shipping-calculator-form p:first-child {
    display: block;
    overflow: hidden;
    border: 1px solid #dddddd;
    padding: 0;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    background: url('images/calculate-select.png') no-repeat center right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.woocommerce-cart section.shipping-calculator-form p:first-child select {
    display: block;
    background: none;
    border: none;
    padding: 7px 6px;
    width: 115%;
    color: #a1a1a1;
}

.navigation ul li {
    float: left;
    margin: 0 5px;
}

.navigation ul li.active a,
.navigation ul li a:hover {
    display: block;
    background: none repeat scroll 0 0 #f15a5a;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.navigation ul li a {
    display: block;
    background: none repeat scroll 0 0 #eaeaea;
    color: #222;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.search #content .archive-description {
    margin: 30px 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none !important;
}

a,
input[type="submit"],
button,
.home-top .featuredpage a img,
.home-top .featuredpage h2,
#content .woocommerce ul.products li.product a:first-child h3,
body.woocommerce ul.products li.product a:first-child h3,
#footer .copyright p a,
body.woocommerce-checkout .woocommerce form.login input.button,
.archive #content .post .post-meta .share-social a,
body.single-product #content div.product div.ca-quantity > .controls > span,
.woocommerce-cart #content a.checkout-button.button {
    -webkit-transition: all .21s ease-in-out;
    -moz-transition: all .21s ease-in-out;
    -ms-transition: all .21s ease-in-out;
    -o-transition: all .21s ease-in-out;
    transition: all .21s ease-in-out;
}


/*
.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 {
	width: 20%;
	margin-right: 6%
}
*/

.woocommerce-result-count {
    display: none;
}

#tab-additional_information h2 {
    display: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 0 !important;
}

.woocommerce-tabs .panel {
    padding: 15px !important;
    border: 1px solid #eee;
    border-top: none;
}

.woocommerce-tabs #tab-additional_information {
    padding: 0 !important;
}

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
    border-top: none;
    margin-bottom: 0;
}

#content .term-description a {
    color: #f15a5a;
}

#content .term-description a:hover {
    color: #cd4d4d;
}

#content .term-description blockquote {
    padding: 0 25px;
}

#content .term-description blockquote p {
    font-style: italic;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    width: 50%;
}

.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr td {
    width: 50%;
}

.single-product #content p.price {
    margin-bottom: 0
}

.single-product #content div.product.outofstock p.price {
    display: none;
}

.single-product.woocommerce #content div.product p.out-of-stock {
    color: red;
}


/*********************
* Entry section
**********************/

body.page #content > .page .entry-content p,
body.single #content > .post .entry-content p {
    margin: 0 0 15px;
}

body.page #content > .page .entry-content img,
body.single #content > .post .entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

body.page #content > .page .entry-content a,
body.single #content > .post .entry-content a {
    color: #E52E2F;
    font-weight: 700;
    border-bottom: 1px dotted #CD4D4D;
}

body.woocommerce-page #content > .page .entry-content a,
body.woocommerce-page #content > .post .entry-content a {
    border-bottom: 0;
}

body.page #content > .page .entry-content a:hover,
body.single #content > .post .entry-content a:hover {
    color: #f15a5a;
}

body.woocommerce-cart td.product-remove a:hover {
    color: #FFFFFF !important;
}

body.single #content > .post .entry-content p strong,
body.single #content > .post .entry-content p b {
    font-weight: bold;
}

body.page #content > .page .entry-content p strong,
body.page #content > .page .entry-content p b,
body.page #content > .page .entry-content p strong *,
body.page #content > .page .entry-content p b *,
body.single #content > .post .entry-content p strong,
body.single #content > .post .entry-content p b,
body.single #content > .post .entry-content p strong *,
body.single #content > .post .entry-content p b * {
    font-weight: bold;
}

body.page #content > .page .entry-content p em,
body.page #content > .page .entry-content p em *,
body.single #content > .post .entry-content p em,
body.single #content > .post .entry-content p em * {
    font-style: italic;
}

body.page #content > .page .entry-content h1,
body.single #content > .post .entry-content h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 5px 0;
}

body.page #content > .page .entry-content h2,
body.single #content > .post .entry-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 5px 0;
}

body.page #content > .page .entry-content h3,
body.single #content > .post .entry-content h3,
.woocommerce-tabs h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0;
}

body.page #content > .page .entry-content h4,
body.single #content > .post .entry-content h4,
.woocommerce-tabs h4 {
    font-size: 22px;
    line-height: 26px;
    margin: 8px 0;
}

body.page #content > .page .entry-content h5,
body.single #content > .post .entry-content h5,
.woocommerce-tabs h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
}

body.page #content > .page .entry-content h6,
body.single #content > .post .entry-content h6 {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
}

body.page #content > .page .entry-content ul,
body.single #content > .post .entry-content ul {
    list-style: disc;
    margin: 5px 5px 5px 20px;
}

body.page #content > .page .entry-content ol,
body.single #content > .post .entry-content ol {
    list-style: decimal;
    margin: 5px 5px 5px 40px;
}

body.page #content > .page .entry-content blockquote,
body.single #content > .post .entry-content blockquote {
    margin: 0 40px;
    font-style: italic;
}

body.page #content > .page .entry-content blockquote > p,
body.single #content > .post .entry-content blockquote > p {
    font-style: italic;
}


/*body.page #content > .page .entry-content table,
body.single #content > .post .entry-content table { width: auto !important; }

body.page #content > .page .entry-content table tr,
body.single #content > .post .entry-content table tr {
	background: #f15a5a;
	border: 1px solid #DCDCDC;
}

body.page #content > .page .entry-content table tr th,
body.single #content > .post .entry-content table tr th {
	background: #f15a5a;
	padding: 10px;
	border-right: 1px solid #DCDCDC;
}

body.page #content > .page .entry-content table tr td,
body.single #content > .post .entry-content table tr td {
	border-right: 1px solid #DCDCDC;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	background: #f5f5f5;
}*/

.select2-container .select2-choice {
    border: 1px solid #ccc !important;
}


/*******************
* END Entry section
*******************/

.aweber-form {
    border: 2px solid #F5F5F5;
    background: #FFFFFF;
    padding: 5px;
}

.aweber-form form {
    background: #F5F5F5;
    padding: 10px;
}

.aweber-form form p {
    color: #4B4B4B;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.aweber-form form input[type='text'] {
    font-family: 'Lato', Arial;
    color: #4e4e4e;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    width: 35%;
    margin: 0 0.5%;
    padding: 8px 5px;
    border: 1px solid #e3e3e3;
}

.aweber-form form input[type='submit'] {
    font-family: 'Lato', Arial;
    color: #FFFFFF;
    background: #F15A5A;
    font-size: 16px;
    line-height: 20px;
    width: 24%;
    margin: 0 0.5%;
    padding: 0px 5px;
    height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

.aweber-form form input[type='submit']:hover {
    background-color: #cd4d4d;
}


/*.widget_products ul.product_list_widget li:first-child{
	margin-top:-25px !important;
}*/

.wpcf7-response-output {
    margin: 10px auto !important;
}

#sidebar .cf_fields_holder p {
    border: 0px;
    background: none;
}

.woocommerce .products li a.button {
    display: none;
}

.woocommerce #content .products li a span.price,
.home #content .products li a span.price {
    margin-bottom: 25px;
}

body.page #content > .page .entry-content img.hide-e,
body.single #content > .post .entry-content img.hide-e {
    display: inline-block;
    position: relative;
    top: 4px;
}


/*FORM PAGES BEGIN*/

div.free_art_form_holder_1 b,
div.free_art_form_holder_2 b,
div.free_art_form_holder_1 strong,
div.free_art_form_holder_2 strong {
    font-weight: 700;
}

div.free_art_form_holder_1 div.free_art_top {
    background: #ededed;
    padding: 25px 30px;
    margin-bottom: 20px;
}

div.free_art_form_holder_1 div.free_art_top form {
    font-size: 0;
}

div.free_art_form_holder_1 div.free_art_top input[type=text],
div.free_art_form_holder_1 div.free_art_top input[type=email],
div.free_art_form_holder_1 div.free_art_top input[type=submit],
div.free_art_form_holder_2 div.free_art_right form input[type=text],
div.free_art_form_holder_2 div.free_art_right form input[type=email],
div.free_art_form_holder_2 div.free_art_right form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 45px;
    line-height: 45px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background: white;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    padding: 0 10px;
    border-radius: 0px;
}

div.free_art_form_holder_1 div.free_art_top input.error,
div.free_art_form_holder_2 div.free_art_right input.error,
form.mm_form input.error{
    border-color: #f15a5a !important;
}

div.free_art_form_holder_1 div.free_art_top form input:first-of-type {
    margin-left: 0;
}

div.free_art_form_holder_1 div.free_art_top input[type=text],
div.free_art_form_holder_1 div.free_art_top input[type=email],
div.free_art_form_holder_2 div.free_art_right form input[type=text],
div.free_art_form_holder_2 div.free_art_right form input[type=email] {
    max-width: 320px;
    width: 100%;
}

div.free_art_form_holder_1 div.free_art_top input[type=submit],
div.free_art_form_holder_2 div.free_art_right form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 0;
    color: white;
    width: 100%;
    max-width: 243px;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-out 0s;
    transition: background 0.2s ease-out 0s;
}

div.free_art_form_holder_1 div.free_art_top input[type=submit]:hover,
div.free_art_form_holder_2 div.free_art_right form input[type=submit]:hover {
    background: #cc4444;
}

div.free_art_form_holder_1 div.free_art_bottom {
    max-width: 780px;
    margin: auto;
    text-align: center;
    background: #fafafa;
    border: 2px dashed #c7c7c7;
    overflow: hidden;
    padding: 20px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_left,
div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_right {
    text-align: center;
}

div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_right {
    width: 100%;
    padding-left: 30px;
}

div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_right {}

div.free_art_form_holder_1 div.free_art_bottom p {
    color: #202020;
}

div.free_art_form_holder_1 div.free_art_bottom p.fa_text1 {
    font-size: 34px;
    line-height: 39px;
    font-weight: 700;
    margin: 0;
    position: relative;
}

div.free_art_form_holder_1 div.free_art_bottom p.fa_text1:after {
    content: '';
    background: url('images/free-art-arrow-red.png') no-repeat 0 0;
    display: block;
    width: 97px;
    height: 98px;
    position: absolute;
    right: 0;
    top: -49px;
}

div.free_art_form_holder_1 div.free_art_bottom p.fa_and {
    margin: 0;
    font-size: 55px;
    line-height: 60px;
    font-style: italic;
    font-weight: 400;
}

div.free_art_form_holder_1 div.free_art_bottom p.fa_text2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}

div.free_art_form_holder_1 div.free_art_bottom p.fa_text3 {
    color: #f15a5a;
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
}

div.free_art_form_holder_1 div.free_art_bottom p.fa_text4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

div.free_art_form_holder_1 div.free_art_bottom p.fa_text5 {
    color: #898989;
    font-size: 18px;
    line-height: 23px;
    font-style: italic;
}

div.free_art_form_holder_2 {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.free_art_form_holder_2 div.free_art_left img {
    width: 100%;
}

div.free_art_form_holder_2 div.free_art_left {
    padding-right: 10px;
}

div.free_art_form_holder_2 div.free_art_left,
div.free_art_form_holder_2 div.free_art_right {
    float: left;
    width: 50%;
}

div.free_art_form_holder_2 div.free_art_right {
    background: #f5f5f5;
    text-align: center;
    padding: 0px 25px 10px;
}


/*RED BACKGROUND*/

div.free_art_form_holder_2 div.free_art_right p.fa_text1,
div.free_art_form_holder_1 div.free_art_top input[type=submit],
div.free_art_form_holder_2 div.free_art_right form input[type=submit] {
    background: #f15a5a;
}

div.free_art_form_holder_2 div.free_art_right p {
    color: #202020;
    font-size: 15px;
    line-height: 21px;
}

div.free_art_form_holder_2 div.free_art_right p a {
    color: #0072bc;
    text-decoration: underline;
}

div.free_art_form_holder_2 div.free_art_right p.fa_text1 {
    font-size: 26px;
    line-height: 33px;
    margin: 0 -25px 10px;
    padding: 10px;
    color: white;
}

div.free_art_form_holder_2 div.free_art_right p.fa_text2 {
    font-size: 21px;
    line-height: 26px;
}

div.free_art_form_holder_2 div.free_art_right form input[type=submit] {
    margin: 0;
    max-width: 245px;
    width: 100%;
}

div.free_art_form_holder_2 div.free_art_right form input[type=text],
div.free_art_form_holder_2 div.free_art_right form input[type=email] {
    border: 1px solid #d3d3d3;
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
}

body.ca-no-sidebar div#content {
    padding-right: 0;
}


div.free_art_form_holder_2 img.join_mail_image{
    position: relative;
    top: 3px
}

/*FORM PAGES END*/


/*MEDIA QUERIES BEGIN*/

@media only screen and (max-width: 1020px) {
    div.free_art_form_holder_1 div.free_art_bottom {
        max-width: 100%;
    }
    div.free_art_form_holder_1 div.free_art_top form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 990px) {
    #header #title-area {
        margin-top: 20px;
    }
    .wrap,
    #content-sidebar-wrap {
        padding: 0 1.5%;
    }
    .codeart-shop #content .woocommerce ul.products li.product {
        width: 30%;
        margin: 0 5% 2.992em 0;
        float: left;
        clear: none;
    }
    .codeart-shop #content .woocommerce ul.products li.product.three-col {
        margin-right: 0;
    }
}

@media only screen and (max-width: 900px) {
    .home #content .home-middle .woocommerce ul.products li.product h3 {
        height: 62px;
    }
    .home ul.products li.product .product-thumbnail-wrap {
        min-height: 160px;
    }
}

@media only screen and (max-width: 820px) {
    div.free_art_form_holder_1 div.free_art_bottom p.fa_text1:after {
        display: none;
    }
    #content,
    #sidebar,
    body.woocommerce #sidebar,
    body.woocommerce #content {
        display: block;
        width: 100%;
        float: none;
        clear: both;
    }
    .home-top .featuredpage h2 a {
        font-size: 24px;
        line-height: 28px;
    }
    /*.home-top .featuredpage span { font-size: 12px; line-height: 16px; }*/
    .home-top .featuredpage {
        padding: 0 3%;
    }
    .home-top .widget_text p {
        font-size: 18px;
        line-height: 22px;
    }
    .home #content .home-middle .woocommerce ul.products {
        font-size: 0;
        line-height: 0;
        text-align: center;
    }
    .home #content .home-middle .woocommerce ul.products li.product {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        margin: 0% 5% 2.5em;
        width: 30%;
        float: none;
    }
    .home #content .home-middle .woocommerce ul.products li.product.first,
    .home #content .home-middle .woocommerce ul.products li.product.last {
        margin: 0;
    }
    .home-bottom .featuredpost .post h2 a {
        font-size: 16px;
        line-height: 20px;
    }
    .home-bottom .featuredpost .post a img {
        display: block;
        float: left;
        width: 45%;
        height: auto;
    }
    .home-bottom .featuredpost .post a.alignleft {
        float: none;
    }
    #sidebar .widget {
        width: 45%;
        margin: 10px 2% 25px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        float: none;
        vertical-align: top;
    }
    #sidebar {
        text-align: center;
    }
    #sidebar * {
        text-align: left;
    }
    #sidebar .widgettitle + div,
    .widget_product_search form,
    #sidebar ul.product-categories {
        margin: 0;
    }
    #content h1.entry-title,
    #content h1.page-title {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .single-product #content .images {
        width: 45% !important;
        float: left !important;
    }
    .single-product #content .summary {
        width: 50% !important;
        float: right !important;
    }
    .codeart-shop .product-shop-cats .shop-cat-item {
        width: 48%;
    }
}

@media only screen and (max-width: 800px) {
    div.free_art_form_holder_2 div.free_art_left {
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }
    div.free_art_form_holder_2 div.free_art_left img {
        width: auto;
        max-width: 100%;
    }
    div.free_art_form_holder_2 div.free_art_left,
    div.free_art_form_holder_2 div.free_art_right,
    div.free_art_form_holder_2 {
        float: none;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .home #content .home-middle .woocommerce ul.products li.product h3,
    .home #content .home-middle .woocommerce ul.products li.product span.amount {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .home #content .home-middle .woocommerce ul.products li.product h3 {
        height: 55px;
    }
}

@media only screen and (max-width: 670px) {
    #header #title-area {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    #header #title-area a {
        margin: 0 auto;
    }
    #header .header-widget-area {
        width: 100%;
        max-width: 540px;
        float: none;
        margin: 15px auto 0;
    }
    #header .header-widget-area p,
    #nav ul {
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {
    div.free_art_form_holder_1 div.free_art_bottom {
        padding: 20px;
    }
    div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_left {
        width: 200px;
    }
    div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_left img {
        width: 100%;
    }
}

@media only screen and (max-width: 635px) {
    .home ul.products li.product .product-thumbnail-wrap {
        min-height: 120px;
    }
    #footer .social {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        text-align: center;
        margin-top: 15px;
    }
    #footer .menu {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .codeart-shop #content .woocommerce ul.products li.product {
        width: 45%;
    }
    .codeart-shop #content .woocommerce ul.products li.product.two-col {
        margin-right: 0;
    }
    .codeart-shop #content .woocommerce ul.products li.product.three-col {
        margin-right: 5%;
    }
}

@media only screen and (max-width: 560px) {
    .home #content .home-middle .woocommerce ul.products li.product {
        width: 80%;
        margin: 0 auto 30px !important;
        display: block;
        float: none;
    }
    .home #content .home-middle .woocommerce ul.products li.product img {
        width: 60%;
    }
    .home-top .featuredpage h2 a {
        font-size: 16px;
        line-height: 20px;
    }
    /*.home-top .featuredpage span { font-size: 10px; line-height: 14px; }*/
    #sidebar .widget {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .archive #content .post a img {
        width: 40%;
        height: auto;
    }
    .archive #content .post a {}
    .aweber-form form input[type='text'],
    .aweber-form form input[type='submit'] {
        width: 100%;
        margin: 3px 0px;
    }
}

@media only screen and (max-width: 550px) {
    div.free_art_form_holder_2 div.free_art_right form input[type=submit] {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 530px) {
    div.free_art_form_holder_1 div.free_art_top input[type=text],
    div.free_art_form_holder_1 div.free_art_top input[type=email],
    div.free_art_form_holder_1 div.free_art_top input[type=submit],
    div.free_art_form_holder_1 div.free_art_top form,
    div.free_art_form_holder_1 div.free_art_bottom,
    div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_left {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_left img {
        width: auto;
        max-width: 100%;
    }
    div.free_art_form_holder_1 div.free_art_bottom div.free_art_bottom_right {
        padding: 0;
    }
    div.free_art_form_holder_1 div.free_art_top input[type=text],
    div.free_art_form_holder_1 div.free_art_top input[type=email] {
        margin-bottom: 10px;
    }
    div.free_art_form_holder_1 div.free_art_top {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 500px) {
    .home-bottom .featuredpost .post {
        display: block;
        position: relative;
        overflow: hidden;
        width: 90%;
        clear: both;
        margin: 10px auto 25px;
        float: none !important;
        padding: 0;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 5px;
    }
    .home-bottom .featuredpost .post a img {
        width: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .single-product #content .images {
        width: 90% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .single-product #content .summary {
        width: 90% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .codeart-shop #content .woocommerce ul.products li.product {
        width: 80%;
        margin: 0 auto 20px !important;
        float: none;
    }
}

@media only screen and (max-width: 480px) {
    .home-top .featuredpage {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    div.free_art_form_holder_2 div.free_art_right {
        padding: 0px 10px 10px;
    }
    div.free_art_form_holder_2 div.free_art_right p.fa_text1 {
        margin: 0 -10px 10px;
    }
}