/*
Theme Name: Isabelina
Theme URI: 
Author: K
Author URI: 
Description: Modified Twenty Eleven theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/*---- Socio webfont ----*/
@font-face {
    font-family: 'socicon';
    src: url('socio/socicon-webfont.eot');
    src: url('socio/socicon-webfont.woff') format('woff'),
         url('socio/socicon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =Structure */
body {
	padding: 0;
}
#page {
	margin: 0;
	padding: 0;
}
#main {
	padding: 0;
	margin: 0;
}
#access div {
	margin: 0;
}
#content {
	margin: 0;
	padding: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #000;
	font-size: 15px; 
	font-family: Georgia, "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html {
	height: 100%;
}
body {
	background: #000; 
	height: 100%;
}
#page {
	background-color: #000;
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100%;
	margin: 0 auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* Links */
a {
	color: #849698;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.isabelina_topmenu {
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.isabelina_topmenu li {
	display: inline-block;
	vertical-align: top;
}
.isabelina_topmenu li a:link, .isabelina_topmenu li a:visited {
	display: block;
	color: #ffafc1;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.isabelina_topmenu li a:hover {
	background-color: #ffafc1;
	color: #000;
}
.main_menu {
	margin: 0;
	list-style: none;
}
.main_menu li {
	display: inline-block;
	position: relative;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 14px 40px;
	cursor: pointer;
	font-style: italic;
}
.floath .main_menu li {
	padding: 0 14px 15px;
}
.main_menu li.pcatdd, .main_menu li.catdd {
	font-style: normal;
}
.main_menu li a:link, .main_menu li a:visited {
	text-decoration: none;
}
.main_menu li:hover {
	color: #ffafc1;
}
.main_menu li .submenu {
	display: none;
	margin: 0;
	position: absolute;
	top: 55px;
	z-index: 9999;
	background-color: #000;
	padding: 20px 30px 0px;
	text-align: left;
	max-width: 805px;
	margin: 0 auto;
	box-sizing: border-box;
}
.floath .main_menu li .submenu {
	top: 30px;
}
.main_menu li:hover > ul {
	display: block;
}
.main_menu li ul.submenu li {
	/* max-width: 256px;
	width: 100%; */
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0px 15px 20px;
	color: #FFF;
	cursor: auto;
}
.main_menu li.rdd ul.submenu {
	width: 230px;
}
.main_menu li.rdd ul.submenu li {
	display: block;
	width: 100%;
	padding: 0 0 20px 0;
}
.main_menu li .submenu li a:hover {
	color: #ffafc1;
}
.main_menu li .submenu li .subcatmenu  {
	padding-top: 6px;
}
.main_menu li .submenu li .subcatmenu li {
	width: 100%;
	display: block;
	text-transform: none;
	padding: 4px 0;
}
.menutoggle {
	display: none;
	vertical-align: middle;
	width: 38px;
	padding-left: 4%;
	text-align: center;
}
.menutoggle .menutitle {
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 1px;
}
.menutoggle .menuicon {
	cursor: pointer;
}
.menutoggle .menuicon div {
	background-color: #FFAFC1;
	height: 4px;
	margin-top: 4px;
}


/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* 404 */
.error404 { text-align: center; }
article.error404 { color: #FFF; }
.error404 .entry-title { padding-top: 120px; font-size: 30px; }
.error404 .entry-content { padding: 50px 0 120px; font-size: 17px; }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	margin-bottom: 15px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
.innerw {
	margin: 0 7%;
}
.stdpg {
	margin: 0 11%;
}
.stdpg .innerw {
	background-color: #FFF;
	padding: 40px;
	margin: 0;
}
.topb {
	background-color: #404040;
	padding: 0 5%;
	text-align: justify;
	height: 31px;
}
.topb:after {
	content: '';
	display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}
.topbl {
	font-family: 'socicon';
	color: #ffafc1;
	font-size: 14px;
	line-height: 14px;
	position: relative;
}
.topbl a {
	display: inline-block;
	padding-right: 15px;
}
.topbr {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 11px;
	position: relative;
}
.hsearch {
	margin-left: 10px;
	cursor: pointer;
}
.hpup-search {
	display: none;
	position: absolute;
	z-index: 1001;
	background-color: #404040;
	padding: 10px;
	right: 0;
	width: 237px;
}
#searchform #s {
	width: 155px;
}
.stdh .innerw {
	text-align: center;
}
.stdh .innerw .hlogo {
	padding: 37px 0;
}
.stdh .innerw .hlogo img {
	max-width: 250px;
}


/* float header */
.floath {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	background-color: #000;
	padding: 25px 0 0;
}
.floath .floatlogo {
	padding-bottom: 15px
}
.floath .floatlogo img {
	width: 145px;
}
.floath .innerw {
	text-align: justify;
}
.floath .innerw:after {
	content: '';
	display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}
.floath .floatright {
	position: relative;
	padding-bottom: 13px;
}
.floath .floatright .hpup-search {
	background-color: #000;
	top: 45px;
}


/* home */
.slideshow {
	position: relative;
}
.sarrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 1000;
	cursor: pointer;
}
#hprev {
	left: 0;
}
#hnext {
	right: 0;
}
.hslide {
	width: 100%;
}
.hslideimg { 
	max-width: 100%; 
}
.homebanner {
	margin-top: 10px;
	position: relative;
}
.homebanner img {
	max-width: 100%;
}
.hbanover {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
}
.hbbox {
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}
#homeb1 .hbbox {
	border: 5px solid #000;
	background-color: #FFF;
	max-width: 245px;
}
#homeb2 .hbbox {
	border: 5px solid #FFF;
	background-color: #000;
	max-width: 355px;
}
#homeb1 .hb-title {
	font-size: 38px;
	line-height: 26px;
	color: #000;
}
#homeb2 .hb-title {
	font-size: 26px;
	line-height: 26px;
	color: #FFF;
}
.hb-div {
	height: 1px;
	display: inline-block;
	width: 72px;
	margin: 20px auto;
}
#homeb1 .hb-div {
	background-color: #000;
}
#homeb2 .hb-div {
	background-color: #FFF;
}
.hb-desc {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #ffafc1;
}
#homeb1 .hb-desc {
	color: #000;
}
#homeb2 .hb-desc {
	color: #FFF;
}
.hlinkboxes {
	padding: 50px 0;
	text-align: center;
}
.hlbox {
	width: 20%;
	margin: 0 5%;
	padding: 0 1.5%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
}
.hlb-title {
	font-size: 28px;
	line-height: 28px;
	color: #FFF;
}
.hlb-div {
	height: 1px;
	display: inline-block;
	width: 52px;
	margin: 12px auto;
	background-color: #FFF;
}
.hlb-desc {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	font-weight: 700;
	color: #FFF;
}


