/* ----------------------------------------------------------------------------

	Crown Hookahs
	Author: Tadas Tsibulskis
	Year: 2014
	URL: http://www.CrownHookahs.com
	
   --------------------------------------------------------------------------*/

html { background: url(../image/bg.png); }


/*===========================================================================*/
/* Popup
/*===========================================================================*/

/*===========================================================================*/
/* Typography
/*===========================================================================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'caviardreams', sans-serif;
    color: #7c537e;
}
h1 {
}
#product_title {
    font-size: 2em;
    padding: 20px;
}
#featured_products h2 {padding: 10px 0 10px 0;}
.title_banner h2 {padding: 15px; font-size: 2em;}
h2 { padding: 10px 15px 10px 0; font-size: 2em; }
form h3 {text-align: left;}
h3 {text-align: center; font-size: 1.5em;}
.heading_center { text-align: center !important; }
.sub_heading {
    font-family: 'Open Sans', sans-serif;
    color: #5c5c5c;
    font-size: 1.3em;
    text-align: center;
    line-height: 25px;
    margin-bottom: -5px;
}
h3 a {color: #7c537e;}
.content_block h3 {width: 100%; padding: 15px 0;}
#product_details h3 {
    color: #5c5c5c;
    text-align: left;
    line-height: 0;
    margin-bottom: 5px;
}
#product_details h4 {color: #5c5c5c;}
.title_banner h4 {padding: 15px;}
.inner_title_banner h4 {
    padding: 0 0 15px 0;
    text-align: left;
    font-size: 1.2em;
    text-decoration: underline;
}
.product h4 {
    font-size: 1.4em;
    padding: 10px;
    text-align: center;
    color: #5c5c5c;
    text-decoration: underline;
    height: 6px;
    margin-bottom: 10px;
    overflow-y: hidden;
}
#product_details h4 {position: absolute; bottom: 55px;}
.lexicon_box h4 {
    font-size: 1em;
    text-align: center;
    padding-top: 15px;
}
h4 { color: #5c5c5c; }
.product h5 {text-align: center;}
footer .one_third h5 {
    color: white;
    padding: 15px 0 7px 0;
    text-decoration: underline;
}
.product a { text-decoration: none; font-size: 0.7em;}
#product_details p {margin-bottom: 15px;}
.content_block .padding_fix { padding-top: 0; }
p {font-family: 'Open Sans', sans-serif; color: #5c5c5c;}
p > a {font-family: 'Open Sans', sans-serif; color: #7c537e;}
p > a:visited {color: #7c537e;}
.content_block p {
    padding-top: 15px;
    line-height: 20px;
}
.lexicon_description {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    padding: 15px;
    font-size: 0.8em;
}
.underline { text-decoration: underline; }

#faq .sub_heading:first-child, #gtc .sub_heading:first-child {padding-top: 40px;}
#faq .sub_heading, #policy .sub_heading {text-align: left; padding-bottom: 0;}
#faq p {color: #5c5c5c; font-size: 0.8em; padding: 20px 30px 40px 30px;}
#gtc .sub_heading {text-align: left; font-size: 1.2em; padding: 15px 0 30px 0;}
#gtc p {font-size: 0.8em; margin: -40px 20px 0 20px;}
#gtc h4 {padding: 7.5px 0; }
#gtc h2 {text-align: left; padding: 60px 0 0 0;}
#policy h2 { padding: 15px 0 10px 15px; }
#policy h4 { padding: 15px 30px 15px 30px; font-size: 1.2em; font-family: 'Open Sans', sans-serif; }
#policy p {  font-size: 0.8em; padding: 0 30px 0 40px !important; }
#policy h3 { text-align: left; padding-left:15px; }
h4 > a {color: #7c537e;}
/*===========================================================================*/
/* Block Classes
/*===========================================================================*/
.center {margin: 0 auto;}
.one_third, .half, .two_third, .product {display: inline-block;}
.one_third {width: 33.33%;}
.two_third {width: 66.66%;}
.half {width: 50%;}
.full {width: 98.5%;margin: 0 0 0 15px; padding-bottom: 1px;}
.content {
    display: block;
    width: 1000px;
    background-color: rgba(255, 255, 255, 0.16);
    outline: 1px solid purple;
    outline-offset: -1px;
}
.header .content { padding-top: 0; }
body .content { padding-top: 50px; }
footer .content { outline: none; padding-top: 0; }
footer .one_third { text-align: center; }
footer .one_third:first-child { text-indent: 15px; }
footer .one_third:last-child a, footer .one_third:last-child h5 { padding-right: 15px; }
.no_top_pad { padding-top: 0 !important; }
.content_block {
    margin: 15px 15px 15px 0;
    padding: 15px;
    background: white;
    outline: 1px dotted purple;
}
.table_block {
    padding: 15px;
    background: white;
    outline: 1px dotted purple;
    margin-bottom: 20px;
}
.title_banner {
    border: 1px dotted purple;
    border-left: none;
    background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
}
.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.no_icon {
    padding-left: 5px;
}
#featured_icon{background-image:url(../image/featured_icon.png);}
#about_icon{background-image:url(../image/about_icon.png);}
#feed_icon{background-image:url(../image/feed_icon.png);}
#user_icon{background-image:url(../image/user.png);}
#cart_icon{background-image:url(../image/cart.png);}
#bubble_icon{background-image:url(../image/bubble.png);}
#list_icon{background-image:url(../image/list.png);}
#signup_icon{background-image:url(../image/signup.png);}
#crown_icon {background-image: url(../image/logo.png); background-size: 30px; background-repeat: no-repeat; margin-top: 3px; }
.search { font-family: 'caviardreams', sans-serif; text-align: center; font-size: 1em; padding: 2px 0 0 10px;}
.search:hover { border: 1px solid black; }
.search:focus {
    border: 1px solid #5c5c5c;
    outline: none;
}
hr {
    margin: 15px 0;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
/*===========================================================================*/
/* Header / Footer CSS
/*===========================================================================*/
#maintenance { display: block; width: 1000px; margin-top: 100px;}
#maintenance img { display: block; margin: 0 auto; width: 25%; margin-bottom: 40px; }
#maintenance h1 { padding-top: 20px;font-size: 2em!important;}
#maintenance h2 { font-size: 1.4em!important; text-align: center; padding-top: 20px; }
#maintenance #social { width: 50%; margin-top: 20px; padding-left: 10px; }
#maintenance #social img { display: inline-block; width: 30px; margin-right: 9%;}

#logo {
    padding: 25px;
    width: 240px;
    margin-top: 10px;
}
.header {
    min-width: 1000px;
    width: 100%;
    height: 140px;;
    border-bottom: 1px solid purple;
    background: url(../image/test.jpg);
}
.header .one_third, .header .two_third {
    height: 140px;
    background: rgba(255, 255, 255, 0.15);
}
#customer_area {
    padding-top: 10px;
    padding-bottom: 5px;
    width: 240px;
    height: 75px;
    float: right;
    margin: 25px 25px 0 0;
    border: 1px solid #a2a2a2;
    background: url(../image/bg.png);
}
#customer_area .half:first-child {
    border-right: 1px solid #a2a2a2;
    margin-left: -1px;
}
#customer_area a {
    padding: 2.5px 0 ;
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    color: #5c5c5c;
}
#customer_area a:visited {
    color: #5c5c5c;
}
#customer_area img {
    display: inline-block;
    width: 13px;
    margin-left: 8px;
    margin-top: -1px;
    padding-top: 2px;
}
#customer_area input {
    width: 90%;
    margin: 7px 0 0 5%;
    height: 25px;
}
nav li { 
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
}
nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: .9em;
    font-family: 'caviardreams', sans-serif;
    color: #7c537e;  
    text-decoration: none;
}
nav li a:visited { color: #7c537e;}
nav li:hover {
    background-image:-webkit-gradient(linear, left top, right top, from(rgba(64, 64, 64, 0.1)),color-stop(0.5,rgba(64, 64, 64, 0.025)), to(rgba(64, 64, 64, 0.1)));
    background-image:-moz-linear-gradient(left, rgba(64, 64, 64, 0.1), rgba(64, 64, 64, 0.025) 50%, rgba(64, 64, 64, 0.1));
    background-image:-o-linear-gradient(left, rgba(64, 64, 64, 0.1), rgba(64, 64, 64, 0.025) 50%, rgba(64, 64, 64, 0.1));
    background-image:-ms-linear-gradient(left, rgba(64, 64, 64, 0.1), rgba(64, 64, 64, 0.025) 50%, rgba(64, 64, 64, 0.1));
    background-image:linear-gradient(left, rgba(64, 64, 64, 0.1), rgba(64, 64, 64, 0.025) 50%, rgba(64, 64, 64, 0.1));    
    
    -moz-transition:0.25s all;
    -webkit-transition:0.25s all;
    -o-transition:0.25s all;
    transition:0.25s all; 
}
.side_menu {
    outline: 1px solid purple;
    font-size: 1.1em;
    position: absolute;
    width: 200px;
}
.side_menu li { padding: 20px 10px; border-top: 1px solid purple; }
.side_menu li:first-child {
    border-top: none;
}
.side_menu li:last-child {
    border-bottom: none;
}
.main_nav a.home {
    background:url('../image/home.png') no-repeat 50% 44%;
    background-size: 35%;
    height: 50px;
	display: block;
	text-indent: -9999px;
}
.main_nav li {
    width: 16.8406%;
    display: inline-block;
    height: 50px;
    font-size: 1.4em;
    line-height: 55px;
    border: 1px solid purple;
    border-left: none;
}
.main_nav li:first-child, .main_nav li:last-child { width: 7.45%; }
.main_nav li:first-child { border-left: 1px solid purple; }
.main_nav li:last-child { width: 7.6%; border-right: none; }
nav li:hover:after, nav li.selected:after, nav li:target:after{opacity:1;}
nav:hover li.selected:after, nav:hover li:target:after{opacity:0;}
nav li.selected:hover:after, nav li:target:hover:after{opacity:1 !important;}

footer {  
    height: 130px;
    background: url(../image/black_bg.png); 
    min-width: 1000px;
    width: 100%;
    outline: 1px solid purple;
}
footer .content { background: transparent; }
footer .content li a { color: #bcbcbc; line-height: 20px; text-decoration: none; font-family: 'caviardreams', sans-serif; font-size: 0.9em; }
footer .one_third:first-child { text-align: left; }
footer .one_third:last-child { text-align: right; }
/*===========================================================================*/
/* Age Verification CSS
/*===========================================================================*/
#age_wrapper { }
/*===========================================================================*/
/* Content CSS
/*===========================================================================*/
.slider { 
    width: 1000px; 
    height: 282px; 
}
.recommended { margin-top: 0; }
#featured_products .product {
    margin-top: 0;
    margin-bottom: 0;
}
.product {
    width: 176px;
    height: 258px;
    margin: 15px 11px 0 0;
    outline: 1px solid rgba(128, 0, 128, 0.17);
}
.product:nth-child(5n + 5) {
    margin-right: 0;
}
.product img {
    margin: 20px 0 0 20px;
    width: 136px;
}
.add_to_cart {
    font-family: 'caviardreams', sans-serif;
    font-size: 0.85em;
    line-height: 27px;
    width: 75%;
    margin: 10px auto;
    height: 25px;
}
#add_to_cart {
    position: absolute;
    bottom: 15px;
    color: #7c537e;
    display: inline-block;
    cursor: pointer;
    font-family: 'caviardreams', sans-serif;
    margin: 5px 0 0 80px;
    padding: 10px;
    border: 1px solid purple;
    height: 10px;
    line-height: 10px;
}
.about_img, .lexicon_box img, .product_image img {
    width: 98%;
    padding: 5px;
	border: solid 1px #EFEFEF;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
#crown {
    width: 40%;
    margin-left: 30%;
    padding: 58px 0;
}
.newsletter_heading { padding-top: 0px !important; }
.add_to_cart input {
    display:block;
    width: 132.5px;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 1.2em;
    color: #7c537e;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    background: none;
    border: none;
}
.add_to_cart input:hover { color: black; }
.button {
    font-family: 'caviardreams', sans-serif;
    color: #7c537e;
    border: 1px solid purple;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.button:hover {
    border: 1px solid #5c5c5c;
    color: black;
}
.button:focus {
    outline: none;
    border: 1px solid black;
}
.mailing_list {
    width: 90%;
    height: 25px;
    margin-top: 10px;
    margin-left: 5%;
}
.submit {
    cursor: pointer;
    width: 90%;
    margin-left: 5%;
    font-size: 1.5em;
    text-transform: uppercase;
    display: block;
    background: white;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 40px !important;
    line-height: 45px;
}
.checkout .button { 
    cursor: pointer;
    width: 40%;
    font-size: 1.5em;
    text-transform: uppercase;
    display: block;
    background: white;
    margin-bottom: 10px;
    height: 40px !important;
    line-height: 40px;
    margin: 0 auto;
}
.smallText { font-size: 1em !important; }
.checkout .warning { margin-bottom: 10px; }
.submit_small { 
    cursor: pointer;
    font-size: 1em;
    display: inline-block;
    padding: 10px !important;
    background: white;
    margin-top: 10px;
    line-height: 20px;
}
.height_fix {line-height: 45px !important; }
.form_input { margin-bottom: 0px; width: 50%;}
.input_checkbox { display: inline-block; height: 17px;}
.forgotton { line-height: 27px; }
form a { font-family: 'Open Sans', sans-serif; color: #7c537e; line-height:  20px;}
#social {
    width: 100%;
}
#social img {
    margin: 0 4.7%;
}
.feed {
    outline: 1px dotted purple;
    outline-offset: -1px;
    width: 285px;
    height: 285px;
}
.feed_insta { 
    padding: 5px 0 0 5px; 
    outline: 1px dotted purple;
    outline-offset: -1px;
    width: 280px;
    height: 280px;
}
.fb { background-image: url(../image/logintofacebook.png); }
.fb-like-box  { background-color: white; margin: 1px 0 0 1px; }
.fb-like { font-family: 'Open Sans', sans-serif; }
#product_details {
    position: relative;
    height: 321px;
}
#quantity {
    position: absolute; 
    bottom: 13px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #5c5c5c;
    text-align: center;
    margin-top: 5px;
    width: 50px;
    padding: 5px;
}
#recommended { height: 58px; }
#about_page p:first-child { padding-top: 0; }
#about_page p { padding-top: 15px; line-height: 25px; }
#about_page .half .content_block { margin-top: 0; }
.lexicon_box { 
    display: inline-block;
    width: 200px;
    outline: 1px solid rgba(128, 0, 128, 0.17);
    margin: 0 15px 15px 0;
}
.lexicon_box img {
    height: 150px;
    width: auto;
    max-width: 130px;
    height: auto;
    margin: 15px 29px;
}
/*===========================================================================*/
/* Category Page CSS
/*===========================================================================*/

