﻿/*
  Journal - Premium & Responsive OpenCart Theme
  Version 1.8.1
  Copyright (c) 2013 Digital Atelier
  http://journal.digital-atelier.com/
  --
  MAIN STYLESHEET
*/

/******************************
RESET
*******************************/

* {
    margin: 0;    
    outline: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img, iframe { border: none;}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.clearfix {
    clear: both;
}

/******************************
 GENERAL
*******************************/

html {
    overflow-x: hidden;
    }

body {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #333745;
    font-size: 13px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    }

.loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    z-index: 9999;
    }

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    }

p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333745;
    line-height: 1.4;
    font-size: 13px;
    }

.camera-caption p {
    margin: 0;
    font-size: 15px;
    }

#content > h1 {
    color: white;
    background-color: #ea2e49;
    padding: 11px;
    padding-left: 15px;
    height: 40px;
    max-height: 40px;
    padding-bottom: 10px;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: -20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }

.win #content > h1 {
    padding-top: 11px;
    }

#content.quickview h1{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#content h2 {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 17px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333745;
    }

#content > h1 + p {
    padding-top: 10px;
    }

#content > h1 + b {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    display: block;
    color: #48a0d0;
    }

hr {
    margin-top: 10px;
    border: 0;
    height: 0;
    border-bottom: 1px solid #dbdbdb;
    }

/******************************
 BUTTONS & LINKS
*******************************/

a,
a b {
    color: #45738f;
    text-decoration: none;
    cursor: pointer;
    }

a:hover {
    color: #ea2e49;
    text-decoration: none;
    }

a.button,
input.button {
    cursor: pointer;
    color: white;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #ea2e49;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-height: 35px;
    padding: 0 12px;
    margin-right: -10px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    }

a.button {
    display: inline-block;
    text-decoration: none;
    line-height: 2.7;
    }

.-moz- a.button {
    line-height: 2.6;
    }

input.button {
    margin: 0;
    border: 0;
    line-height: 1.6;
    padding-bottom: 2px;
    }

a.button:hover,
input.button:hover {
    background-color: #45738f;
    }

.buttons {
    /*border-top: 1px solid #dbdbdb;*/
    overflow: auto;
    padding: 10px;
    /*padding-top: 15px;*/
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 0;
    }

.buttons a b:hover {
    color: #ea2e49;
    }

.buttons .left {
    float: left;
    text-align: left;
    }

.buttons .right {
    float: right;
    text-align: right;
    }

.buttons .right a {
    text-decoration: none !important;
    }
.buttons a.button{
    margin:0px;
    }
.buttons .center {
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }

.top-buttons-right {
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 45px;
    cursor: pointer;
    }
.top-buttons-left {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 40px;
    cursor: pointer;
    }	
.top-buttons {
    display: none;
    }
	
.buttons-top {
	border:none;
	padding-top: 0px;
}

.wait {
    position: absolute;
    padding-top: 25px;
    padding-left: 5px;
    right: -2px;
    }
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
	cursor: pointer;
}	
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.scrollbox div {
    padding: 3px;
}

h1 a i {
color:white;
}
h1 a i:hover {
color:white;
}
/******************************
 INPUTS
*******************************/

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea {
    background: #fafafa;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    padding: 6px 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    padding: 5px;
    margin: 5px 0 0;
    min-height: 28px;
    min-width: 250px;
    max-width: 250px;
    }

textarea {
    max-width: 100%;
    width: 100%;
    resize: none;
    height: 150px;
    }

input[type='text']:hover,
input[type='email']:hover,
input[type='password']:hover,
textarea:hover {
    background-color: #f7f7f7;
    }

input[type='radio'],
input[type='checkbox'] {
    margin: 5px;
    }

select {
    background: #f4f4f4;
    border: 1px solid #dbdbdb;
    padding: 5px;
    margin: 5px 5px 5px 0px;
	max-width: 200px !important;
	font-size:12px;
    }

label {
    cursor: pointer;
    padding-right: 20px;
    font-weight: bold;
    }

span.error {
    display: inline-block;
    background-color: #ea2e49;
    color: white !important;
    padding: 3px 4px 2px 4px;
    font-size: 12px;
    margin-top: 5px;
    }

/******************************
 STV-INPUTS FOR FE FORMS
*******************************/
	
	.form select {
  -webkit-appearance: listbox;
  }
 	.form .scrollbox {
  width:95%;
  } 
  .form select, .form input[type="text"], .form input[type="password"]{
	min-width:initial;
	max-width:initial;	
	width:100%;
	height: 40px;
  }

.form textarea {
	/*width:95% !important;*/
}  
  table.form .small {
	padding-bottom:0px;
	padding-top: 15px;
	font-weight: bold;
  }
  
#content #images .right, #content #images .left  {
    float: none;
    width: inherit;
	text-align: center;
	vertical-align: middle;	
}  

#images .button, .image .button {
text-align: center;
margin: 0px;
}
/******************************
 FULLSCREEN BACKGROUND/SLIDESHOW
*******************************/

.mc-hide-scrolls {
    overflow: hidden;
    }

body .mc-cycle {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    }

#bgslider_left,
#bgslider_right {
    position: absolute;
    cursor: pointer;
    top: 250px;
    width: 50px;
    height: 50px;
    background: red;
    z-index: 2;
    }

#bgslider_right {
    right: 0;
    }

div.mc-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
    }

.mc-old-browser .mc-image {
    overflow: hidden;
    }

html.ie8{overflow:auto !important;}


/******************************
LAYOUT
*******************************/

#container {
    width: 980px;
    margin: 0 auto;
    background-color: white;
    z-index: 97;
    /*overflow: hidden;*/
    position: relative;
    }

#content {
    max-width: 980px;
    position: relative;
	padding: 20px 20px 1px 20px;
    }

#content .content {
    padding: 10px;
    padding-top: 0;
    padding-left: 0;
    overflow: auto;
    margin-bottom: 10px;
    font-size: 13px;
    }

#content .content b {
    font-weight: bold;
    line-height: 1.5;
    font-size: 15px;
    }
#content .content .product-filter b {
    font-weight: bold;
    line-height: 1.5;
    font-size: 13px;
    }	

header ul,
footer ul,
#column-right ul,
#column-right ol,
#column-left ul,
#column-left ol,
.journal-filter ul,
#content .content ul,
#content .content ol,
.sitemap-info ul,
.category-list ul,
.journal-boxes ul {
    padding: 0;
    list-style: none;
    }

#content .content ul li {
    margin: 6px;
    }

#content .content ul li:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    }

#content .content .left {
    float: left;
    width: 49%;
    line-height: 1.2;
    }

#content .content .right {
    float: right;
    width: 49%;
    line-height: 1.2;
    }

.breadcrumb {
    background: #333745;
    color: white;
    margin: 0 auto;
    padding: 12px;
    padding-left: 15px;
    max-width: 980px;
    height: 40px;
    position: relative;
    clear: both;
    z-index: 9;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }

.breadcrumb a {
    color: inherit;
    font-size: 12px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: bold;
    }

.breadcrumb a:hover {
    color: #ea2e49;
    background-color: transparent;
    }

.webkit.mac .breadcrumb {
    padding-top: 13px;
    }

.ie8 .breadcrumb {
    width: 980px;
    }

#colorbox {
    overflow: visible !important;
    }

#cboxWrapper > div {
    position: relative;
    }

#cboxLoadedContent h1 {
    color: #333;
    padding: 10px;
    }

#cboxLoadedContent p {
    color: #444;
    padding: 10px;
    }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    display: none !important;
    }

#colorbox,
#colorbox h2,
#colorbox form {
    color: #333;
    }

/******************************
HEADER
*******************************/

header {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    position: relative;
    background-color: #f4f4f4;
    z-index: 1000;
    }

header .top-header {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 0;
    background-color: #f4f4f4;
    }

.ie8 header .top-header {
    display: none;
    }

#journal-header {
    width: 980px;
    height: 120px;
    margin: 0 auto;
    }

#logo {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    height: 120px;
    background-color: white;
    display: table;
    z-index: 99;
    float: left;
    }
#welcome-logo {
    position: relative;
    top: 0;
    left: 0;
    width: 980px;
    height: 120px;
    background-color: white;
    display: table;
    z-index: 99;
    float: left;
    }
#logo a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    }
#welcome-logo a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    }
#logo a img {
    margin: 0 auto;
    max-width: 200px;
    height: auto;
    max-height: 118px;
    }
#welcome-logo a img {
    margin: 0 auto;
    max-width: 980px;
    height: auto;
    max-height: 200px;
    }
/******************************
Top Links
*******************************/

.top-links {
    width: 500px;
    height: 40px;
    position: relative;
    z-index: 1;
    float: left;
    display: table;
    border-bottom-width: 0;
    border-bottom-style: solid;
    }

.top-links a {
    display: table-cell;
    vertical-align: middle;
    padding: 7px;
    color: #333745;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border-left: 1px solid #dbdbdb;
    min-width: 60px;
    }

.top-links a img {
    display: inline-block;
    vertical-align: middle;
    }

.top-links a span {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    margin-left: 10px;
    vertical-align: middle;
    }


#journal-header .top-links .requests, #journal-header #welcome .requests  {
	min-width: 25px;
	font-weight: bold;
	font-family: Verdana,sans-serif;
	border-radius: 13px;
	font-size: 10px;
	height: 25px;
	padding-top: 7px;
	display: inline-block;
	color: rgb(255, 255, 255);
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
    }
	
	
.ie8 .top-links a {
    border-bottom: 1px solid #dbdbdb;
    }

.top-links a:first-child {
    border-left: none;
    }

.top-links .no-link {
    cursor: default;
    }

/******************************
 Search
*******************************/

#search {
    width: 720px;
    height: 40px;
    background-color: white;
    float: left;
    position: relative;
    display: table;
    }

#search input {

    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    
    width: auto;
    min-width: 240px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    z-index: 2;    
    font-size: 13px;
    color: #333745;
    /*
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 40px;
    min-height: 40px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    */
    border: #dbdbdb 1px solid;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 14px;
    height: 30px;
    min-height: 30px;
    margin: 5px;
    vertical-align: middle;
    display: table-cell;
    width: 98%;
    max-width: unset;

    }

.ie8 #search input {
    position: absolute;
    line-height: 3;
    }

#search .button-search {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/search.png) center center no-repeat;
    cursor: pointer;
    /*border-right: 1px solid #dbdbdb;*/
    position: absolute;
    right: 5px;
    }

.android #search {
    overflow: auto !important;
    -webkit-backface-visibility: visible !important;
    }