/* standard */
#stdpage .entry-title h1 {
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 30px;
}
#stdpage .entry-content {
	font-size: 15px;
	line-height: 20px;
}


/* design service */
#dspage .pgback {
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	padding: 15vh 0;
	margin-bottom: 20px;
}
#dspage .innerw {
	border: 5px solid #000;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 45px 50px;
}
#dspage .pgtitle {
	text-transform: lowercase;
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 30px;
}
#dspage .titlediv {
	width: 70px;
	margin: 0 auto;
	background-color: #000;
	height: 1px;
	margin-bottom: 20px;
}
#dspage .pgcontent p {
	font-size: 17px;
	line-height: 23px;
}
#dspage .dsimgrow {
	margin-bottom: 20px;
	max-width: 1800px;
}
#dspage .dsimgland img, #dspage .dsimgportl img, #dspage .dsimgportr img {
	width: 100%;
}
#dspage .dsimgportl, #dspage .dsimgportr {
	max-width: 890px;
	width: calc(50% - 10px); 
	width: o-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
}
#dspage .dsimgportl {
	padding-right: 10px;
}
#dspage .dsimgportr {
	padding-left: 10px;
}
#dspage .dsimgland {
	max-width: 1800px;
}


/* blog */
.bh-banner {
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	margin: 0 10px 10px;
	padding: 55px 0;
}
.bh-banner .innerw {
	max-width: 380px;
	border: 5px solid #FFF;
	padding: 20px 60px;
	text-align: center;
	margin: 0 auto;
	background-color: #000;
}
.bh-banner .bh-title {
	text-transform: lowercase;
	font-size: 60px;
	line-height: 60px;
	color: #FFF;
}
.bh-banner .bh-desc {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #FFF;
}
.bh-cats {
	background-color: #fde8ec;
	border-bottom: 10px solid #000;
}
.bh-cats ul {
	list-style: none;
	text-align: center;
	padding-top: 20px;
}
.bh-cats ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 35px 20px;
}
.bh-cats ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
.bcontent {
	background-color: #FFF;
}
.bcontent .innerw {
	text-align: center;
	padding-bottom: 50px;
}
.bentry {
	max-width: 260px;
	width: 100%;
	margin: 30px 18px 50px;
}
.bentry .tmb-img {
	max-width: 260px;
}
.bentry .tmb-img img {
	width: 100%;
	max-height: 260px;
}
.bentry .tmb-title {
	padding-top: 20px;
	font-size: 23px;
	line-height: 27px;
}
.artpager {
	position: relative;
	top: -30px;
	text-align: center;
}
.wp-paginate .current {
    background-color: #333333 !important;
    border: 1px solid #CCC !important;
}