/*===========================================================================*/
/* Product Page CSS
/*===========================================================================*/
.product_info { font-family: 'Open Sans', sans-serif; color: #717171;}
.product_info  h3 { font-size: 1.7em; text-align: left; padding: 0 0 15px 0; margin: 0; border-bottom: 1px solid #e2e2e2;}
.product_image { 
    width: 93%;
    height: auto;
    display: inline-block;
    margin: 0 7px 0 0; padding: 0; margin: 15px 15px 15px 0;
    background: white;
}
.product_options { padding-top: 10px; }
.product_options .required { color:red; font-weight: bold; line-height: 22px; }
.product_image img { display:block; margin: 0; margin: 0 auto; }
.price_container { display: block; width: 100%; text-align: center;}
.product .price_old, .product_info .price_old {color: #F00; text-decoration: line-through;}
.product .price_old, .product .price_new {font-family: 'Caviar Dreams', sans-seriff; }
.product_info .price {margin-bottom: 30px;}
.product_info .span { color: #9b7897; }
.product_info .price_specials { padding-top: 2.5px; }
.product_info .product_manufacturer {color: #717171;}
.product_info .product_manufacturer a {color: #9b5a94;}
.product_info .stock { margin: 30px 0; }
.product_info .quantity { font-family: 'Open Sans', sans-serif; font-size: 0.8em; }

.product_info .share { margin-top: 10px; }
.product_info .share h4 { display: inline-block; float: left; margin-right: 5px;  }

.product_info .product_options b {display: inline-block;}
.product_info .product_options input, .product_info .product_options select { margin-bottom: 20px; }

.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.tab_content { font-family: 'Open Sans', sans-serif; padding: 40px; background-color: white; line-height: 20px; font-size: 0.9em;}
.tab_content b { font-weight: bold; }
.tab_content em { font-style: italic; }
.related_product { display: inline-block; width: 120px; padding: 10px; text-align: center; outline: 1px solid rgba(128, 0, 128, 0.17); margin-right: 7px; padding-top: 0; background: white;}
.related_product h4 { font-size: 0.9em; padding: 15px 10px 10px 10px;}
.related_product img {  width: 100%; margin-top: -5px;}
.related_product a { text-decoration: none; margin-bottom: 5px; }
.related_product .add_to_cart input { font-size: 0.9em; margin: 0; text-align: center; width: 90px; line-height: 23px;}
/*===========================================================================*/
/* Cart / Checkout Page CSS
/*===========================================================================*/
.cart-info .model { line-height: 25px; }
.checkout { font-family: 'Open Sans', sans-serif; }
.checkout p { padding-top: 0; }
.checkout .set_height { height: 345px; }
.checkout tbody { border-bottom: 1px solid #DDDDDD;}
.checkout tbody .highlight:last-child { height: 40px;}
.checkout .button { margin-top: 25px; }
#logo_hide { display: block; margin: 0 auto; margin-top: 60px; }
.checkout .next_choice { font-size: 1.1em; margin-bottom: 10px;}
.checkout .cart_module .reward { margin: 10px 0; padding: 20px 0 0 0;  }
.checkout .cart_module form { line-height: 25px; }
.checkout .cart_module .form_block { display: block; margin: 0 auto; text-align: center; border-top: none; padding-top: 40px;}
.checkout #shipping { padding: 10px 0; margin: 0; }
.checkout #shipping tr { display: block; margin: 10px 0; }
.checkout #shipping td { display: inline-block; margin: 0 5px; vertical-align: middle; }
.checkout #shipping tbody { display: block; margin-bottom:  10px; }
.total tbody { display: block;  border-bottom: none;}
.button_fix { position: relative; bottom: -50px;}
.total h2 { font-size: 1.4em; margin-bottom:10px;}
/*===========================================================================*/
/* Account Page CSS
/*===========================================================================*/
.account { font-family: 'Open Sans', sans-serif; }
.account li { padding: 10px 0;}
.account li a { color:#7c537e; text-decoration: none;}
.account li a:visited {color:#7c537e; }
.address td { font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: bold;}
.pagination {
	border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 12px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.no_continue { margin-bottom: 0; }
/*===========================================================================*/
/* Specials CSS
/*===========================================================================*/
.product_filter { border-bottom: 1px solid #e6e6e6; margin-bottom: 20px;} 
.product_filter .limit, .product_filter .sort { display: inline-block; line-height: 25px; margin: 0; padding: 0 0 15px 0; }
.product_filter .sort select { margin-right: 15px; }
.product_filter { font-family: 'Open Sans', sans-serif; }
.product-box:first-child { margin-top: 15px; }
.product-list .name a { font-family: 'caviardreams', sans-serif; display: inline-block; font-size: 1.1em; text-decoration: none; color: #7c537e; font-weight: 100; text-decoration: underline; margin-bottom: 10px;}
.product-list .price { margin: 0; padding: 0; height: 50px; margin-top: 40px;}
.product-list .submit_small { margin-top: 30px; }
/*===========================================================================*/
/* Order History CSS
/*===========================================================================*/
.order-list h3 { text-align: left; }
.order-list .order-status h3 { text-align: right; }
.order-list .order-content, .return-list .return-content { padding: 20px 0; line-height: 20px;}
.content_block .list .left { line-height: 25px; }
.return_form label, .return_form input { line-height: 20px; }
.return_form .return-captcha img { margin: 5px 0 0 2px; width: 153px; }
/*===========================================================================*/
/* Search Page CSS
/*===========================================================================*/
.search_results p {  padding: 20px 0; }
.search_results .submit { margin-top: 20px; }
.search_results input { vertical-align: top; }
.search_results .product-list { padding-top: 20px; }