/******************************
 Welcome
*******************************/
#become_seller {
white-space: nowrap;
}
#journal-header .welcome {
    position: relative;
    z-index: 99;
    display: table;
    width: 280px;
    height: 40px;
    margin: 0;
    float: left;
    font-size: 12px;
    background-color:#FFFFFF;
    }

#journal-header #search form {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 99;

    width: 55px;

    }

#welcome {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
    position: relative;
    z-index: 99;
    }

.safari #journal-header .welcome {
    width: 280px;
    }

#language {
    position: relative;
    top: 0;
    left: 0;
    color: #dbdbdb;
    width: auto;
    text-align: center;
    padding: 4px 10px 0 20px;
    }

#language img {
    cursor: pointer;
    margin-right: 5px;
    }

#currency, #unit, #mode, #member_link {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    /*padding: 0 10px;
    padding-top: 2px;*/
	margin: auto;
    display: table;
    }

#currency a, #unit a, #mode a,#member_link a {
    display: block;
    float: left;
    max-height: 17px;
    min-width: 17px;
    padding: 4px 6px;
    margin: 3px;
    color: #333745;
    text-decoration: none;
    /*background-color: white;*/
    -webkit-border-radius: 50%;
    border-radius: 15%;
    }

.ie #currency a, .ie #unit a, .ie #mode a, .ie #member_link a {
    padding: 2px 3px;
    }

.ipad #currency a, .ipad #unit a, .ipad #mode a , .ipad #member_link a{
    padding: 0 2px;
    }

#currency a b, #unit a b, #mode a b, #member_link a b {
    color: #ea2e49;
    text-decoration: none;
    }
#currency ul a b, #unit ul a b , #member_link ul a b{
    color: transparent !important;
    }
#mode ul li img {
    display:none;
    }	
#currency a:hover, #unit a:hover, #mode a:hover, #member_link a:hover{
    color: #ea2e49;
    }
	
#product_mode {
    position: relative;
    top: 1px;
    left: 0;
    width: auto;
    text-align: center;
    }

#product_mode a {
    max-height: 17px;
    min-width: 17px;
	padding: 3.5px 4px;
    margin: 3px;
    color: #333745;
    text-decoration: none;
    background-color: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    }
	
#product_mode ul a {
    display: block;
    float: left;
    max-height: 21px;
    min-width: 17px;
    padding: 4px 4px 4px 5.5px;
    margin: 3px;
    color: #333745;
    text-decoration: none;
    background-color: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    }

.ie #product_mode a {
    padding: 2px 3px;
    }

.ipad #product_mode a {
    padding: 0 2px;
    }

#product_mode a b {
    color: #ea2e49;
    text-decoration: none;
    }

#product_mode a:hover {
    color: #ea2e49;
    }	
/******************************
Seller's Cart
*******************************/

#cart2 {
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
    }

#cart2 .heading {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
    }


#cart2 .heading a {
    color: inherit;
    border: none;
    font-size: 14px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    height: 40px;
    display: table;
    }

#cart2 .heading a span {
    display: block;
    text-align: right;
    padding-right: 45px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    }

#cart2 .active .heading {
    padding: 0;
    margin: 0;
    border: 0;ƒ
    }

/******************************
 Cart
*******************************/

#journal-header .cart {
    background-color: #ea2e49;
    color: white;
    height: 40px;
    width: 280px;
    float: left;
    z-index: 98; /* cart is shown in the mobile bar but also allows the droplist in the header to be shown over it */
    position: relative;
    margin: 0;
    }

#cart {
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
    }

#cart .heading {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
    }
/*
#cart .heading:before {
     font-family: 'icons' !important;
    content: "a"; 
    font-size: 29px;
    position: absolute;
    pointer-events: none;
    right: 6px;
    top: 4px;
    }
*/
#cart .heading a {
    color: inherit;
    border: none;
    font-size: 14px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    height: 40px;
    display: table;
    }

#cart .heading a span {
    display: block;
    text-align: right;
    padding-right: 45px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    }

#cart.active .heading {
    padding: 0;
    margin: 0;
    border: 0;ƒ
    }

#cart .content {
    min-width: 350px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
    padding: 8px;
    padding-top: 10px;
    min-height: 125px;
    border: 0;
    background: white;
    color: #333745;
    -webkit-box-shadow: 0 1px 8px -3px rgba(0,0,0,.5);
    box-shadow: 0 1px 8px -3px rgba(0,0,0,.5);
    float: right;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

#cart.active .content {
    display: block;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.mini-cart-info {
    position: relative;
    top: -7px;
    }

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
    }

.mini-cart-info td {
    color: #333745;
    vertical-align: top;
    padding: 10px 5px;
    background: url(../images/border-bottom.png) repeat-x bottom;
    }

.mini-cart-info td a {
    display: block;
    color: #333745;
    }

.mini-cart-info .image {
    width: 1px;
    }

.mini-cart-info .image img {
    text-align: left;
    }

.mini-cart-info .name small {
    color: #333745;
    }

.mini-cart-info .quantity {
    text-align: right;
    }

.mini-cart-info td.total {
    text-align: right;
    }

.mini-cart-info .remove {
    text-align: right;
    }

.mini-cart-info .remove img {
    position: relative;
    top: -4px;
    cursor: pointer;
    }

.mini-cart-total {
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
    }

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
    }

.mini-cart-total td {
    color: #333745;
    padding: 4px;
    }

td.left {
    min-width: 80px;
    text-align: left;
    font-weight: bold;
    }

td.right {
    min-width: 80px;
    text-align: right;
    font-weight: bold;
    }
#tab-packinglist td.left {
    min-width: 100px;
    text-align: left;
	font-weight: normal;
    }

#tab-packinglist td.right {
    min-width: 100px;
    text-align: right;
	font-weight: normal;
    }
	
#tab-packinglist td.first-line {
	font-weight: bold;
}
	
#cart .checkout {
    clear: both;
    min-height: 58px;
    padding-top: 5px;
    text-align: center;
    display: table;
    margin: 0 auto;
    }

#cart .checkout a {
    display: table-cell;
    vertical-align: middle;
    display: block;
    padding: 8px 10px;
    margin-top: 15px;
    float: left;
    text-align: center;
    color: white;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    margin: 10px;
    max-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    background: #ea2e49;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

#cart .checkout a:hover {
    background: #45738f;
    }

#cart .empty {
    padding-top: 43px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    }

/******************************
 Main Menu
*******************************/

#journal-header .menu {
    height: 40px;
    background-color: #5f6874;
    float: left;
    width: 780px;
    position: relative;
    z-index: 98;
    margin: 0;
    }

#menu {
    background: none;
    border: none;
    height: 40px;
    }

#menu > ul {
    width: 100%;
    display: table;
    overflow: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    }

#menu .open {
    display: none;
    position: relative;
    z-index: 999;
    }

#menu > ul > li {
    border-left: 1px solid #333745;
    display: table-cell;
    position: relative;
    min-width: 85px;
    }

#menu > ul > li:nth-child(2) {
    border-left: none;
    }

#menu > ul > li > a {
    text-align: center;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: block;
    z-index: 6;
    position: relative;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    line-height: 3;
    }

#menu > ul > li:hover {
    background-color: #ea2e49;
    }

#menu > ul > li div {
    background: white;
    position: absolute;
    z-index: 5;
    color: #333745;
    -webkit-box-shadow: 0 1px 6px -1px rgba(0,0,0,.5);
    box-shadow: 0 1px 6px -1px rgba(0,0,0,.5);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: table;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    }

#menu > ul > li:hover div {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    visibility: visible;
    }

#menu > ul > li:last-child > div {
    right: 0;
    }

#menu > ul > li > div > ul {
    display: table-cell;
    min-width: 100px;
    }

#menu > ul > li > div > ul li a:before {
    font-family: 'icons';
    content: "1";
    font-size: 8px;
    }

#menu > ul > li ul + ul {
    border-left: 1px solid #dbdbdb;
    }

#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 12px;
    padding-left: 8px;
    color: #333745;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    }

#menu > ul > li ul > li:hover > a {
    background: #ea2e49;
    color: white;
    }

#menu > ul > li > div > ul > li > a {
    color: #333745;
    }

/*opera menu fix*/

.noborder {
    border-left: none !important;
    border-right: none !important;
    border: none !important;
    }

/******************************
 NOTIFICATION
*******************************/

.journal-slider + #container > #notification {
    display: none;
    }

.success,
.warning,
.attention,
.information {
    position: relative;
    line-height: 1.5;
    z-index: 99;
    max-width: 100%;
    min-width: 100%;
    height: 40px;
    margin: auto;
    }

.success a,
.warning a,
.attention a,
.information a {
    color: #333745;
    }

/******************************
MAINTENANCE
*******************************/

.maintenance > h1 {
    padding-bottom: 50px !important;
    line-height: 1.2 !important;
    }

/******************************
 LOGIN
*******************************/

.login-content {
    overflow: auto;
    /*margin-bottom: 15px;*/
    }

.login-content .left {
    float: left;
    width: 45%;
    position: relative;
    }

.login-content .left hr {
    position: absolute;
    bottom: 55px;
    width: 100%;
    }

.login-content .left p:first-child {
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
    }

.login-content .left p:nth-child(2) {
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    overflow: hidden;
    }

.login-content .left a {
    position: absolute;
    bottom: 10px;
    }

.login-content .right-login {
    float: right;
    width: 45%;
    position: relative;
    }

.login-content .right-login p:first-child {
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
    }

.login-content .right-login b {
    font-size: 13px !important;
    font-weight: normal !important;
    }

.login-content .right-login a {
    position: relative;
    top: 7px;
    font-size: 13px;
    text-decoration: underline;
    }

.login-content .right-login input.button {
    cursor: pointer;
    bottom: 10px;
    position: absolute;
    }

.login-content .right-login hr {
    position: absolute;
    bottom: 55px;
    width: 100%;
    }

.login-content .left .content,
.login-content .right-login .content {
    min-height: 270px;
    }

/******************************
SIDE COLUMN
*******************************/

.home-container #column-right,
.home-container #column-left {
    position: relative;
    top: 20px;
    }

.home-container .side-shade,
.home-container .side-shade2 {
    top: 20px;
    }

#column-right .column-head,
#column-left .column-head {
    width: 200px;
    height: 40px;
    background: #ea2e49;
    position: absolute;
    top: 0;
    z-index: -1;
    }

.side-shade,
.side-shade2 {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
    z-index: -1;
    }

.side-shade2 {
    left: 0;
    }

#column-right + #content {
    margin-right: 200px;
    }

#column-left + #content {
    margin-left: 200px;
    }

#column-right {
    width: 200px;
    float: right;
    }

#column-left {
    width: 200px;
    float: left;
    }

#column-right .box,
#column-left .box {
    margin-bottom: 0;
    }

