/*  
Theme Name: Neo Nouveau
Theme URI: http://www.NeoNouveau.ca
Description: A theme designed by Linear Design for neonouveau.ca
Author: James Roy
Author URI: http://lineardesign.ca
Version: 1.0.0
Template: wordpress-bootstrap-master
*/

/* Font Overrides
*******************************************/
.wow { visibility: hidden }
a.navbar-brand, h1, h2, h3, h4, h5, h6, .navbar-inner, .menu-item, .btn {
    font-family: 'Old Standard TT', serif;
    font-weight: normal;
}
h1, h2, h3 { text-shadow: 1px 1px 2px rgba(0,0,0,.4) }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 { color: #ddd }
body {
    font-family: 'Alegreya Sans', sans-serif;
    color: #503d32;
    font-size: 15px;
    line-height: 1.6;
}
footer * {
    font-family: 'Alegreya Sans', sans-serif;
    color: #c1a282;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer  h6 { font-weight: bold }
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('library/fonts/glyphicons-halflings-regular.eot');
    src: url('library/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('library/fonts/glyphicons-halflings-regular.woff') format('woff'), url('library/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('library/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* Global Styling 
*******************************************/
body {
    padding-top: 170px;
    background-image: url(/wp-content/themes/neonuveau/site-images/leather_bg.jpg);
}
section {
    padding-left: 15px;
    padding-right: 15px;
}
article section { padding: 0px }
a, a *, button, .button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a { color: rgb(155,22,28) }
footer a, .coloured_2 a { color: #82888d }
a:hover { color: #fff }
a:focus { color: #2f3941 }
.social {
    position: absolute;
    top: 1px;
    left: 15px;
    line-height: 40px;
    font-size: 1em;
}
.logo {
    text-align: right;
    display: block;
    padding-top: 5px;
    color: #fff;
}
.logo a, .logo h1, .logo h3 {
    text-decoration: none;
    color: #fff;
}
.logo a:hover * { color: rgba(255,255,255,.7) }
.logo h1 { margin-bottom: 0px }
.logo h3 {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: .9em;
    letter-spacing: .08em;
    margin-top: 0px;
    text-transform: uppercase;
}
.coloured {
    background-color: #5f686f;
    color: #eee;
}
.coloured h1, .coloured h2, .coloured h3, .coloured h4, .coloured h5, .coloured h6 { color: #c1a282 }
.coloured_2 {
    background-color: rgb(48,57,65); /*blue*/
    color: #eee;
}
.coloured_2 h1, .coloured_2 h2, .coloured_2 h3, .coloured_2 h4, .coloured_2 h5, .coloured_2 h6 { color: #c1a282 }
.stitch {
    border-top: dashed 1px #eee;
    border-bottom: dashed 1px #eee;
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
}

.wrapper {
    /* Leather Page */
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 65px;
}
.wrapper_1 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.wrapper_2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sub-wrap { box-shadow: 1px 1px 2px rgba(0,0,0,.4) }
.first {
    margin-top: -170px;
    padding-top: 170px;
}
#main .alert { display: none }
.google-map-placeholder { border: none !important }
.page-id-826 #sidebar2 { padding-top: 30px }

/* Global Image Styling 
*******************************************/
img.attachment-wpbs-featured, .post_content img { margin-bottom: 20px }
.social .fa {
    font-size: 20px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 4px;
	margin-right: 3px;
}
footer .col-sm-3 .textwidget img {
    float: right;
    border: none;
}
#contentwrap img, .google-map-placeholder {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px dotted #FFF;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px;
}

/* List Styling 
*******************************************/
#sidebar1 ul,.container #sidebar2 ul { padding: 0px }
#sidebar1 li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.container #sidebar2 ul {border-top: dashed 1px rgba(255,255,255,.5);}

.container #sidebar2 li {
	list-style: none;
	padding:5px;
	border-bottom: dashed 1px rgba(255,255,255,.5);
	margin-bottom:5px;
}

.container #sidebar2 li a {display:block}

.product-categories {
    padding: 0px;
    list-style: none;
}

/* Forms Styling 
*******************************************/
.gform_wrapper ul {
    padding-left: 0;
    list-style: none;
}
.gform_wrapper li { margin-bottom: 15px }
.gform_wrapper form { margin-bottom: 0 }
.gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #b94a48;
}
.ginput_container input, .ginput_container select, .ginput_container textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder { color: #999 }
.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder { color: #999 }
.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder { color: #999 }
.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder { color: #999 }
.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea { height: auto }
.ginput_container textarea { height: auto }
.gform_button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.gform_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.gform_button:hover, .gform_button:focus {
    color: #333;
    text-decoration: none;
}
.gform_button:active, .gform_button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { background-image: none }
.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.gform_wrapper .gfield_error .gfield_label { color: #b94a48 }
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
    border-color: #eed3d7;
    background-color: #f2dede;
    color: #b94a48;
}
.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
    border-color: #b94a48;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
}
.validation_error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.validation_error h4 {
    margin-top: 0;
    color: inherit;
}
.validation_error .alert-link { font-weight: bold }
.validation_error>p, .validation_error>ul { margin-bottom: 0 }
.validation_error>p+p { margin-top: 5px }
.validation_error hr { border-top-color: #e6c1c7 }
.validation_error .alert-link { color: #953b39 }
#gforms_confirmation_message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#gforms_confirmation_message h4 {
    margin-top: 0;
    color: inherit;
}
#gforms_confirmation_message .alert-link { font-weight: bold }
#gforms_confirmation_message>p, #gforms_confirmation_message>ul { margin-bottom: 0 }
#gforms_confirmation_message>p+p { margin-top: 5px }
.gallery-row { padding: 15px 0 }
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft { float: left }
.alignright { float: right }
figure.alignnone {
    margin-left: 0;
    margin-right: 0;
}

/* Footer Styling 
*******************************************/
footer { padding-bottom: 20px }
footer ul {
    list-style: none;
    padding: 0px;
}
footer ul li { }
footer#colophon a {
    color: #c1a282;
    text-decoration: underline;
}
footer#colophon a:hover, footer .current-menu-item a { color: #eee !important }
footer .col-sm-3:last-of-type { text-align: right }
footer .site-info { text-align: right }
footer p { margin-bottom: 0px }
footer hr { border-color: #5c5955 }

/* Buttons 
*******************************************/
a:hover { text-decoration: none }
.button {
    
/*woocommerce to bootstrap basic restyling */
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
}
.btn, .button {
    border-radius: 0px;
    border: none;
    background-color: rgba(155,22,28,.8); /*red*/
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: rgb(48,57,65); 
    border-color: rgb(48,57,65); /*blue*/
}
.coloured .button {
    background-color: rgba(255,255,255,.4);
    color: #fff;
}
#contentwrap .btn:hover, .coloured .button:hover, .button:hover, #featured_items .wrapper_1:hover .btn {
    color: #303941;
    background-color: rgba(255,255,255,.8);
}
#contentwrap .btn:hover .glyphicon, #featured_items .wrapper_1:hover .glyphicon { color: #9b151d }
.home-about {
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.page-numbers {list-style:none; width:150px; margin:auto}
.page-numbers li {display:inline-block}
.page-numbers li a {padding:10px}

/* Navigation 
*******************************************/
.navbar-default {
    background-color: rgba(155,22,28,.8); /*red*/
    border: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,.3);
    background-image: url(/wp-content/themes/neonuveau/site-images/nav_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}
.navbar-default .container {
    padding-top: 40px;
    position: relative;
}
.navbar-brand {
    padding: 5px;
    padding-left: 15px;
}
.navbar-nav { float: right }
.navbar-default .navbar-nav > li > a { color: #eee }
.navbar-default .navbar-nav > li > a {
    border-bottom: 5px solid rgba(0,0,0,0);
    font-size: 1.1em;
    line-height: 115px;
    padding-top: 0px;
    padding-right: 18px;
    padding-bottom: 0px;
    padding-left: 18px;
    margin-top: -5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li > a.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a {
    background-color: rgba(48,57,65,.3); /*blue*/
    border-bottom: 5px solid #303941;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.btn-group, .btn-group-vertical {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 20px;
    top: 0px;
}
.btn-group button {
    background: none;
    color: #fff;
    border: none;
    margin-top: 0px;
    line-height: 30px;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { color: #eee }
.btn-group .btn-default:hover, .btn-group .btn-default:focus, .btn-group .btn-default:active, .btn-group .open .dropdown-toggle.btn-default { background: none !important }

/* Home Page 
************************************************/
#carousel {
    margin-top: -170px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Carousel
************************************************/
.sequence-canvas img {
    float: right;
    max-height: 300px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    border: dotted 1px #fff;
    background-color: rgba(255,255,255,.6);
    padding: 4px;
}
.sequence-canvas h2 {
    padding-top: 0px;
    margin-top: 0px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.sequence-canvas p {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}
.sequence-canvas a {
    float: right;
    margin-right: 5px;
}
.carousel p, .carousel h1 {
    color: #444;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.carousel-caption {
    right: 30%;
    left: 30%;
}

/* Fade transition for carousel items */
.carousel .item {
    max-height: 700px;
    height: 250px;
    margin-bottom: 20px;
}
.carousel-indicators li {
    border: 1px solid #aaa;
    background-color: #aaa;
}
.carousel-indicators .active {
    border-color: #444;
    height: 10px;
    width: 10px;
    margin: 1px;
    background-color: #444;
    opacity: 1;
}
.sequence-canvas .animate-in {
    -webkit-transition: all ease-in-out .4s; /*adjust timing here */
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
.carousel .item h1 {
    -webkit-transition: all ease-in-out .4s; /*adjust timing here */
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    padding-bottom: 20px;
}
#featured_items * {
    -webkit-transition: all ease-in-out .4s; /*adjust timing here */
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
#featured_items h2 { margin-bottom: 30px }
#featured_items .wrapper_1 { padding-top: 15px }
#featured_items img {
    opacity: 1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px dotted #FFF;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px;
    display: block;
    max-width: 100%;
    height: auto;
}
#featured_items .btn {
    position: absolute;
    bottom: 100px;
}
#featured_items img:hover { opacity: .8 }
#featured_items .wrapper_1:hover { background-color: rgba(255,255,255,.4) }

/* Passion For Leather
*******************************************/
.wrapper * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wrapper .caret {
    color: #ddd;
    opacity: 1;
}
.wrapper .leather_desc {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    bottom: 0px;
    padding: 20px;
    padding-top: 0px;
    color: #fff;
    margin-top: -65px;
    background-color: rgba(48,57,65,.8); /*blue*/
    padding-bottom: 30px;
}
.leather_desc p { padding-top: 10px }

/* Passion For Leather Hover Items  ********/
.wrapper:hover .leather_desc, .wrapper:active .leather_desc {
    top: 0px;
    background-color: rgba(48,57,65,.55); /*blue*/
    margin-top: 0px;
    overflow: auto;
}
.wrapper:hover .caret { opacity: 0 }

/* Craftsman
*******************************************/
article h2, article h3 {
    padding-top: 0px;
    margin-top: 0px;
}
article .wrapper_1 { padding-top: 0px }
#main article {
    border-bottom: 1px dashed rgba(255,255,255,.55); 
/*white*/
}
#sidebar1, #sidebar2 {
    background-color: rgba(255,255,255,.2);
    margin-top: 40px;
    padding-bottom: 10px;
}

/* Contact
*******************************************/
.page-id-826 .medium { width: 49% }
.page-id-826 .gform_body {
    padding: 20px;
    background-color: rgba(255,255,255,.3);
}
.page-id-826 .ginput_left {
    width: 49%;
    float: left;
}
.page-id-826 .ginput_right {
    width: 49%;
    float: right;
}
.page-id-826 .textarea { width: 100% }

/* His Collection
*******************************************/
.product { border-bottom: 1px dashed #fff }
.iradio_square {
    background-size: contain !important;
    background-position: 0px 0px !important;
    height: 113px !important;
    width: 113px !important;
    border: 2px solid #fff !important;
}
.iradio_square.hover { border-color: #9B161C !important }
.iradio_square.checked { border: 5px solid #9B161C !important }
#woocommerce_sub .post_content .woocommerce {
    background-color: rgba(255,255,255,.4);
    padding: 20px;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img { width: auto }
.woocommerce-message {
    background-color: rgba(255,255,255,.8);
    padding: 5px;
    text-align: right;
}
.woocommerce-ordering {
	display:none;
}
.images img {
    display: block;
    max-width: 100%;
}
.thumbnails { margin-top: 10px }
.thumbnails img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.variations-table * { outline: none !important }
ul.product_list_widget * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.widget h2 { font-size: 24px }
ul.product_list_widget {
    padding: 0px;
    list-style: none;
}
ul.product_list_widget img {
    width: 100%;
    margin-right: 10px;
}
ul.product_list_widget a { color: #C1A282 }
ul.product_list_widget span { display: none }
ul.product_list_widget a:hover { color: #eee }
ul.product_list_widget li {
    display: block;
    padding: 10px;
}
ul.product_list_widget li:hover { background-color: rgba(48,57,65,.3) }
.total strong { color: #C1A282 }
.hidden-total { display: none }
.product .gfield_radio li {
    display: inline-block;
    float: left;
    margin: 0;
}
.product .gform_wrapper ul {
    list-style: none outside none;
    padding: 10px;
    background-color: rgba(255,255,255,.3);
    display: block;
    position: relative;
}
.product .gform_wrapper ul .gfield .ginput_container ul {
    height: 180px;
    overflow-y: scroll;
    border: 1px dashed #fff;
}
.product .gform_wrapper ul .gfield .ginput_container .gfield_checkbox {
    height: auto;
    overflow-y: scroll;
    border: none;
}
.product .ginput_container input[type="radio"] {
    height: auto;
    width: auto;
    line-height: 40px;
    float: left;
    margin: 10px;
    margin-right: 0px;
    padding: 15px;
}
.product .ginput_container input[value="Black"] { background-color: #000 }
.pp_pic_holder .ppt { display: none !important }/* .entry-summary div[itemprop="description"] {width:60%} */
.added_to_cart.wc-forward { margin-left: 10px }
.product .ginput_container label {
    padding: 5px;
    margin: 0;
}
.product .gfield label { margin-top: 5px }
.product .ginput_container label:hover { }
.product .ginput_container label:focus, .product .ginput_container label:active { }
.product .gfield_radio:before, .product .gfield_radio:after, .product .product_totals ul:before, .product .product_totals ul:after {
    content: "";
    display: table;
}
.product .gfield_radio:after, .product .product_totals ul:after { clear: both }
.gsection h2 { font-size: 24px }
.ginput_container select { max-width: 50% }
.product .gform_hidden label { display: none }
.product .button {
    margin-bottom: 10px;
    color: #FFF;
}
.product .button:hover {
    background-color: #fff;
    color: rgb(155, 22, 28);
}
.product .gform_wrapper li { margin-bottom: 0px }
.product .product_totals { width: 50% }
.product .product_totals li {
    float: left;
    margin-right: 10px;
    border-right: dashed 1px #fff;
    padding-right: 10px;
}
.product .product_totals li:last-child { border: none }
.product .gform_page_fields { }
.product .description * { width: 60% }
.product .gfield_description { padding-top: 10px }
.product .gform_page_fields img {
    max-width: 100%;
    position: absolute;
    width: 35%;
    right: 15px;
    top: -100px;
}
.product .gform_page_footer { float: right }
.product li[class*='gchoice_'] {
    margin: 5px;
    position: relative;
    overflow: hidden;
}
.product li[class*='gchoice_'] * {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product .gfield_checkbox li[class*='gchoice_'] * {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}
.product li[class*='gchoice_'] label {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: .9em;
    position: absolute;
    bottom: 2px;
    opacity: 0;
    cursor: pointer;
    left: 2px;
    right: 2px;
    color: #fff;
}
.product .gfield_checkbox li[class*='gchoice_'] label {
    display: inline;
    text-align: left;
    font-weight: normal;
    font-size: .9em;
    position: static;
    bottom: 2px;
    opacity: 1;
    cursor: pointer;
    left: 2px;
    right: 2px;
    color: inherit;
}
.product li[class*='gchoice_']:hover label {
    background-color: rgba(0,0,0,.4);
    opacity: 1;
}
.product .gfield_checkbox li[class*='gchoice_']:hover label { background-color: transparent }
.product .quantity .minus, .product .quantity .plus, .product .quantity { float: left }
.product .quantity .qty {
    border: none;
    height: 35px;
    width: 50px;
    text-align: center;
    margin-left: 5px;
	margin-right: 5px;
}

.quantity.buttons_added { margin-right: 5px;}

.product .single_add_to_cart_button { height: 35px }
.product .validation_error { max-width: 50% }
.shop_table.cart th { padding: 10px }
.cart_item, .shop_table.cart thead { border-bottom: 1px dashed #fff }
.cart_item td {
    vertical-align: top;
    padding: 10px;
}
.product-remove { font-size: 20px }
.coupon, .col-1, col-2, #customer_details, .product .woocommerce h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}
.coupon { margin-bottom: 40px }
.coupon .form-control { margin-top: 5px }
.order_details tr td {
    padding: 10px;
    border-bottom: 1px dashed #fff;
}
.cart_totals { margin-top: 20px }
.cart_totals td { padding: 10px }
.checkout .checkbox { width: 100% }
.woocommerce-page #sidebar1 { background-color: transparent }
.payment_methods.methods input { width: auto }
.payment_methods.methods {
    list-style: none;
    padding-left: 0px;
}
#ship-to-different-address { position: relative }
#ship-to-different-address-checkbox {
    position: absolute;
    width: auto;
    top: 0px;
}
.woocommerce-checkout .form-row .chosen-container { display: block }
.checkout h3 {
    display: block;
    clear: both;
}
#billing_address_2_field, #shipping_address_2_field { padding-top: 1.95em }
.coupon * {
    display: block;
    clear: both;
}
.coupon .input-text {
    width: 50%;
    margin-bottom: 5px;
}
.cart dd {
    margin-bottom: 5px;
    border-bottom: 1px dashed #fff;
}
.cart dt { padding-top: 5px }

/* Conditional Styling
*******************************************/
@media (max-width: 1200px) { 
    #featured_items h3 { font-size: 1.2em }
}
@media (max-width: 990px) { 
    body { padding-top: 120px }
    .navbar-default .navbar-nav > li > a {
        border-bottom: 5px solid transparent;
        font-size: 1em;
        line-height: 80px;
        padding: 0px 10px;
        margin-top: -5px;
        font-weight: normal;
    }
    .navbar-brand h1 {
        font-size: 1.3em;
        margin-top: 10px;
    }
    .navbar-brand h3 { font-size: .6em }
    
/* Home */
    .home-about { white-space: normal }
    
/* Collections */
    .iradio_square {
        height: 85px !important;
        width: 85px !important;
    }
}
@media (max-width: 760px) { 
    .navbar-collapse, .navbar-responsive-collapse {
        background-color: rgb(48,57,65);/*blue*/
    }
    #menu-top-menu.navbar-nav {
        width: 100%;
        margin: 0px;
        float: none;
    }
    #menu-top-menu.navbar-nav li a {
        height: 3.5em;
        line-height: 3.5em;
        margin-left: -15px;
        margin-right: -15px;
    }
    #menu-top-menu.navbar-nav li a:hover, #menu-top-menu.navbar-nav > .active > a {
        background-color: #fff;
        color: rgb(48,57,65);
        border-bottom: none;
    }
}
@media (max-width: 360px) { 
    .navbar-default { background-image: none }
    .navbar-default .container { padding-top: 0px }
    body { padding-top: 80px }
}