/* single post */
.spost {
	background-color: #FFF;
	color: #000;
	padding: 50px 20px;
}
.spost .innerw {
	max-width: 860px;
	margin: 0 auto;
}
.spost .post-fimg {
	padding-bottom: 30px;
}
.spost .post-wrap {
	padding: 0 0 30px;
	width: calc(97% - 130px);
	width: -o-calc(97% - 130px);
	width: -webkit-calc(97% - 130px);
	width: -moz-calc(97% - 130px);
	padding-right: 3%;
}
.spost .post-title {
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 30px;
}
.spost .post-content, .spost .post-content p {
	font-size: 16px;
	line-height: 22px;
}
.post-social {
	text-align: right;
	max-width: 130px;
}
.post-social .ssba_sharecount {
	margin: 0 0 5px 5px;
}
.post-social .ssba a {
	max-width: 100px;
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-bottom: 5px;
}


/* store locator */
#slpage .outerw {
	background-color: #FFF;
}
#slpage .innerw {
	max-width: 740px;
	margin: 0 auto;
}
#slpage .store {
	max-width: 290px;
	margin: 40px;
	width: 100%;
}
#slpage .store img {
	display: block;
	padding-bottom: 35px;
	max-width: 290px;
	width: 100%;
}
.store .store-title {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: 800;
	font-size: 19px;
	line-height: 23px;
	padding-bottom: 15px;
}
.store .store-addr, .store .store-details, .store .store-email, .store .store-openhours {
	font-size: 15px;
	line-height: 20px;
}
.store .store-div {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	line-height: 15px;
	color: #FFAFC1;
	padding: 10px 0 3px;
}
.store .store-gmap a {
	margin-top: 15px;
	display: inline-block;
	padding: 6px 10px 5px;
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: 800;
	font-size: 15px;
	line-height: 15px;
	border: 2px solid #000;
}


/* search */
.searchres {
	margin: 0 11% 30px;
}
.searchres .innerw {
	background-color: #FFF;
	padding: 50px;
}
.searchres .entry-title, .searchres .page-title {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
}