#column-right .box .box-heading,
#column-left .box .box-heading {
    display: table-cell;
    vertical-align: middle;
    border: none;
    color: white;
    height: 40px;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 17px;
    font-weight: normal;
    padding-left: 10px;
    text-transform: uppercase;
    width: 200px;
    }

#column-right .box .box-content,
#column-left .box .box-content {
    padding: 0;
    }

#column-right .box .box-content p,
#column-left .box .box-content p {
    padding: 10px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0;
    }

#column-right .box .box-content p + select,
#column-left .box .box-content p + select {
    margin-bottom: 15px;
    }

#column-right .box-category {
    margin-top: 0;
    }

#column-right .box-content > ul > li > a:before,
#column-right .box-category > ul > li > a:before,
#column-left .box-content > ul > li > a:before,
#column-left .box-category > ul > li > a:before,
#column-left #blogArchive > li > a:before,
#column-left .blogCategories > ul > li > a:before,
#column-right #blogArchive > li > a:before,
#column-right .blogCategories > ul > li > a:before,
.articleBottom li:before,
#blogCategory li:before,
.blogSearch .plain li a:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    padding-right: 3px;
    }

#column-right .box-content ul li,
#column-left .box-content ul li {
    cursor: pointer;
    color: #333745;
    }

#column-right .box-content ul li a,
#column-left .box-content ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    }

#column-right .box-category ul li a,
#column-left .box-category ul li a {
    padding-left: 5px;
    }

#column-right .box-content ul li ul,
#column-left .box-content ul li ul {
    display: none;
    padding-top: 4px;
    padding-left: 0;
    padding-bottom: 0;
    }

#column-right .box-category > ul > li ul,
#column-right .box-content > ul > li ul,
#column-left .box-category > ul > li ul,
#column-left .box-content > ul > li ul {
    margin-bottom: 5px;
    }

#column-right .box-category > ul > li > a,
#column-right .box-content > ul > li > a,
#column-right #blogArchive > li > a,
#column-right .blogCategories > ul > li > a,
#column-right .blogArchives ul ul > li > a,
#column-left .box-category > ul > li > a,
#column-left .box-content > ul > li > a,
#column-left #blogArchive > li > a,
#column-left .blogCategories > ul > li > a,
#column-left .blogArchives ul ul > li > a {
    padding: 11px 7px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    border-bottom: 1px solid #dbdbdb;
    display: inline-block;
    width: 100%;
    height: auto;
    }

#column-right .box-category > ul > li ul,
#column-right .box-content > ul > li ul,
#column-left .box-category > ul > li ul,
#column-left .box-content > ul > li ul {
    margin-bottom: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #dbdbdb;
    }

#column-right .box-content > ul > li > a:hover,
#column-right .box-category > ul > li > a:hover,
#column-right #blogArchive > li > a:hover,
#column-right .blogCategories > ul > li > a:hover,
#column-left .box-content > ul > li > a:hover,
#column-left .box-category > ul > li > a:hover,
#column-left #blogArchive > li > a:hover,
#column-left .blogCategories > ul > li > a:hover {
    background-color: white;
    }

#column-right .box-content ul li a.active,
#column-left .box-content ul li a.active {
    font-weight: normal;
    color: #ea2e49;
    }

#column-right .box-content ul li.active,
#column-left .box-content ul li.active {
    background-color: transparent;
    }

#column-right .box-category > ul > li a.active + ul,
#column-left .box-category > ul > li a.active + ul {
    display: block;
    }

#column-right .box-category > ul > li ul > li,
#column-left .box-category > ul > li ul > li {
    padding: 2px 5px 3px 10px;
    }

#column-right .box-category > ul > li ul > li > a,
#column-left .box-category > ul > li ul > li > a {
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding: 4px;
    }

#column-right .box-category > ul > li ul > li > a:hover,
#column-left .box-category > ul > li ul > li > a:hover {
    text-decoration: none;
    padding: 4px;
    color: #ea2e49;
    font-weight: normal;
    }

#column-right .box-category > ul > li ul > li > a.active,
#column-left .box-category > ul > li ul > li > a.active {
    font-weight: normal;
    padding: 4px;
    }

#column-right .box-product,
#column-left .box-product {
    width: 100%;
    overflow: hidden;
    }

#column-right .box-product > div,
#column-right .prod > li,
#column-left .box-product > div,
#column-left .prod > li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 5px;
    border-bottom: 8px solid #f4f4f4;
    background-color: white;
    }

#column-right .box-product > div,
#column-left .box-product > div {
    width: 200px;
    }

#column-right .box-product .image,
#column-left .box-product .image {
    display: block;
    margin-bottom: 0;
    float: left;
    margin: 5px;
    position: relative;
    z-index: 3;
    min-width: 50px;
    min-height: 50px;
    }

#column-right .box-product .image img,
#column-left .box-product .image img {
    display: block;
    padding: 0;
    max-width: 50px;
    max-height: 50px;
    }

#column-right .box-product .name,
#column-left .box-product .name {
    position: relative;
    margin-top: 9px;
    }

#column-right .box-product .name a,
#column-left .box-product .name a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    }

#column-right .box-product .price,
#column-left .box-product .price {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 12px;
    padding-right: 7px;
    padding-top: 3px;
    float: left;
    color: #777;
    }

#column-right .box-product .price-old,
#column-left .box-product .price-old {
    color: #ea2e49;
    padding-right: 5px;
    text-decoration: line-through;
    }

#column-right .box-product .price-new,
#column-left .box-product .price-new {
    font-weight: bold;
    }

#column-right .box-product .rating,
#column-left .box-product .rating {
    display: block;
    margin-bottom: 4px;
    }

#column-right .box-product .cart,
#column-left .box-product .cart {
    display: none;
    }

#column-right .box-product .cart input,
#column-left .box-product .cart input {
    color: #5f6874;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: none;
    font-weight: bold;
    }

#column-right .box-product .cart input:hover,
#column-left .box-product .cart input:hover {
    color: #ea2e49 !important;
    }

/******************************
 SLIDER
*******************************/

.nivoSlider,
.journal-slider {
    position: relative;
    margin: 0 auto;
    z-index: 9;
    clear: both;
    margin-bottom: 0 !important;
    }

#column-right .column-head + .slideshow,
#column-right .column-head + .banner,
#column-right .column-head + .journal-slider,
#column-left .column-head + .slideshow,
#column-left .column-head + .banner,
#column-left .column-head + .journal-slider {
    margin-top: 40px;
    z-index: 91;
    }

/******************************
 BANNER
*******************************/

.banner {
    position: relative;
    margin: 0 auto;
    margin-bottom: -2px;
    }

.banner div {
    text-align: center;
    display: none;
    margin: 0 auto;
    }

/******************************
 FILTER MODULE
*******************************/

#content .box-filter {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: -15px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    }

#content #button-filter {
    margin: 15px 0;
    float: right;
    }

#content .box-filter > li {
    max-width: 200px;
    float: left;
    margin-right: 10px;
    }

#content .box-filter > li > span {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 8px 12px 0;
    display: block;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 8px;
    padding-left: 8px;
    }

#column-right .box-filter > li,
#column-left .box-filter > li {
    min-height: 40px;
    width: 100%;
    display: table;
    }

#column-right .box-filter > li > span,
#column-left .box-filter > li > span {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 8px 8px 0;
    min-height: 40px;
    display: block;
    padding-left: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #dbdbdb;
    }

#column-right #button-filter,
#column-left #button-filter {
    margin: 15px;
    }

#column-right .box-content .box-filter li ul,
#column-left .box-content .box-filter li ul {
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    }

.box-filter label:hover {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    color: #EA2E49;
    }

/******************************
 JOURNAL CUSTOM SECTIONS
*******************************/

.journal-filter {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    }

p + .journal-filter {
    margin-top: 0;
    }

.journal-filter ul {
    display: table;
    width: 100%;
    height: 42px;
    margin: 0 auto;
    table-layout: fixed;
    }

#column-right + #content .journal-filter ul,
#column-left + #content .journal-filter ul {
    height: 40px;
    }

.journal-filter ul li {
    background: #ea2e49;
    border-left: 1px solid white;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    }

.journal-filter ul li:first-child {
    border: 0;
    }

.journal-filter ul li span {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    }

.journal-filter ul li a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 40px;
    text-align: center;
    color: white;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    }

.journal-filter ul li a:hover {
    background: #f4f4f4;
    color: #ea2e49;
    }

.journal-filter ul li a.selected {
    color: #ea2e49;
    background-color: #f4f4f4;
    }

.filter-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    color: white;
    z-index: 0;
    }

.isotope-item {
    z-index: 2;
    }

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
    }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/******************************
 PRODUCT GRID
*******************************/

.product-grid,
.product-list {
    margin-bottom: 20px;
    margin-right: -20px;
    }

.product-grid input.button,
.product-list input.button {
    min-height: 30px;
    max-height: 30px;
    line-height: 1.2;
    }

#content .box-product {
    margin-right: -20px;
    }

.product-grid > div,
#content .box-product > div {
    margin-right: 16px;
    margin-top: 20px;
    width: 220px;
    background-color: #f4f4f4;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    }

#column-right + #content .product-grid > div,
#column-right + #content .box-product > div,
#column-left + #content .product-grid > div,
#column-left + #content .box-product > div {
    margin-right: 16px;
    width: 234px;
    }

.journal-filter .product-grid > div {
    margin-right: 20px;
    }

#content .box-product > div {
    margin-top: 0;
    margin-bottom: 20px;
    }

.product-grid .image,
#content .box-product .image {
    min-height: 160px;
    width: 100%;
    position: relative;
    overflow: hidden;
    }
	
.product-grid .image a,
#content .box-product .image a {
    width: 100%;
    display: block;
    text-align: center;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    }

.product-grid .image a img,
#content .box-product .image a img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    /*margin: 0 auto;*/
    }

.product-over {
    width: inherit;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    position: absolute;
    z-index: 2;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-backface-visibility: hidden;
    }

.product-grid > div:hover .product-over,
#content .box-product > div:hover .product-over {
    opacity: .04;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    }

.product-list .product-over {
    display: none;
    }

#content .box-heading {
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 18px;
    max-height: 40px;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
    margin-bottom: 20px;
    padding: 12px;
    }

.box-heading {
    background-color: #ea2e49;
    }

.product-grid .name a,
#content .box-product .name a {
    width: 100%;
    color: #333745;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px 8px 8px 0px;
    }

.product-grid .description {
    display: none;
    }

.product-grid .rating,
#content .box-product .rating {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -49px;
    padding: 4px 6px 8px 6px;
    }

