/*
Theme Name: One Two Tree
Theme URI: http://coregenie.com
Author: COREGENIE TECHNOLOGIES

Author URI: http://coregenie.com
Description: A wordpress mere theme for onetwotree
Version: 1.0
License: TO USE ONLY WITH COREGENIE TECHNOLOGIES WORDPRESS CMS PROJECTS
Text Domain: genietheme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
*:focus {
    outline: none;
}

body {
	background: #ffffff; /* Fallback for when there is no custom background color defined. */
}

.no-gutter > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}



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 {

	-o-transition:.6s;
	 -ms-transition:.6s;
	 -moz-transition:.6s;
	 -webkit-transition:.6s;
	  /* ...and now for the proper property */
	 transition:.6s;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	opacity: .9;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "museo-slab", sans-serif;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#content p {

	font-size: 14px;
	line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
       font-family: "proxima-nova";

}

h1 { font-size: 35px;}
h2 { font-size: 30px;}
h3 { font-size: 26px;}
h4 { font-size: 24px;}
h5 { font-size: 22px;}
h6 { font-size: 20px;}

p {
	margin-bottom: 10px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0 !important; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;

}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #000000;
        text-decoration: none;
}



a:hover,
a:focus,
a:active {
	color: #000000;
     text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.soliloquy-container .soliloquy-controls {

    display: none !important;
}

.cart_icons {
	display: block;
	width: 32px;
	height: 32px;
	margin-top: 36px;
	float: right;
}
.cart_icons img {
    width: 35px;
}

.cart_buttons {
    display: block;
    padding: 10px;
    background-color: #292929;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 15px;
    border: 2px solid #292929;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.cart_buttons:hover{
    background-color: #FFFFFF;
    color: #262626;
    border: 2px solid #292929;
    opacity: 1;
}
span.cartNos a{
    font-size: 10px;
    position: relative;
    top: 11px;
    left: 7px;
	font-family: "museo-slab";
	font-weight: bold;
}
.mini_cart {
    display: none;
    font-family: "proxima-nova";
    background-image: url("images/cart-right.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 200px;
    position: absolute;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    right: 2px;
    top: 90px;
    line-height: 21px;
    padding: 15px;
}
.cart_title {
    font-size: 11px;
    font-weight: bold;
}
.cartPrce {
    font-size: 12px;
    float: right;
}
.QTY {
	float: left;
    font-size: 12px;
}
.cart_box_item {
    border-bottom: 1px solid #E7E9EA;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.cart_total {
    font-size: 18px;
    border-bottom: 4px double #E7E9EA;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-top: 74px;
}

.container-slider { padding-top: 100px; }

.slider_text {
	background-color: #f5f7fb;
	color: #262224;
	padding: 10px;
	text-align: center;

}
.slider_arrow_text {
	font-family: "museo-slab";
	font-size: 17px;


}
.slide_arrow_more {
    font-family: "proxima-nova";
    font-size: 13px;
    background-image: url("images/slider-buttom.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 27px;
    padding-top: 4px;
}
.slide_arrow_more:hover {
	color: #a8a8a8;
}
.aboutus {
    position: relative;
    margin-top: 30px;
    height: 288px;
    overflow: hidden;
    background-image: url("images/about.png");
    background-repeat: no-repeat;
    background-position: top center;


}


.tint {
    position: relative;
    cursor: pointer;

  }

  .tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(128,128,128, 0.27);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .tint:hover:before {
    background: none;
  }



.madein {
    position: relative;
    margin-top: 30px;
    height: 288px;
    overflow: hidden;
    background-image: url("images/aus.png");
    background-repeat: no-repeat;
    background-position: top center;

}
.madein:hover {
	background-position: bottom center;
}

.recent_main {
    position: relative;
}
img.attachment-home_recent_thumb.size-home_recent_thumb.wp-post-image {
    position: absolute;
    zoom: 2;
}
.recent_hover {
  position: relative;
  height: 255px;

  overflow: hidden;
}
.recent_hover img {
    width: 100%;
}
.recen_disc{
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 12px;
  background: rgba(135, 137, 140,1);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}
.recent_hover:hover .recen_disc {
  visibility: visible;
  opacity: 1;
}
.entry_date {
 padding-top: 25px;
 font-size: 14px;

}
.recent_hover h1 {
    font-family: "museo-slab";
    font-size: 19px;
    font-weight: normal;
    color: #ffffff;
    border-bottom: 1px solid rgb(180, 178, 178);
    padding-bottom: 5px;
    margin-bottom: 6px;
    padding-top: 5px;
}
 .recent_hover p {
	font-family: "museo-slab";
	 font-size: 12px;
	 color: #ffffff;

 }
.recent_post_head {
	font-family: "proxima-nova";
    font-size: 24px;
	 padding: 15px 0px 30px 0px;
	 color: #656565;
	 text-align: center;
	}

.hometopbox h2 {

	 font-family: "proxima-nova";
	 font-size: 18px;
	 text-align: center;
	 padding: 30px 0px 0px 0px;
 }

 .hometopbox_white {
	color: #ffffff;
 }

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.recent_post {
    padding-top: 30px;
    clear: both;
    padding-bottom: 30px;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-right: 71px;
}

.main-navigation li:last-child {
	margin-right: 0px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	padding-bottom: 6px;


	-o-transition:.2s !important;
	 -ms-transition:.2s !important;
	 -moz-transition:.2s !important;
	 -webkit-transition:.2s !important;
	  /* ...and now for the proper property */
	 transition:.2s !important;


}

.main-navigation a:hover {
	color: #a8a8a8;
}


.main-navigation ul ul {
    background-color: #f8fbff;
   	border-top: 3px solid #000000;
    float: left;
    left: -999em;
    position: absolute;
    top: 26px;
    z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {

  border-right: medium none;
  color: #000000;
  padding: 15px;
  width: 185px;
}

.sub-menu li a  {

	border: none !important;
	padding: 10px 15px 10px 15px !important;

}
.main-navigation ul ul li {
	margin-right: 0px;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.current-menu-ancestor > a{

	border-bottom: 2px solid #000;
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
    border-bottom: 3px solid #000;
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;

}

/* Small menu */
.menu-toggle {
	display: none;
}

#ez-feature-top-container  {
    max-width: none !important;
    max-height: 100% !important;
}



.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
:before,
.site-content:after,
.site-footer:before,
.site-footer:after {


}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content {
	font-size: 14px;
 }
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
12.3 COREGENIE TECHNOLOGIES STYLES
--------------------------------------------------------------*/

.header_section {
    position: absolute;
}

.fixed_header {
    position: fixed;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 1000;
}
.site-content {
    margin-top: 115px;
}
.home .site-content {
    margin-top: 0px;
}
.prod_data {
    width: 100%;

}
.site-content-about {
    margin-top: 30px;

}
.page_bg {
	background-color: #f5f7fb;
 }
.content-area {
	min-height: 800px;

}
.widget-area {


}

.site-footer {


}

.site-footer a {
	color: #ffffff;
	-webkit-transition: opacity .6s;
  	-moz-transition: opacity .6s;
  	-o-transition: opacity .6s;
  	transition: opacity .6s;
}

.site-footer a:hover {
	opacity:.6;
}


.terms_main { text-align: right; }
.termslink { text-decoration:underline; }
.termslink:hover { text-decoration:underline;}

#footer_bg {
	background-color: #262324;
	padding: 15px;
	color: #ffffff;
	font-family: "proxima-nova";
	font-size: 12px;
	position: relative;
    padding-bottom: 50px;
    clear: both;
 }
 .recentproduct {
	background-color: #f7f7f8;
	padding: 30px;
 }
 .latest_products {

    margin-top: 30px;
}
 .recentproduct h3 {
 	font-family: "proxima-nova";
 	font-size: 24px;
 	text-align: center;
 }
.latest_product_item {
	position: relative;
 }
.latest_product_item img {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;

     -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;

}
.latest_product_item img:hover {
	opacity: .8;
}
.latest_product_item h3 {

    font-family: "proxima-nova";
    font-size: 17px;
    text-align: center;

}
/*---------------------------------------------------------------------*/

.site-title a{   font-size: 30px; font-weight: bold;}

.site-branding {

    height: 90px;

}

.site-branding img {
    width: 90px;
    margin-top: 7px;

}
.site-main { }


.widget-area aside { background: #E7E7E7;  }

.widget-title {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

.main-navigation {

}

.nav-menu li a {

  color: #000000;

}
.entry-title {
    border-bottom: 1px solid #000000;
    color: #262224;
    font-family: "proxima-nova";
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.entry-title.blog {
    margin-left: -15px;
}
.site-info , .site-info a {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;

}
.page-title {
  font-size: 36px;
}

.entry-content table {
    border-collapse: collapse;
}

.entry-content table, th, td {


}
.comments-area {
  background: none repeat scroll 0 0 #f1f1f1;
  font-size: 13px;
  padding: 10px;
}
.comments-title {
  border-bottom: 1px solid #d0d0d0;
  font-size: 17px;
  margin-bottom: 10px;
}
.comment.even {
  background: none repeat scroll 0 0 #fefefe;
  margin-bottom: 7px;
  padding: 15px;
}

.comment.odd {
  background: none repeat scroll 0 0 #fefefe;
  margin-bottom: 7px;
  padding: 15px;
}
.comment-reply-link {
  background: none repeat scroll 0 0 #9f9e9e;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
}
.comment-reply-title {
  border-bottom: 1px solid #dedddd;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.comment-respond {
  background: none repeat scroll 0 0 #e4e4e4;
  padding: 10px;
  margin-top: 15px;
}

.about_bg {
    background-image: url("images/header-image-about.jpg");
    background-repeat: no-repeat;
    background-position: center top;

    margin-top: 100px;
    text-align: center;
     background-size:cover;
     padding-bottom: 100px;
     padding-top: 100px;


}
.about_footer {
	margin: 0px;



}
.woocommerce div.product {
    margin-bottom: 0;
    min-height: 750px;
    position: relative;
}
.page_bg_foot {
    background-color: #f5f7fb;
}
.about_bg h1 {
    color: #000000;
    display: block;
    font-family: "museo-slab";
    font-size: 72px;
    margin: 0 auto;

    width: 65%;
}
#about_rat {
	padding-bottom: 30px;
}
.entry-content h3 {
    font-size: 18px;
    padding-bottom: 13px;
}
.blackLine {
    background: #000 none repeat scroll 0 0;
    height: 9px;
    margin: 10px auto 0;
    width: 25%;

}

.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}

.about-section {
	background-color: #f5f7fb;
}

.product_items {
    margin-bottom: 10px;

    position: relative;
        -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
min-height: 252px;
}
.product_items_print {
 min-height: 367px;

}

.product_items h2 {
    font-family: "proxima-nova";
    font-size: 15px;

}
.product_items h3 {
    font-family: "proxima-nova";
    font-size: 14px;
    padding-top: 5px;
}

.prd_hover_area {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background-image: url("images/prd-title-bg.png");
    background-repeat: repeat;
    padding: 20px;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    padding-top: 25%;
}

.prd_hover_area_print {
     position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background-image: url("images/prd-title-bg.png");
    background-repeat: repeat;
    padding: 20px;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    padding-top: 50%;

}


.product_items:hover .prd_hover_area {
    opacity: 1;
}

.latest_product_item:hover .prd_hover_area {
    opacity: 1;
}

.product_items:hover .prd_hover_area_print {
    opacity: 1;
}


.single_blog {
	padding-top: 150px;
}

.single-title {
	font-size: 30px;
}
.error_title {
    font-size: 40px;
    padding: 0px 0px 200px 0px;
}
.errorrr {
    font-size: 180px;
    font-weight: bold;
    margin-top: 225px;
}
.error-404 h1 {
    font-size: 80px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #262626;
    border: 2px solid #262626;
    border-radius: 0;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
     font-family: "proxima-nova";
     font-size: 16px;
     -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #FFFFFF;
    color: #262626;
    border: 2px solid #262626;
}
.woocommerce .quantity .qty {
    padding: 5px;
    text-align: center;
    width: 4.631em;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right;
    width: 48%;
    margin-top: -15px;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0 0 10px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    margin-top: 0;
    width: 48%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 18px !important;
    padding-top: 21px;
    padding-bottom: 8px;

}

.price:before{
  content: "Price: ";

}


.quantity:before {
  content: "Qty:";
  /*font-family: "proxima-nova";*/
  padding-right: 10px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {
    content: " ";
    display: table;
     font-family: "proxima-nova";
     font-size: 13px;

}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 10px;
    float: left;
    width: 148px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: normal;
}
.woocommerce span.onsale {
    background-color: #000000;

}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #fff8f8;
    color: #000000;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 10px;
    border: 0;
    width: 100%;
}
.woocommerce div.product form.cart .variations select {
    border: 1px solid rgb(1, 1, 1);
    display: inline-block;
    font-size: 14px;
    margin-right: 1em;
    min-width: 91px;
    padding: 6px;
    padding-right: 18px;
    right: 4px;
    background: #fff;
    background-image: url("images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    position: relative;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    padding: 11px;
    background: #000000;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 9px;
    display: none !important;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 7px;
}
.woocommerce div.product form.cart .variations label {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding-top: 8px;

    text-align: left;
}

.stockist_syle {

	border-bottom: 1px solid #9f9f9f;
    color: #262224;
    font-family: "proxima-nova";
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/*  
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  /*  position: fixed; * /
    width: 29%;
}
*/
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: none;
    margin-bottom: 1em;
    margin-right: 3.8%;
    width: 30.75%;
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
    margin-right: 1px;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 50px;
}

.prd_thumber { margin-bottom: 15px; }

.hover_print_page {
    bottom: 147px;
}

.woocommerce .woocommerce-message {
    background: #fff none repeat scroll 0 0;
    border-top-color: #030303;
}
.woocommerce .woocommerce-info {
    border-top-color: #242425;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #ffffff;

}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.checkout.woocommerce-checkout {
    min-height: 802px;
    position: relative;
}
/*
#customer_details {
    float: left;
    position: absolute;
    width: 48%;
}
#order_review_heading {
    left: 50%;
    position: relative;
}
#customer_details {
    float: left;
    position: absolute;
    width: 48%;
}
#order_review_heading {
    left: 50%;
    position: relative;
}
#order_review {
    left: 50%;
    position: absolute;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;

}
*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #000000;
    font-family: "proxima-nova" !important;
    background-image: none;
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    font-weight: 700;
    left: auto;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0.618em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {

    padding: 8px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #ffffff;
    background-image: none;
    color: #000000;
    text-decoration: none;
}

.latest_product_item img {
	width: 100%;
	 }


.soliloquy-caption-inside > h1 {
    font-size: 72px;
    font-family: "museo-slab";
	padding: 25px;
	background-image: url("images/liner.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
	color: #252226;

}


.morestyle {
	font-size: 22px;
    font-family: "museo-slab";
    padding-top: 10px;
	color: #252226;

}
.soliloquy-container .soliloquy-caption {
    background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0 !important;
    top: 30% !important;

}

.soliloquy-container .soliloquy-caption-inside a {

    background-position: right 16px;
    background-repeat: no-repeat;
    color: #252226 !important;
    font-family: "museo-slab" !important;
    font-size: 22px !important;
    line-height: 47px;
    padding-right: 8px;
    padding-top: 11px !important;
}

.soliloquy-container .soliloquy-caption-inside a:hover {
	opacity: .7;
	}


.single_add_to_cart_button.button.alt.addcrt {
    margin-left: 0px;
    position: absolute;
    width: 132px !important;
    left: 144px;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 4px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-bottom: 10px !important;
    width: 90%;
}

.backto_cat {
    font-family: "proxima-nova";
    font-size: 14px;
    padding-bottom: 20px;
    text-decoration: underline;
    display: block;
    position: relative;
    float: right;
    top: 4px;
}
.backto_cat:hover {
	text-decoration: underline;
}
.summary p {
    font-size: 12px !important;
    line-height: 17px !important;
}

.contact-area {
	min-height: 100%;
	height:100vh;
}
.blog_entry h1 {
	font-size: 21px;
	font-family: "museo-slab";
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;

}

.blog_entry p {
	font-size: 15px !important;
	line-height: 20px !important;

}

.blog_items {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.grid-item { width: 375px; }



.tag_area {
    width: 50%;
    float: left;
    font-size: 12px;
    height: 26px;
    font-family: "proxima-nova";
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    margin-bottom: 5px;
}
.datearea {
	width: 50%;
	float: left;
	font-size: 12px;
	font-family: "proxima-nova";
	text-align: right;
	padding:5px 0px 0px 0px;
 }

.blog_entry_link {
	color: #262224;
}

#more_posts {
	padding:15px;
	background-color: #262324;
	color: #ffffff;
	cursor: pointer;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1000;
 }


#box-letter #letter {
  border: 1px solid #000;
  bottom: -7px;
  left: 58px;
  padding: 4px !important;
  position: absolute;
  width: 73px !important;
}
#box-letter > label {
  position: relative;
}
#box-letter {
  margin-bottom: 10px;
  position: relative;
  margin-top: 15px;

}

.nm-productmeta-box > p, .nm-productmeta-box > div, .nm-productmeta-box > section {
    margin-bottom: 15px !important;
}
.input-text.qty.text {
    border: 1px solid #000;
    margin-left: 16px;
    padding: 4px;
    width: 86px;
    position: relative;

}

#size-meta-a3, #size-meta-50x70 {
    display: block;
    margin-right: 20px;
    padding: 24px !important;
}
#box-letter .show_description {
    padding-left: 95px;
}

.nav-links {
    clear: both;
}
.navigation.paging-navigation {
  clear: both;
  margin-bottom: 25px;
}

.nav-previous > a, .nav-next > a {
    background: #292929 none repeat scroll 0 0;
    color: #fff;
    padding: 14px;
    border: 2px solid #292929;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    display: inline-flex;
}

.nav-previous > a:hover , .nav-next > a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    border: 2px solid #292929;
    transition: opacity .1s;

    -webkit-transition: background-color .6s linear;
    -moz-transition: background-color .6s linear;
    -o-transition: background-color .6s linear;
    -ms-transition: background-color .6s linear;
    transition: background-color .6s linear;
}

.nm-productmeta-box label {
    margin-right: 10px;
}


.woocommerce .product_meta {
display: none;
}
.woocommerce {
    min-height: 750px;
}


#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
    line-height: 52px;
    font-size: .83em;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
    display: none;
}
.woocommerce div.product .stock {
    color: #767676;
}
.woocommerce-variation-price {
    position: absolute;
    right: 0px;
    top: 39px;
    left: 0px;
}
.product-type-variable .price{
	display: none;
}

.product-type-variable .prod_data {
    width: 100%;
    margin-top: 52px;
}


.woocommerce-variation-price .price{
    display: block !important;
}
.woocommerce-variation-availability {
    position: absolute;
    top: 55px;
    right: 0px;
}

.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	font-family: "proxima-nova" !important;
	border-bottom: 1px solid #262626;
}
.cart-collaterals h2 {
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
#coupon_code {
    width: 115px !important;
    height: 36px;
}
button.single_add_to_cart_button.button.alt {
    padding-left: 22px;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
	vertical-align: middle;
	padding-top: 15px;
}

.woocommerce table.shop_table {
	border: none;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
.woocommerce table.shop_table td {
	border-top: none;
	padding: 15px 12px;
	vertical-align: middle;
}
.woocommerce-cart table.cart img {
	width: 80px;
	box-shadow: none;
}
.coupon {
	position: absolute;
	right: 146px;
}

.cart-subtotal td {
    padding: 10px 10px !important;
}
.cart-subtotal th {
    padding: 10px 10px !important;
}

.order-total td, .shipping td {
    padding: 10px 10px !important;
}

.shop_table_responsive td {
    border: none !important;
}
.cross-sells {
	display: none;
}
.cart_totals th {
	border: none !important;
}
.order-total th {
	border-top: 1px solid #000 !important;
}
 .order-total td {
	border-top: 1px solid #000 !important;
}
.ft_form {
    margin-top: 5px;
}
.inIcon {
    width: 29px;
    height: 33px;
    display: block;
    background-image: url("images/in-icon.png");
    position: relative;
    left: 311px;
    top: 35px;
    background-size: 24px 28px;
    background-repeat: no-repeat;
}
.fbIcon {
    float: left;
    width: 29px;
    position: relative;
    height: 33px;
    display: block;
    background-image: url("images/fb-icon.png");
    left: 285px;
    background-size: 23px 27px;
    top: 3px;
    background-repeat: no-repeat;
}

.pnIcon {
    float: left;
    width: 29px;
    position: relative;
    height: 31px;
    display: block;
    background-image: url("images/pn-icon.png");
    left: 230px;
    top: 5px;
    background-repeat: no-repeat;
}
.tIcon {
    float: left;
    width: 29px;
    position: relative;
    height: 31px;
    display: block;
    background-image: url("images/twitter-logo.svg");
    left: 174px;
    top: 6px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.terms_main {
    text-align: right;
    margin-top: 10px;
}
#Footer_fieldEmail {
    padding: 5px;
    border: none;
    font-size: 12px;
    width: 334px;
    text-transform: uppercase;
    padding-left: 11px;
    font-family: "proxima-nova";
    padding-right: 0px;
    position: absolute;
}
button#foo_subutton {
    background-color: #252324;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    top: 3px;
    left: 199px;
    text-shadow: none;
    width: 147px;
    font-family: "proxima-nova";
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #090909!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: black;
}
.cg_popup {
    padding: 25px;
    text-align: center;
    padding-top: 36px;
}
.cg_popup h2 {
    font-family: "museo-slab";
    font-size: 28px;
    margin-bottom: 20px;
}
.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #000000;
}

#fiealdEmail {
    border: 1px solid #aaaaaa;
    padding-right: initial;
    width: 100%;
    font-family: "proxima-nova",sans-serif;
    font-size: 21px;
    width: 283px;
    text-align: center;
    margin-bottom: 10px !important;
}
#form_but {
    background-color: #ffffff !important;
    border: 2px solid #010101;
    color: #000000;
    padding: 12px 45px;
    font-size: 25px;
    margin-bottom: 15px !important;
}
#form_but:hover {
    background-color: #010101 !important;
    border: 2px solid #010101;
    color: #ffffff;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
}
.woocommerce table.shop_table td {
    border-top: none;
    padding: 15px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #000;
}
button#sgcboxClose {
    background: url("images/close.png") !important;
    background-repeat: no-repeat !important;
    top: 11px !important;
    right: -13px !important;
    box-shadow: none;
}
.woocommerce-message {
    position: fixed !important;
    z-index: 10000;
    width: 350px !important;
  
    float: left;
    right: 14px;
    top: 181px;
}

.product-type-variable .prod_data
{
	margin-top:50px !important;
}

.contactsend {
    background: #262324 !important;
    box-shadow: none !important;
    padding: 12px !important;
    width: 100px;
    color: #fff !important;
    border: none !important;
}
.contactsend:hover {
    background: #000000 !important;

}
p.afterpay-payment-info {
  
}

.woocommerce-variation-price .afterpay-payment-info {
    left: 134px;
    top: 14px;
    position: absolute;
}
.revi {
    clear: both;
}


.grecaptcha-badge {
    display: none;
}
h3#ship-to-different-address span {
    padding-left: 20px;
}
.cg_pin_button {
    position: absolute;
    float: right;
    right: 75px;
}



/*
 * ADVISIBLE
 * Begining Changes
 *******************************************************************************/
      .woocommerce .ott_buttons{min-width: 280px;}
      .woocommerce .ott_buttons::after{clear: both; content: ''; display: table;}
      .woocommerce .ott_buttons .button{ width: auto !important; }
      .woocommerce .ott_checkout_button{ margin-left: 10px !important; }
      .woocommerce .ott_specs{ width: 100%; }
      .woocommerce .ott_table{ background-color: #fefefe; border-collapse: collapse; font-family: 'Open Sans', sans-serif; font-size: 12px; width: auto}
      .woocommerce .ott_table tr{}
      .woocommerce .ott_table td{ border: 1px solid #b7b7b7; padding: 5px 15px; }
      /*.woocommerce .ott_table .ott_table_label{ width: 25%; }
      .woocommerce .ott_table .ott_table_value{ width: 75%; }*/
      .woocommerce .ott_note{font-family: 'museo-slab', sans-serif; font-weight: 500;}
      .woocommerce .ott_our_story{ margin-bottom: 10px; margin-top: 30px; }
      .woocommerce .ott_our_story h3, .woocommerce .prod_data-h3{ font-family: 'Open Sans', sans-serif; font-size: 14px; letter-spacing: 1px; }
      .woocommerce .iframe-holder { height: 0; overflow: hidden; padding-bottom: 56.25%; padding-top: 35px; position: relative; }
      .woocommerce .iframe-holder iframe { height: 100%; left: 0; position: absolute; top: 0; width: 645px; max-width: 100%; }

      .woocommerce .prod_data-list{font-size: 12px; margin-top: 10px; margin-bottom: 10px; }

      /*.woocommerce .ott-prod-gallery{ padding-top: 50px; position: relative; }
      .woocommerce .ott-prod-gallery-item{  }*/

      .ott-prod-gallery, .ott-prod-gallery-thumbnails { background-color: transparent; box-shadow: 0 5px 10px 0 rgba(0,0,0,0); margin-top: 50px; padding: 0; position:relative }
      .ott-prod-gallery-thumbnails{margin-top:10px}
      .ott-prod-gallery-item { /*@include responsive-ratio(1000px, 500px);*/ }
      .prd_thumber {margin-bottom: 0}
      .ott-prod-gallery-item img{/*@include center(both) */ }
      .owl-nav{ position: absolute; top: 50%; left: 0; width: 100% }
      .owl-nav button {transform: translateY(-45%)}
      .owl-nav i{ background: none; display: block; position: relative; height: 100%; width: 100%; opacity: 0.5; }
      .owl-nav i::before, .owl-nav i::after{ content:''; display: table; background-color: #262626; height: 20px; width: 4px; position: absolute; left: 50%; margin-top: 15px; }
      .owl-nav i::before{ top: 4px; }
      .owl-nav i::after{ top: 16px; }
      .owl-prev, .owl-next { box-shadow: none; height: 76px; width: 57px; z-index: 2; position: absolute; }
      .owl-prev:hover i, .owl-next:hover i{ opacity: 1; }
      .owl-prev { left: 0; }
      .owl-next{ right: 0; }
      .owl-prev i, .owl-next i{  }
      .owl-prev i::before, .owl-prev i::after{ }
      .owl-prev i::before { transform: rotate(45deg) }
      .owl-prev i::after { transform: rotate(-45deg) }
      .owl-next i::before, .owl-next i::after{  }
      .owl-next i::before { transform: rotate(-45deg)  }
      .owl-next i::after { transform: rotate(45deg) }
      .ott-prod-gallery-holder{  }
      .ott-prod-gallery-holder .ott_buttons{ margin-top: 30px; }
      .ott-prod-gallery .owl-dots { display: flex; flex-flow: row wrap; justify-content: space-between; width: calc(100% - 20px); position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); }
      .ott-prod-gallery .owl-dots .owl-dot { background-size: cover; background-position: 50% 50%; height: 90px; opacity: 0.95; box-shadow: inset 0 0 0 3px #fff; width: calc(100% / 8 + 0px); }
      .ott-prod-gallery .owl-dots .owl-dot:hover{ opacity: 1; box-shadow: inset 0 0 0 2px #262626; }
      .ott-prod-gallery .owl-dots .owl-dot:first-child{  }
      .ott-prod-gallery .owl-dots .owl-dot.active{ box-shadow: none !important; opacity: 0.3; cursor: text; }    
      .woocommerce .ott_related_products{ margin-top: 50px; margin-bottom: 100px; }
      .woocommerce .ott_related_products_feed{}
      .woocommerce .ott_related_products h2{ font-size: 18px; letter-spacing: 1px; font-family: 'Open Sans', sans-serif; padding-bottom: 15px; border-bottom: 1px solid #000; margin-bottom: 30px; }
	  .woocommerce .ott_related_products .product_items {text-align: center;background-color: #fff}
      .woocommerce .ott_related_products .ott_buttons{ margin-top: 30px; }


      @media screen and (min-width: 768px){
        .woocommerce .ott_related_products .row{
          display: -webkit-flex; /* Safari */
  		  -webkit-flex-flow: row wrap; /* Safari 6.1+ */
          flex-flow: row wrap;
          justify-content: space-between;
        }
        .woocommerce .ott_related_products_feed .row .col-md-4{
          float: none;
        }
      }

        /* Floats fix */
        @media screen and ( max-width: 374px ){
          .postid-184 .woocommerce-variation-price{
            top: 75px;
          }
        }
        @media screen and ( min-width: 375px ) and ( max-width: 498px ){
          .postid-184 .woocommerce-variation-price{
            top: 50px;
          }
        }
        @media screen and ( min-width: 499px ) and ( max-width: 767px ){
          .postid-184 .woocommerce-variation-price{
            top: 30px;
          }
        }
        @media screen and ( min-width: 768px ) and ( max-width: 991px ){
          .postid-184 .woocommerce-variation-price{
            top: 60px;
          }
        }
        @media screen and ( max-width: 767px ){
          .postid-184 .main .summary.entry-summary{
            float: none;
            width: auto !important;
          }
          .postid-184 .main.images{
            float: none;
            width: auto !important;
          }
        }
        @media screen and ( max-width: 1199px ){
          .ott-prod-gallery .owl-dots .owl-dot { height: 65px; }
        }
        /* Alignment */
        .ott-align-right{ text-align: right; }
  
        /* Selective Display */
        .only-768-above, .only-767-below{ display: none; }
        @media screen and ( max-width: 767px ){
          .only-767-below{ display: block; }
        }
        @media screen and ( min-width: 768px ){
          .only-768-above{ display: block; }
        }
/*
 * ADVISIBLE
 * Ending Changes
 *******************************************************************************/

 /*  Mobile Styles Sheet Migrated to style.css */ 



/* Landscape phones and portrait tablets */
@media(max-width:767px){

    #Footer_fieldEmail {
   
    width: 279px;
   
}
button#foo_subutton {
 
    left: 150px;
   
}

.contact-area {
    min-height: 100%;
    height: auto;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0px; 
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 10px;
    float: none;
    width: 148px;
}
.product-type-variable .prod_data {
    width: 100%;
    float: none;
    position: relative;
    bottom: 0px;
}
.prod_data {
    width: 100%;
    float: left;
    position: relative;
    bottom: 0px;
}

.main-navigation .current_page_item a, .main-navigation .current-menu-item a {
    border-bottom: 1px solid #505050;
    font-weight: 700;
    padding: 15px;
   
}

.soliloquy-caption-inside > h1 {
    font-size: 28px;
    padding: 25px 25px 15px;
}


.soliloquy-container .soliloquy-caption-inside a {
   
    background-position: right 11px;
    font-size: 13px !important;
    line-height: 37px;
    
}
.soliloquy-container .soliloquy-pager, .soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-controls-auto {
    display: block !important;
}
.soliloquy-container .soliloquy-caption {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0 !important;
    top: 5% !important;
}

.prd_hover_area {
    bottom: -10px;
    position: relative;
    display: block;
    opacity: 1;
    padding-top: 0px;
    background-image: none;
}
.product_items img {
    width: 100%;
}

#customer_details {
    float: none;
    position: relative;
    width: 100%;
}
#order_review {
    left: 0;
    position: relative;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    margin-top: 35px;
    width: 100%;
}

.ott-prod-gallery-holder .images {margin: 0 !important}
.ott-prod-gallery, .ott-prod-gallery-thumbnails{margin-top: 0}


.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    position: relative;
    width: 100%;
}

.about_bg h1 {
    font-size: 50px;
    width: 90%;
}

.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

.main-navigation ul {
		display: none;
	}

.nav-menu li a {
border-bottom: 1px solid #505050;
  color: #ffffff;
  font-size: 15px;
  padding: 12px;
  text-align: center;
}

.main-navigation li {
  background: #000 none repeat scroll 0 0;
  position: relative;
  float: none;
  margin-right: 0px;
}

.main-navigation {
    
    float: right;
    margin-top: 64px;
    
}
.menu-menu-1-container {
    margin-top: 35px;
}
.menu-toggle {
	background-image: url("images/mob-menu.png");
	 background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 32px;
    text-shadow: none;
    width: 32px;
    background-repeat: no-repeat;
    float: right;
}
.menu-toggle:hover {
	border-color: none;
	  box-shadow: none;
	}

.recent_main img {
    margin-bottom: 20px;
    width: 100%;
}
.recent_hover {
    height: 142px;

}
.recent_main {
    margin-bottom: 30px;
    position: relative;
}
.latest_product_item h3 {
   
    font-size: 13px;
	top: 50%;
 
}
.main-navigation li {
    background: #000 none repeat scroll 0 0;
    float: none;
    margin-right: 0;
    position: relative;
    right: 144px;
    width: 306px;
}
.latest_product_item {
    height: 125px;
    position: relative;
}
.terms_main {
    text-align: left;
}
.latest_products {
    height: 222px;
    margin-top: 30px;
}

img.attachment-home_recent_thumb.size-home_recent_thumb.wp-post-image {
	position: relative;
}
.latest_products {
    height: auto;
    margin-top: 30px;
}
.latest_product_item img {
    position: relative;
}
.latest_product_item {
    height: auto;
    margin-bottom: 30px;
    position: relative;
}


}

/* Portrait phones and smaller */
@media(min-width:0px) and (max-width:320px) {

.soliloquy-container .soliloquy-caption {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0 !important;
    top: 0% !important;
}
}


/* Portrait tablets and small desktops ---- SM */
@media(min-width:768px) and (max-width:991px){


.contact-area {
    min-height: 100%;
    height: auto;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    position: static;
    /* width: 29%; */
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 10px;
    float: none;
    width: 148px;
}
.product-type-variable .prod_data {
    width: 100%;
    float: none;
    position: relative;
    bottom: 0px;
}
.prod_data {
    width: 71%;
    float: left;
    position: relative;
    bottom: 0px;
}

.soliloquy-caption-inside > h1 {
   
  
    font-size: 50px;
    padding: 25px 25px 35px;
}

.main-navigation li {
    float: left;
    margin-right: 19px;
    position: relative;
}
.recent_hover {
   
    height: 322px;
    width: 330px;
}
.recent_main img {
    margin-bottom: 20px;
    width: 100%;
}
.recent_main {
    margin-bottom: 30px;
}

.latest_product_item h3 {
    top: 50%;
    font-size: 20px;
}


}


/* Landscape tablets and medium desktops */
@media(min-width:992px) and (max-width:1199px) {

  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 14px !important;
    font-family: "proxima-nova";
}

.recent_hover h1 {
    font-size: 15px;
}

.entry_date {
    font-size: 12px;
    padding-top: 0px;
}
.recent_hover p {
    color: #ffffff;
    font-family: "museo-slab";
    font-size: 11px !important;
    line-height: 16px !important;
}

.soliloquy-caption-inside > h1 {
    font-size: 50px;
    padding: 25px 25px 35px;
}

.main-navigation li {
    margin-right: 36px;
}
.latest_product_item h3 {
    top: 75px;
}
.recent_hover {
    height: 200px;
} 
}

/* Large desktops and laptops */
@media(min-width:1200px){




.site-branding {
   
   /*
    left: 100px;
    position: fixed;
   */
   
}

.cart_icons {
    display: block;
    height: 32px;
    margin-top: 36px;
    float: right;
    width: 32px;
    right: 85px;
    position: relative;
}

.mini_cart {
    background-color: #ffffff;
    background-image: url("images/cart-right.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    display: none;
    font-family: "proxima-nova";
    left: -75px;
    line-height: 21px;
    padding: 15px;
    position: absolute;
    top: 93px;
    width: 200px;
}

}
/* Fixes added by Coregenie  */
.ott_related_products_feed .col-md-4:nth-child(3n+1) {
    clear: left;
}
.ott_related_products_feed .col-md-4{
	width: 33.1%;
}