/* child category */
.cathead {
	border: 5px solid #FFF;
	background-color: #000;
	max-width: 415px;
	width: 100%;
	margin: 0 auto 35px;
	padding: 35px;
	text-align: center;
}
.cathead h1.page-title {
	text-transform: lowercase;
	font-size: 60px;
	line-height: 60px;
	color: #FFF;
}
.cath-div {
	height: 1px;
	display: inline-block;
	width: 64px;
	margin: 15px auto;
	background-color: #FFF;
}
.cathead .term-description {
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	padding: 0 15%;
}
.catbody {
	padding: 0 11%;
}
.pcatnfobox {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.pcatimgbox {
	display: inline-block;
	max-width: 250px;
	height: 250px;
}


/* product */
.product .productinner {
	padding: 80px 7% 40px;
}
.productlist {
	background-color: #FFF;
	padding: 15px 20px;
	width: 78%;
	margin: 0 auto;
}
.proddesc {
	padding: 15px 0 10px;
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
}
.product_meta {
	padding: 30px 0;
	font-size: 11px;
	line-height: 14px;
	margin: 0 !important;
}
.pmetarow {
	padding-bottom: 4px;
}
.product_meta .metatitle {
	width: 90px;
}
.product_meta .metaval{
	width: 50%;
}
.product .penquire {
	margin-right: 30px;
}
.product .pwishlist a {
	display: inline-block;
	padding-bottom: 11px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 800;
	font-family: 'Raleway';
	color: #000;
	text-decoration: none;
}
.product .prodenq {
	display: inline-block;
	color: #FFF;
	background: #000;
	padding: 7px 18px;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-size: 13px;
	font-weight: 800;
}
#product_enquire .pe_wrap {
	padding: 50px 30px 30px;
	background: #FFFFFF;
	color: #000;
	border: 5px solid #000;
	position: relative;
}
#product_enquire .pe-close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: 'Raleway';
	font-size: 38px;
}
#product_enquire .pe_title {
	font-size: 28px;
	line-height: 31px;
}
#product_enquire .pe_desc {
	font-size: 18px;
	line-height: 23px;
	padding: 15px 0 25px;
}
#product_enquire .pe-row {
	padding-bottom: 5px;
}
#product_enquire .pe-label {
	width: 25%;
	font-size: 18px;
	line-height: 20px;
	box-sizing: border-box;
}
#product_enquire .pe-label.ibvtop {
	padding-top: 6px;
}
#product_enquire .pe-inp {
	width: 70%;
	box-sizing: border-box;
}
#product_enquire .pe-inp input[type="text"], #product_enquire .pe-inp input[type="email"], #product_enquire .pe-inp textarea {
	width: 100%;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 7px;
}
#product_enquire .pe-inp input[type="submit"] {
	padding: 8px 30px;
	background-color: #000;
	color: #FFF;
	border: 0px;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	cursor: pointer;
}
#product_enquire .ajax-loader {
}


/* wishlist */
#wishlpg .wishlnotice {
	color: #FFF;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	padding: 60px 20px;
}
.wishtitlewrap {
	margin: 10px 0 70px;
	text-align: center;
}
.wishlist-title {
    padding: 20px 60px;
	text-transform: lowercase;
	font-size: 60px;
	line-height: 60px;
	color: #FFF;
	background-color: #000;
	border: 5px solid #FFF;
}
.wishlempty {
	padding: 40px 10px;
	color: #FFF;
	font-size: 17px;
	line-height: 20px;
}
.wishbtnwrap {
	padding: 50px 0;
	text-align: center;
}
#wishlpg .wishlenq {
	display: inline-block;
	background-color: #f48d9e;
	padding: 18px 30px;
	margin: 0px;
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	font-weight: 800;
	font-family: 'Raleway';
}
#wishlpg .product table {
	width: 100%;
}
#wishlpg .wooprodnfo a {
	color: inherit;
}
#wishlpg .product-remove {
	text-align: center;
}
.woocommerce #wishlpg a.remove {
	display: inline-block !important;
}
.wishlmsg {
	background-color: #FFF;
	padding: 50px;
}
.wishlmsg textarea, .wishlmsg .wpcf7-submit {
	display: none;
}
.wishlmsg .wpcf7-form div.wpcf7-response-output {
	display: none !important; 
}
.product-remove {
	padding-top: 10px;
}
.product-remove .wishremove {
	color: #F48D9E;
	font-weight: bold;
}