.product-grid .price,
#content .box-product .price {
    display: block;
    font-weight: bold;
    color: #333745;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 7px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    border-top: 1px solid #dbdbdb;
    display: inline-block;
	width:100%;
    }
 .views {
    width: 100%;
    text-align: left;
    padding: 0px 0px 4px 0px;
    font-size: 0.85em;
}
.product-grid .price-old,
#content .box-product .price-old {
    color: #ea2e49;
    font-size: 13px;
    text-decoration: line-through;
    }

.product-grid .price-new,
#content .box-product .price-new {
    font-weight: bold;
    }

#content .box-product .cart {
    margin-bottom: 15px;
    }

#content .box-product .cart a {
    margin: 0;
    }

.product-grid .price .price-tax,
#content .box-product .price-tax {
    display: none;
    }

.product-grid .wishlist,
.product-grid .compare,
#content .box-product .wishlist,
#content .box-product .compare {
    float: left;
    width: 50%;
    position: relative;
    margin-top: 11px;
    margin-bottom: 13px;
    }

.product-grid .wishlist a,
#content .box-product .wishlist a {
    text-align: center;
    color: #333745;
    text-decoration: none;
    display: block;
    font-size: 11px;
    border-right: 1px solid #dbdbdb;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

.product-grid .compare a,
#content .box-product .compare a {
    text-align: center;
    color: #333745;
    text-decoration: none;
    display: block;
    font-size: 11px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    }

.product-grid .wishlist a:hover,
.product-grid .compare a:hover,
#content .box-product .wishlist a:hover,
#content .box-product .compare a:hover {
    color: #ea2e49;
    }

.sale {
    position: absolute;
    background-color: #ea2e49;
    color: #f4f4f4;
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    top: 5px;
    right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 2.8;
    font-size: 14px;
    padding: 0 2px;
    }

.product-list .sale {
    top: 40px;
    }

#column-right .sale,
#column-left .sale {
    display: none;
    }

/******************************
 PRODUCT LIST
*******************************/

.category-info {
    overflow: auto;
    }

.category-info .image {
    float: left;
    margin-right: 15px;
    margin-bottom: 17px;
    }

.category-list {
    overflow: auto;
    background: #333745;
    padding-left: 16px;
    position: relative;
    }

.category-list span {
    width: 20px;
    height: 20px;
    background-color: inherit;
    position: absolute;
    left: -8px;
    top: 8px;
    z-index: 2;
    }

h2.refine {
    margin-bottom: 0;
    border: none;
    display: none;
    }

.category-list ul {
    z-index: 1;
    position: relative;
    color: #f4f4f4;
    margin-left: -15px;
    }

.category-list ul li {
    float: left;
    display: table;
    position: relative;
}

.category-list ul li a {
    font-size: 12px;
    font-weight: bold;
    color: inherit;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    height: 37px;
}

.category-list ul li a:hover {
    color: #ea2e49;
    }

.category-list ul > li:before {
    content: "/";
    position: relative;
    top: 11px;
    padding-right: 7px;
    }

.opera .category-list ul {
    margin-left: 0;
    }

.opera .category-list ul li {
    margin-right: 12px;
    }

.opera .category-list ul > li:before {
    content: "";
    position: absolute;
    top: 11px;
    padding-right: 7px;
    }

.product-filter {
    padding-left: 5px;
    overflow: auto;
    background-color: #f4f4f4;
    color: #333745;
    }

.product-filter div b {
    font-size: 12px;
    }

.mac .product-filter {
    padding: 5px;
    }

.product-filter .display {
    padding: 11px 0 5px 10px;
    float: left;
    color: inherit;
    }

.product-filter .display a {
    font-weight: normal !important;
    color: transparent !important;
    max-width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    }

.product-filter .display span {
    text-indent: -999999px;
    }

.product-filter .display span {
    cursor: pointer;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    width: 19px;
    height: 17px;
    color: transparent;
    background: url(../images/list.png) no-repeat left;
    }

.product-filter .display span + span {
    background: url(../images/grid.png) no-repeat left;
    }

.product-filter .display span:hover {
    background-position: right;
    }

.product-filter .display span + span:hover {
    background-position: right;
    }

 .theme_journal_vi .product-filter .display span {
    background: url(../images/list6.png) no-repeat left;
    }

.theme_journal_vi .product-filter .display span + span {
    background: url(../images/grid6.png) no-repeat left;
    }

.theme_journal_vi .product-filter .display span:hover {
    background-position: right;
    }

.theme_journal_vi .product-filter .display span + span:hover {
    background-position: right;
    }


.ipad .product-compare,
.ipad .product-filter .display {
    padding-top: 6px;
    }

.active2 {
    background-position: right !important;
    cursor: default;
    }

.product-filter .sort {
    float: right;
    color: inherit;
    }
.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: inherit;
    }
.product-filter .filter {
    padding: 10px 0px 0px 0px;
	overflow: hidden;
	margin: 0px;
    float: right;
    color: inherit;
	width: 25%;
	display: flex;
    }
.safari .product-filter .filter {
	display: table !important;
    }
.product-filter .filter b {
    display: none;
    }
	
.product-filter .filter select {
    width: 100%;
	max-width: 100% !important;
	margin:0px;
	line-height: 23px;
}

.product-filter .filter input {
    margin: 0px;
    max-width: 100%;
	min-width: 100%;
    background: none repeat scroll 0% 0% #F4F4F4;
    border: 1px solid #DBDBDB;
    padding: 5px 20px 5px 5px;
    font-size: 12px;
    line-height: 1.4;	
}
.safari .product-filter .filter input{
	width: 100%;
    }
.product-filter .filter i {
    margin-left: -15px;	
	margin-top: 8px;	
	cursor:pointer;
	cursor:hand;
}

.product-filter .limit input{
    background: none repeat scroll 0% 0% #F4F4F4;
    border: 1px solid #DBDBDB;
    padding: 5px;
    margin: 5px;
    max-width: 120px;
    font-size: 12px;
    line-height: 1.4;
    }

.product-filter .left{
    margin-right: 12px;
    float: left;
    color: inherit;
    }

.product-filter .left input{
    background: none repeat scroll 0% 0% #F4F4F4;
    border: 1px solid #DBDBDB;
    padding: 5px;
    margin: 5px;
    max-width: 120px;
    font-size: 12px;
    line-height: 1.4;
    }

.product-compare {
    font-weight: bold;
    padding-top: 13px;
    margin-left: 25px;
    float: left;
    }

.product-compare a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
    font-size: 13px;
    }

.webkit.mac .product-filter .display {
    padding-top: 5px;
    padding-left: 5px;
    }

.webkit.mac .product-compare {
    padding-top: 7px;
    }

.product-list > div {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    }

.product-list .right {
    /*margin-left: 20px;*/
    position: relative;
    top: 100px;
    float:right;
	/*right:20px;*/
    z-index: 99;
	//left: 130px;
    }

.product-list > div {
    border-top: 1px solid #dbdbdb;
    padding-top: 16px;
    }

.product-list > div:first-child {
    border: none;
    }

.product-list .image {
    float: left;
    margin-right: 10px;
	position: relative;
    }

.product-list .image img {
    max-height: 140px;
    max-width: 140px;
    }
.product-grid .image .ribbon,
#content .box-product .image .ribbon {
font-family: "Oswald";
z-index: 14;
color: white;
padding: 10px;
font-size: 1.3em;
background-color: rgb(92, 139, 166);
display: block;
margin: auto;
width: 40%;
text-align: center;
position: absolute;
top: 43%;	
}
.product-list .image .ribbon {
font-family: "Oswald";
z-index: 14;
color: white;
padding: 10px;
font-size: 0.9em;
background-color: rgb(92, 139, 166);
display: block;
margin: auto;
width: 50%;
text-align: center;
position: absolute;
top: 40%;	
}
.product-grid .image .associate-ribbon,
#content .box-product .image .associate-ribbon,
.product-list .image .associate-ribbon {
    font-family: "Oswald";
    z-index: 14;
    color: white;
    padding: 10px;
    font-size: 1.3em;
    background-color: rgb(51 55 69 / 60%);
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    position: absolute;
}
.product-info .image .ribbon-sold {
	left: 279px;
	background-color:  #ff708e !important;
}
.product-info .image .ribbon-private {
	background-color:  #d2aa3a !important;
}
.product-list .image .ribbon-private,
.product-grid .image .ribbon-private,
#content .box-product .image .ribbon-private {
	right: 0px;
	background-color:  #d2aa3a !important;
}
.product-info .image .ribbon {
font-family: "Oswald";
z-index: 14;
color: white;
padding: 10px;
font-size: 1.3em;
background-color: rgb(92, 139, 166);
display: block;
margin: auto;
width: 141px;
text-align: center;
position: absolute;
top: 192px;	
}
.product-info .image .ribbon-private {
margin-left:280px;
}
.product-list .name {
    margin-top: 5px;
	margin-left: 150px;
	width:50%;
	position: absolute;
    }
.product-list .right {
width:50%;
min-width:200px;

}	
.product-list .left {
height:140px;
}	
.product-list .name-left {
    float:left;
    }	
.product-list .name a {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid #dbdbdb;
    color: #333745;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
   // max-width: 475px;
    }

.product-list .description {
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: 150px;
    color: #f4f4f4;
    max-width: 65%;
	padding-top: 30px;
    }

.product-list .rating {
    color: #333745;
    }

.product-list .price {
    height: 50px;
    color: #333745;
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 15px;
    text-align: right;
    font-weight: bold;
    }

.product-list .price-old {
    font-size: 13px;
    color: #ea2e49;
    text-decoration: line-through;
    }

.product-list .price-new {
    font-weight: bold;
    }

.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #888;
    }

.product-list .cart {
    float: left;
    }

.product-list .wishlist,
.product-list .compare {
    float: right;
    position: relative;
    top: 10px;
    }

.product-list .wishlist a,
.product-list .compare a {
    color: #333745;
    text-decoration: none;
    display: block;
    font-size: 11px;
    padding-left: 10px;
    }

.product-list .wishlist a:hover,
.product-list .compare a:hover {
    color: #ea2e49;
    }

.product-list .wishlist a {
    padding-left: 10px;
    }

.product-list .compare a {
    border-right: 1px solid #cacaca;
    padding-right: 10px;
    }

/******************************
 PRODUCT
*******************************/

.product-info, .video-info {
    overflow: auto;
    margin-bottom: 20px;
    position: relative;
    display: table;
    width: 100%;
    }

.product-info > .left {
    display: table-cell;
    vertical-align: top;
    width: 370px;
    }
.video-info > .left {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    }
.product-info .image {
    margin-right: 20px;
    padding: 0;
    text-align: left;
    }
.video-info .image {
    padding: 0;
    text-align: left;
    }
.product-info .image a img {
    max-width: 350px;
    }

.ie8 .product-info .image {
    width: 330px !important;
    }

