/* Reset */

html, body { height: 100%; }

body { margin: 0; padding: 0; font: 12px/18px Arial, serif; color: #434343; background: url(../images/body-bg-light-1.jpg) 0 0 repeat; }

::selection { background-color: #7dd404; color: #fff; }
::-moz-selection { background-color: #7dd404; color: #fff; }
::-webkit-selection { background-color: #7dd404; color: #fff; }

h1, h2, h3, h4, h5, h6, span, p, form, input, ul, li, ol { margin: 0; padding: 0; font-weight: normal; }
h1 { font-size: 38px; line-height: 42px; font-family: Ropa Sans; }
h2 { font-size: 34px; line-height: 38px; font-family: Ropa Sans; }
h3 { font-size: 30px; line-height: 34px; font-family: Ropa Sans; }
h4 { font-size: 25px; line-height: 30px; font-family: Ropa Sans; }
h5 { font-size: 17px; line-height: 21px; font-family: Ropa Sans; }
h6 { font-size: 14px; line-height: 18px; font-family: Ropa Sans; }

table, tr, td { margin: 0; padding: 0; border-collapse: collapse; }

img { border: none; }

a { color: #1e1e1e; text-decoration: none; border: none; }
a:hover { color: #7dd404; text-decoration: none; }
a:focus { outline: 0; }

input[type=text]:focus, input[type=submit]:focus, input[type=password]:focus, textarea:focus, select:focus { outline: 0 none; }
input[type=submit], input[type=text] { -webkit-appearance: none; }
div.selector { height: 31px; background: url(../images/select-left-bg-light-1.png) 0 0 no-repeat; padding: 0 0 0 5px; position: relative; opacity: 0.85; -moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -webkit-transform: translate3d(0,0,0); }
div.selector:hover { opacity: 1; }
	div.selector span { height: 25px; padding: 6px 0 0 8px; background: url(../images/select-right-bg-light-1.png) right 0 no-repeat; display: block; font-size: 12px; }
    div.selector select { top: 0; left: 0; position: absolute; opacity: 0; filter: alpha(opacity:0); height: 31px; border: none; background: none; width: 100%; font: 12px/28px Arial, sans-serif; font-weight: bold; margin: 0; }
		div.selector select option { padding: 5px 10px; }

.caps:first-letter { margin: 9px 7px 0 0; font-size: 46px; line-height: 26px; font-weight: bold; float: left; }

.clear { height: 0; line-height: 0; clear: both; }

blockquote { font-family: Ropa Sans; font-size: 28px !important; line-height: 40px !important; font-weight: 200; margin: 34px 0 34px 75px; padding: 5px 0 0 55px; }
blockquote p { font-size: 34px !important; line-height: 40px !important; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.thumbnail { text-align: center; margin: 0 0 20px 0; }

#twttrHubFrame, #twttrHubFrameSecure { width: 0 !important; height: 0 !important; }

/* Layout structure */

.main-body-wrapper { width: 100%; float: left; position: relative; min-height: 100%; }

.main-content-wrapper { padding: 0 0 400px 0; position: relative; z-index: 500; margin: 0 auto; width: 950px; }

.main-footer-wrapper { display: none; width: 100%; min-height: 350px; padding: 0 0 0 0; position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.75) url(../images/main-footer-wrapper-bg-light-1.png) top left repeat-x; border-top: 1px solid #fff; z-index: 500; }

.main-left-wrapper { float: left; width: 650px; margin: 0 50px 0 0; }

.main-sidebar-wrapper { float: left; width: 250px; margin: 0; }

.align-center { width: 100%; text-align: center; }
.align-left { float: left; text-align: center; margin: 0 23px 0 0; }
.align-right { float: right; text-align: center; margin: 0 0 0 23px; }

.global-message, .woocommerce-message, .woocommerce-error  { padding: 15px; border: #d7d7d7 1px solid; background-color: rgba(0, 0, 0, 0.03); font-size: 12px !important; color: #515151; margin-bottom: 35px !important; }
.global-message a, .woocommerce-message a { color: #7dd404 !important; }
.global-message a:hover, woocommerce-message a:hover { color: #333 !important; }

.woocommerce-error { padding-left: 30px; background-color: rgba(255, 0, 0, 0.05); }
.woocommerce-checkout .woocommerce-error { display: none; }
.woocommerce-checkout .woocommerce-error:first-child { display: block; }

.message-404 { text-align: center; font-size: 24px; margin: 50px 0; }

/* Default elements */

.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.35; filter:alpha(opacity=0); z-index: 700; display: none; }


input[type=text], input[type=password], input[type=email], textarea { background: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; box-shadow: #fff 0 1px 0; font: 12px Arial, serif; height: 28px; border-radius: 4px; color: #565656; padding: 0 5px; }
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #565656; }

.input-text-1 { background: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; box-shadow: #fff 0 1px 0; font: 12px Arial, serif; height: 28px; border-radius: 4px; color: #565656; }
.input-text-1::-webkit-input-placeholder { color: #565656; }

.input-text-2 { background: #fff; border: none; font: 12px/18px Arial, serif; height: 28px; border-radius: 4px; color: #565656; }
.input-text-2::-webkit-input-placeholder { color: #565656; }

.input-error { background: #fff1f1; border: rgba(230, 0, 0, 0.40) 1px solid; box-shadow: #fff 0 1px 0; }

.input-error-wrapper input { background: #fff1f1; border: rgba(230, 0, 0, 0.40) 1px solid; box-shadow: #fff 0 1px 0; }
	.input-error-wrapper label { color: #c30400; }
	.input-error-wrapper span { float: left; margin: 10px 0 0 95px; text-align: center; width: 315px; color: #c30400; font-size: 11px; font-weight: bold; }

.textarea-1 { background: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; box-shadow: #fff 0 1px 0; font: 12px Arial, serif; height: 28px; border-radius: 4px; color: #565656; padding: 8px; }

.button-1 { background-color: rgba(0, 0, 0, 0.85); box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0; border-radius: 3px; font-size: 14px; color: #fff; text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0; text-transform: uppercase; font-weight: bold; padding: 1px 0 0 0; float: left; }
.button-1:hover { color: #fff; background-color: rgba(125, 212, 4, 0.85); box-shadow: none; }
	.button-1 span { border-top: rgba(255, 255, 255, 0.15) 1px solid; padding: 5px 15px 5px 37px; border-radius: 3px; background: url(../images/ico-cart-2.png) 16px 7px no-repeat; float: left; }
	.button-1:hover span { border-top: rgba(255, 255, 255, 0.25) 1px solid; }

/* .button-2 { width: 51px; height: 51px; background: url(../images/bullet-2.png) 0 0 no-repeat; display: block; }
.button-2:hover { background: url(../images/bullet-3.png) 0 0 no-repeat; } */

.button-2 { width: 51px; height: 51px; background: rgba(0, 0, 0, 0.85) url(../images/ico-plus-1.png) center center no-repeat;; display: block; border-radius: 100px; }
.button-2:hover { background-color: rgba(125, 212, 4, 0.85); }

.button-3 { background-color: rgba(53, 133, 0, 1); box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0; border-radius: 3px; font-size: 14px; color: #fff; text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0; text-transform: uppercase; font-weight: bold; padding: 1px 0 0 0; float: left; border: 0; cursor: pointer; }
.button-3:hover { color: #fff; background-color: rgba(125, 212, 4, 0.85); box-shadow: none; }
	.button-3 span { border-top: rgba(255, 255, 255, 0.15) 1px solid; padding: 5px 15px 5px 37px; border-radius: 3px; background: url(../images/ico-cart-2.png) 16px 7px no-repeat; float: left; }
	.button-3:hover span { border-top: rgba(255, 255, 255, 0.25) 1px solid; }

.button-3-disabled { background-color: #868686; cursor: default; }
.button-3-disabled:hover { background-color: #868686; }
	.button-3-disabled span { opacity: 0.5; }

.main-title { background: url(../images/border-3.png) bottom left repeat-x; padding: 0 0 12px 0; margin: 0 0 23px 0; overflow: hidden; position: relative; }
	.main-title p,.main-title h1, .main-title h2  { font-size: 25px; line-height: 25px; font-weight: normal; color: #1e1e1e; float: left; margin: 0 !important; letter-spacing: -0.1px; }
	.main-title a { float: right; color: #767676; font-size: 11px; font-weight: bold; bottom: -8px; position: relative; }
	.main-title a:hover { color: #358500; }
	.main-title .view { padding: 0 0 0 18px; }
	.main-title .view:before { position: absolute; left: 0px; font-size: 12px; content: "\f06e"; font-family: Fontawesome; }
	.main-title .follow { background: url(../images/ico-follow-1.png) 0 3px no-repeat; padding: 0 0 0 18px; }
	.main-title .follow:hover { background-position: 0 -184px; }
	.main-title .share {  padding: 0 0 0 18px; }
    .main-title .share:before { position: absolute; left: 0px; font-size: 12px; content: "\f14d"; font-family: Fontawesome; }
    .main-title .continue { padding: 0 10px 0 0; }
    .main-title .continue:after { position: absolute; right: 0px; top: 1px; font-size: 12px; content: "\f0da"; font-family: Fontawesome; }


.item-block-1 { width: 220px; float: left; position: relative; margin: 0 23px 20px 0; padding: 30px 0 0 0; background: url(../images/border-5.png) top left repeat-x; }
		.item-block-1 .image-wrapper .image-overlay-1 { opacity: 0; }
		.item-block-1 .image-wrapper:hover .image-overlay-1 { opacity: 1; }

	.item-block-1 .image-wrapper-3 { background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; padding: 2px; margin: 0 0 10px 0; }
		.item-block-1 .image-wrapper-3 .image { width: 214px; height: 214px;  overflow: hidden; position: relative; }
			.item-block-1 .image-wrapper-3 .image img { position: absolute; z-index: 1; }
		.item-block-1 .image-wrapper-3 .image-overlay-1 { opacity: 0; z-index: 2; }
		.item-block-1 .image-wrapper-3:hover .image-overlay-1 { opacity: 1; }

	.item-block-1 .image-wrapper { padding: 2px; background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; margin: 0 0 10px 0; }
	.item-block-1 .image { position: relative; }
	.item-block-1 img {  display: block; }
	.item-block-1 h3 { font-size: 18px; line-height: 23px; font-weight: normal; margin: 0 0 6px 0; }
		.item-block-1 h3 a { color: #1e1e1e; }
		.item-block-1 h3 a:hover { color: #358500; }
		.item-block-1 p b { font-size: 22px; color: #358500; font-weight: bold; margin: 0 8px 0 0; letter-spacing: -2px; }
		.item-block-1 p b s { font-size: 22px; color: #868686; font-weight: bold; margin: 0 8px 0 8px; letter-spacing: -2px; }
        .item-block-1 p b em { color: #868686; margin-right: 10px; font-size: 14px; }
        .item-block-1 p a { font-size: 11px; font-weight: bold; color: #767676; }
		.item-block-1 p a:hover { color: #7dd404; }

.item-block-2 { width: 300px; float: left; position: relative; margin: 0 25px 20px 0; padding: 30px 0 0 0; background: url(../images/border-5.png) top left repeat-x; }
		.item-block-2 .image-wrapper .image-overlay-1 { opacity: 0; }
		.item-block-2 .image-wrapper:hover .image-overlay-1 { opacity: 1; }
	.item-block-2 .image-wrapper { padding: 2px; background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; margin: 0 0 10px 0; }
	.item-block-2 .image { position: relative; }
	.item-block-2 img { display: block; }
	.item-block-2 h3 { font-size: 18px; line-height: 23px; font-weight: normal; margin: 0 0 6px 0; }
		.item-block-2 h3 a { color: #1e1e1e; }
		.item-block-2 h3 a:hover { color: #358500; }
		.item-block-2 p b { font-size: 22px; color: #358500; font-weight: bold; margin: 0 8px 0 0; letter-spacing: -2px; }
		.item-block-2 p a { font-size: 11px; font-weight: bold; color: #767676; }
		.item-block-2 p a:hover { color: #7dd404; }

	.item-block-2 .image-wrapper-3 { background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; padding: 2px; margin: 0 0 10px 0; }
		.item-block-2 .image-wrapper-3 .image { width: 294px; height: 294px;  overflow: hidden; position: relative; }
			.item-block-2 .image-wrapper-3 .image img { position: absolute; z-index: 1; }
		.item-block-2 .image-wrapper-3 .image-overlay-1 { opacity: 0; z-index: 2; }
		.item-block-2 .image-wrapper-3:hover .image-overlay-1 { opacity: 1; }

.item-block-3 { background-color: rgba(0, 0, 0, 0.1); border: #fff 1px solid; border-radius: 4px; }
	.item-block-3 .content { border: rgba(0, 0, 0, 0.10) 1px solid; border-radius: 4px; }

.item-tag { position: absolute; z-index: 10; height: 28px; left: -5px; top: 48px; font-size: 13px; font-weight: bold; text-transform: uppercase; text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0; }
	.item-tag span { height: 26px; margin: 0 -10px 0 0; padding: 2px 20px 0 13px; display: block; }
.tag-sale { color: #000; background: url(../images/tag-sale-left-bg.png) 0 0 no-repeat; }
	.tag-sale span { background: url(../images/tag-sale-right-bg.png) top right no-repeat; }
.tag-off { color: #fff; background: url(../images/tag-off-left-bg.png) 0 0 no-repeat; text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0; }
	.tag-off span { background: url(../images/tag-off-right-bg.png) top right no-repeat; }

.title-legend { font-size: 11px; font-weight: bold; color: #868686; margin: 0 0 8px 0; }
	.title-legend a { color: #868686; margin: 0 14px 0 0; }
	.title-legend a:hover { color: #7dd404; }
    .title-legend .category-links { position: relative; padding-left: 20px; }
    .title-legend .category-links a { margin: 0; }
    .title-legend .category-links:before { position: absolute; left: 0px; font-size: 12px; content: "\f07c"; font-family: Fontawesome; }
    .title-legend .category-links { margin: 0 14px 0 0; }

    .title-legend .tag-links { position: relative; padding-left: 20px; }
    .title-legend .tag-links a { margin: 0; }
    .title-legend .tag-links:before { position: absolute; left: 0px; font-size: 12px; content: "\f02c"; font-family: Fontawesome; }
    .title-legend .tag-links { margin: 0 14px 0 0; }

	.title-legend .date { position: relative; padding: 0 0 0 20px; }
    .title-legend .date:before { position: absolute; left: 0px; font-size: 12px; content: "\f017"; font-family: Fontawesome; }

    .title-legend .comments { position: relative; padding: 0 0 0 18px; }
    .title-legend .comments:before { position: absolute; left: 0px; font-size: 12px; content: "\f075"; font-family: Fontawesome; }

	.title-legend .share { position: relative; padding: 0 0 0 18px; }
    .title-legend .share:before { position: absolute; left: 0px; font-size: 12px; content: "\f14d"; font-family: Fontawesome; }

	.title-legend .view { background: url(../images/ico-view-1.png) 0 1px no-repeat; padding: 0 0 0 25px; }
	.title-legend .view:hover { background-position: 0 -188px; }

.more-link { font-weight: bold; font-size: 12px !important; color: #1e1e1e !important; position: relative; padding: 0 8px 0 0; }
.more-link:after { position: absolute; right: 0px; font-size: 12px; content: "\f0da"; font-family: Fontawesome; }
.more-link:hover { color: #7dd404 !important; }

.back-to-the-top { position: absolute; bottom: 23px; right: 40px; color: #fff; font-size: 11px; font-weight: bold; padding: 0 15px 0 0; }
.back-to-the-top:hover { color: #358500; }

.image-overlay-1 { background-color: rgba(0, 0, 0, 0.15); position: absolute; width: 100%; height: 100%; }
	.image-overlay-1 table { margin: 0 auto; height: 100%; }

.image-wrapper-1 { padding: 2px; background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; float: left; }
	.image-wrapper-1 .image-overlay-1 { opacity: 0; }
	.image-wrapper-1:hover .image-overlay-1 { opacity: 1; }
	.image-wrapper-1 .image { position: relative; }
		.image-wrapper-1 .image img { display: block; }

.pages { font-size: 18px; background: url(../images/border-5.png) top left repeat-x; overflow: hidden; margin: 26px 0 0 0; padding: 26px 0 0 0; }
	.pages div a, .pages div span, .post-pages a { color: #868686; float: left; margin: 0 4px 0 0; padding: 6px 8px; cursor: pointer; }
	.pages .previous { position: relative; color: #1e1e1e; float: right; padding: 0 0 0 12px; margin: 6px 0 0 0; }
	.pages .previous:before { position: absolute; left: 0px; font-size: 12px; content: "\f0d9"; font-family: Fontawesome; }
	.pages .next { position: relative; color: #1e1e1e; float: right; padding: 0 12px 0 25px; margin: 6px 0 0 0; }
	.pages .next:after { position: absolute; right: 0px; font-size: 12px; content: "\f0da"; font-family: Fontawesome; }
	.pages .current { color: #1e1e1e; background-color: rgba(0, 0, 0, 0.1); border: #fff 1px solid; border-radius: 4px; }
	.pages .current:hover { color: #1e1e1e; }
		.pages .current { padding: 4px 10px; border: rgba(0, 0, 0, 0.15) 1px solid; border-radius: 4px; }
	.pages a:hover { color: #7dd404; }
	.pages .disabled { opacity: 0.4; cursor: default; }
	.pages .disabled:hover { opacity: 0.4; }

.button-navigation { font-size: 15px; text-transform: uppercase; margin: 0 0 23px 0; }
	.button-navigation table { margin: 0 auto; }
	.button-navigation a { float: left; color: #868686; margin: 0 4px; cursor: pointer; }
	.button-navigation a:hover { color: #7dd404; }
	.button-navigation span { float: left; padding: 6px 8px; }
	.button-navigation .active { color: #1e1e1e; background-color: rgba(0, 0, 0, 0.1); border: #fff 1px solid; border-radius: 4px; }
	.button-navigation .active:hover { color: #1e1e1e; }
		.button-navigation .active span { padding: 4px 8px; border: rgba(0, 0, 0, 0.15) 1px solid; border-radius: 4px; }

.blockquote-1 { padding: 12px 0 27px 50px; }
	.blockquote-1 blockquote { font-size: 34px; line-height: 38px; color: #1e1e1e; background: url(../images/ico-quotes-1.png) 0 7px no-repeat; margin: 0; padding: 0 0 0 77px; }

.s-tag { margin: 0 8px 8px 0; color: #1e1e1e; background-color: rgba(0, 0, 0, 0.1); border: #fff 1px solid; border-radius: 4px; float: left; }
.s-tag:hover { color: #1e1e1e; background-color: rgba(0, 0, 0, 0.05); }
		.s-tag span { padding: 2px 8px; border: rgba(0, 0, 0, 0.15) 1px solid; border-radius: 4px; float: left; font-size: 11px; font-weight: bold; }
.s-tag-active { color: #fff; background-color: rgba(0, 0, 0, 0.6); }
.s-tag-active:hover { color: #fff; background-color: rgba(0, 0, 0, 0.6); }


/* Dock */

.main-dock-wrapper { background: rgba(0, 0, 0, 0.75) url(../images/main-dock-bg-light-1.png) bottom left repeat-x; color: #fff; border-bottom: 1px solid #fff; overflow: hidden; text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0; }
.main-dock { width: 950px; margin: 0 auto; padding: 10px 0; overflow: hidden; }
	.main-dock a { color: #fff; opacity: 0.8; }
	.main-dock a:hover { opacity: 1; color: #358500; }
	.main-dock ul { list-style: none; }
    .main-dock ul.left { float: left; }
    .main-dock ul.left li:first-child { background: none; padding: 0; }

    .main-dock ul.right { float: right; }
    .main-dock ul.right li:first-child { margin: 0; }
    .main-dock ul.right li { float: right; }
    .main-dock ul.right li a { color: #6aee00; opacity: 1; font-weight: bold; }
    .main-dock ul.right li a:hover { color: #358500; }
    .main-dock ul.right li b { color: #a4ff5a; }

	.main-dock li { float: left; background: url(../images/border-1.png) center left no-repeat; padding: 0 0 0 15px; margin: 0 15px 0 0; }

	.main-dock .home { width: 11px; height: 12px; background: url(../images/ico-home-1.png) 0 0 no-repeat; float: left; margin: 3px 0 0 0; }
	.main-dock .home:hover { background-position: 0 -188px; }
	.main-dock .cart { margin: 0; padding: 0 15px 0 0; background: none; }
		.main-dock .cart a { opacity: 1; padding: 0 0 0 15px; }
        .main-dock .cart a i { padding: 0 5px 0 0; }
        .main-dock .cart:hover a, .main-dock .cart:hover b { color: #358500; }


/* Main header */

.main-header { width: 950px; margin: 0 auto 15px auto; padding: 35px 0 0 0; position: relative; z-index: 600; }
	.main-header .logo { float: left; width: 694px; display: table; }
		.main-header .logo a { display: table-cell; }
		.main-header .logo img { float: left; margin: 0 23px 0 0; }
		.main-header .logo .slogan { font-size: 17px; color: #4a4a4a; font-weight: normal; display: table-cell; padding: 0 0 6px 0; width: 100%; vertical-align: bottom; font-family: Ropa Sans; }
	.main-header .l.item-block-2 h3 a:hoverogo-icon { height: 46px; font-size: 71px; font-weight: normal; float: left; color: #220023; background: url(../images/logo-soulage-icon-1.png) 0 0 no-repeat; padding: 20px 0 0 75px; margin: 0 19px 0 0; }
	.main-header .logo-blank { height: 46px; float: left; padding: 20px 0 0 0; margin: 0 19px 0 0; font-family: Ropa Sans; }
		.main-header .logo-blank span { font-size: 71px; font-weight: normal; color: #220023; display: inline; white-space: nowrap }
	.main-header .search { float: right; padding: 11px 0 0 0; }
		.main-header .search input { width: 170px; background: #fff url(../images/ico-search-1.png) 12px 8px no-repeat; padding: 0 0 0 34px; opacity: 0.85; }
		.main-header .search input:focus { width: 220px; opacity: 1; }

/* Main menu */

.main-menu { height: 83px; position: relative; background: url(../images/main-menu-bg-light-1.png) top center no-repeat; padding: 14px 0 0 0; margin: 22px 0 0 0; font-family: Ropa Sans; }
	.main-menu .menu-inner-wrapper { margin: 0 auto; display: table; }
    .main-menu .menu-inner-wrapper .menu-column { display: table-cell; }
		.main-menu ul li { position: relative; float: left; list-style: none; }
			.main-menu ul li a { font-size: 20px; text-transform: uppercase; font-weight: normal; text-decoration: none; display: block; color: #000; padding: 20px 20px 17px 20px; }
                .main-menu ul li.has-children > a span:after { padding: 0 0 0 8px; position: relative; top: -2px; font-size: 12px; content: "\f0d7"; font-family: Fontawesome; }

		.main-menu li:hover > a { color: #7dd404; text-shadow: rgba(0, 0, 0, 0.60) 0 1px 0; background-color: rgba(0, 0, 0, 0.85); }
		.main-menu li:hover .single { background: none; text-shadow: none; }
		.main-menu li > a:hover { color: #7dd404; text-shadow: rgba(0, 0, 0, 0.60) 0 1px 0; }

		.main-menu ul ul { width: 186px; padding: 5px 20px; position: absolute; top: 57px; left: 0; background-color: rgba(0, 0, 0, 0.85); float: left; display: none; z-index: 600; }
			.main-menu ul li:hover > ul { font-style: normal !important; display: block; }
			.main-menu ul ul li { height: auto; margin: 0; padding: 0; background: url(../images/border-2.png) top left repeat-x; float: none; }
			.main-menu ul ul li:first-child { background: none; }
			.main-menu ul ul li a { height: auto; padding: 16px 0 14px 0; margin: 0; color: #fff; font-size: 15px; text-align: left; text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0; text-decoration: none; display: block; background: none; opacity: 0.8; }
			.main-menu ul ul li:hover > a { color: #fff; background: none; opacity: 1; color: #358500; }
				.main-menu ul ul li a span { width: 178px; padding: 0 15px 0 0; display: block; position: relative; }
				.main-menu ul ul li.has-children > a span:after { position: absolute; right: 10px; top: 0; font-size: 12px; content: "\f0da"; font-family: Fontawesome; }

			.main-menu ul ul ul { width: 186px; position: absolute; top: 0; left: 186px; float: left; display: none; z-index: 103; background-color: transparent; padding-top: 8px; }
				.main-menu ul ul ul li, .main-menu ul ul ul li:first-child { background-color: rgba(0, 0, 0, 0.85); }
                .main-menu ul ul ul li a { width: 189px; height: auto; padding: 10px 27px 11px 27px; text-align: left; text-decoration: none; display: block; }

.main-menu-iphone { padding: 25px 0 20px 0; display: none; }
	.main-menu-iphone .categories { width: 145px; position: relative; float: left; margin: 0 10px 0 0; }
		.main-menu-iphone .categories .icon { position: absolute; z-index: 10; left: 11px; top: 6px; }
        .main-menu-iphone .categories .icon:after { color: #0a0a0a; position: absolute; left: 0; top: 0; font-size: 14px; content: "\f150"; font-family: Fontawesome; opacity: 0.85; }

		.main-menu-iphone div.selector span { padding: 6px 0 0 30px; }
	.main-menu-iphone .search-iphone { float: left; padding: 0; width: 145px; }
		.main-menu-iphone .search-iphone input { width: 109px; background: #fff url(../images/ico-search-1.png) 12px 8px no-repeat; padding: 0 0 0 34px; opacity: 0.85; }
		.main-menu-iphone .search-iphone input:focus { width: 109px; opacity: 1; }


/* Sliders */

.homepage-slider-wrapper { margin: 10px 0 40px 0; }

/* Messages */

.message-welcome { background: url(../images/callisto-preview-1.png) 15px 0 no-repeat; min-height: 200px; text-align: center; padding: 23px 28px 0 470px; margin: 0 0 10px 0; }
.message-welcome.no-image { padding: 23px 28px 0 28px; }
	.message-welcome h3 { font-size: 23px; color: #660054; font-weight: normal; margin: 0 0 15px 0; letter-spacing: -0.2px; }
	.message-welcome p { font-size: 13px; line-height: 20px; }
		.message-welcome p b { font-size: 14px; line-height: 22px; }

/* Other elements */

.featured-items { width: 973px; margin: 0 0 20px 0; position: relative; }
	.featured-items .main-title { width: 950px; }
	.featured-items .items-wrapper { overflow: hidden; width: 973px; margin: 0 0 0 -5px; padding: 0 5px 0 5px; }
	.catalog.featured-items .items { overflow: hidden; width: 973px; margin: -15px 0 0 -5px; padding: 0 5px 0 5px; }

    .items .product-category img { max-width: 214px; }
    .items .product-category h3 { text-align: center; }

.related-items { margin: 0 0 -20px 0; }
.related-items .item-block-1 { padding-top: 0; }

.catalog { width: 950px; margin: -5px 0 0 0; }
	.catalog .main-title { width: 950px; }
	.catalog .spacer { width: 950px; height: 2px; line-height: 2px; margin: 20px 0 28px 0; background: url(../images/border-8.png) 0 0 no-repeat; float: left; }
	.catalog .pages { float: left; width: 950px; margin: 0; }
	.catalog .navigation { overflow: hidden; width: 950px; margin: 0 0 23px 0; }
		.catalog .navigation .category { float: left; margin: 0 40px 0 0; }
        .catalog .navigation .selector { width: 200px; float: left; }
		.catalog .navigation .sort { width: 210px; float: left; margin: 0 30px 0 0; }
		.catalog .navigation .total { float: right; margin: 6px 0 0 0; }
		.catalog .navigation label { float: left; font-weight: bold; margin: 6px 15px 0 0; }
        .catalog .navigation form { float: left; margin-right: 15px; }
        .catalog .navigation .woocommerce-ordering { margin: 0 40px 0 0; }
	.catalog .items-wrapper { overflow: hidden; width: 975px; margin: 0 0 0 -5px; padding: 0 5px 0 5px; }
	.catalog .items { overflow: hidden; width: 975px; margin: -30px 0 0 -5px; padding: 0 5px 0 5px; }
    .catalog .items-wrapper.has-sidebar, .catalog .items-wrapper.has-sidebar .items { width: 710px; }

    .catalog .items-wrapper .item-block-1:nth-child(4n+4) { margin-right: 0; }
    .catalog .items-wrapper.has-sidebar .item-block-1:nth-child(4n+4) { margin-right: 23px; }
    .catalog .items-wrapper.has-sidebar .item-block-1:nth-child(3n+3) { margin-right: 0; }

.shop-sidebar-wrapper { width: 220px; margin: 0; float: right; overflow: hidden; }
.shop-sidebar-wrapper .shop-sidebar-item, .shop-sidebar-widget { margin: 0 0 30px 0; }
.shop-sidebar-wrapper .shop-sidebar-item label { font-weight: bold; }
.shop-sidebar-wrapper .main-title { width: 220px; }

.homepage-columns { margin: 0 0 42px 0; }
    .homepage-columns .homepage-column { width: 100%; }
    .homepage-columns .homepage-column .main-title p { font-size: 25px; }
    .single-full-width .homepage-column p { margin: 0; }


.homepage-about { font-size: 16px; line-height: 24px; }
	.homepage-about p { margin: 20px 0 0 0; }
	.homepage-about .caps { margin: 0; }
	.homepage-about a { color: #7dd404; }
	.homepage-about a:hover { color: #358500; }

	.homepage-latest-news .image-wrapper-1 { width: 94px; height: 94px; margin: 0 23px 0 0; }
	.homepage-latest-news .item { background: url(../images/border-5.png) top left repeat-x; overflow: hidden; padding: 25px 0 0 0; margin: 22px 0 0 0; }
		.homepage-latest-news .items .item:first-child { background: none; padding: 0; }
		.homepage-latest-news .item h3 { font-size: 18px; line-height: 23px; font-weight: normal; margin: 0 0 4px 0; }
			.homepage-latest-news .item h3 a { color: #1e1e1e; }
			.homepage-latest-news .item h3 a:hover { color: #7dd404; }
		.homepage-latest-news .item .text { float: left; margin: -5px 0 0 0; }
			.homepage-latest-news .text p a { color: #7dd404; }
			.homepage-latest-news .text p a:hover { color: #358500; }

	.homepage-best-sellers .item-tag { top: 35px; }
	.homepage-best-sellers .image-wrapper-1 { padding: 2px; background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; width: 94px; height: 94px; margin: 0 23px 0 0; float: left; }
	.homepage-best-sellers .item { min-height: 103px; position: relative; background: url(../images/border-5.png) top left repeat-x; padding: 25px 0 0 0; margin: 22px 0 0 0; }
		.homepage-best-sellers .items .item:first-child { background: none; padding: 0; }
		.homepage-best-sellers .item p { margin: 0 0 5px 0; width: 650 }
			.homepage-best-sellers .item p b { font-size: 22px; color: #358500; font-weight: bold; margin: 0 8px 0 0; letter-spacing: -2px; }
			.homepage-best-sellers .item p b em { display: none; }
            .homepage-best-sellers .item p a { font-size: 11px; font-weight: bold; color: #767676; }
			.homepage-best-sellers .item p a:hover { color: #7dd404; }
		.homepage-best-sellers .item .text { width: 67px; float: left; margin: -1px 0 0 0; }
			.homepage-best-sellers .item .text .sold { background: url(../images/ico-star-1.png) 0 0 no-repeat; color: #868686; font-size: 11px; font-weight: bold; padding: 0 0 0 18px; }
			.homepage-best-sellers .item .text .nr { font-size: 54px; line-height: 54px; color: #868686; margin: -9px 0 16px 0; }
            .homepage-best-sellers .item .text s { display: none; }

.blog-list { margin: -5px 0 0 0; }
	.blog-list .item { overflow: hidden; background: url(../images/border-5.png) top left repeat-x; padding: 20px 0 0 0; margin: 0 0 30px 0; }
	.blog-list .item:first-child { padding: 0; background: none; }
    .blog-list .item img, .post img { max-width: 650px; }
		.blog-list .item .title { font-size: 30px; line-height: 34px; letter-spacing: -0.1px; margin: 0 0 6px 0; }
			.blog-list .item .title a { color: #1e1e1e; }
			.blog-list .item .title a:hover { color: #7dd404; }
		.blog-list .item .title-legend { margin: 0 0 17px 0; }
		.blog-list .item .image-wrapper-1 { float: left; margin: 0 23px 0 0; }
		.blog-list .item .text { float: left; width: 650px; margin: -2px 0 0 0; line-height: 19px; }
			.blog-list .item .text p { margin: 10px 0 0 0; }
            .blog-list .item .text div { max-width: 650px; }
				.blog-list .item .text p a { color: #7dd404; }
				.blog-list .item .text p a:hover { color: #358500; }
			.blog-list .item .text p:first-child { margin: 0; }
		.blog-list .search-result .text { width: 466px; }

.main-item-wrapper { margin: -5px 0 40px 0; }
			.main-item-wrapper .main-title p a { font-size: 17px; font-weight: normal; float: left; color: #767676; bottom: 0; }
			.main-item-wrapper .main-title p a:hover { color: #7dd404; }
			.main-item-wrapper .main-title p span { font-size: 17px; font-weight: normal; float: left; color: #767676; margin: 0 5px; }
		.main-item-wrapper .main-title .active { color: #000; }

	.main-item-wrapper .main-image .image-wrapper-3 { background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; padding: 2px; margin: 0 0 25px 0; width: 470px; height: 470px; float: left; }
		.main-item-wrapper .main-image .image-wrapper-3 .image { width: 470px; height: 470px;  overflow: hidden; position: relative; }
			.main-item-wrapper .main-image .image-wrapper-3 .image img { position: absolute; z-index: 1; padding: 0; border: none; }

	.main-item-wrapper .image-wrapper-4 { background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; padding: 2px; margin: 0 7px; width: 60px; height: 60px; opacity: 0.6 }
	.main-item-wrapper .image-wrapper-4:hover { opacity: 1; }
		.main-item-wrapper .image-wrapper-4 .image { width: 60px; height: 60px;  overflow: hidden; position: relative; }
			.main-item-wrapper .image-wrapper-4 .image img { z-index: 1; padding: 0; border: none; }

	.main-item-wrapper .main-image { width: 476px; margin: 0 50px 0 0; float: left; }
		.main-item-wrapper .main-image table { margin: 0 auto; }
		.main-item-wrapper .main-image .active { opacity: 1; }

        #_single-product-slider .image { display: none; }
        #_single-product-slider .image:first-child { display: block; }
        #_single-product-slider { width: 470px; height: 470px; overflow: hidden; }

        .main-item-wrapper  .thumbnails { padding: 0 0 15px 0; position: relative; float: left; }
        .main-item-wrapper .thumbnails .jcarousel-next-horizontal { width: 60px; height: 60px; position: absolute; top: 0; right: 0; background: url(../images/arrow-2.png) center center no-repeat; display: block; float: left; opacity: 0.2; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; }
        .main-item-wrapper .thumbnails .jcarousel-next-horizontal:hover { opacity: 1; }
        .main-item-wrapper .thumbnails .jcarousel-prev-horizontal { width: 60px; height: 60px; position: absolute; top: 0; left: 0; background: url(../images/arrow-1.png) center center no-repeat; display: block; float: left; opacity: 0.2; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; }
        .main-item-wrapper .thumbnails .jcarousel-prev-horizontal:hover { opacity: 1; }
        .main-item-wrapper .thumbnails ul { float: left; text-align: center; width: 240px; }
            .main-item-wrapper .thumbnails ul li a { -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; display: block; position: relative; width: 60px; height: 60px; float: left; overflow: hidden; }

	.main-item-wrapper .text { float: left; width: 424px; }
		.main-item-wrapper .text h1 { font-size: 32px; line-height: 36px; font-weight: normal; margin: -5px 0 12px 0; }
			.main-item-wrapper .text .price { font-size: 32px; line-height: 34px; color: #358500; font-weight: bold; float: left; margin: 17px 0 0 0; letter-spacing: -2px; position: relative; }
                .main-item-wrapper .text .price > span { display: inline-block; float: left; line-height: 25px; }
				.main-item-wrapper .text .price s { color: #868686; font-weight: normal; margin-left: 15px; }
                .main-item-wrapper .text .price del span { text-decoration: line-through; color: #868686; font-weight: normal; margin-right: 15px; }
                .main-item-wrapper .text .price .saved { font-size: 16px; margin-left: 10px; }
                .main-item-wrapper .text .price ins { text-decoration: none; }
                .main-item-wrapper .text .stock { font-size: 16px; margin-left: 10px; white-space: nowrap; float: left; font-style: italic; }

			.main-item-wrapper .text .price .button-3 { float: right; border: none; cursor: pointer; }
		.main-item-wrapper .text label { color: #434343; font-weight: bold; float: left; padding: 6px 0 0 0; }
        .main-item-wrapper .text .options .selector-wrapper { padding: 7px 0 0 0; overflow: hidden; }
				.main-item-wrapper .text .options .item { padding: 7px 0 0 0; overflow: hidden; }
				.main-item-wrapper .text .options .item:first-child { padding: 0; }
				.main-item-wrapper .text .options .selector { float: right; width: 250px; }
				.main-item-wrapper .text .quantity { width: 60px; margin: 0 190px 0 0; }
            .main-item-wrapper .text .quantity-wrapper div.selector { float: right; width: 250px; }
            .main-item-wrapper .text .quantity-wrapper div.selector span { width: 40px; }
            .main-item-wrapper .text .quantity-wrapper { background: url(../images/border-5.png) bottom left repeat-x; padding: 7px 0 25px 0; margin: 0 0 15px 0; }
            .main-item-wrapper .text .non-variable .quantity-wrapper { background: none; margin: 0; padding: 0; }

            .main-item-wrapper .text .meta { background: url(../images/border-5.png) bottom left repeat-x; padding: 0 0 25px 0; margin: 0 0 10px 0; }
            .main-item-wrapper .text .meta .item,  .main-item-wrapper .text .share .item  { width: 100%; float: left; margin: 8px 0 0 0; }
            .main-item-wrapper .text .meta .tags { float: right; padding: 6px 0 0 0; width: 250px; }
            .main-item-wrapper .text .meta .tags a { margin: 0 10px 0 0; }

            .main-item-wrapper .text .single_variation_wrap { width: 424px; }
            .main-item-wrapper .text .single_variation_wrap .inner-price { float: left; }
            .main-item-wrapper .text .single_variation { float: left; }
            .main-item-wrapper .text .single_variation .price { margin: 0; }

            .main-item-wrapper .text .non-variable .price, .main-item-wrapper .text.external .price  { width: 424px; }

		.main-item-wrapper .text .description { padding: 0 0 22px 0; margin: 0 0 22px 0; background: url(../images/border-5.png) bottom left repeat-x; }
        .main-item-wrapper .woocommerce-product-rating { display: none; }

        .main-item-wrapper .grouped .selector span { width: 40px; }

.quick-shop { z-index: 800; display: none; border: rgba(0, 0, 0, 0.15) 1px solid; position: relative; }
	.quick-shop .content { padding: 40px; border: #fff 1px solid; background: url(../images/body-bg-light-1.jpg) 0 0 repeat; width: 808px; position: relative; }
	.quick-shop .main-item-wrapper .main-image { width: 344px !important; margin: 0 45px 0 0; }
    .quick-shop .image-wrapper-3 { float: left; margin: 0 40px 0 0; width: 344px !important; height: 344px !important; }
    .quick-shop  #_single-product-slider { width: 344px; height: 344px; }
        .quick-shop .image-wrapper-3 .image { width: 344px !important; height: 344px !important; }
		.quick-shop .button-1 span { background: url(../images/ico-search-2.png) 16px 8px no-repeat; padding: 5px 15px 5px 36px; }
	.quick-shop .text { float: left; width: 418px; }
		.quick-shop .text h2 { font-size: 32px; line-height: 36px; font-weight: normal; margin: -5px 0 12px 0; }
			.quick-shop .main-item-wrapper .text .price { float: none; }
            .quick-shop .text .price p { font-size: 32px; line-height: 34px; color: #358500; font-weight: bold; float: left; margin: 0 17px 0 0; letter-spacing: -2px; }
				.quick-shop .text .price p s { color: #868686; font-weight: normal; }
			.quick-shop .text .price .button-3 { float: right; }
		.quick-shop .text label { color: #434343; font-weight: bold; float: left; padding: 6px 0 0 0; }
				.quick-shop .text .options form .item { padding: 7px 0 0 0; overflow: hidden; }
				.quick-shop .text .options form .item:first-child { padding: 0; }
				.quick-shop .text .options form .select { float: right; width: 250px; }
				.quick-shop .text .options form .quantity { width: 60px; margin: 0 190px 0 0; }
					.quick-shop .text .description .items .item p { line-height: 19px; }
	.quick-shop .close { position: absolute; width: 29px; height: 28px; background: url(../images/ico-close-1.png) 0 0 no-repeat; top: -15px; right: -15px; }
	.quick-shop .close:hover { background: url(../images/ico-close-2.png) 0 0 no-repeat; }
    .quick-shop .share { display: none; }

    .quick-shop .ajax-form-submited-wrap { display: none; position: relative; width: 418px; height: 30px; float: right; }
    .quick-shop .ajax-form-submited-success { position: absolute; left: 0px; top: 0; display: none; font-weight: bold; width: 418px; margin-right: 30px; height: 30px; font-size: 14px; }
    .quick-shop .ajax-form-submited-success { line-height: 30px; }
	.quick-shop .ajax-form-loader { position: absolute; right: 0; top: 5px; width: 40px; height: 15px; background: url(../images/ajax-loader.gif) center center no-repeat; }

    .quick-shop .jcarousel-skin-tango .jcarousel-container-horizontal { padding: 0 50px !important; width: 245px !important; }
    .quick-shop .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 245px !important; }
    .quick-shop .jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 8px !important; margin-right: 8px !important; }
    .quick-shop .main-item-wrapper .thumbnails .jcarousel-next-horizontal,
    .quick-shop .main-item-wrapper .thumbnails .jcarousel-prev-horizontal { width: 40px !important; }

	.cart-wrapper h3 { font-size: 23px; line-height: 28px; font-weight: normal; margin: 0 0 7px 0; position: relative; }
	.cart-wrapper h4 { font-size: 13px; line-height: 16px; font-weight: normal; color: #767676; position: relative; }
		.cart-wrapper h4 a { color: #767676; }
		.cart-wrapper h4 a:hover { color: #7dd404; }
	.cart-wrapper .cart-items { width: 100%; }
	.cart-wrapper .cart-titles { background: url(../images/border-5.png) bottom left repeat-x; padding: 0 0 12px 0; margin: 0 0 24px 0; overflow: hidden; }
		.cart-wrapper .cart-titles p { margin: 0; float: left; padding: 0 !important; font-size: 11px; font-weight: bold; letter-spacing: 0; color: #434343; }
		.cart-wrapper .cart-titles .item-image { width: 520px; }
		.cart-wrapper .cart-titles .quantity { width: 200px; }
		.cart-wrapper .cart-items .row:first-child { background: none; padding: 0 0 24px 0; }
		.cart-wrapper .cart-items .row { background: url(../images/border-5.png) top left repeat-x; padding: 24px 0; }
		.cart-wrapper .cart-items .item-image { width: 100px; margin: 0 20px 0 0; float: left; padding: 0; }
		.cart-wrapper .cart-items .desc { width: 390px; float: left; padding: 25px 10px 0 0; }
		.cart-wrapper .cart-items .quantity { width: 200px; float: left; padding: 35px 0 0 0; }
			.cart-wrapper .cart-items .quantity .count { width: 34px; text-align: center; float: left; margin: 0 10px 0 0; }
			.cart-wrapper .cart-items .quantity .button-1 { float: left; margin: 1px 0 0 0; }
			.cart-wrapper .cart-items .quantity .more { margin: 1px 5px 0 0; }
				.cart-wrapper .cart-items .quantity .more span { width: 29px; height: 26px; background: url(../images/ico-plus-2.png) center center no-repeat; padding: 0; }
				.cart-wrapper .cart-items .quantity .less span { width: 29px; height: 26px; background: url(../images/ico-minus-1.png) center center no-repeat; padding: 0; }
		.cart-wrapper .cart-items .remove { width: 80px; float: left; padding: 41px 0 0 0; }
			.cart-wrapper .cart-items .remove a { position: relative; color: #d20000; font-size: 14px; font-weight: bold; padding: 0 0 0 15px; }
            .cart-wrapper .cart-items .remove a:before { position: absolute; top: 0px; left: 0px; font-size: 12px; content: "\f00d"; font-family: Fontawesome; }
			.cart-wrapper .cart-items .remove a:hover { color: #f90000; }
		.cart-wrapper .cart-items .price { font-size: 25px; color: #358500; font-weight: bold; letter-spacing: -2px; width: 150px; float: left; padding: 41px 0 0 0; }
		.cart-wrapper .cart-items .note { padding: 20px 0 0 0; margin: 0 127px 0 0; float: left; }
			.cart-wrapper .cart-items .note div { float: left; margin: 7px 23px 0 0; }
					.cart-wrapper .cart-items .note div p b { font-size: 14px; }
			.cart-wrapper .cart-items .note .textarea-1 { float: left; width: 300px; height: 70px; }
		.cart-wrapper .cart-items .total { padding: 20px 0 0 0; float: left; }
			.cart-wrapper .cart-items .total .checkout { overflow: hidden; float: left; }
				.cart-wrapper .cart-items .total .checkout s { font-size: 14px; font-weight: bold; float: left; width: 128px; margin: 14px 0 0 0; text-decoration: none; }
				.cart-wrapper .cart-items .total .checkout b { font-size: 34px; line-height: 34px; color: #358500; font-weight: bold; letter-spacing: -2px; float: left; }
				.cart-wrapper .cart-items .total .checkout p { padding: 0; margin: 0 0 11px 0; clear: both; overflow: hidden; }
				.cart-wrapper .cart-items .total .checkout p:first-child { padding: 0 0 15px 0; }

	.post-wrapper h1, .post-wrapper h2, .post-wrapper h3, .post-wrapper h4, .post-wrapper h5, .post-wrapper h6 { font-weight: normal; padding: 7px 0 7px 0; color: #1e1e1e; }
	.post-wrapper .post-title { font-size: 34px; line-height: 38px; font-weight: normal; margin: -2px 0 6px 0; padding: 0; }
	.post-wrapper .title-legend { margin: 0 0 13px 0; }
	.post-wrapper p { font-size: 14px; line-height: 22px; margin: 0 0 15px 0; }
		.post-wrapper p a { color: #7dd404; }
		.post-wrapper p a:hover { color: #358500; }
	.post-wrapper .post-image { padding: 2px; background-color: #fff; border: rgba(0, 0, 0, 0.15) 1px solid; float: left; margin: 4px 23px 0 0; }

	.caption-image p { font-size: 14px; font-weight: bold; margin: 0; color: #1e1e1e; }
	.caption-image td { padding: 17px 0 22px 0; }
	.caption-image img { margin: 0 0 7px 0; }

    .comments { margin: 30px 0; }
    .comments .main-title { background: url(../images/border-3.png) bottom left repeat-x; margin: 0 0 18px 0; }
		.comments .items { margin-bottom: 30px; }
        .comments .items .item { border-top: #e5e5e5 1px solid; padding: 22px 0 20px 0; position: relative; list-style: none; }
			.comments .items .item .nr { color: #8a8a8a; font-family: Ropa Sans; font-size: 30px; font-weight: 200; position: absolute; top: 4px; right: 0; }
		.comments .items .item:first-child { border: none; padding: 0 0 20px 0; }
		.comments .item .name { font-size: 14px; font-weight: bold; margin: 0 0 7px 0; position: relative; }
        .comments .title-details { margin: 0 0 10px 0; }
        .comments .title-details .time { position: relative; padding: 0 0 0 15px; font-size: 11px; color: #747474; }
        .comments .title-details .time:before { position: absolute; left: 0px; content: "\f017"; font-family: Fontawesome; }
        .comments .item .comment-reply-link { color: #7dd404; font-weight: bold; }
        .comments .item .comment-text { width: 530px; }
        .comments .children { margin-left: 80px; }
        .comments .children .comment-text { width: 520px; }
        .comments .children .children .comment-text { width: 440px; }
        .comments .children .children .children .comment-text { width: 360px; }
        .comments .children .children .children .children .comment-text { width: 280px; }

        .comments .form-submit { overflow: hidden; }

.add-comment { padding: 6px 0 0 0; }
	.add-comment .input-text-1 { padding: 0 8px; opacity: 0.85; width: 348px; }
	.add-comment .input-text-1:focus { opacity: 1; }
	.add-comment .textarea-1 { opacity: 0.85; width: 348px; height: 154px; margin: 0; }
	.add-comment .textarea-1:focus { opacity: 1; }
	.add-comment .label { width: 130px; font-size: 12px; font-weight: bold; vertical-align: top; padding: 6px 0 0 0; }
		.add-comment .button-1 span { padding: 5px 15px; background: none; }
	.add-comment .spacer-1 { height: 10px; }
	.add-comment table { margin: 0 auto; }

	.single-full-width p { font-size: 14px; line-height: 22px; margin: 0 0 15px 0; }
    .single-full-width .main-title p { font-size: 25px; line-height: 25px; }
		.single-full-width p a { color: #7dd404; }
		.single-full-width p a:hover { color: #358500; }

	.contact-form .input-text-1 { padding: 0 8px; opacity: 0.85; width: 340px; }
	.contact-form .input-text-1:focus { opacity: 1; }
	.contact-form .textarea-1 { opacity: 0.85; width: 340px; height: 154px; margin: 0; }
	.contact-form .textarea-1:focus { opacity: 1; }
	.contact-form form { float: left; margin: 0 45px 0 0; }
		.contact-form form label { width: 120px; font-size: 12px; font-weight: bold; vertical-align: top; padding: 6px 0 0 0; float: left; }
		.contact-form form p { margin: 0 0 10px 0; overflow: hidden; padding: 0 0 1px 0; }
		.contact-form form .selector { width: 350px; font: 12px/18px Arial, sans-serif; float: left; opacity: 0.85; }
		.contact-form form .selector:focus { opacity: 1; }
			.contact-form form .submit span { padding: 5px 15px; background: none; color: #fff; }


/* Sidebar items */

.sidebar-item { margin: 0 0 30px 0; }
	.sidebar-item .item-tag { top: 18px; }

	.recent-activity .item { overflow: hidden; background: url(../images/border-5.png) top left repeat-x; padding: 23px 0 0 0; margin: 21px 0 0 0; }
		.recent-activity .items .item:first-child { padding: 0; background: none; }
		.recent-activity .item .image-wrapper-1 { float: left; margin: 0 15px 0 0; }
		.recent-activity .item .text { float: left; margin: -3px 0 0 0; }
			.recent-activity .item .text h3 { font-size: 17px; line-height: 22px; font-weight: normal; margin: 0 0 9px 0; }
				.recent-activity .item .text h3 a { color: #1e1e1e; }
				.recent-activity .item .text h3 a:hover { color: #7dd404; }

	.sidebar-best-sellers .item { background: url(../images/border-5.png) top left repeat-x; padding: 23px 0 0 0; margin: 21px 0 0 0; position: relative; min-height: 103px; }
		.sidebar-best-sellers .items .item:first-child { padding: 0; background: none; }
		.sidebar-best-sellers .item .image-wrapper-1 { float: left; margin: 0 15px 0 0; }
		.sidebar-best-sellers .item .text { width: 135px; float: left; margin: -3px 0 0 0; }
			.sidebar-best-sellers .item .text h3 { font-size: 18px; line-height: 20px; font-weight: normal; margin: 0 0 9px 0; }
				.sidebar-best-sellers .item .text h3 a { color: #1e1e1e; }
				.sidebar-best-sellers .item .text h3 a:hover { color: #7dd404; }
		.sidebar-best-sellers .item p { margin: 0 0 15px 0; }
			.sidebar-best-sellers .item p b { font-size: 22px; color: #358500; font-weight: bold; margin: 0 8px 0 0; letter-spacing: -2px; }
			.sidebar-best-sellers .item p a { font-size: 11px; font-weight: bold; color: #767676; }
			.sidebar-best-sellers .item p a:hover { color: #7dd404; }

    .sidebar-item .best-sellers { width: 250px; }
    .sidebar-item .best-sellers .items { width: 250px; }

		.best-sellers .items { width: 269px; margin: 0 0 -19px 0; float: left; }
        .best-sellers .items .item-block-1:nth-child(1), .best-sellers .items .item-block-1:nth-child(2) { background: none; }
		.best-sellers .item-block-1 { width: 99px; margin: 0 19px 19px 0; padding-top: 0; }
			.best-sellers .item-block-1 .image-wrapper { width: 99px; height: 99px; overflow: hidden; position: relative; margin: 0 0 11px 0; }
			.best-sellers .item-block-1 .image img { width: 99px; }
		.best-sellers .price { padding: 0 0 2px 0; font-family: Ropa Sans; font-size: 19px; line-height: 20px; font-weight: 400; text-align: center; color: #358500; }
			.best-sellers .price s { color: #9f9f9f; font-size: 16px; margin: 0 0 0 10px; }

	.recent-posts .main-title { margin: 0 0 15px 0; }
	.recent-posts .item { border-top: #e5e5e5 1px solid; padding: 19px 0 0 0; margin: 18px 0 0 0; }
	.recent-posts .item:first-child { border: none; padding: 0; margin: 0; }
		.recent-posts .item h2 { font-family: Ropa Sans; font-size: 16px; line-height: 22px; font-weight: 200; margin: 0 0 6px 0; }
		.recent-posts .title-details { margin: 0 0 6px 0; }


    /* Shop sidebar items */
    .shop-sidebar-widget .items { margin: 0 !important; padding: 0 !important; }

    .shop-sidebar-widget.newsletter p { margin-bottom: 8px; }
    .shop-sidebar-widget.newsletter input[type=text] { width: 207px; }
    .shop-sidebar-widget.newsletter input[type=submit] { float: right; margin-top: 10px; background-color: rgba(53, 133, 0, 1); padding: 3px 10px 3px 10px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 3px; font-size: 14px; color: #fff; text-transform: uppercase; }



/* Customer forms */

	/* Order & customer sections */

    .order-info { width: 100%; padding: 15px; border: #d7d7d7 1px solid; background-color: rgba(0, 0, 0, 0.03); font-size: 12px !important; color: #515151; margin-bottom: 35px !important; }
    .order-info mark { background: none; font-weight: bold; }

	.order-wrapper { background-color: rgba(0, 0, 0, 0.03); border: #fff 1px solid; width: 920px; padding: 30px; margin: 0 0 8px 0; }
		.order-wrapper h3 { font-family: Source Sans Pro, sans-serif; font-size: 24px; line-height: 24px; font-weight: 200; text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0; color: #1e1e1e; background: url(../images/border-6.png) bottom center repeat-x; display: block; padding: 0 0 25px 0; margin: 0 0 15px 0; }
		.order-wrapper p { font-size: 12px; line-height: 18px; }
		.order-wrapper .order { margin: 0 0 40px 0; }
		.order-wrapper .billing-address { width: 430px; float: left; margin: 0 60px 0 0; }
			.order-wrapper .billing-address h3 { background: url(../images/border-6.png) bottom center repeat-x; }
				.order-wrapper .billing-address .list p { margin: 0 0 5px 0; }
				.order-wrapper .billing-address .list p:first-child { margin: 0 0 18px 0; }
		.order-wrapper .shipping-address { width: 430px; float: left; }
			.order-wrapper .shipping-address h3 { background: url(../images/border-6.png) bottom center repeat-x; }
				.order-wrapper .shipping-address .list p { margin: 0 0 5px 0; }
				.order-wrapper .shipping-address .list p:first-child { margin: 0 0 18px 0; }
		.order-wrapper .item { margin: 35px 0 0 0; float: left; width: 100%; }

		.order-wrapper .titles { background: url(../images/border-6.png) bottom center repeat-x; padding: 0 0 19px 0; text-shadow: #fff 0 1px 0; margin: 0 0 20px 0; }
			.order-wrapper .titles p { float: left; font-weight: bold; margin: 0; }
			.order-wrapper .titles .product { width: 385px; }
			.order-wrapper .titles .sku { width: 140px; }
			.order-wrapper .titles .price { width: 140px; }
			.order-wrapper .titles .quantity { width: 140px; }
			.order-wrapper .titles .total { width: 115px; }

			.order-wrapper .rows .row { margin: 0; border-top: #d1d1d1 1px solid; padding: 12px 0 0 0; margin: 12px 0 0 0; }
			.order-wrapper .rows .row:first-child { border: none; padding: 0; }
			.order-wrapper .row p { float: left; margin: 0; }
			.order-wrapper .row a { color: #7dd404; }
			.order-wrapper .row a:hover { color: #333; }
			.order-wrapper .row .product { width: 385px; }
			.order-wrapper .row .sku { width: 140px; }
			.order-wrapper .row .price { width: 140px; color: #7dd404; font-weight: bold; }
			.order-wrapper .row .quantity { width: 140px; }
			.order-wrapper .row .total { width: 115px; color: #7dd404; font-weight: bold; }

		.order-wrapper .buttons { float: left; width: 100%; text-align: center; padding: 40px 0 20px 0; }
			.order-wrapper .buttons button { padding: 13px 23px 13px 23px; margin: 0 15px 0 0; display: inline-block; font-size: 18px; }
				.order-wrapper .buttons span a { font-weight: bold; color: #7dd404; }
				.order-wrapper .buttons span a:hover { color: #333; }

		.manage-addresses .row { border-top: #dcdcdc 1px solid; overflow: hidden; display: table; width: 100%; padding: 20px 0 22px 0; }
		.manage-addresses .row:first-child { border: none; padding: 0 0 22px 0; }
		.manage-addresses .row:last-child { padding: 20px 0 10px 0; }
			.manage-addresses .row .left { display: table-cell; }
				.manage-addresses .row .left p { margin: 0; line-height: 18px; font-size: 12px; margin: 0 0 5px 0; }
			.manage-addresses .row .right { text-align: right; display: table-cell; font-size: 46px; line-height: 38px; font-family: Source Sans Pro, sans-serif; font-weight: 200; color: #9f9f9f; text-shadow: #fff 0 1px 0; vertical-align: middle; }
			.manage-addresses .row .shipping-address { width: 980px; margin: 0; padding: 0; background: url(../images/main-bg-1.png) 0 0 repeat; border: #fff 1px solid; }
				.manage-addresses .row .shipping-address .content { padding: 0; }
		.manage-addresses h3 { font-weight: 200; font-size: 24px; color: #1e1e1e; margin: 0 0 5px 0; }
		.manage-addresses .edit { padding: 0 0 15px 0; font-size: 12px; }
			.manage-addresses .edit a { color: #7dd404; }
			.manage-addresses .edit a:hover { color: #333; }
			.manage-addresses .edit a:first-child { background: url(../images/border-1.png) right 3px no-repeat; padding: 0 12px 0 0; margin: 0 10px 0 0; }
		.manage-addresses .item { overflow: hidden; height: 31px; margin: 0 0 7px 0; }
			.manage-addresses .item label { float: left; width: 85px; text-align: right; padding: 6px 0 0 0; font-weight: bold; margin: 0 30px 0 0; text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; }
			.manage-addresses .item input[type=text] { border: 1px solid rgba(0, 0, 0, 0.2); width: 283px; float: left; }
				.manage-addresses .item div.selector span { width: 190px; border: 1px solid rgba(0, 0, 0, 0.2); }
		.manage-addresses .edit-address { width: 420px; margin: 0 auto; padding: 40px 0 27px 0; }
			.manage-addresses .edit-address input[type=checkbox] { float: left; margin: 3px 10px 0 0; }
			.manage-addresses .edit-address .last { padding: 10px 0 0 0; height: auto; }
			.manage-addresses .edit-address button { padding: 13px 23px 13px 23px; margin: 0 15px 0 0; display: inline-block; font-size: 18px; }
			.manage-addresses .edit-address .save { padding: 20px 0 13px 0; margin: 0; }
			.manage-addresses .save span { font-weight: bold; }
			.manage-addresses .save a { color: #7dd404; }
			.manage-addresses .save a:hover { color: #333; }

	.order-history { width: 640px; float: left; }
		.order-history a { color: #7dd404; }
		.order-history a:hover { color: #333; }
		.order-history .row { overflow: hidden; border-bottom: #dcdcdc 1px solid; padding: 15px 0 15px 0; }
		.order-history .title { font-size: 11px; font-weight: bold; color: #1e1e1e; padding: 0 0 11px 0; background: url(../images/border-6.png) bottom center repeat-x; border: none; }
			.order-history .title .total { color: #1e1e1e; }
		.order-history .order { width: 110px; float: left; }
		.order-history .date { width: 150px; float: left; }
		.order-history .payment { width: 150px; float: left; }
		.order-history .fulfillment { width: 135px; float: left; }
		.order-history .total { width: 135px; float: left; color: #358500; font-weight: bold; }
        .order-history .actions { width: 110px; float: left; text-align: center; }

	.shipping-address-history { float: left; width: 278px; margin: 0 30px 0 0; background-color: rgba(0, 0, 0, 0.03); border: #d7d7d7 1px solid; }
		.shipping-address-history .content { padding: 20px 30px; }
			.shipping-address-history .content a { color: #7dd404; padding: 7px 0 0 0; display: block; }
			.shipping-address-history .content a:hover { color: #333; }
			.shipping-address-history .content h3 { font-weight: 200; font-size: 24px; color: #1e1e1e; margin: 0 0 15px 0; padding: 0 0 15px 0; background: url(../images/border-3.png) bottom center repeat-x; }
			.shipping-address-history .content p { margin: 0 0 5px 0; line-height: 18px; font-size: 12px; }
			.shipping-address-history .content .email { margin: 0 0 15px 0; }
            .shipping-address-history .content .digital-downloads li { margin-left: 15px; }
            .shipping-address-history .content .digital-downloads a { padding: 0 !important; }

	.main-login { width: 428px; margin: 0 150px 0 0; padding: 40px 0; float: left; }
		.main-login a { color: #7dd404; }
		.main-login a:hover { color: #333; }
		.main-login label { width: 120px; float: left; text-align: right; padding: 4px 30px 0 0; text-shadow: #fff 0 1px 0; }
		.main-login p { margin: 0 0 11px 0; font-size: 12px; clear: both; }
		.main-login input[type=text], .main-login input[type=password], .main-login input[type=email] { width: 256px; }
		.main-login .sign-in { padding: 10px 0 0 0; }
			.main-login .sign-in b { margin: 6px 0 0 15px; }
			.main-login .input-error-wrapper span { margin: 10px 0 10px 150px; width: 278px; }
			.main-login p:first-child.input-error-wrapper span { margin: 0 0 10px 150px; }

	.guest-login { width: 365px; float: left; padding: 43px 0 0 0; }
		.guest-login h3 { font-weight: 200; font-size: 24px; color: #1e1e1e; margin: 0 0 15px 0; padding: 0 0 15px 0; background: url(../images/border-6.png) bottom center repeat-x; }


    /* Checkout thank you */
        .checkout-thankyou .headline { text-align: center; font-size: 26px; font-family: Ropa Sans; font-weight: 200; color: #358500; }
    .checkout-thankyou .order_meta_wrap { position: relative; margin: 40px 0 30px 0; width: 930px; border: #fff 1px solid; background-color: rgba(255, 223, 71, 0.35); padding: 25px; }
        .order_meta_wrap .order_meta { width: 930px; }
            .order_meta_wrap .order_meta tr.heading { background: url(../images/border-5.png) bottom left repeat-x; }
            .order_meta_wrap .order_meta td { font-size: 14px; width: 232px; text-align: left; padding-top: 15px; color: #333333; text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; }
            .order_meta_wrap .order_meta th { width: 232px; text-align: left; color: #333333; padding-bottom: 20px; text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; }
    .checkout-thankyou .order_meta_wrap::after { content: ""; width: 70px; height: 70px; background: url(../images/tag-order-1.png) 0 0 repeat; position: absolute; top: -5px; right: -5px; z-index: 1; }

    .checkout-thankyou .payment-method { margin: 0 0 30px 0; }
    .checkout-thankyou .payment-method p { text-align: center; font-size: 12px; padding: 0 130px; color: #515151; }

    .checkout-thankyou .payment-method h2 { display: none; }
    .checkout-thankyou .payment-method ul.order_details.bacs_details { display: none; }

    .order-details  .main-title p { font-size: 24px;}
    .order-details  .main-cart { padding-top: 0px; }
    .order-details  .main-cart .product { padding-top: 10px; width: 500px; }
        .order-details  .main-cart .product h4 { font-size: 18px; }
    .order-details  .main-cart .quantity { width: 175px; padding-top: 26px; color: #333333; text-align: right; }
        .order-details  .main-cart .quantity strong { text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; }
        .order-details  .main-cart .quantity span { font-weight: bold; display: inline-block; padding: 5px 15px; margin-left: 5px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.25); }
    .order-details  .main-cart .price { padding-top: 33px; width: 210px; text-align: right; font-size: 22px; font-weight: 200; }

    .order-details .main-cart .row { padding: 30px 0; }
    .order-details .main-cart .row .item-block-1 { width: 50px; }
        .order-details .main-cart .row .item-block-1 .image-wrapper { width: 50px; height: 50px; }

    .order-details .order-totals { padding-top: 30px; background: url(../images/border-5.png) top left repeat-x; }
    .order-details .order-totals .order-total-row { padding-bottom: 25px; }
    .order-details .order-totals .label { width: 650px; float: left; text-align: right; text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; color: #333333; font-weight: bold; }
    .order-details .order-totals .value { width: 260px; float: left; text-align: right; font-family: Ropa Sans; font-size: 22px; font-weight: 200; color: #358500; }
    .order-details .order-totals .order-total-row.last .value { font-weight: 400; }

    .order-details .details { position: relative; padding: 15px; margin: 40px 0 0 0; border: #d7d7d7 1px solid; background-color: rgba(0, 0, 0, 0.03); }
        .order-details .details .details-item { float: left; width: 285px; line-height: 22px; color: #333; text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; margin-right: 30px; }
        .order-details .details .details-item:last-child { margin: 0; }
        .order-details .details .details-item h4 { padding: 0 0 15px 0; margin: 0 0 10px 0; background: url(../images/border-5.png) bottom left repeat-x; font-family: Ropa Sans; }
        .order-details .details .details-item .label { width: 75px; float: left; color: #888; }
        .order-details .details .details-item .value { float: left; }

        .order-details .details .inner-wrap::after { content: ""; width: 70px; height: 70px; background: url(../images/tag-details-1.png) 0 0 repeat; position: absolute; top: -5px; right: -5px; z-index: 1; }

        .order-details .order-again { text-align: right; }
        .order-details .variation dd, .order-details .variation dt { float: left; }

    .edit-address { width: 428px; float: left; padding: 25px 0 0 0; margin: 0 15px 0 0; }
	.edit-address p { overflow: hidden; margin: 9px 0 0 0; padding: 0 0 2px 0; float: right; }
		.edit-address .items p:first-child { margin: 0; overflow: visible; }
	.edit-address label { float: left; width: 105px; font-weight: bold; padding: 6px 0 0 0; font-size: 12px; }
	.edit-address .input-text { width: 305px; height: 28px; padding: 0 8px; float: right; }
	.edit-address .selector { width: 328px; float: left; }
	.edit-address input[type=checkbox] { float: left; margin: 1px 10px 0 0; }
	.edit-address .checkbox { margin: 20px 0 12px 0; font-size: 12px; line-height: 14px; }
    .edit-address .main-title p { font-size: 24px; line-height: 24px; float: none; }
    .edit-address .selector { width: 318px; }
    .edit-address .selector span { width: 310px; }

    .edit-address .buttons input[type="submit"] { background-color: rgba(0, 0, 0, 0.85); box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0; border-radius: 3px; font-size: 14px; color: #fff; text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0; text-transform: uppercase; font-weight: bold; padding: 6px 15px 6px 15px; float: left; border: 0; cursor: pointer; }
    .edit-address .buttons input[type="submit"]:hover { color: #fff; background-color: rgba(125, 212, 4, 0.85); box-shadow: none; }

    .edit-address .buttons { width: 428px; margin-top: 30px; }
    .edit-address .buttons table { margin: 0 auto; }


/* Transitions */

.trans-1 { -moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -webkit-transform: translate3d(0,0,0); }


/* Fonts */

.custom-font-1 { font-family: Ropa Sans; letter-spacing: 0px; -webkit-font-smoothing: antialiased; }


/* Footer */

.main-footer { width: 950px; margin: 0 auto; color: #fff; padding: 33px 0 0 0; }

	.main-footer .main-title { background: url(../images/border-6.png) bottom left repeat-x; text-shadow: rgba(0, 0, 0, 0.60) 0 1px 0; font-family: Ropa Sans; }
		.main-footer .main-title p { color: #fff; opacity: 0.8; }

    .main-footer .footer-widget { width: 22%; margin: 0 3% 0 0; float: left; }
    .main-footer .footer-widget:last-child { margin-right: 0; }
        .main-footer .footer-widget ul { margin: 0 0 0 14px; line-height: 22px; }

	.main-footer .newsletter { width: 230px; float: left; margin: 0 30px 0 0; }
		.main-footer .newsletter .input-text-2 { opacity: 0.8; background: #fff url(../images/ico-mail-1.png) 13px center no-repeat; padding: 0 0 0 38px; width: 115px; height: 25px; margin: 0 0 20px 0; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; float: left; }
		.main-footer .newsletter .submit { background-color: #828282; border-top-right-radius: 4px; border-bottom-right-radius: 4px; float: left; width: 75px; border: none; cursor: pointer; color: #fff; font-size: 15px; height: 28px; -webkit-appearance: none; }
		.main-footer .newsletter .input-text-2:focus { opacity: 1; }
		.main-footer .newsletter p { opacity: 0.8; }
        .main-footer .newsletter .contact-form { margin-top: 10px; }

	.main-footer .widget_nav_menu { width: 140px; float: left; margin: 0 30px 0 0; }
	.main-footer .widget_nav_menu a { color: #fff; opacity: 0.8; font-weight: bold;}
	.main-footer .widget_nav_menu a:hover { opacity: 1; color: #7dd404;}
	.main-footer .widget_nav_menu ul { line-height: 23px; margin: -4px 0 0 15px; list-style-type: disc; }
    .main-footer .widget_nav_menu .sub-menu { margin-left: 12px; }

    .main-footer .footer-widget.twitter { width: 300px; height: 310px; float: left; }
		.main-footer .footer-widget.twitter a { color: #ff2d6d; }
		.main-footer .footer-widget.twitter a:hover { color: #ff2d6d; text-decoration: underline; }

	.main-footer .about-us { width: 180px; float: left; }
		.main-footer .about-us p { opacity: 0.8; }
		.main-footer .about-us .social { opacity: 1; padding: 22px 0 0 0; }
			.main-footer .about-us .social a { margin: 0 10px 0 0; font-size: 18px; color: #fff; opacity: 0.8; }
			.main-footer .about-us .social a:hover { color: #ff2d6d; }
            .main-footer .about-us .social img { vertical-align: middle; margin: 0 2px; }
        .main-footer .about-us .cards { opacity: 1; padding: 22px 0 0 0; }
            .main-footer .about-us .cards a { width: 29px; height: 20px; margin: 0 7px 0 2px; display: block; float: left; }
            .main-footer .about-us .cards .visa { background: url(../images/ico-visa-1.png) no-repeat top left; }
            .main-footer .about-us .cards .mastercard { background: url(../images/ico-mastercard-1.png) no-repeat top left; }
            .main-footer .about-us .cards .americanexpress { background: url(../images/ico-americanexpress-1.png) no-repeat top left; }
            .main-footer .about-us .cards .paypal { background: url(../images/ico-paypal-1.png) no-repeat top left; }

	.main-footer-wrapper .copyright { float: left; width: 100%; margin: 0; text-align: center; background: url(../images/border-7.png) top center no-repeat; padding: 30px 0 0 0; font-size: 11px; font-weight: bold; }
		.main-footer-wrapper .copyright .copyright-inner-wrapper { margin: 0 auto; display: table; }
        .main-footer-wrapper .copyright .copyright-inner-wrapper .copyright-column { display: table-cell; }
		.main-footer-wrapper .copyright a { color: #fff; }
		.main-footer-wrapper .copyright a:hover { color: #358500; }
		.main-footer-wrapper .copyright p { color: #fff; opacity: 0.5; }
        .main-footer-wrapper .copyright span { float: left; }
		.main-footer-wrapper .copyright .planetshine { width: 74px; height: 30px; background: url(../images/logo-planetshine-1.png) 0 0 no-repeat; float: left; margin: -10px 0 0 6px; opacity: 0.5; }
		.main-footer-wrapper .copyright .planetshine:hover { background-position: 0 -170px; opacity: 1; }
		.main-footer-wrapper .copyright .spacer { width: 43px; background: url(../images/border-1.png) center center no-repeat; opacity: 1; }
        .main-footer-wrapper .copyright .planetshine-wrapper { margin: 20px 0; height: 25px; }

    .main-footer .footer-widget .item-block-1 { background: none; margin: 0 10px 19px 0; padding: 0; }
    .main-footer .footer-widget.best-sellers .items .item-block-1:nth-child(1),
    .main-footer .footer-widget.best-sellers .items .item-block-1:nth-child(2){ margin-top: 0; }
    .main-footer .footer-widget.best-sellers .items { width: 220px; }

    .main-footer .footer-widget, .main-footer .footer-widget a { color: #fff; }

	.main-footer .footer-widget .store-hours dt { float: left; width: 50%; }
	/*.main-footer .footer-widget .store-hours dd { float: right; width: 50%; }*/

	.main-footer .footer-widget .wpcf7-form input[type=text],
	.main-footer .footer-widget .wpcf7-form input[type=password],
	.main-footer .footer-widget .wpcf7-form input[type=email],
	.main-footer .footer-widget .wpcf7-form textarea {
		max-width: 195px;
	}

	.main-footer .footer-widget .wpcf7-form iframe {
		transform:scale(0.69);
		-webkit-transform:scale(0.69);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