/* login/registration */
.usrpg {
	margin: 0 20%;
}
.usrpg .innerw {
	background-color: #FFF;
	padding: 40px 20px;
	margin: 40px 0;
	border: 5px solid #000;
}
.usrpgtitle {
	text-align: center;
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 35px;
}
.usrpglog {
	text-align: center;
	color: #000;
	font-size: 17px;
	line-height: 20px;
}
.usrpg-l {
	width: 50%;
	padding: 10px 5% 30px 0;
	box-sizing: border-box;
	border-right: 1px solid #000;
	font-size: 17px;
	line-height: 20px;
}
.usrpg-l input[type="text"], .usrpg-l input[type="password"], .usrpg-l input[type="email"] {
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	padding: 7px;
	width: 190px;
}
.usrpg-l label {
	width: 100px;
	display: inline-block;
}
.usrpg-l label span, .usrpg .usrinfo span {
	color: red;
}
.usrpg-l .reg-row {
	padding-bottom: 15px;
}
.usrpg-l .login-remember {
	padding: 15px 0;
}
.usrpg-l .login-remember label {
	width: auto;
}
.usrpg-l .login-submit input, .usrpg-l #ureg-submit {
	padding: 8px 30px;
	background-color: #000;
	color: #FFF;
	border: 0px;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	cursor: pointer;
}
#ureg-submit {
	margin-top: 20px;
}
.usrpg-r {
	width: 50%;
	padding: 10px 0 30px 5%;
	box-sizing: border-box;
}
.usrpg .usrinfo {
	font-size: 17px;
	line-height: 20px;
}
.usrpg .reglink {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}
.uregmsg {
	padding-bottom: 20px;
	font-size: 17px;
	line-height: 20px;
}
.uregmsg#uregerror {
	color: red;
}
.fldreq {
	color: red;
}


/* breadcrumb */
.woocommerce .woocommerce-breadcrumb {
    margin: 0 !important;
    padding: 0px;
    font-size: 11px !important;
    color: #777;
	text-transform: uppercase;
	font-weight: 700;
}
.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
}
.woocommerce .productlist .woocommerce-breadcrumb, .woocommerce .productlist .woocommerce-breadcrumb a {
	color: #000 !important
}


/* woocommerce */
.woocommerce .woocommerce-result-count {
	display: none;
}
.woocommerce ul.products {
    padding: 0 0 25px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	position: relative;
    float: none !important;
	display: inline-block;
	vertical-align: top;
    margin: 4px 2px !important;
	/* border: 4px solid #000; */
    padding: 10px 10px !important;
    width: 100% !important;
	max-width: 332px;
	background-color: #FFF;
	text-align: center;
	height: 332px;
}
.woocommerce #wishlpg ul.products li.product, .woocommerce-page #wishlpg ul.products li.product {
	height: 362px;
}
.woocommerce ul.products li.product a img {
	display: inline-block !important;
	width: auto !important;
	max-width: 250px;
	max-height: 250px;
	padding: 0 !important;
	margin: 0 !important;
	
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce ul.products li.product h3 {
    padding: 10px 30px 8px !important;
    font-size: 20px !important;
	color: #000;
}
.woocommerce ul.products li.product .price {
    color: #000 !important;
	padding: 5px 8px;
	border: 2px solid #000;
    display: inline-block !important;
    font-weight: bold !important;
    margin: 0 !important;
    font-size: 12px !important;
	font-family: arial;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0px;
    padding: 0px;
	font-size: 26px;
	line-height: 32px;
}
.woocommerce div.product div.price, .woocommerce div.product span.price {
    color: #000 !important;
	padding: 5px 8px;
	border: 2px solid #000;
    display: inline-block !important;
    font-weight: bold !important;
    margin: 0 !important;
    font-size: 12px !important;
	font-family: arial;
}
.woocommerce div.product div.images img {
	max-width: 300px;
	width: 90% !important;
	padding-left: 10%;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 50px !important;
}
.woocommerce .products ul, .woocommerce ul.products {
	text-align: center;
}
.woocommerce .woocommerce-ordering {
    margin: 0 !important;
	position: relative;
	top: -30px;
}
.woocommerce .woocommerce-ordering .orderby {
	background-color: transparent;
	color: #777;
	border: 2px solid #777;
	padding: 3px 10px
}