.ie8 .product-info .image-additional {
    width: 330px !important;
    }

.zoomContainer {
    z-index: 100;
    }

.zoomLens {
    max-width: 150px;
    max-height: 150px;
    }

.mobile .zoomContainer {
    display: none !important;
    }

.product-info .image-additional {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding-right: 10px;
    }

.product-info .image-additional a {
    position: relative;
    }

.product-info .image-additional a img {
    margin: 7px 7px 0 0;
    border: 4px solid #f4f4f4;
    max-width: 80px;
    }

.product-info .description {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 13px;
    }

.product-info .description span {
    color: #999;
    font-size: 13px;
    text-align: right;
    padding-right: 5px;
    }

.product-info .description a {
    text-decoration: none;
    font-size: 14px;
    }

.social {
    position: relative;
    width: 100%;
    padding: 18px 0 20px 0;
    padding-top: 6px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    }

.social .stButton {
    margin-right: 0;
    }

.social.share-this span {
    height: 32px !important;
	/*height: 22px !important;*/
    }

.social > span {
    display: inline-block;
    margin-top: 12px;
    padding-right: 1px;
    }

.social.add-this {
    padding: 17px 0 12px 0;
    }

.product-info .price, .video-info .title {
    overflow: auto;
    padding: 9px 0 9px 10px;
    margin: 20px 0;
    font-size: 23px;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    background: #f4f4f4;
    color: #333745;
    }
.video-info .title a, .video-info .title span{
	float:right;
	margin-left: 5px;
    margin-right: 5px;
}
.product-info .price-old {
    font-size: 15px;
    text-decoration: line-through;
    padding: 4px;
    margin: 0;
    margin-bottom: 6px;
    background: #ea2e49;
    position: relative;
    color: white;
    display: inline-block;
    }

.product-info .price-new {
    font-size: 22px;
    }

.product-info .price-tax {
    display: inline-block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 0 4px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    color: #333745;
    }

.product-info .price .reward {
    display: block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 9px 0 7px 0;
    font-weight: normal;
    }

.product-info .price .discount {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.4;
    }

.product-info .options {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    position: relative;
    }

.product-info .options .option {
    position: relative;
    display: inline-block;
    padding: 7px;
    padding-bottom: 8px;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 15px;
    }

.product-info .options .option input[type='text'],
.product-info .options .option textarea {
    min-width: 100%;
    max-width: 100%;
    }

.product-info .options .option span {
    padding: 5px 3px 3px 0;
    }

.product-info .options .option b {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 3px;
    padding-top: 1px;
    position: absolute;
    }

.product-info .options h2 {
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    }

.product-info .options span.error {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px 4px 2px 4px;
    }

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
    }

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
    }

.product-info .option-image img {
    margin-right: 5px;
    cursor: pointer;
    }

.product-info .cart {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 5px 17px 0;
    margin-bottom: 15px;
    color: #dbdbdb;
    overflow: auto;
    }

.product-info .cart div {
    float: left;
    color: #888;
    padding-top: 2px;
    }

.product-info .cart div a,
.product-info .cart div span {
    position: relative;
    top: 9px;
    font-size: 11px;
    display: block;
    }

.product-info .cart div a:last-child {
    border-top: 1px solid #dbdbdb;
    top: 0;
    padding-top: 4px;
    }

.product-info .cart div > span {
    padding-top: 9px;
    display: block;
    }

.product-info .cart input.button {
    min-height: 41px;
    position: relative;
    top: 1px;
    min-width: 120px;
    padding-top: 2px;
    }

.-moz- .product-info .cart input.button {
    padding-top: 7px;
    }

.chrome .product-info .cart input.button,
.ie .product-info .cart input.button {
    padding-top: 0;
    }

.cart input[name=quantity] {
    max-width: 50px !important;
    min-width: 50px !important;
    min-height: 40px;
    height: 40px;
    text-align: center;
    margin-right: 7px;
    }

.product-info .cart .minimum {
    padding-top: 10px;
    font-size: 12px;
    color: #bbb;
    clear: both;
    }

.product-info .review {
    color: #888;
    margin-bottom: 20px;
    line-height: 1;
    }

.product-info .review > div img {
    top: 2px;
    position: relative;
    margin-right: 7px;
    }

.product-info .review > div > span {
    color: #333745;
    }

.product-info .review .share {
    display: none;
    overflow: auto;
    line-height: normal;
    }

.product-info .review .share a {
    text-decoration: none;
    }

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 20px;
    }

.attribute thead td,
.attribute thead tr td:first-child {
    color: #333745;
    font-size: 14px;
    font-weight: bold;
    background: #f4f4f4;
    text-align: left;
    }

.attribute tr td:first-child {
    font-weight: bold;
    text-align: right;
    width: 20%;
    }

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

ul.product-option {
    padding: 0;
    }

/******************************
 Product Compare
*******************************/

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 20px;
    }

.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #f4f4f4;
    font-size: 14px;
    font-weight: bold;
    background: #5f6874;
    text-align: left;
    }

.compare-info tr td:first-child {
    color: #333;
    font-weight: bold;
    text-align: right;
    }

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #333;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

.compare-info .name a {
    font-weight: bold;
    }

.compare-info .price-old {
    font-weight: bold;
    color: #ea2e49;
    text-decoration: line-through;
    }

.compare-info .price-new {
    font-weight: bold;
    }

/******************************
PRODUCT TABS
*******************************/

input[name='captcha'] {
    max-width: 150px;
    min-width: 150px;
    margin-bottom: 15px;
    }

#tab-description div,
#tab-description p {
    line-height: 1.3;
    margin-bottom: 10px;
    }

#tab-description h3 {
    padding-left: 0;
    }

#tab-description ul li {
    margin-bottom: 5px;
    }

.htabs {
    height: 38px;
    }

.htabs a:first-child {
    border-right: none;
    }

.htabs a {
    background: #ea2e49;
    padding: 11px;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    text-align: center;
    text-decoration: none;
    color: white;
    display: none;
    height: 38px;
    -webkit-box-shadow: inset 0 -3px 6px -2px rgba(0,0,0,.4);
    box-shadow: inset 0 -3px 6px -2px rgba(0,0,0,.4);
    }

.htabs a.selected {
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333745;
    }

.tab-content {
    padding: 15px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
    }

.tab-content p {
    font-size: 13px;
    color: #333745;
    margin-bottom: 0;
    }

/******************************
 REVIEW
*******************************/

.review-list {
    padding-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    }

.review-list .text {
    padding: 10px;
    padding-top: 0;
    line-height: 1.3;
    clear: both;
    }

.review-list .author {
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    display: inline-block;
    color: #333;
    }

.review-list .author b {
    font-size: 15px;
    font-weight: bold;
    color: #5C8BA6;
    }

.review-list .rating {
    float: right;
    margin-bottom: 20px;
    }

#tab-review {
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    }

#tab-review .success,
#tab-review .warning,
#tab-review .attention,
#tab-review .information {
    position: relative;
    max-width: 99%;
    min-width: 99%;
    margin-bottom: 15px;
    }

#tab-review input[type='text'],
#tab-review input[type='email'],
#tab-review input[type='password'],
#tab-review textarea {
    background: white;
    }

/******************************
 PAGINATION
*******************************/

.pagination {
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #777;
    }

.pagination .links {
    float: left;
    }

.pagination .links a,
.pagination .links b {
    display: inline-block;
    padding-top: 7px;
    width: 27px;
    height: 27px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background-color: #f4f4f4;
    font-weight: bold;
    font-family: Verdana,sans-serif;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    }

.pagination .links a:hover {
    background-color: #ea2e49;
    color: white;
    }

.pagination .links b {
    background-color: #ea2e49;
    color: white;
    }

.pagination .results {
    color: inherit;
    float: right;
    font-weight: bold;
    }

/******************************
 TAGS
*******************************/

.tags {
    margin: 8px;
    margin-left: 0;
    color: #333745;
    margin-bottom: 13px;
    }

.tags b {
    padding: 2px 6px 3px 6px;
    background-color: #5f6874;
    color: white;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-right: 5px;
    }

.tags a {
    margin-left: 0;
    padding: 2px 6px 3px 6px;
    background-color: #f4f4f4;
    color: #333745;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 7px;
    }

.tags a:hover {
    color: white;
    background-color: #ea2e49;
    }

/******************************
 ACCOUNT
*******************************/

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    }

table.form input[type='text']{
    min-width: 270px;
    }
table.form input[type='email'] {
    min-width: 250px;
    }

table.form tr td:first-child {
    width: 170px;
    }

table.form td {
    padding: 4px;
    }

.content ul li a {
    font-size: 14px;
    padding-left: 5px;
    }

table #images input[type='text'], table #bundles input[type='text'], table #bundles tr td:first-child {
	min-width:auto;
}
.add_bundle {
    display: inline-block;
    margin-top: 6px;
}
.remove_bundle, .remove_slabs {
	color: #ff708e;
	margin-left: 4px;
	margin-top: 6px;
	display: inline-block;
}
.remove_bundle:hover , .remove_slabs:hover{
	color: #ff2e2e;
}
table #bundles input[type='checkbox'] {
	display: inline-block;
	margin-top: 11px;
}

table #bundles td:first-child {
	vertical-align: middle;
}
/******************************
 WELCOME
*******************************/

#content .welcome {
    display: inline-block;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 3px;
    font-weight: bold;
    font-size: 19px;
    color: #333745;
    margin-top: -10px;
    }

#content .welcome span {
    border-bottom: 1px solid #dbdbdb;
    line-height: 1.2;
    }

#content .welcome + p {
    padding-top: 10px;
    line-height: 1.4;
    }

/******************************
 WISHLIST
*******************************/

.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    }

.wishlist-info td {
    padding: 7px;
    padding-left: 0;
    }

.wishlist-info thead td {
    color: white;
    font-weight: bold;
    background-color: #5f6874;
    color: white;
    padding: 7px;	
    }

.wishlist-info thead .image {
    text-align: center;
    height: 40px;
    }

.wishlist-info thead .name,
.wishlist-info thead .model {
    text-align: left;
    }

.wishlist-info thead .stock {
    text-align: center;
    }
	
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
    text-align: right;
    }

.wishlist-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #f4f4f4;
    padding: 7px;	
    }

.wishlist-info tbody tr:last-child td {
    border: none;
    }

.wishlist-info tbody .image {
    text-align: left;
    padding-top: 10px;
    }

.wishlist-info tbody .name,
.wishlist-info tbody .model {
    text-align: left;
    }
.wishlist-info tbody .stock {
    text-align: center;
    }
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
    text-align: right;
    }

.wishlist-info tbody .price s {
    color: #F00;
    }

.wishlist-info tbody .action img {
    cursor: pointer;
    }

.wishlist-info tbody .price {
    /*font-weight: bold;*/
    }
.wishlist-info  .asc {

	padding-right: 15px;

	background: url('../image/asc.png') right center no-repeat;

}

.wishlist-info  .desc {

	padding-right: 15px;

	background: url('../image/desc.png') right center no-repeat;

}

.wishlist-info  .separator {
	height:3px;
}
/******************************
 SHOPPING CART
*******************************/

.cart-info table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb;
    }

.cart-info td {
    padding: 0px 5px;
    font-weight: bold;
    }

.cart-info thead td {
	padding: 7px 5px;
    color: white;
    font-weight: bold;
    background-color: #5f6874;
    color: white;
    }
.cart-info .separator {
    height: 4px;
    }
.cart-info thead .image {
    text-align: center;
    height: 40px;
    }

.cart-info thead .name,
.cart-info thead .model {
    text-align: left;
    }
.cart-info thead .quantity {
	min-width: 100px;
	text-align: center;
}
.cart-info thead .price,
.cart-info thead .total {
    text-align: right;
    }

.cart-info tbody td.name a {
    font-weight: bold;
    font-size: 14px;
    }

.cart-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #dbdbdb;
    }

.cart-info tbody .image img {
    border: none;
    padding-top: 5px;
    }

.cart-info tbody .image {
    text-align: left;
    }

.cart-info tbody .name,
.cart-info tbody .model{
    text-align: left;
    }
.cart-info tbody .quantity {
    text-align: center;
    }
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
    }

.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right;
    }

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
    }

		.cart-info  a.asc {
			padding-right: 15px;
			background: url('../image/asc.png') right center no-repeat;
		}

		.cart-info  a.desc {
			padding-right: 15px;
			background: url('../image/desc.png') right center no-repeat;
		}	  	
.cart-module > div {
    display: none;
    }

.cart-total {
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
    margin-top: -10px;
    border-top: 1px solid #dbdbdb;
    }

.cart-total table {
    float: right;
    }

.cart-total td {
    padding: 3px;
    text-align: right;
    }

label {
    line-height: 1.5;
    font-size: 13px;
    position: relative;
    }

.win label {
    top: -2px;
    }

#total .right {
    font-size: 14px;
    }

input[name='postcode'] {
    max-width: 100px;
    min-width: 100px;
    }

.quantity input[type='text'] {
    max-width: 40px;
    min-width: 40px;
    }

#shipping table tr > td {
    font-size: 12px;
    }

tr.form td {
	border:none;
}	
/******************************
 CHECKOUT
*******************************/

.checkout {
    margin-bottom: 20px;
    }

.checkout-heading {
    background-color: #5f6874;
    border-top: 1px solid #777;
    border-bottom: 1px solid #333745;
    font-weight: bold;
    font-size: 13px;
    color: white;
    min-height: 35px;
    padding: 10px;
    }

.checkout-heading span {
    font-weight: bold;
    }

.checkout-heading a:hover {
    color: #ea2e49;
    }

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
    color: white;
    }

.checkout-content {
    padding: 0 0 15px;
    margin-top: 20px;
    display: none;
    overflow: auto;
    position: relative;
    }

.checkout-content .left {
    padding-left: 20px;
    }

.checkout-content .warning {
    min-width: 100%;
    max-width: 100%;
    }

.checkout-content input.button {
    margin-top: 10px;
    }

.checkout-content .right input.button {
    margin-top: 15px;
    }

.checkout-content input[type='radio'],
.checkout-content label {
    margin: 5px;
    margin-right: 0;
    }

.checkout-content p {
    padding: 15px;
    padding-left: 0;
    margin-bottom: 0;
    }

.checkout-content textarea {
    margin-top: 15px;
    }

.checkout-content h2 + p {
    font-size: 15px;
    font-weight: bold;
    }

.checkout-content .right a {
    text-decoration: underline;
    position: relative;
    }

table.radio label {
    margin: 0;
    }

table.radio td {
    font-weight: bold;
    }

.checkout-content .left {
    float: left;
    width: 48%;
    }

.checkout-content .right {
    float: right;
    width: 48%;
    }

.checkout-content .right input {
    margin-top: 5px;
    margin-bottom: 3px;
    }

.checkout-content .buttons {
    clear: both;
    }

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb;
    }

.checkout-product table .total {
    font-weight: bold;
    }

.checkout-product td {
    padding: 10px;
    }

.checkout-product thead td {
    color: #333745;
    font-weight: bold;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dbdbdb;
    }

.checkout-product thead .name,
.checkout-product thead .model {
    text-align: left;
    }

.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
    text-align: right;
    }

.checkout-product tbody td {
    vertical-align: top;
    }

.checkout-product tbody .name,
.checkout-product tbody .model {
    text-align: left;
    }

.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
    text-align: right;
    }

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
    }

.checkout-product tfoot tr:last-child td {
    border-bottom: none;
    }

/******************************
 TABLES
*******************************/

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 20px;
    }

table.list td {
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

table.list thead td {
    background-color: #f4f4f4;
    padding: 0 5px;
    }

table.list thead td a,
.list thead td {
    text-decoration: none;
    color: #333745;
    font-weight: bold;
    }

table.list tbody td {
    vertical-align: top;
    padding: 0 5px;
    }

table.list .left {
    text-align: left;
    padding: 7px;
    }

table.list .right {
    text-align: right;
    padding: 7px;
    }

table.list .center {
    text-align: center;
    padding: 7px;
    }

.list .large , .form .large, .wishlist-info .large {
    display:table-cell;
}

.list .small, .form .small{
    display:none;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
    }

table.radio td {
    padding: 5px;
    vertical-align: top;
    }

table.radio td label {
    display: block;
    }

table.radio tr td:first-child {
    width: 1px;
    }

table.radio tr td:first-child input {
    margin-top: 1px;
    }

table.radio tr.highlight:hover td {
    background: #5f6874;
    cursor: pointer;
    color: white;
    }

table td {
    line-height: 1.4;
    }

table td a + a {
    margin-left: 15px;
    }

/******************************
 ORDER LIST
*******************************/

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333745;
    }

.order-list .order-id b {
    font-weight: bold;
    }

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 5px;

    }

.order-list .order-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
	margin-bottom:10px;
    background: #f4f4f4;
    }

.order-list .order-content div {
    float: left;
    width: 50%;
    }

.order-list .order-content div b {
    display: inline-block;
    padding: 2px;
    }

.order-list .order-info {
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
    }

.order-detail {
    background: #f4f4f4;
    font-weight: bold;
    }

/******************************
RETURNS
*******************************/

.return-list {
    margin-bottom: 10px;
    }

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
    }

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
    }

.return-list .return-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

.return-list .return-content div {
    float: left;
    width: 33.3%;
    }

.return-list .return-info {
    text-align: right;
    }

.return-product {
    overflow: auto;
    margin-bottom: 20px;
    }

.return-product input[type='text'] {
    min-width: 150px;
    }

.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
    }

.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
    }

.return-quantity {
    float: left;
    width: 31%;
    }

.return-detail {
    overflow: auto;
    margin-bottom: 20px;
    }

.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
    }

.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
    }

.return-opened textarea {
    min-width: 150px !important;
    }

.return-opened textarea {
    width: 98%;
    vertical-align: top;
    }

.return-captcha {
    float: left;
    }

.download-list {
    margin-bottom: 10px;
    }

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
    }

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
    }

.download-list .download-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

.download-list .download-content div {
    float: left;
    width: 33.3%;
    }

.download-list .download-info {
    text-align: right;
    }

.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555;
    }

.success {
    background: #EAF7D9 url(../images/success.png) 10px center no-repeat;
    border: 1px solid #BBDF8D;
    }

.warning {
    background: #FFD1D1 url(../images/warning.png) 10px center no-repeat;
    border: 1px solid #F8ACAC;
    }

.attention {
    background: #FFF5CC url(../images/attention.png) 10px center no-repeat;
    border: 1px solid #F2DD8C;
    }

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
    }

.required {
    color: #ea2e49;
    font-weight: bold;
    font-size: 16px;
    }

.help {
    color: #777;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana,Geneva,sans-serif;
    display: block;
    }

/******************************
 MANUFACTURER
*******************************/

.manufacturer-list {
    border: 1px solid #dbdbdb;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
    }

.manufacturer-heading {
    background: #5f6874;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
    }

.manufacturer-content {
    padding: 8px;
    }

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    }

.contact-info {
    overflow: auto;
    }

.contact-info .left {
    float: left;
    width: 48%;
    }

.contact-info .right {
    float: left;
    width: 48%;
    }

/******************************
 SITEMAP
*******************************/

.sitemap-info {
    overflow: auto;
    }

.sitemap-info ul > li {
    min-height: 24px;
    }

.sitemap-info ul > li > a {
    font-size: 14px;
    color: #333745;
    }

.sitemap-info ul > li:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    }

.sitemap-info ul > li > ul {
    margin-left: 15px;
    margin-top: 5px;
    }

.sitemap-info ul > li > ul li {
    min-height: 20px;
    }

.sitemap-info ul > li > ul li a {
    font-size: 12px;
    color: #888;
    }

.sitemap-info ul > li > ul > li:before {
    content: "-";
    font-size: 11px;
    padding-right: 5px;
    }

.sitemap-info a:hover {
    color: #ea2e49;
    }

.sitemap-info .left {
    float: left;
    width: 48%;
    }

.sitemap-info .right {
    float: left;
    width: 48%;
    }

/******************************
 FOOTER
*******************************/

footer {
    position: relative;
    width: 100%;
    background: none;
    clear: both;
    overflow: auto;
    z-index: 98;
    }

#footer {
    border: 0;
    background-color: #333745;
    position: relative;
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    }

.top-row {
    position: relative;
    width: 100%;
    display: table;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-top: 3px;
    }

#footer h3 {
    max-height: 50px;
    color: #dbdbdb;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #5f6874;
    padding: 15px 0;
    padding-bottom: 14px;
    margin: 0 10px;
    margin-left: 15px;
    }

#footer .column {
    display: table-cell;
    width: 33%;
	padding-left: 25px;
	padding-top: 25px;
    }

#footer .column ul li:before {
    font-family: 'icons';
    /*content: "1";*/
    font-size: 11px;
    color: #f4f4f4;
    }

.fb {
    margin: 15px;
    margin-bottom: 0;
    background-color: white;
    max-height: 185px;
    }

#footer .column ul {
    margin-top: 8px;
    margin-left: 8px;
    }

#footer .column ul li {
    padding: 6px;
    }

#footer .column a {
    font-size: 13px;
    padding-left: 3px;
    text-decoration: none;
    color: #dbdbdb;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    }

#footer .column a:hover {
    color: #ea2e49;
    }

.connect {
    position: relative;
    width: 100%;
    display: table;
    margin-top: 5px;
    padding-top: 9px;
    height: 60px;
    background: #5f6874;
    padding-right: 3px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
    box-shadow: 0 0 7px rgba(0,0,0,.4);
    text-align: center;
    }

.connect section {
    display: inline-block;
    float: left;
    }

.connect section + section {
    display: inline-block;
    float: right;
    padding-right: 10px;
    }

.connect div {
    float: left;
    margin-left: 11px;
    min-width: 40px;
    height: 40px;
    font-weight: bold;
    color: #dbdbdb;
    font-size: 15px;
    line-height: 2.6;
    }

.connect div a {
    line-height: 2.6;
    }

.connect div span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 7px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333745;
    }

.connect .contact-methods a {
    color: white;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    }

.connect .contact-profiles a {
    color: white;
    display: inline-block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333745;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    }

.connect .contact-profiles a:hover {
    background-color: #ea2e49;
    }

.ipad .connect {
    height: 50px;
    }

.custom-text {
    width: 100%;
    position: relative;
    padding: 15px;
    color: #dbdbdb;
    line-height: 1.2;
    }

.custom-text p {
    margin-bottom: 0;
    }

#powered {
    text-align: left;
    clear: both;
    height: 60px;
    background-color: #f4f4f4;
    position: relative;
    margin: 0 auto;
    width: 100%;
    }

#powered div {
    position: relative;
    margin: 0 auto;
    width: 980px;
    text-align: center;
    }

#powered a {
    color: #48a0d0;
    font-size: 12px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    }

#powered a:hover {
    color: #ea2e49;
    }

#powered p {
    display: inline-block;
    height: 100%;
    position: relative;
    float: left;
    padding: 22px 0 20px 0;
    font-size: 12px;
    margin-bottom: 0;
    color: #333745;
    }

#powered img {
    float: right;
    margin-left: 13px;
    margin-top: 12px;
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    }

/******************************
 HEADER & FOOTER SHADOW
*******************************/

header,
header .top-header {
    -webkit-box-shadow: 0 1px 4px -1px rgba(0,0,0,.7);
    box-shadow: 0 1px 4px -1px rgba(0,0,0,.7);
    }

#powered {
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    }

#journal-header .cart {
    -webkit-box-shadow: 0 1px 4px -2px rgba(0,0,0,.6);
    box-shadow: 0 1px 4px -2px rgba(0,0,0,.6);
    }

.chrome header,
.chrome header .top-header {
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,.7);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.7);
    }

.chrome #powered {
    -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,.5);
    box-shadow: 0 -1px 5px rgba(0,0,0,.5);
    }

.chrome #journal-header .cart {
    -webkit-box-shadow: 0 1px 5px -2px rgba(0,0,0,.6);
    box-shadow: 0 1px 5px -2px rgba(0,0,0,.6);
    }

/******************************
 BACK TO TOP BUTTON
*******************************/

.back-top {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    display: none;
    max-width: 45px;
    max-height: 45px;
    }

/******************************
CART ICON FONT
*******************************/

@font-face {
    font-family: 'icons';
    src: url(../icons/icons.eot);
    src: url(../icons/icons.eot?#iefix) format('embedded-opentype'),url(../icons/icons.woff) format('woff'),url(../icons/icons.ttf) format('truetype');
    }

.menu-icon {
    display: inline-block;
    width: 23px;
    margin-top: 11px;
    float: left;
    margin-right: 10px;
    }

.menu-icon span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: white;
    margin-bottom: 3px;
    }

/******************************
 PRODUCT PAGE GALLERY
*******************************/

.swipebox-overflow-hidden {
    overflow: hidden !important;
    }

#swipebox-overlay img {
    border: none !important;
    }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
    }

#swipebox-slider {
    height: calc(100% - 100px);
    left: 0;
    top: 50px;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    }

#swipebox-slider .slide {
    background: url(../images/loader.gif) no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
    }

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
    }

#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    }

#swipebox-action,
#swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
	display: table;
    }

#swipebox-action {
    bottom: -50px;
    }

#swipebox-action.visible-bars {
    bottom: 0;
    }

#swipebox-action.force-visible-bars {
    bottom: 0 !important;
    }

#swipebox-caption {
    top: -50px;
    text-align: center;
    }
#swipebox-subtitle {
	padding: 10px;
	text-align:center;
	font-family:"Droid Serif";
	font-size:18px;
    }

#swipebox-caption.visible-bars {
    top: 0;
    }

#swipebox-caption.force-visible-bars {
    top: 0 !important;
    }

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-image: url(../images/swipebox-icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    }

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px;
    }

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px;
    }

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px;
    }

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
     -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    }

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring .3s;
    -webkit-animation: rightSpring .3s;
    }

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring .3s;
    -webkit-animation: leftSpring .3s;
    }

@-moz-keyframes rightSpring {
0% {
    margin-left: 0;
    }

50% {
    margin-left: -30px;
    }

100% {
    margin-left: 0;
    }

}

@-moz-keyframes leftSpring {
0% {
    margin-left: 0;
    }

50% {
    margin-left: 30px;
    }

100% {
    margin-left: 0;
    }

}

@-webkit-keyframes rightSpring {
0% {
    margin-left: 0;
    }

50% {
    margin-left: -30px;
    }

100% {
    margin-left: 0;
    }

}

@-webkit-keyframes leftSpring {
0% {
    margin-left: 0;
    }

50% {
    margin-left: 30px;
    }

100% {
    margin-left: 0;
    }

}

#swipebox-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 0;
    }

#swipebox-action,
#swipebox-caption {
    background-color: #333;
    }

#swipebox-caption {
    color: white;
    font-size: 15px;
    line-height: 48px;
    font-family: Helvetica,Arial,sans-serif;
    }

.fake {
    position: absolute;
    width: 400px;
    height: 350px;
    background-color: red;
    }


/******************************
 PRODUCT ZOOM TEXT
*******************************/

.gallery_text {
    font-style: italic;
    text-align: center;
    padding: 6px 0 4px 0;
    max-width: 340px;
    color: #999;
    }

.gallery_text span,
.gallery_text img {
    vertical-align: middle;
    margin: 0 3px;
    }

.mobile-nav * {
    top: 0 !important;
    }

.ie8 .gallery_text {
    display: none;
    }

/******************************
 QUICKVIEW
*******************************/

iframe {
    border: none;
    }

.quickview > h1 {
    color: white;
    background-color: #ea2e49;
    padding: 11px;
    padding-left: 15px;
    max-height: 40px;
    padding-bottom: 10px;
    height: auto !important;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: -20px;
    margin-bottom: 20px;
    }

a.quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: white;
    background-color: #ea2e49;
    padding: 7px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: auto !important;
    }

.product-list a.quickview {
    top: 145px;
    left: 72px;
    }

#content.quickview {
    padding: 5px;
    padding-top: 20px;
    overflow: hidden;
    max-height: 510px;
    }

#content.quickview h1 {
    padding-left: 25px;
    }

.quickview .product-info .description,
.quickview .product-info .cart {
    border-bottom: none;
    padding-bottom: 0;
    }

.quickview .product-info .review {
    display: none;
    }

.quickview .product-info .cart div a {
    top: 0;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    }

.product-info .cart div a:last-child {
    padding-top: 0;
    border-top: none;
    }

.quickview .product-info .price {
    margin-bottom: 15px;
    }

.quickview .tab-content ul,
.quickview .tab-content ol {
    padding-left: 20px;
    }

.quickview .tab-content {
    padding-bottom: 15px;
    margin-bottom: 0;
    overflow: auto;
    height: 100%;
    }

.quickview .tab-content p {
    line-height: 1.2;
    }

.quickview .product-info .image-additional {
    text-align: center;
    padding-right: 13px;
    height: auto;
    }

.quickview .product-info .image-additional a {
    margin-bottom: 5px;
    display: inline-block;
    }

.quickview .product-info > .left {
    padding-left: 10px;
    max-width: 380px;
    width: 380px;
    }

.quickview .product-info > .right {
    height: 440px;
    overflow: hidden;
    width: 300px;
    }

@media only screen and (max-width: 760px) {
#boxer-overlay,
#boxer,
a.quickview {
    display: none !important;
    }

}

.box-category a span {
    width: 18px;
    height: 16px;
    display: inline-block;
    float: right;
    line-height: .7;
    font-size: 18px;
    text-align: center;
    }

.display-important {
    display: block !important;
    }

.ie .or-text{
    display:none;
}

/******************************
 SIDE BLOCKS
*******************************/

.custom-block-left,
.custom-block-right {
    position: fixed;
    top: 220px;
    z-index: 9999;
    }

@media only screen and (max-width: 980px) {
.custom-block-left,
.custom-block-right {
    display: none;
    }

}

.custom-block-icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    }

.custom-block-content p {
    margin: 0;
    }

.custom-block-content > div {
    position: relative;
    width: 100%;
    height: 100%;
    }

.custom-block-left .custom-block-icon {
    position: absolute;
    top: 0;
    right: -50px;
    }

.custom-block-right .custom-block-icon {
    position: absolute;
    top: 0;
    left: -50px;
    }

.custom-block-content hr {
    margin-bottom: 7px;
    }

.custom-block-content img {
    margin: 5px 0;
    }

.custom-block-content a {
    display: inline-block;
    margin: 10px 0;
    }

/******************************
 SEARCH AUTOCOMPLETE
*******************************/

.autocompletesearch-suggestions {
    width: 280px !important;
    max-height: 304px;
    top: 80px;
    background: #FFF;
    cursor: pointer;
    overflow: auto;
    -webkit-box-shadow: 0 1px 6px -3px rgba(0,0,0,.5);
    box-shadow: 0 1px 6px -3px rgba(0,0,0,.5);
    position: absolute;
    left: 50%;
    margin-left: 210px;
    }

.autocompletesearch-suggestion {
    white-space: nowrap;
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
    padding: 12px;
    position: relative;
    color: #444;
    }

.autocompletesearch-suggestion span {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #dbdbdb;
    }

.autocompletesearch-suggestion:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    padding-left: 4px;
    padding-right: 10px;
    margin-right: 14px;
    }

.autocompletesearch-selected {
    background-color: #f4f4f4;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    }

.autocompletesearch-suggestions strong {
    font-weight: normal;
    color: #EA2E49;
    }

@media only screen and (max-width: 980px) {
.autocompletesearch-suggestions {
    display: none !important;
    top: 120px;
    width: 283px;
    margin-left: -183px;
    }

.autocompletesearch-suggestion span {
    width: 39px;
    }

}

@media only screen and (max-width: 760px) {
.autocompletesearch-suggestions {
    margin-left: -240px;
    width: 480px;
    top: 200px;
    }

}

@media only screen and (max-width: 470px) {
.autocompletesearch-suggestions {
    width: 320px;
    margin-left: -160px;
    top: 193px;
    }

}

/******************************
 PRODUCT SLIDER
*******************************/


.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    }

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #5F6874;
    padding-top: 0;
    }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    }

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #5F6874;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #EA2E49;
    }

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
    }

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
    }

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    }

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
    }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    }

.bx-wrapper .bx-controls-direction {
    visibility: hidden;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    }

.product-slider:hover .bx-wrapper .bx-controls-direction {
    visibility: visible;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    opacity: 1;
    }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: relative;
    bottom: -10px;
    width: 100%;
    }

/*Theme*/

.product-slider {
    background-color: #f4f4f4;
    padding-bottom: 20px;
    }

.product-slider img {
    max-width: 200px;
    height: auto;
    }

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    }

.bx-wrapper img {
    max-width: 100%;
    display: block;
    }

.bxslider li {
    text-align: center;
    }

.product-slider .rating {
    position: absolute;
    top: 5px;
    left: 54px;
    }

.product-slider a.quickview {
    margin-top: -8px;
    }

.ie8 .product-slider a.quickview {
    display:none;
    }

#column-right .box-content ul li a.quickview,
#column-left .box-content ul li a.quickview {
    color: white;
    }

.product-slider .name a {
    width: 100%;
    color: #333745;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px;
    padding-top: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }

.product-slider .price {
    display: inline-block;
    font-weight: bold;
    color: #333745;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 7px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    border-top: 1px solid #dbdbdb;
    margin: 0 auto;
    }

.product-slider .price-old {
    color: #ea2e49;
    font-size: 13px;
    text-decoration: line-through;
    }

.product-slider .price-new {
    font-weight: bold;
    }

#content .box-product .cart {
    margin-bottom: 15px;
    }

#content .box-product .cart a {
    margin: 0;
    }

.product-slider .price .price-tax {
    display: none;
    }

#column-right .product-slider .sale,
#column-left .product-slider .sale {
    display: block;
    }

.fb_edge_widget_with_comment{
    margin-right:20px;
}

#column-right .paypal-button,
#column-left .paypal-button{
    display:block;
    text-align: center;
    padding-top: 10px;
}

#column-right .paypal-button img,
#column-left .paypal-button img{
    float:none !important;
}

.amazon-button + .clearfix{
    display:none;
}


/******************************
 PHOTO GALLERY
*******************************/

/*Center*/
#content .journal-gallery .box-heading{
    margin-bottom: 14px;
}

.journal-gallery .box-content > div{
    margin-right: -20px;
}

.journal-gallery a{
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
}

.journal-gallery a img{
   max-width: 143px;
}

@media only screen and (max-width: 980px) {
    .journal-gallery a img{
        max-width: 133px;
    } 
}

@media only screen and (max-width: 760px) {
    .journal-gallery a img{
        max-width: 136px;
    } 
}

@media only screen and (max-width: 470px) {
    .journal-gallery a img{
        max-width: 132px;
    } 
}

/*Side + Center*/


#column-left + #content .journal-gallery a img,
#column-right + #content .journal-gallery a img{
   max-width: 135px;
}


@media only screen and (max-width: 980px) {
    #column-left + #content .journal-gallery a img,
    #column-right + #content .journal-gallery a img{
        max-width: 120px;
    } 
}
@media only screen and (max-width: 760px) {
    #column-left + #content .journal-gallery a img,
    #column-right + #content .journal-gallery a img{
        max-width: 136px;
    } 
}

@media only screen and (max-width: 470px) {
    #column-left + #content .journal-gallery a img,
    #column-right + #content .journal-gallery a img{
        max-width: 132px;
    } 
}


/*Side*/

#column-left .journal-gallery .box-content > div,
#column-right .journal-gallery .box-content > div{
    padding: 12px 0 0 12px;
}

#column-left .journal-gallery a img,
#column-right .journal-gallery a img{
   max-width: 80px;
}

#column-left .journal-gallery a,
#column-right .journal-gallery a{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.video-js{
    background:#333;
}

.custom-blocks-active .rev-fullwidthslider-container .tp-rightarrow{
    right:60px !important;
}

.custom-blocks-active .rev-fullwidthslider-container .tp-leftarrow{
    left:60px !important;
}
/* STV - EXTRA */
#content .heading a {
    margin-left: 9px;
	margin-bottom: 5px;
    font-size: 11px;
    padding: 2px 12px;
}
#content1 {
    background: #FFFFFF;
    min-width: 900px;
    padding: 10px 30px 128px;
}
.box1 {
	margin-bottom: 15px;
}
.box1 > .heading {
	height: 48px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #DBDBDB;
	background: url('../image/box.png') repeat-x;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.box1 > .heading h1 {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	color: #003A88;
	font-size: 20px;
	float: left;
}
.box1 > .heading h1 img {
	float: left;
	margin-top: -1px;
	margin-left: 3px;
	margin-right: 8px;
}
.box1 > .heading .buttons {
	float: right;
	padding-top: 7px;
	margin-right: 5px;
}
.box1 > .heading .buttons .button {
	margin-left: 5px;
}
.box1 > .content1 h2 { 
	text-transform: uppercase;
	color: #FF802B;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;	
}
.box1 > .content1 {
	
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	min-height: 300px;
	<!--min-width: 897px;-->
	overflow: auto;
}
.list1 #stroke {
	position:absolute;
	margin-left: -40px;
}

a.button, .list1 a.button {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	
	/*-webkit-border-radius: 10px 10px 10px 10px;*/
	/*-moz-border-radius: 10px 10px 10px 10px;*/
	/*-khtml-border-radius: 10px 10px 10px 10px;*/
	
}
.list1 {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list1 td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list1 thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list1 thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list1 thead td a {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
	font-size:12px;
}
.list1 tbody td a {
	text-decoration: underline;
}
.list1 tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: transparent;
}
.list1 .left1 {
    text-align: left;
    padding: 8px;
    font-size: 12px;
}
.list1 .right1 {
	text-align: right;
	padding: 8px;
		font-size:12px;	
}
.list1 .center {
	text-align: center;
	padding: 11px;
		font-size:12px;	
}
.list1 .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list1 .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list1 tr.filter td {
	padding: 5px;
	background: #E7EFEF;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
	cursor: pointer;
}
.htabs1 {
    border-bottom: 1px solid #DDDDDD;
    height: 30px;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
}
.htabs1 a {
    background: url("../image/tab.png") repeat-x scroll 0 0 #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #000000;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 2px;
    padding: 7px 15px 6px;
    text-align: center;
    text-decoration: none;
}
.htabs1 a.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 7px;
}

#content .contentnew {
    border: 1px solid #EEEEEE;
    float: left;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 12px;
    overflow: auto;
    padding: 10px;
    width: 357px;
}

.vtabs {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: none;
}
.vtabs a, .vtabs span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs a img, .vtabs span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs-content {
	margin-left: 205px;
	min-height:320px;
}
.product-list .name a {
text-transform:uppercase;
}


/*style for the new product box layout*/
#content .box-product .cart2 input,
#content .product-grid .cart2 input,
#content .product-list .cart2 input {
    width:60%;
float:left;
color: #5D5D5D;
background-color:#EDEDED;
min-height: 40px;
max-height: 40px;
    }

#content .box-product .cart2 input:hover,
#content .product-grid .cart2 input:hover,
#content .product-list .cart2 input:hover{
background-color:#5C8BA6;
color: #fff;
    }
	
#content .box-product .wishlist2, #content .box-product .compare2,
#content .product-grid .wishlist2, #content .product-grid .compare2,
#content .product-list .wishlist2, #content .product-list .compare2 {
    width:20%;
height: 40px;
float:left;
background-color: #EDEDED;
border-left: #fff solid 2px;
transition: all 0.2s ease-in-out 0s;
min-height: 40px;
max-height: 40px;
text-align: center;
    }

#content .box-product .wishlist2:hover, #content .box-product .compare2:hover,
#content .product-grid .wishlist2:hover, #content .product-grid .compare2:hover,
#content .product-list .wishlist2:hover, #content .product-list .compare2:hover {
background-color: #5C8BA6;
color: #fff;
    }

#content .product-grid .compare2 img, #content .product-grid .wishlist2 img,
#content .product-list .compare2 img, #content .product-list .wishlist2 img {
margin-top: 10px;
    }

#content .box-product .compare2 a, #content .box-product .wishlist2 a,
#content .product-grid .compare2 a, #content .product-grid .wishlist2 a,
#content .product-list .compare2 a, #content .product-list .wishlist2 a {
color: inherit;
    }

#content .box-product .compare2 i, #content .box-product .wishlist2 i,
#content .product-grid .compare2 i, #content .product-grid .wishlist2 i,
#content .product-list .compare2 i, #content .product-list .wishlist2 i{
width:100%;
height:100%;
padding-top: 12px;
    }

#content .box-product .compare2 i:hover, #content .box-product .wishlist2 i:hover,
#content .product-grid .compare2 i:hover, #content .product-grid .wishlist2 i:hover,
#content .product-list .compare2 i:hover, #content .product-list .wishlist2 i:hover {
color: #fff;
    }

/*END*/

/* STYLE FOR THE NEW WISHLIST AND COMPARE BUTTONS IN PRODUCT PAGE */
#content .product-info .wishlist, #content .product-info .compare {
    width:42px;
height: 42px;
float:left;
background-color: #EDEDED;
border-left: #fff solid 2px;
transition: all 0.2s ease-in-out 0s;
min-height: 42px;
max-height: 42px;
text-align: center;
margin:7px 0px 5px 10px;
    }

#content .product-info .wishlist:hover, #content .product-info .compare:hover {
background-color: #5C8BA6;
color: #fff;
    }

#content .product-info .compare img, #content .product-info .wishlist img {
margin-top: 10px;
    }

#content .product-info .compare a, #content .product-info .wishlist a {
/*color: #5D5D5D;
padding-top:0px;*/
top:-3px;
height:110%;
font-size:inherit;
color:inherit;
    }

#content .product-info .compare i, #content .product-info .wishlist i {
width:100%;
height:100%;
margin-top: 10px;
    }

#content .product-info .compare i:hover, #content .product-info .wishlist i:hover {
color: inherit;
    }
/* END */

 .play_icon {
    position: absolute!important;
    top: 0px;
    opacity: 0.5;
	z-index: 10;
}
.play_icon:hover {
opacity: 0.8;
}

.hidden_url {
position: absolute;
left: -10px;
min-width:0px;
min-height:0px;
width:1px;
height:1px;
padding:0px
}