
/*
/////////////////////////////////    1)- Grid    ///////////////////////////////
*/

/******************************************************************************
  Grid 1008
*******************************************************************************/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1008px;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}
.grid {
    margin-left: 12px;
    margin-right: 12px;
}
.container_12 .grid_1 {
    width: 60px;
}
.container_12 .grid_2 {
    width: 144px;
}
.container_12 .grid_3 {
    width: 228px;
}
.container_12 .grid_4 {
    width: 312px;
}
.container_12 .grid_5 {
    width: 396px;
}
.container_12 .grid_6 {
    width: 480px;
}
.container_12 .grid_7 {
    width: 564px;
}
.container_12 .grid_8 {
    width: 648px;
}
.container_12 .grid_9 {
    width: 732px;
}
.container_12 .grid_10 {
    width: 816px;
}
.container_12 .grid_11 {
    width: 900px;
}
.container_12 .grid_12 {
    width: 984px;
    position: relative;
}
.negative-grid {
    margin-left: -12px;
    margin-right: -12px;
}

@media only all and (max-width: 1007px) {
    .container_12 {
        width: 100%;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        margin-left: 1.3%;
        margin-right: 1.3%;
    }
    .grid {
        margin-left: 1.3%;
        margin-right: 1.3%;
    }
    .container_12 .grid_1 {
        width: 5.73%;
    }
    .container_12 .grid_2 {
        width: 14.06%;
    }
    .container_12 .grid_3 {
        width: 22.39%;
    }
    .container_12 .grid_4 {
        width: 30.72%;
    }
    .container_12 .grid_5 {
        width: 39.06%;
    }
    .container_12 .grid_6 {
        width: 47.4%;
    }
    .container_12 .grid_7 {
        width: 55.72%;
    }
    .container_12 .grid_8 {
        width: 64.06%;
    }
    .container_12 .grid_9 {
        width: 72.35%;
    }
    .container_12 .grid_10 {
        width: 80.72%;
    }
    .container_12 .grid_11 {
        width: 89.06%;
    }
    .container_12 .grid_12 {
        width: 97.4%;
    }
    .negative-grid {
        margin-left: -1.3%;
        margin-right: -1.3%;
    }
}

@media only all and (max-width: 547px) {
    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        display: block;
        width: 97.4%;
    }
}

.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*
/////////////////////////////////    2)- Typography    /////////////////////////
*/

/******************************************************************************
   Fonts
*******************************************************************************/
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/PIPMHY90P7jtyjpXuZ2cLD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/lILlYDvubYemzYzN7GbLkHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: Bitter;
    src: url(../fonts/Bitter.eot)
}
@font-face {
    font-family: Bitter;
    src: url(../fonts/Bitter.ttf);
}
@font-face {
    font-family: Bitter-Bold;
    src: url(../fonts/Bitter-Bold.eot)
}
@font-face {
    font-family: Bitter-Bold;
    src: url(../fonts/Bitter-Bold.ttf);
}

* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
mark, rp, rt, ruby, summary, time {
    display:inline;
}
nav a {
    text-decoration: none;
}
hr {
    background: #e0e0e0;
    height: 1px;
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/******************************************************************************
   Base
*******************************************************************************/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0 auto;
    color:#444;
    background: #fff;
    font: normal 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
    min-width: 1008px;
}
a.close {
    background: url(../img/close.png) no-repeat 0 0;
    display: block;
    height: 20px;
    width: 20px;
}
a.close:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.surely {
    color: #eb6447;
}

/******************************************************************************
   Links
*******************************************************************************/

a {
    text-decoration:underline;
    color: #7698c1;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
    text-decoration:none;
}

/******************************************************************************
   Title
*******************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #444;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 14px;
    font-weight: bold;
}

b,
strong {
    font-weight: bold;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 0 0 20px;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/******************************************************************************
   Lists
*******************************************************************************/

dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 60px;
}
ul {
    list-style-type: disc;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/******************************************************************************
   Embedded content
*******************************************************************************/

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}

/******************************************************************************
   Block Quotes
*******************************************************************************/
.blockquote {
    background: url(../img/bg_line.png) repeat center top;
    border:1px solid #eee;
    padding: 33px;
}
blockquote {
    background: url(../img/bg_blockquote.png) no-repeat left top;
    color: #444;
    font:italic 16px/26px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 0 0 0 50px;
}

/******************************************************************************
   Forms
*******************************************************************************/

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* check */
.niceCheck {
    background: url(../img/check-bg.png) left top no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 16px;
}
.niceChecked {
    background-position: left bottom;
}
.niceCheck input {
    margin-left: -20px!important;
}

/* radio */
.niceRadio {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    background: url(../img/radio-bg.png) left top no-repeat;
}
.radioChecked {
    background-position: left bottom;
}
.niceRadio input {
    margin-left: -20px;
}

/* select */
select,
.selectBox {
    display: inline-block;
    position: relative;
    height: 36px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 16px;
    font: normal 12px/36px 'PT Sans', Arial, Verdana, sans-serif;
    color: #777;
    text-decoration: none!important;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -khtml-border-radius: 18px;
    behavior: url(PIE.htc);
    outline: none;
    z-index: 4;
}
.selectBox:hover {
    color: #000;
    text-decoration: none;
}
.selectBox-label {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    padding: 0 36px 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}
.selectBox-arrow {
    position: absolute;
    left: auto;
    right: 3px;
    top: 3px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/select-button.png) left top no-repeat;
}
.selectBox-arrow:hover {
    background: url(../img/select-button.png) left bottom no-repeat;
}
.selectBox-dropdown-menu {
    position: absolute;
    list-style: none;
    font: normal 12px/36px 'PT Sans', Arial, Verdana, sans-serif;
    color: #777;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
    -khtml-border-radius: 0 0 18px 18px;
    behavior: url(PIE.htc);
    margin: -19px 0 0 0;
    padding: 19px 0 0 0;
    z-index: 3;
}
.selectBox-dropdown-menu+.selectBox-dropdown-menu {
    z-index: 2!important;
}
.selectBox-dropdown-menu li {
    display: block;
    
}
.selectBox-dropdown-menu li a {
    color: #777;
    cursor: pointer;
    display: block;
    font: normal 12px/33px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 0 2px 0 16px;
    margin: 0;
    text-decoration: none;
}
.selectBox-dropdown-menu li+li a {
    border-top: 1px solid #e0e0e0;
}
.selectBox-dropdown-menu li:last-child a {
    border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
    -khtml-border-radius: 0 0 18px 18px;
    behavior: url(PIE.htc);
}
.selectBox-dropdown-menu li a:hover {
    color: #eb6447;
    text-decoration: none;
    background: #f5f5f5;
}

/* button */
button,
input[type="submit"] {
    background: #7698c1;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    color: #fff;
    cursor: pointer;
    display: block;
    font: bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
    height: 38px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
button:hover,
input[type="submit"]:hover {
    background: #80a6d3;
    background: -moz-linear-gradient(top,  #80a6d3 0%, #4a72a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80a6d3), color-stop(100%,#4a72a4));
    background: -webkit-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
    background: -o-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
    background: -ms-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
    background: linear-gradient(to bottom,  #80a6d3 0%,#4a72a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a6d3', endColorstr='#4a72a4',GradientType=0 );
    box-shadow: 0px 0px 4px #80a6d3;
    -moz-box-shadow: 0px 0px 4px #80a6d3;
    -webkit-box-shadow: 0px 0px 4px #80a6d3;
}
button.click,
button:active,
input[type="submit"].click,
input[type="submit"]:active {
    background: #799ecd;
    box-shadow: inset 0px 5px 15px #375c8f;
    -moz-box-shadow: inset 0px 5px 15px #375c8f;
    -webkit-box-shadow: inset 0px 5px 15px #375c8f;
}

/* Input */
input[type="email"],
input[type="text"],input[type=password]{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font: normal 12px 'PT Sans', Arial, Verdana, sans-serif;
    height: 38px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    //height: 28px;
    //padding: 10px 10px 0 10px;
    color: #777;
    width: 100%
}
input[type="email"]:hover,
input[type="text"]:hover,
textarea:hover {
    outline:none;
    border: 1px solid #f8cac0;
    box-shadow: 0px 0px 4px #f8cac0;
    -moz-box-shadow: 0px 0px 4px #f8cac0;
    -webkit-box-shadow: 0px 0px 4px #f8cac0;
}
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #dbdee2;
    border-top: 1px solid #cbd0d6;
    border-bottom: 1px solid #eaecef;
    box-shadow: inset 1px 3px 4px #cbd0d6;
    -moz-box-shadow: inset 1px 3px 4px #cbd0d6;
    -webkit-box-shadow: inset 1px 3px 4px #cbd0d6;
}

/* textarea */
textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    color: #777;
    height: 93px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 75%;
}

/******************************************************************************
   Tables
*******************************************************************************/

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    border-collapse: collapse;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    font: normal 12px 'PT Sans', Arial, Verdana, sans-serif;
}
td {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-collapse: collapse;
    height: 39px;
    padding: 5px 10px;
    vertical-align: middle;
}
th {
    border-bottom: 1px solid #bdd1e9;
    border-right: 1px solid #e0e0e0;
    color: #707070;
    font: bold 12px 'PT Sans', Arial, Verdana, sans-serif;
    height: 49px;
    vertical-align: middle;
    text-transform: uppercase;
}
tr:nth-child(even) {
    background-image: url(../img/bg_line.png);
    background-repeat: repeat;
    background-position: center top;
}

/******************************************************************************
   Img
*******************************************************************************/
.alignleft,
.alignright {
    margin: 0 25px 25px 0;
    float: left;
}
.alignright {
    margin: 0 0 25px 25px;
    float: right;
}
.aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.alignleft img,
.alignright img {
    padding: 0;
}
.img_description {
    font: normal 11px/17px 'PT Sans', Arial, Verdana, sans-serif;
    color: #707070;
    width: 208px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #bdd1e9;
}

/*
////////////////////////////////    3)- Structure    ///////////////////////////
*/

/******************************************************************************
  Top
*******************************************************************************/
#top {
    background: #333;
    height: 35px;
    overflow: hidden;
}
#top .grid_3 {
    width: 228px;
}
#top .grid_9 {
    float: right;
    width: auto;
}
#top ul {
    list-style: none;
    padding: 0;
}
.lang, .currency {
    float: left;
}
.lang ul, .currency ul {
    list-style: none;
    padding: 0;
}
.lang ul li,
.currency ul li {
    float: left;
}
.lang {
    margin: 0 36px 0 -11px;
}
.lang ul li a {
    color: #999;
    display: block;
    height: 35px;
    float: left;
    font: normal 11px/35px 'PT Sans', Arial, Verdana, sans-serif;
    line-height: 35px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    width: 36px;
}
.lang ul li.current a {
    background: #393939!important;
    color: #ddd;
    font: bold 11px/35px 'PT Sans', Arial, Verdana, sans-serif;
}
.lang ul li a:hover {
    background:#222;
    text-decoration: none;
}
.currency ul li a {
    color: #999;
    display: block;
    float: left;
    font: normal 13px/35px Bitter, Arial, Verdana, serif;
    height: 35px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: 28px;
}
.currency ul li.current a {
    background: #393939!important;
    color: #ddd;
    font: bold 13px/36px Bitter-Bold, Arial, Verdana, serif;
}
.currency ul li a:hover {
    background:#222;
    text-decoration: none;
}
#top nav {
    float: right;
    font: bold 11px/35px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0px -14px 0 0;
}
#top nav .menu-open {
    display: none;
}
#top nav ul {
    list-style: none;
}
#top nav ul li {
    float: left;
    height: 35px;
}
#top nav ul li a {
    color: #999;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 14px;
    position: relative;
}
#top nav ul li.current a {
    background: #414141!important;
    color: #ddd;
}
#top nav ul li a:hover {
    background: #222;
    position: relative;
    text-decoration: none;
}


/******************************************************************************
  Header
*******************************************************************************/
header#branding {
    background: url(../img/bg_header.png) repeat center top;
    margin: 0;
    min-height: 170px;
    overflow: visible;
    width: 100%;
}
header ul {
    list-style: none;
    padding: 0;
}
hgroup {
    margin: 33px 0 0 0;
    text-align: center;
    width: 155px;
}
#site_logo {
    margin: 0;
    padding: 0;
}
#site_description {
    color: #999;
    font:italic 12px/12px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 7px 0 0 0;
    padding: 0;
}
.top_header {
    border-bottom: 1px solid #e5e5e5;
    height: 86px;
    margin: 0;
}
.welcome {
    color: #777;
    float: left;
    font: normal 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 35px 0 0 0;
    font-size: 1rem;
}
.welcome a {
    color: #222;
}

/* Search */
form.search {
    float: right;
    margin: 23px 0 0 0;
    position: relative;
}
form.search .search_form {
    background: #fff;
    border: 1px solid #f8f8f8;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    color: #777;
    font: normal 13px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0 39px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 204px;
}
form.search:hover input.search_form {
    border: 1px solid #f8cac0;
    box-shadow: 0px 0px 4px #f8cac0;
    -moz-box-shadow: 0px 0px 4px #f8cac0;
    -webkit-box-shadow: 0px 0px 4px #f8cac0;
    outline:none;
}
form.search input.search_form:focus {
    border: 1px solid #dbdee2;
    border-top: 1px solid #cbd0d6;
    border-bottom: 1px solid #eaecef;
    box-shadow: inset 1px 3px 4px #cbd0d6;
    -moz-box-shadow: inset 1px 3px 4px #cbd0d6;
    -webkit-box-shadow: inset 1px 3px 4px #cbd0d6;
    outline:none;
}
form.search .search_button {
    background: url(../img/bg_search.png) no-repeat left center;
    border:0 none;
    height: 38px;
    margin: 0;
    outline:none;
    padding: 0;
    position: absolute;
    right: 0;
    width: 38px;
}
form.search .search_button:hover,
form.search:hover .search_button {
    background: url(../img/bg_search.png) no-repeat right center;
    border: 0 none;
    box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    outline:none;
}

/* Cart nav */
#cart_nav {
    float: right;
    margin: 23px 0 0 7px;
    width: auto;
}
#cart_nav li {
    float: right;
    min-width: 105px;
    position: relative;
}
#cart_nav a.cart_li {
    color: #444;
    display: block;
    float: right;
    font: bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
    height: 38px;
    margin: 0;
    min-width: 105px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
#cart_nav a.cart_li .cart_ico {
    background: url(../img/bg_cart.png) no-repeat 50% 50% #eb6447;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    display: block;
    float: left;
    height: 38px;
    margin: 0 5px 0 0;
    width: 38px;
}
#cart_nav a:hover.cart_li,
#cart_nav li:hover a.cart_li {
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    color: #fff;
    padding: 0 0px 0 0px;
    position: relative;
    text-align: left;
    text-decoration: none;
    z-index: 12;
}
.cart_li + ul.cart_cont {
    background: #fff;
    border: 0 none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    box-shadow: 0px 1px 5px 1px #e0e0e0;
    -moz-box-shadow: 0px 1px 5px 1px #e0e0e0;
    -webkit-box-shadow: 0px 1px 5px 1px #e0e0e0;
    display: none;
    padding: 37px 20px;
    position: absolute;
    right: -20px;
    top: -23px;
    z-index: 11;
}
.cart_li + ul.cart_cont .recently {
    font: bold 13px/14px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.cart_li + ul.cart_cont li {
    border-top: 0 none;
    float:none!important;
    padding: 10px 0;
    width: 315px;
}
.cart_li + ul.cart_cont li+li+li {
    border-top: 1px solid #f0f0f0;
}
.cart_li + ul.cart_cont li.no_border {
    border: 0 none;
    overflow: hidden;
    padding: 0;
    width: 315px;
}
.cart_cont .prev_cart {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    height: 56px;
    text-align: center;
    width: 56px;
}
.cart_cont .cart_vert {
    display: table-cell;
    height: 56px;
    vertical-align: middle;
    width: 56px;
   
}
.cart_cont .prev_cart img {
    height: 56px;
    width: 56px;
    max-height: 56px;
    max-width: 56px;
}
.cart_cont .cont_cart {
    float: left;
    font: normal 12px/17px 'PT Sans', Arial, Verdana, sans-serif;
    height: 58px;
    padding: 0 0 0 10px;
    width: 225px;
}
.cart_cont .cont_cart h4 {
    color: #444;
    font: normal 12px/17px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}
.cart_cont .cont_cart .price {
    color: #444;
    font: normal 12px/17px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 5px 0 0 0;
}
.cart_cont .cont_cart .price span {
    color: #eb6447;
}
.cart_cont .close {
    float: left;
}
.cart_cont a.view_cart,
.cart_cont a.checkout {
    background: #7698c1;
    border: 0 none;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font: normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
    height: 38px;
    left: 315px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 138px;
}
.cart_cont a.checkout {
    background: #eb6447;
    left: 147px;
    margin-left: 30px;
    width: 144px;
}
.cart_cont a.view_cart:hover {
    background: #80a6d3;
    background: -moz-linear-gradient(top,  #80a6d3 0%, #4a72a4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80a6d3), color-stop(100%,#4a72a4));
    background: -webkit-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
    background: -o-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
    background: -ms-linear-gradient(top,  #80a6d3 0%,#4a72a4 100%);
    background: linear-gradient(to bottom,  #80a6d3 0%,#4a72a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a6d3', endColorstr='#4a72a4',GradientType=0 );
    box-shadow: 0px 0px 4px #80a6d3;
    -moz-box-shadow: 0px 0px 4px #80a6d3;
    -webkit-box-shadow: 0px 0px 4px #80a6d3;
}
.cart_cont a.checkout:hover {
    background: #fa7a5f;
    background: -moz-linear-gradient(top,  #fa7a5f 0%, #ce4a2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7a5f), color-stop(100%,#ce4a2e));
    background: -webkit-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: -o-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: -ms-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: linear-gradient(to bottom,  #fa7a5f 0%,#ce4a2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7a5f', endColorstr='#ce4a2e',GradientType=0 );
    box-shadow: 0px 0px 4px #fa7a5f;
    -moz-box-shadow: 0px 0px 4px #fa7a5f;
    -webkit-box-shadow: 0px 0px 4px #fa7a5f;
}

/* Nav primary */
.primary {
    margin: 9px 0 0 -15px;
    position: relative;
}
.primary .menu-select {
    display: none;
}
.primary ul li {
    float: left;
    position: relative;
}
.primary ul li a {
    color: #444;
    float: left;
    font: bold 13px/38px 'PT Sans', Arial, Verdana, sans-serif;
    height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
}
.primary ul li a:hover,
.primary ul li:hover a {
    background: #eb6447;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    color: #fff;
    text-decoration: none;
}
.primary ul li.curent a {
    background: #f5f5f5;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    color: #444;
}
.primary ul ul.sub {
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    box-shadow: 0px 2px 5px 1px #e0e0e0;
    -moz-box-shadow: 0px 2px 5px 1px #e0e0e0;
    -webkit-box-shadow: 0px 2px 5px 1px #e0e0e0;
    display: none;
    left: 0;
    padding: 3px 0;
    position: absolute;
    top: 38px;
    z-index: 999;
}
.primary ul ul.sub li a {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    color: #444;
    font: normal 12px/35px 'PT Sans', Arial, Verdana, sans-serif;
    height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    width: 185px;
}
.primary ul ul.sub li a:hover {
    background: #f5f7f9;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    color: #ec6f54;
    margin: 0 3px;
    padding: 0 11px;
    width: 187px;
}

/******************************************************************************
  Slider
*******************************************************************************/
#slider_body {
    background: url(../img/bg_header.png) repeat center top;
    margin: 0;
    padding-bottom: 59px;
    width: 100%;
    overflow-x: hidden;
}
#slider_body img {
    max-height: 100%;
    max-width: 100%;
}
#slider_body .slid_content {
    left: -34%;
    position: absolute;
    top: 22%;
    width: 33%;
}
#slider_body .slid_content h2 {
    bottom: 0;
    width: 100%;
}
#slider_body .slid_content p {
    height: 60px;
    overflow: hidden;
    width: 100%;
}
#slider_body .slid_content .buy_now {
    background: url(../img/buy_now.png) no-repeat center top;
    color: #f5f5f5;
    display: block;
    font: bold 13px/50px 'PT Sans', Arial, Verdana, sans-serif;
    height: 46px;
    margin: 10px 0 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
}
#slider_body .slid_content .buy_now:hover {
    opacity: .8!important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80)!important;
}
#slider_body .anythingSlider {
    display: block;
    height: 369px;
    margin: 0 auto;
    overflow: visible !important;
    position: relative;
}
#slider_body .anythingWindow {
    border: 0 none;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
#slider_body .anythingWindow #slider {
    border: 0 none;
    height: 100%;
    list-style: none;
    width: 100%;
}
.anythingSlider .anythingBase {
    background: transparent;
    list-style: none;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
}
#slider_body .anythingWindow #slider .panel {
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: move;
    display: block;
    height: auto!important;
    float: left;
    margin: 0;
    padding: 0 0 0 1px;
    overflow: hidden;
    position: relative;
}
#slider_body .arrow {
    background: url(../img/slider_nav.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 71px;
    left: -100px;
    margin: -35px 0 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 71px;
    z-index: 1;
}
#slider_body .arrow:hover {
    background: url(../img/slider_nav.png) no-repeat 0 -71px;
}
#slider_body .arrow.forward {
    background: url(../img/slider_nav.png) no-repeat 0 -142px;
    left: auto;
    right: -100px;
}
#slider_body .arrow.forward:hover {
    background: url(../img/slider_nav.png) no-repeat 0 -213px;
}
#slider_body .anythingControls {
    margin: 15px auto 0 auto;          
    position: relative;
    text-align: center;
}
#slider_body .anythingControls ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#slider_body .anythingControls li {
    display: inline-block;
    *float: left;
}
#slider_body .anythingControls a {
    background: #d6d6d6;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    behavior: url(PIE.htc);
    display: inline-block;
    height: 18px;
    margin: 0 2px;
    width: 18px;
}
#slider_body .anythingControls a span {
    background: #fbfbfb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(PIE.htc);
    display: inline-block;
    height: 10px;
    margin: 4px;
    text-indent: -9999px;
    width: 10px;
}
#slider_body .anythingControls a:hover {
    background: #b3b3b3;
}
#slider_body .anythingControls a:hover span {
    background: #f8f8f8;
}
#slider_body .anythingControls a.cur {
    background: #adc1da;
    cursor: default;
}
#slider_body .anythingControls a.cur span {
    background: #fff;
}

/******************************************************************************
  Home banners
*******************************************************************************/
#home_banners {
    background: url(../img/bg_line.png) repeat center top;
    border-top:1px solid #ededed;
    margin: 0;
    padding: 0;
}
#home_banners .container_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home_banners .banner {
    background: url(../img/home_ban1.png) no-repeat 0 50%;
    color: #707070;
    display: table-cell;
    font: normal 17px/21px 'PT Sans', Arial, Verdana, sans-serif;
    height: 60px;
    padding: 0 0 0 73px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}
#home_banners .banner2 {
    background: url(../img/home_ban2.png) no-repeat 0 50%;
}
#home_banners .banner:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}


/******************************************************************************
  Breadcrumbs
*******************************************************************************/
.breadcrumbs {
    background: url(../img/bg_line.png) repeat center top;
    border-top: 1px solid #eee;
    clear: both;
    font: normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
    height: 37px;
}
.breadcrumbs a {
    color: #707070;
    display: block;
    float: left;
    font: normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none;
}
.breadcrumbs span {
    background: url(../img/breadcrumbs.png) repeat center top;
    color: #707070;
    display: block;
    float: left;
    height: 7px;
    margin: 16px 7px 0;
    min-width: 9px;
}
.breadcrumbs a:hover {
    color: #707070;
    text-decoration: underline;
}
.breadcrumbs .current {
    background: none;
    color: #999;
    font: normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
}

/******************************************************************************
  Main
*******************************************************************************/
#main {
    margin: 70px 0;
}
#main.page-login {
    margin: 43px 0 70px;
}
#main.page-contact {
    background: url(../img/map.png) no-repeat center bottom;
    margin: 70px 0 1px 0;
    padding: 0 0 350px 0;
}
#main.page-404 {
    margin: 70px 0 50px;
}

/******************************************************************************
  Sidebar
*******************************************************************************/
aside {
    margin: 0 0 45px 0;
}
aside ul {
    list-style: none;
    padding: 0;
}
.aside_title {
    background: none;
    border-bottom: 8px solid #faf9f8;
    margin: 0 0 22px 0;
    width: 100%;
}
.aside_title h3 {
    border-bottom: 1px solid #e9c7bd;
    color: #707070;
    font: bold 13px/16px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 13px 0 0;
    padding: 0 0 21px 0;
}
aside h4 {
    color: #444;
    font: normal 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
}
aside h4.sub_title {
    border-bottom: 1px solid #eee;
    color: #707070;
    font: bold 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 11px 0;
    padding: 0 0 12px 0;
}

/* right_menu */
#categories_nav .aside_title {
    margin: 0 0 9px 0;
}
.right_menu ul li {
    height: 33px;
}
.right_menu ul li a {
    background: url(../img/bg_right_menu.png) no-repeat 0 50%;
    border: 0 none;
    color: #444;
    display: block;
    font: normal 12px/33px 'PT Sans', Arial, Verdana, sans-serif;
    height: 33px;
    padding: 0 0 0 16px;
    text-transform: uppercase;
}
.right_menu ul li:hover a {
    background: #f5f5f5;
    color: #eb6447;
}
.right_menu ul li.current a {
    background: #f5f5f5!important;
    color: #444!important;
}

/* what_new */
#what_new div {
    text-align: center;
    padding: 0 10px 10px;
}
#what_new img {
    display: block;
    margin: 0 auto 15px;
}
#what_new a {
    color: #444;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
#what_new .prise {
    padding: 2px 0 0 0;
    color: #eb6447;
    font: bold 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
}
#what_new a:hover {
    text-decoration: underline;
}

/* shop_by */
.currently_shopping {
    padding: 0 0 28px 0;
}
.currently_shopping p {
    color: #444;
    font: normal 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 26px 0;
}
.currently_shopping li {
    color: #eb6447;
    font: bold 12px/21px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0px 0 2px 0;
}
.currently_shopping ul {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
    padding: 0px 0 12px 0;
}
.currently_shopping li span {
    color: #444;
    font-weight: normal;
    margin: 0;
}
.currently_shopping li .close {
    background: url(../img/close.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 21px;
    margin: 0px 4px 0 0;
    width: 21px;
}
.currently_shopping li .close:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.currently_shopping .clear_all {
    color: #707070;
    float: right;
    font: normal 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none;
}
.currently_shopping .clear_all:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#shop_by .check_opt {
    padding: 0 0 25px 0;
}
#shop_by .check_opt.price {
    padding: 0;
}
#shop_by .check_opt li a {
    background: url(../img/bg_right_menu.png) no-repeat 0 50%;
    color: #444;
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    height: 20px;
    margin: 0;
    padding: 0 0 0 16px;
}
#shop_by .check_opt li a:hover {
    color: #EB6447;
}

/* specials */
.specials li {
    padding: 10px 0;
}
.specials li+li {
    border-top: 1px solid #eee;
}
.specials li .prev {
    background: #f1f1f1;
    display: table-cell;
    height: 70px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    //display:block;
    //height:auto;
    //margin-top: expression((35-parseInt(offsetHeight)/2)  <0 ? "0" : 35-(parseInt(offsetHeight)/2) +'px') ;
}
.specials li .prev img {
    height: 70px;
    width: 70px;
    max-height: 70px;
    max-width: 70px;
}
.specials li .cont {
    display: table-cell;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 5px 10px 0px;
}
.specials li .cont a {
    color: #444;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none;
}
.specials li .cont a:hover {
    text-decoration: underline;
}
.specials li .cont .prise {
    color: #eb6447;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 10px 0 0 0;
}
.specials li .cont .prise .old {
    color: #777;
    text-decoration: line-through;
}
input.vote {
    margin: 10px 0 0 0;
}
#community_poll h4 {
    border: 0 none;
}
#community_poll li {
    color: #444;
    font: normal 12px/33px 'PT Sans', Arial, Verdana, sans-serif;
    height: 33px;
    text-transform: uppercase;
}
#community_poll li .niceRadio {
    margin: 0 8px 0 0;
    vertical-align: middle;
}

/* compare_products */
#compare_products ul {
    margin: 0 0 15px 0;
}
#compare_products li {
    color: #444;
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 9px 0 10px 25px;
    text-transform: uppercase;
}
#compare_products li+li {
    border-top: 1px solid #eee;
}
#compare_products .close {
    margin: 0px 0px 0 -25px;
    position: absolute;
}
#compare_products button {
    float: left;
    margin: 0;
}
#compare_products a.clear_all {
    color: #707070;
    float: right;
    font: normal 13px/38px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none;
}
#compare_products a.clear_all:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/* newsletter_signup */
#newsletter_signup p {
    font: normal 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
#newsletter_signup .newsletter {
    padding: 10px 0 0 0;
}
#newsletter_signup .newsletter .your_email {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 28px 0;
    width: 100%;
}

/* banners */
.caroufredsel_wrapper {
    margin: 0 auto!important;
}
#banners #list_banners {
    overflow: hidden;
}
#banners .banner {
    background: url(../img/bg_line.png) repeat center top;
    border:1px solid #eee;
    float: left;
    height: 226px;
    margin: 0;
    text-align: center;

}
#banners .banner a {
    text-decoration: none;
}
#banners .banner .prev {
    display: table-cell;
    height: 134px;
    margin: 10px 0 0;
    vertical-align: middle;
    width: 226px;
    //display:block;
    //height:auto;
    //margin-top: expression((67-parseInt(offsetHeight)/2)  <0 ? "0" : 67-(parseInt(offsetHeight)/2) +'px') ;
}
#banners .banner h2 {
    color: #707070;
    font: bold 17px/28px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#banners .banner p {
    color: #707070;
    font: normal 16px/28px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#ban_pagination {
    margin: 15px auto 0 auto;          
    position: relative;
    text-align: center;
}
#ban_pagination a {
    background: #d6d6d6;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    behavior: url(PIE.htc);
    display: inline-block;
    height: 18px;
    margin: 0 2px;
    width: 18px;
}
#ban_pagination a span {
    background: #fbfbfb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(PIE.htc);
    display: inline-block;
    height: 10px;
    margin: 4px;
    text-indent: -9999px;
    width: 10px;
}
#ban_pagination a:hover {
    background: #b3b3b3;
}
#ban_pagination a:hover span {
    background: #f8f8f8;
}
#ban_pagination a.selected {
    background: #adc1da;
}
#ban_pagination a.selected span {
    background: #fff;
}

/* tags */
#tags a {
    color: #707070;
    font: normal 13px/26px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none
}
#tags a:hover {
    color: #eb6447;
}
#tags a.t1 {
    font-size: 18px;
}
#tags a.t2 {
    font-size: 13px;
}
#tags a.t3 {
    font-size: 20px;
}
#tags a.t4 {
    font-size: 11px;
}
#tags a.t5 {
    font-size: 13px;
}
#tags a.t6 {
    font-size: 22px;
}
#tags a.t7 {
    font-size: 12px;
}
#tags a.t8 {
    font-size: 17px;
}
#tags a.t9 {
    font-size: 13px;
}
#tags a.t10 {
    font-size: 20px;
}
#tags a.t11 {
    font-size: 12px;
}
#tags a.t12 {
    font-size: 20px;
}
#tags a.t13 {
    font-size: 15px;
}
#tags a.t14 {
    font-size: 13px;
}
#tags a.t15 {
    font-size: 16px;
}
#tags a.t16 {
    font-size: 13px;
}
#tags a.t17 {
    font-size: 27px;
}

/******************************************************************************
  Sidebar right
*******************************************************************************/
#sidebar_right {
    margin-right: 0;
}
#checkout_progress {
    margin: 22px 0 0 0;
}
#checkout_progress h3 {
    border-bottom: 1px solid #e0e0e0;
    color:#707070;
    font: bold 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 16px 0;
    padding: 0 0 17px 0;
}
#checkout_progress ul {
    list-style: none!important;
    padding: 0!important;
}
#checkout_progress ul li {
    border-bottom: 1px solid #eee;
    color: #444;
    font: normal 13px/18px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 12px 0;
    text-transform: uppercase;
}
#checkout_progress ul li a {
    background: url(../img/edit.png) left center no-repeat;
    color: #777;
    float: right;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 0 0 0 16px;
    text-decoration: none;
    text-transform: none;
}
#checkout_progress ul li a:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/******************************************************************************
  Content
*******************************************************************************/
#content header {
    background: none;
    border-bottom: 8px solid #f8f9fa;
    margin: 0 0 40px 0;
    width: 100%;
}
h1.page_title {
    border-bottom: 1px solid #bdd1e9;
    margin: 0;
    padding: 0 0 20px 0;
}

/* Options */
.options {
    background: #f8f9fa;
    color: #777;
    font: normal 12px/38px 'PT Sans', Arial, Verdana, sans-serif;
    height: 47px;
    padding: 9px 10px 0 18px;
}
.show,
.sort {
    float: left;
    height: 38px;
}
.show {
    border-right: 1px solid #e0e0e0;
    padding: 0 20px 0 0;
}
.show .selectBox {
    margin: 0 5px;
    width: 70px;
}
.sort {
    padding: 0 0 0 20px;
}
.sort .selectBox {
    margin: 0 5px;
    width: 120px;
}
.sort a.sort_up {
    color: #777!important;
    font: bold 12px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none!important;
}
.sort a:hover.sort_up {
    text-decoration: none;
}
.options .grid-list {
    float: right;
    height: 38px;
}
.options .grid-list a.grid,
.options .grid-list a.list {
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    display: block;
    float: left;
    height: 38px;
    margin: 0;
    width: 38px;
}
.options .grid-list a.grid.current,
.options .grid-list a.list.current {
    background: #8aa7ca
}
.options .grid-list a.grid span,
.options .grid-list a.list span {
    background-image: url(../img/grid_list.png);
    background-position: 0 -16px;
    display: block;
    height: 16px;
    margin: 11px 0 0 11px;
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    text-indent: -9999px;
    width: 16px;
}
.options .grid-list a.list span {
    background-position: 0 -48px;
}
.options .grid-list a.grid.current span {
    background-position: 0 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.options .grid-list a.list.current span {
    background-position: 0 -32px;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.options .grid-list a.grid:hover span,
.options .grid-list a.list:hover span {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/* Pagination */
.pagination {
    height: 41px;
    text-align: center;
}
.pagination ul {
    list-style: none;
    padding: 0;
}
.pagination li {
    display: inline-block;
    *float: left;
}
.pagination li a,
.pagination li span {
    border: 1px solid #e0e0e0;
    color: #777;
    display: inline-block;
    font: normal 13px/39px 'PT Sans', Arial, Verdana, sans-serif;
    height: 39px;
    margin: 0 0 0 -3px;
    padding: 0 15px;
    text-decoration: none;
}
.pagination li+li+li a,
.pagination li+li+li span {
    border-left: 0 none;
}
.pagination li.prev a,
.pagination li.next a {
    border: 0 none;
    color: #444;
    font: bold 18px/39px 'PT Sans', Arial, Verdana, sans-serif;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
    background: none;
    color: #eb6447;
}
.pagination li.prev span,
.pagination li.next span {
    border: 0 none;
    font: bold 18px/39px  Arial, Verdana, sans-serif;
}
.pagination li.next {
    border: 0 none;
}
.pagination li a:hover {
    background: #fafafa;
    text-decoration: none;
}
.pagination li.curent a {
    background: #f5f7f9;
    color: #eb6447;
    font-weight: bold;
    text-decoration: none;
}
.pagination_info {
    color: #707070;
    font: normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 20px  0 0!important;
    text-align: center;
    text-transform: uppercase;
}

/* Featured Products */
.product-title {
    border-bottom: 1px solid #e0e0e0;
    font: normal 20px/20px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
.products {
    padding: 40px 0 30px 0;
}
.featured-products {
    height: 740px;
    overflow: hidden;
    position: relative;

}


/* Grid Products */
.products.catalog {
    padding: 40px 0 1px;
}
.products article {
    background: #fff;
    border:1px solid #ededed;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    behavior: url(PIE.htc);
    box-shadow: 0px 2px 2px #ededed;
    -moz-box-shadow: 0px 2px 2px #ededed;
    -webkit-box-shadow: 0px 2px 2px #ededed;
    margin: 0 11px 43px;
}
.products article:hover {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 4px 1px #e6e6e6;
    -moz-box-shadow: 0px 0px 4px 1px #e6e6e6;
    -webkit-box-shadow: 0px 0px 4px 1px #e6e6e6;
}
img.sale {
    margin: -4px 0 0 -4px;
    position: absolute;
    z-index: 1;
}
.products article .prev {
    background: #f5f5f5;
    height: 210px;
    margin: 8px 0 10px 9px;
    text-align: center;
    width: 210px;
}
.products article .prev a {
    display: table-cell;
    height: 210px;
    text-align: center;
    vertical-align: middle;
    width: 210px;
   
}
.products article .prev img {
    height: 210px;
    max-height: 100%;
    max-width: 100%;
    width: 210px;
}
.products article h3.title {
    background: url(../img/bg-title.png) no-repeat center bottom;
    color:#555;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    height: 55px;
    margin: 0;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
}
.products article .cart {
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 217px;
}
.products article .cart .price {
    color:#ec6f54;
    font: normal 16px/18px 'PT Sans', Arial, Verdana, sans-serif;
    height: 60px;
    left: 60px;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    width: 92px;
}
.products article .cart .price .vert {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    width: 92px;
    
}
.products article .cart .price .price_old {
    color:#999;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0px 0 0 0;
    text-decoration: line-through;
}
.products article .cart .bay {
    background: #ee7b62;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    display: block;
    float: right;
    height: 27px;
    margin: 10px 0 0 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    padding: 11px 0 0 0;
    text-align: center;
    width: 38px;
}
.products article .cart .bay:hover {
    background: #fa7a5f;
    background: -moz-linear-gradient(top,  #fa7a5f 0%, #ce4a2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7a5f), color-stop(100%,#ce4a2e));
    background: -webkit-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: -o-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: -ms-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: linear-gradient(to bottom,  #fa7a5f 0%,#ce4a2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7a5f', endColorstr='#ce4a2e',GradientType=0 );
    box-shadow: 0px 0px 4px #fa7a5f;
    -moz-box-shadow: 0px 0px 4px #fa7a5f;
    -webkit-box-shadow: 0px 0px 4px #fa7a5f;
}
.products article .cart .compare,
.products article .cart .wishlist {
    background: url(../img/compare.png) no-repeat 50% 50% #f6f6f6;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    behavior: url(PIE.htc);
    display: block;
    float: right;
    height: 30px;
    left: 220px;
    margin: 13px 0 0 0;
    position: absolute;
    width: 30px;
}
.products article .cart .compare:hover,
.products article .cart .wishlist:hover {
    box-shadow: 0px 0px 4px #80a6d3;
    -moz-box-shadow: 0px 0px 4px #80a6d3;
    -webkit-box-shadow: 0px 0px 4px #80a6d3;
}
.products article .cart .wishlist {
    background: url(../img/wishlist.png) no-repeat 50% 50% #f6f6f6;
    left: 254px;
}

/* List Products */
.products_list {
    margin: 43px 0 13px;
}
.products_list article {
    background: #fff;
    border:1px solid #ededed;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    behavior: url(PIE.htc);
    box-shadow: 0px 2px 2px #ededed;
    -moz-box-shadow: 0px 2px 2px #ededed;
    -webkit-box-shadow: 0px 2px 2px #ededed;
    margin-bottom: 30px;
}
.products_list article .grid_3 {
    margin-left: 0;
}
.products_list article .prev {
    padding: 8px;
}
.products_list article .prev a {
    background: #f5f5f5;
    border: 0 none;
    display: table-cell;
    height: 210px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 210px;
   }
.products_list article .prev img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.products_list article .grid_6 {
    margin: 0;
    width: 472px;
}
.products_list article .entry_content {
    border-bottom:1px solid #ededed;
    height: 89px;
    padding: 20px 0 0 0;
}
.products_list article .entry_content a {
    text-decoration: none;
}
.products_list article .entry_content h3.title {
    color: #555;
    font: normal 16px/16px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 25px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products_list article .entry_content p {
    color: #707070;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    height: 36px;
    margin: 0;
    overflow: hidden;
}
a.more {
    text-decoration: none;
}
a.more:hover {
    text-decoration: underline!important;
}
.products_list article .price {
    color: #ec6f54;
    float: left;
    font: normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
    height: 36px;
    margin: 0 20px 0 0;
    padding: 19px 0 0 0;
}
.products_list article .price .price_old {
    color: #999;
    float: left;
    font: normal 15px/18px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0 15px 0 0;
}
.products_list article .review {
    float: left;
    height: 14px;
    padding: 19px 0 0 0;
}
.products_list article .review a {
    background: url(../img/review.png) no-repeat 0 0 ;
    cursor: default;
    display: block;
    float: left;
    height: 14px;
    margin: 0 3px 0 0;
    width: 14px;
}
.products_list article .review a.plus {
    background-position: 100% 0;
}
.products_list article .review a.plus_minus {
    background-position: -14px 0;
}
.products_list article .review span {
    color: #707070;
    float: left;
    font: normal 11px/14px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 1px 0 0 7px ;
}
.products_list article .cart,
article.product_page .cart {
    clear: both;
    display: block;
}
.products_list article .cart a.bay,
article.product_page .cart a.bay {
    background: #eb6445;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius: 19px;
    behavior: url(PIE.htc);
    color: #fff;
    display: block;
    float: left;
    font: bold 13px/40px 'PT Sans', Arial, Verdana, sans-serif;
    height: 38px;
    padding: 0 0 0 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 128px;
}
.products_list article .cart a.bay:hover,
article.product_page .cart a.bay:hover {
    background: #fa7a5f;
    background: -moz-linear-gradient(top,  #fa7a5f 0%, #ce4a2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7a5f), color-stop(100%,#ce4a2e));
    background: -webkit-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: -o-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: -ms-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: linear-gradient(to bottom,  #fa7a5f 0%,#ce4a2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7a5f', endColorstr='#ce4a2e',GradientType=0 );
    box-shadow: 0px 0px 4px #fa7a5f;
    -moz-box-shadow: 0px 0px 4px #fa7a5f;
    -webkit-box-shadow: 0px 0px 4px #fa7a5f;
}
.products_list article .cart .bay img,
article.product_page .cart .bay img {
    margin: 0 7px 0 0;
}
.products_list article .cart a.compare,
.products_list article .cart a.wishlist,
article.product_page .cart a.compare,
article.product_page .cart a.wishlist {
    color: #444;
    float: left;
    font: normal 11px/30px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 5px 0 0px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.products_list article .cart .compare span,
.products_list article .cart .wishlist span,
article.product_page .cart .compare span,
article.product_page .cart .wishlist span {
    background: url(../img/compare.png) no-repeat 50% 50% #f6f6f6;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    behavior: url(PIE.htc);
    display: inline-block;
    height: 30px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 30px;
}
.products_list article .cart .wishlist span,
article.product_page .cart .wishlist span {
    background: url(../img/wishlist.png) no-repeat 50% 50% #f6f6f6;
}
.products_list article .cart .compare:hover span,
.products_list article .cart .wishlist:hover span,
article.product_page .cart .compare:hover span,
article.product_page .cart .wishlist:hover span {
    box-shadow: 0px 0px 4px #80a6d3;
    -moz-box-shadow: 0px 0px 4px #80a6d3;
    -webkit-box-shadow: 0px 0px 4px #80a6d3;
}


/******************************************************************************
  Product page
*******************************************************************************/
.product_page {
    margin-top: 43px;
    position: relative;
}

/* Product images*/
.product_page .img_slid {
    position: relative;
}
.product_page .img_slid .sale {
    margin: -3px 0 0 -3px;
}
.product_page .img_slid .preview {
    background: #fff;
    border:1px solid #ededed;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    behavior: url(PIE.htc);
    box-shadow: 0px 2px 2px #ededed;
    -moz-box-shadow: 0px 2px 2px #ededed;
    -webkit-box-shadow: 0px 2px 2px #ededed;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height: auto;
    margin: 0 0 20px 0;
    padding: 8px;
    width: 100%;
}
.product_page .img_slid .prev_bg {
    background: #f5f5f5;
    display: table-cell;
    margin: 0;
    text-align: center;
    width: 378px;
    vertical-align: middle;
    /* //display:block;
    //height:auto; */
}
.product_page .img_slid .prev_bg .zoomPad > img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.zoomPad {
    cursor:crosshair;
    float:left;
    position:relative;
}
.zoomWindow {
    background:#fff;
    border: 1px solid #000;
    height:auto;
    left: 410px!important;
    overflow: hidden;
    position:absolute;
    top:40px;
    z-index:6000;
}
.zoomPup {
    background: #fff;
    border: 1px solid #ccc;
    cursor: crosshair;
    opacity: .6;
    filter: alpha(opacity = 60);
    overflow: hidden;
    position: absolute;
    
}
.product_page .img_slid .caroufredsel_wrapper {
    height: 80px!important;
    margin: 0 auto 0!important;
    width: 353px!important;
}
.product_page .img_slid .small_img {
    border:0 none!important;
    height: 80px!important;
    list-style: none!important;
    padding:0!important;
    margin: 0!important;
}
.product_page .img_slid .small_img li {
    border: 0 none;
    float: left;
    height: 80px;
    margin: 0 10px 0 0;
    padding: 0 0 1px 0;
    width: 80px;
}
.product_page .img_slid .small_img li a {
    background: #fff;
    border: 1px solid #efefef;
    height: 74px;
    float: left;
    padding: 2px;
    text-align: center;
    width: 74px;
}
.product_page .img_slid .small_img li a.zoomThumbActive {
    border: 1px solid #dcdcdc;
}
.product_page .img_slid .small_img li a:hover {
    background: none;
}
.product_page .img_slid .small_img li img {
    height: 74px;
    max-width: 74px;
    text-align: center;
    width: 74px;
}
.product_page .img_slid .next_prev {
    margin: 31px 0 0 0;
    position: absolute;
    width: 100%;
}
.product_page .img_slid .next_prev .arows {
    float: left;
    height: 14px;
    margin: 0;
    width: 9px;
}
.product_page .img_slid .next_prev #img_next.arows {
    float: right;
}
.product_page .img_slid .next_prev .arows span {
    margin: 0;
}
.product_page .img_slid .next_prev #img_next.arows span {
    background: url(../img/bg_arows.png) no-repeat -21px 0;
}
.product_page .img_slid .next_prev #img_next.arows:hover span {
    background: url(../img/bg_arows.png) no-repeat -7px 0;
}
#pagination {
    margin: 20px auto 0 auto;          
    position: relative;
    text-align: center;
}
#pagination a {
    background: #d6d6d6;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    behavior: url(PIE.htc);
    display: inline-block;
    height: 18px;
    margin: 0 2px;
    width: 18px;
}
#pagination a span {
    background: #fbfbfb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(PIE.htc);
    display: inline-block;
    height: 10px;
    margin: 4px;
    text-indent: -9999px;
    width: 10px;
}
#pagination a:hover {
    background: #b3b3b3;
}
#pagination a:hover span {
    background: #f8f8f8;
}
#pagination a.selected {
    background: #adc1da;
}
#pagination a.selected span {
    background: #fff;
}

/* Product content*/
.product_page .entry_content {
    color: #707070;
}
.product_page .entry_content .soc {
    float: right;
    margin: -2px 0 0 0;
}
.product_page .entry_content .review {
    color: #707070;
    font: normal 11px/14px 'PT Sans', Arial, Verdana, sans-serif;
    height: 14px;
    margin: 9px 0 20px 0;
}
.product_page .entry_content .review a {
    background: url(../img/review.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 14px;
    margin: 0 3px 0 0;
    width: 14px;
}
.product_page .entry_content .review a.plus,
.product_page .entry_content .review a:hover {
    background-position: 100% 0;
}
.product_page .entry_content .review a.plus_minus {
    background-position: -14px 0;
}
.product_page .entry_content .review a.add_review {
    background: none;
    color: #7698c1;
    display: inline;
    float: none;
    font: normal 11px/14px 'PT Sans', Arial, Verdana, sans-serif;
    height: 14px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.product_page .entry_content .review a.add_review:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.product_page .entry_content .review span.separator {
    color: #dadada;
    margin: 0 6px;
}
.product_page .entry_content .ava_price {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 24px 0 0;
}
.product_page .entry_content .ava_price .price {
    color: #ec6f54;
    float: left;
    font: normal 36px/36px 'PT Sans', Arial, Verdana, sans-serif;
    margin-bottom: 24px;
    width: 250px;
}
.product_page .entry_content .ava_price .price .price_old {
    color: #999;
    font: normal 15px/15px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 15px 0;
    text-decoration: line-through;
}
.product_page .entry_content .ava_price .availability_sku {
    color: #707070;
    float: left;
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    margin-bottom: 24px;
}
.product_page .entry_content .ava_price .availability span {
    background: url(../img/gal.png) no-repeat 2px 50%;
    color: #6f8921;
    padding: 0 0 0 15px;
}
.product_page .entry_content .ava_price .sku span {
    color: #444;
}
.product_page .entry_content .parameter_selection {
    border-bottom: 1px solid #ededed;
    margin: 0 0 24px 0;
    padding: 24px 0 0;
}
.product_page .entry_content .parameter_selection select,
.product_page .entry_content .parameter_selection .selectBox {
    margin: 0 20px 24px 0;
    width: 140px;
}

/* Tabs */
#wrapper_tab {
    clear: both;
    margin: 35px 0 40px 0;
}
#wrapper_tab a.tab_link {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -khtml-border-radius: 1px 1px 0 0;
    behavior: url(PIE.htc);
    color: #777;
    display: block;
    float: left;
    font: normal 12px/34px 'PT Sans', Arial, Verdana, sans-serif;
    height: 34px;
    margin: 2px 5px 0 0;
    padding: 0 18px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}
#wrapper_tab a.tab_link:hover {
    background: #efefef;
}
#wrapper_tab.tab1 a.tab1,
#wrapper_tab.tab2 a.tab2,
#wrapper_tab.tab3 a.tab3 {
    background: #fff;
    border: 2px solid #bdd1e9;
    border-bottom: 0 none;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    behavior: url(PIE.htc);
    color: #eb6447;
    cursor: default;
    font: bold 12px/36px 'PT Sans', Arial, Verdana, sans-serif;
    height: 36px;
    margin: 0 4px 0 0;
    position: relative;
    text-decoration: none;
    z-index: 3;
}
#wrapper_tab div.tab_body {
    display:none;
}
#wrapper_tab.tab1 div.tab1,
#wrapper_tab.tab2 div.tab2,
#wrapper_tab.tab3 div.tab3 {
    border-top: 1px solid #bdd1e9;
    display:block;
    margin: -1px 0 0 0;
    padding: 34px 0 0 0;
    position: relative;
    z-index: 2;
}

/* Comments */
.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments li+li {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 0px 0;
}
.comments li .autor {
    color: #444;
    float: left;
    font: normal 14px/20px 'PT Sans', Arial, Verdana, sans-serif;
    text-transform: uppercase;
}
.comments li time {
    color: #777;
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
.evaluation {
    clear: both;
    padding: 15px 0 0;
}
.evaluation .quality,
.evaluation .price {
    border-right: 1px solid #e0e0e0;
    color: #777;
    float: left;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    margin: 0 16px 15px 0;
    padding: 0 13px 0 0;
}
.evaluation .price {
    border-right: 0 none;
}
.evaluation .quality span,
.evaluation .price span {
    color: #777;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 0 10px 0 0;
}
.evaluation .quality a,
.evaluation .price a {
    background: url(../img/review.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 14px;
    margin: 0px 3px 0 0;
    width: 14px;
}
.evaluation .quality a.plus,
.evaluation .price a.plus {
    background-position: 100% 0;
}
.evaluation .quality a.plus_minus,
.evaluation .price a.plus_minus {
    background-position: 50% 0;
}
.add_comments {
    padding: 23px 0 0 0;
}
.add_comments strong {
    color: #707070;
}
.add_comments .evaluation {
    min-height: 30px;
    margin: -5px 0 0 0;
    padding: 0;
}
.add_comments .evaluation .quality,
.add_comments .evaluation .price {
    border-right: 1px solid #e0e0e0;
    color: #777;
    float: left;
    font-size: 12px;
    height: 16px;
    line-height: 15px;
    margin: 0 16px 38px 0;
    padding: 0 12px 0 0;
}
.add_comments .evaluation .price {
    border: 0 none;
}
.add_comments sup {
    color: #ec7259;
    margin: 0 15px 0 3px;
}
.add_comments .evaluation .niceRadio {
    float: none;
    margin: 0 4px 0 0;
}
.add_comments .evaluation .eva_num {
    color: #999;
    font: normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 21px 0 0 -15px;
    position: absolute;
}
.add_comments input[type="text"],
.add_comments input[type="email"],
.add_comments textarea {
    margin: 10px 0 0 0;
}
.add_comments .nickname {
    float: left;
}
.tab_body .add_comments .nickname input,
.tab_body .add_comments .your_review input {
    width: 363px;
}
.add_comments .your_review {
    clear: left;
    float: left;
    margin: 20px 0 0 0;
}
.add_comments .text_review {
    float: right;
    margin: -68px 0 0 0;
}
.add_comments .text_review textarea {
    clear: right;
    height: 125px;
    margin: 10px 0 5px 0;
}
.tab_body .add_comments .text_review textarea {
    width: 560px;
}
.add_comments .text_review i {
    color: #999;
    font-size: 12px;
}
.add_comments input[type="submit"] {
    margin: 30px 0 0 0;
}
/*** Related Products ***/
.related .c_header {
    border-bottom: 1px solid #E0E0E0;
    height: 50px;
    margin-bottom: 42px;
}
.related_list .caroufredsel_wrapper {
    height: 350px!important;
    margin: 0 auto!important;
}
.related_list ul#listing {
    height: auto!important;
    list-style: none;
    margin: 0;
    padding: 3px 0 0 0!important;
}
.related_list ul#listing li {
    float: left;
}

/******************************************************************************
  Login page
*******************************************************************************/
.new_customers {
    margin-left: 0;
    margin-top: 23px;
}
.new_customers p {
    margin-bottom: 30px!important;
}
.registed_form {
    margin-right: 0;
}
form.registed {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    box-shadow: 0px 1px 3px 1px #ededed;
    -moz-box-shadow: 0px 1px 3px 1px #ededed;
    -webkit-box-shadow: 0px 1px 3px 1px #ededed;
    margin: 0;
    padding: 20px;
}
form.registed strong {
    color: #707070;
    font: bold 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
}
form.registed sup {
    color: #eb6447;
    margin: 0 3px;
}
form.registed input[type="text"],
form.registed input[type="email"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 5px 0 13px 0;
    width: 100%;
}

form.registed .remember .niceCheck {
    margin: 0 3px 0 0;
}
form.registed .remember span.rem {
    color: #777;
    font: normal 12px/17px 'PT Sans', Arial, Verdana, sans-serif;
}
form.registed .submit {
    color: #eb6447;
    font: normal 12px/38px 'PT Sans', Arial, Verdana, sans-serif;
    min-height: 38px;
    margin: 30px 0 0 0;
    text-align: right;
}
form.registed .submit input[type="submit"] {
    float: left;
    margin:0 15px 0 0;
}
form.registed a.forgot {
    color: #7698c1;
    font-size: 12px;
    line-height: 38px;
    margin: 0;
}
form.registed .submit span {
    display: inline-block;
    margin-left: 15px;
}

/******************************************************************************
  Shopping Cart
*******************************************************************************/
table.cart_product {
    border-left: 0 none;
    border-right: 0 none;
    color: #707070;
    margin: 0 0 46px 0;;
}
table.cart_product th {
    color: #707070!important;
    font: bold 13px 'PT Sans', Arial, Verdana, sans-serif;
    height: 49px;
    padding: 0;
}
table.cart_product td {
    height: auto;
    padding: 30px 5px 0;
    vertical-align: top;
}
table.cart_product .name {
    color: #444;
    font-size: 13px;
    padding: 0 20px;
    text-align: left;
    width: auto;
}
table.cart_product .edit {
    width: 82px;
}
table.cart_product .edit a {
    background: url(../img/edit.png) left center no-repeat;
    color: #707070;
    padding: 0 0 0 16px;
    text-decoration: none;
}
table.cart_product .edit a:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
table.cart_product .price {
    width: 100px;
}
table.cart_product .qty {
    width: 80px;
}
table.cart_product .subtotal {
    width: 100px;
}
table.cart_product .close {
    border-right: 0 none;
    width: 40px;
}
table.cart_product a.close {
    background: url(../img/close.png) no-repeat 0 0;
    height: 20px;
    display: block;
    margin: 0 auto;
    width: 20px;
}
table.cart_product a.close:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
table.cart_product td.images {
    padding: 20px 20px 20px 0;
    vertical-align: middle;
    text-align: center;
    width: 110px;
}
table.cart_product td.images img {
    height: 110px;
    width: 110px;
    max-height: 110px;
    max-width: 110px;
}
table.cart_product td.name {
    padding: 30px 20px;
    text-align: left;
}
table.cart_product td.qty {
    padding: 20px 0 0 0;
}
table.cart_product td.qty input {
    color: #707070;
    font-size: 12px;
    width: 50px;
}
table.cart_product .cart_but {
    border-right: 0 none;
    padding: 18px 0 ;
}
table.cart_product .cart_but a {
    color: #7698c1;
    display: block;
    float: left;
    font: normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}
table.cart_product .cart_but a.update {
    float: right;
    line-height: 12px;
}
table.cart_product .cart_but a:hover {
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
table.cart_product .cart_but a img {
    vertical-align: top;
}
#cart_forms {
    margin-bottom: 70px;
}
.bottom_block.estimate {
    height: auto;
    padding: 20px;
}
#cart_forms .bottom_block h3 {
    font: normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
    text-transform: none;
}
#cart_forms .bottom_block p {
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 25px 0;
}
#cart_forms .bottom_block strong {
    color: #707070;
    font: bold 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
#cart_forms .bottom_block sup {
    color: #ec7259;
    margin: 0 0 0 3px;
}
select.bottom-index,
.selectBox.bottom-index {
    z-index: 3;
}
.bottom_block.estimate .selectBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 38px;
    margin: 5px 0 0 0;
    width: 100%;
}
.bottom_block.estimate input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 5px 0 0 0;
    width: 100%;
}
.bottom_block.estimate input[type="submit"]#get_estimate {
    margin: 0px 0 0 0;
}
.bottom_block.discount,
.bottom_block.total {
    min-height: 192px;
    padding: 20px;
}
.bottom_block.discount input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 5px 0 0 0;
    width: 100%;
}
.bottom_block.discount input[type="submit"]#apply_coupon {
    margin: 5px 0 0 0;
}
.bottom_block.total {
    border: 1px solid #e0e0e0;
    text-align: right;
}
.bottom_block.total .subtotal {
    border: 0 none;
    border-collapse: collapse;
    font: normal 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
    text-align: right;
    width: 100%;
}
.bottom_block.total .subtotal td {
    border: 0 none;
    border-collapse: collapse;
    height: 30px;
    padding: 0;
    vertical-align: top;
}
.bottom_block.total .subtotal .grand_total {
    color: #444;
    font: normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
}

.bottom_block.total .subtotal td.price {
    color: #eb6447;
    font-weight: bold;
    min-width: 97px;
}
.bottom_block.total button.checkout {
    background: #eb6447;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    behavior: url(PIE.htc);
    float: right;
    font: bold 15px/50px 'PT Sans', Arial, Verdana, sans-serif;
    height: 50px;
    margin: 20px 0;
    padding: 0 20px 0 15px;
    width: 95%;
}
.bottom_block.total button.checkout:hover {
    background: #fa7a5f;
    background: -moz-linear-gradient(top,  #fa7a5f 0%, #ce4a2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7a5f), color-stop(100%,#ce4a2e));
    background: -webkit-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: -o-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: -ms-linear-gradient(top,  #fa7a5f 0%,#ce4a2e 100%);
    background: linear-gradient(to bottom,  #fa7a5f 0%,#ce4a2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7a5f', endColorstr='#ce4a2e',GradientType=0 );
    box-shadow: 0px 0px 4px #fa7a5f;
    -moz-box-shadow: 0px 0px 4px #fa7a5f;
    -webkit-box-shadow: 0px 0px 4px #fa7a5f;
}
.bottom_block.total button.checkout img {
    float: right;
    margin: 16px 0 0 3px;
}
.bottom_block.total a {
    color: #707070;
    font-size: 12px;
}
#following .c_header h5 {
    line-height: 50px;
    padding: 0;
}

/******************************************************************************
  Contact Us
*******************************************************************************/
.adress {
    margin-left: 0;
    padding: 5px 0 0 0;
}
.adress h3 {
    font-size: 18px;
    margin: 25px 0 20px 0;
}
.adress p {
    font-size: 12px;
    margin: 0px 0 25px 0!important;
}
.adress p span {
    color: #707070;
}
.adress p span.mail {
    color: #7698c1;
}
.form {
    margin-right: 0;
}
.form strong {
    font-size: 13px;
}
.form sup {
    color: #eb6447;
    margin: 0 3px;
}
form.contact {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    box-shadow: 0px 0px 4px 1px #eee;
    -moz-box-shadow: 0px 0px 4px 1px #eee;
    -webkit-box-shadow: 0px 0px 4px 1px #eee;
    margin: 0px 0 0 0;
    padding: 19px;
}
form.contact input[type="text"],
form.contact input[type="email"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 5px 0 20px 0;
    width: 100%;
}
form.contact textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 109px;
    margin: 5px 0 30px 0;
    width: 100%
}
form.contact input[type="submit"] {
    margin: 0;
}
form.contact .field {
    color: #eb6447;
    float: right;
    font: normal 12px/35px 'PT Sans', Arial, Verdana, sans-serif;
    height: 35px;
    margin: 0px 0 0 0;
    text-align: right;
    width: 140px;
}

/******************************************************************************
  Compare Products
*******************************************************************************/
.compare {
    border: 0 none;
    margin: -6px 0 0 0;
    text-align: center;
}
.compare td {
    color: #444;
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    height: 34px;
    padding: 15px 20px;
    text-align: center;
    vertical-align: top;
}
.compare td:nth-child(even),
.compare th:nth-child(even) {
    background-color:#fbfbfb;  
}
.compare .bg th:nth-child(even) {
    background-color:#fbfbfb;
    background-image: url(../img/bg_line.png);
    background-position: center top;
    background-repeat: repeat;
}
.compare tr .desc {
    color: #444!important;
    font: bold 13px/20px 'PT Sans', Arial, Verdana, sans-serif!important;
    padding: 15px 0 0 20px;
    text-align: left!important;
    text-transform: uppercase;
    vertical-align: top!important;
    width: 135px;
}
.compare tr.close_top td {
    background: none;
    border-right: 0 none;
    height: auto;
    padding: 0 0 8px;
}
.compare tr.close_top a.close {
    margin: 0 auto;
}

.compare tr.name th {
    color: #707070;
    font: bold 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    height: auto;
    padding: 15px 20px;
    text-transform: uppercase;
    vertical-align: top;
}
.compare tr.images td {
    padding: 20px;
    vertical-align: middle;
}
.compare tr.images a {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    behavior: url(PIE.htc);
    display: block;
    height: 110px;
    margin: 0 auto 0;
    padding: 4px;
    width: 110px;
}
.compare tr.images a div {
    background: #f6f6f6;
    display: block;
    height: 110px;
    width: 110px;
}
.compare tr.images img {
    height: 110px;
    max-height: 110px;
    max-width: 110px;
    width: 110px;
}
.compare tr.prise td {
    color: #eb6447;
    font: normal 18px/20px 'PT Sans', Arial, Verdana, sans-serif;
    vertical-align: middle;
}
.compare tr.prise td .price_old {
    color: #777;
    font: normal 14px/20px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: line-through;
}
.compare tr.brand td {
    vertical-align: middle;
}
.compare tr.availbility td {
    color: #6f8921;
    vertical-align: middle;
}
.compare tr.rating td {
    vertical-align: middle;
}
.compare tr.rating td .quality {
    height: 14px;
    margin: 0 auto;
    padding: 0;
    width: 80px;
}
.compare tr.rating td .quality a {
    background: url(../img/review.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 14px;
    margin: 0px 2px 0 0;
    width: 14px;
}
.compare tr.rating td .quality a.plus {
    background-position: 100% 0;
}
.compare tr.rating td .quality a.plus_minus {
    background-position: 50% 0;
}
.compare tr.description td {
    text-align: left;
}
.compare tr.add_cart td button.add {
    margin: 0 auto;
    text-transform: uppercase;
}
.compare tr.add_cart td button.add img {
    margin: 0 8px 0 0;
}
.compare tr.close_botttom td {
    background: none;
    border: 0 none;
    height: auto;
    padding: 7px 0 0;
}
.compare tr.close_botttom a.close {
    margin: 0 auto;
}

/******************************************************************************
  Page-404
*******************************************************************************/
#main.page-404 a {
    color: #7698c1;
}
.left_404 {
    text-align: center;
}
.left_404 h1.text_404 {
    color: #7698c1;
    font: bold 100px/70px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 18px 0;
}
.left_404 h6 {
    color: #eb6447;
    font-size: 12px;
}
.left_404 img {
    margin: 24px 0 0 0;
}

/******************************************************************************
  Checkout
*******************************************************************************/
#checkout_info {
    margin-left: 0;
    padding: 3px 0 0 0;
}
#checkout_info ul.checkout_list {
    list-style: none!important;
    padding: 0!important;
}
ul.checkout_list > li {
    box-shadow: 0px 1px 3px 1px #ededed;
    -moz-box-shadow: 0px 1px 3px 1px #ededed;
    -webkit-box-shadow: 0px 1px 3px 1px #ededed;
}
ul.checkout_list > li+li {
    margin: 10px 0 0;
}
ul.checkout_list li .list_header {
    border: 1px solid #ededed;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    color: #999;
    display: block;
    font: normal 18px/49px 'PT Sans', Arial, Verdana, sans-serif;
    height: 49px;
    margin: 0;
    padding: 0 22px;
    text-decoration: none;
    text-transform: uppercase;
}
ul.checkout_list li a.list_header {
    background: url(../img/bg_line.png) repeat center top;
    cursor: pointer;
}
ul.checkout_list li .list_header .number {
    color: #d5d5d5;
    float: right;
    font: bold 18px/49px 'PT Sans', Arial, Verdana, sans-serif;

}
ul.checkout_list li .list_body {
    display: none;
}
ul.checkout_list li.active .list_header {
    background: url(../img/bg_line.png) repeat center top;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    behavior: url(PIE.htc);
    color: #444;
}
ul.checkout_list li.active .list_header .number {
    color: #eb6447;
}
ul.checkout_list li.active .list_body {
    border: 1px solid #ededed;
    border-top:0 none;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    behavior: url(PIE.htc);
    display: block;
    padding: 27px 20px 20px;
    text-decoration: none;
}
ul.checkout_list li.active .list_body form {
    float: left;
    width: 49%;
}
ul.checkout_list li.active .list_body form.login {
    float: right;
}
ul.checkout_list li.active .list_body form h3 {
    border-bottom: 1px solid #e0e0e0;
    font: bold 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 16px 0;
    padding: 0 0 14px 0;
}
ul.checkout_list li.active .list_body form.checkout_or ul.radio {
    list-style: none!important;
    padding: 0 0 0 38px!important;
}
ul.checkout_list li.active .list_body form.checkout_or ul.radio li {
    line-height: 16px;
    margin: 0 0 4px 0;
}
ul.checkout_list li.active .list_body form.checkout_or ul.radio .niceRadio {
    margin: 0 4px 0 0;
}
ul.checkout_list li.active .list_body form.checkout_or input[type="submit"] {
    margin: 10px 0 0 0;
}
form.registed strong {
    color: #707070;
    font: bold 13px/13px 'PT Sans', Arial, Verdana, sans-serif;
}
ul.checkout_list li.active .list_body form.login input[type="text"],
ul.checkout_list li.active .list_body form.login input[type="email"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 5px 0 13px 0;
    width: 100%;
}
ul.checkout_list li.active .list_body form.login strong {
    color: #707070;
}
ul.checkout_list li.active .list_body form.login .remember {
    color: #777;
}
ul.checkout_list li.active .list_body form.login .remember .niceCheck {
    margin: 0 3px 0 0;
}
ul.checkout_list li.active .list_body form.login .submit {
    color: #eb6447;
    font: normal 12px/35px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 30px 0 0 0;
    text-align: right;
}
ul.checkout_list li.active .list_body form.login .submit input[type="submit"] {
    float: left;
    margin: 0 13px 0 0;
}
ul.checkout_list li.active .list_body form.login a.forgot {
    color: #7698c1;
    font-size: 12px;
    line-height: 38px;
    margin: 0;
}
ul.checkout_list li.active .list_body form.login .submit span {
    display: inline-block;
    margin-left: 13px;
}


/******************************************************************************
  Blog
*******************************************************************************/
article.post {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    box-shadow: 0px 1px 3px 1px #ededed;
    -moz-box-shadow: 0px 1px 3px 1px #ededed;
    -webkit-box-shadow: 0px 1px 3px 1px #ededed;
    margin: 0 0 30px 0;
    padding: 20px;
}
article.post h2 {
    margin-bottom: 23px; 
}
article.post h2 a {
    color: #555;
    font: normal 20px/20px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none;
}
article .content_article {
    border-bottom: 1px solid #ededed;
    color: #707070;
    margin: 0 0 16px;
}
article.post .content_article {
    padding: 0 0 20px 0;
}
article .content_article a.more {
    color: #7698c1;
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    text-transform: uppercase;
}
article .footer_article {
    color: #707070;
    font: normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
    text-transform: uppercase;
}
article .footer_article .number_c {
    background: url(../img/comments.png) left top no-repeat;
    color: #707070;
    float: right;
    font: normal 11px/11px 'PT Sans', Arial, Verdana, sans-serif;
    height: 12px;
    padding: 0 0 0 19px;
    text-transform: uppercase;
}
article.post + .pagination {
    padding-top: 13px;
}
article.view_post {
    border-bottom: 1px solid #e0e0e0;
}

/******************************************************************************
  Comments blog
*******************************************************************************/
.comments_blog {
    margin: 70px 0;
}
.comments_blog .comments li {
    border-top: 0 none!important;
    border-bottom: 1px solid #e0e0e0;
    min-height: 85px;
}
.comments_blog .comments .avatar {
    float: left;
    height: 85px;
    margin: 0 22px 22px 0;
    width: 85px;
}
.comments_blog .comments .autor {
    color: #707070;
    font: normal 11px/20px 'PT Sans', Arial, Verdana, sans-serif;
}
.comments_blog .comments .avatar img {
    height: 85px;
    width: 85px;
    max-height: 85px;
    max-width: 85px;
}
.comments_blog .comments p {
    margin-top: 5px!important;
}
#add_comments_blog  .nickname,
#add_comments_blog  .your_review,
#add_comments_blog  .text_review {
    float: none;
    margin: 20px 0 0 0;
}
#add_comments_blog  .nickname,
#add_comments_blog  .your_review {
    width: 50%;
}

/******************************************************************************
  Top button
*******************************************************************************/
#top_button {
    margin: 0 0 65px 0;
}
.button_block {
    color: #777;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    display: block;
    height: 101px;
    padding: 0;
    text-decoration: none;
    width: 312px;
}
.button_block img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}
a:hover.button_block {
    border: 1px solid #ccc;
    text-decoration: none
}
.best_price {
    background: url(../images/best_price.png) no-repeat 13px 50%;
}
.new_smells {
    background: url(../images/new_smells.png) no-repeat 13px 50%;
}
.only_natural {
    background: url(../images/only_natural.png) no-repeat 13px 50%;
}

/******************************************************************************
  Brands
*******************************************************************************/
.c_header {
    border-bottom: 1px solid #e8e8e8;
    height: 36px;
    margin-bottom: 36px;
}
.c_header .grid_10 {
    margin-left:0;
}
.c_header .grid_2 {
    margin-right:0;
}
.c_header h2 {
    font-size: 20px;
    margin: 0px 0 0 0;
    text-transform: uppercase;
}
.arows {
    display: block;
    float: right;
    height: 13px;
    margin: 0 0 0 17px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    width: 7px;
}
.arows.prev {
    margin: 0;
}
.arows span {
    background: url(../img/bg_arows.png) no-repeat -14px 0;
    display: block;
    height: 13px;
    margin: 0;
    text-indent: -9999px;
    width: 7px;
}
.arows.next span {
    background: url(../img/bg_arows.png) no-repeat -21px 0;
}
.arows:hover span {
    background: url(../img/bg_arows.png) no-repeat 0 0;
}
.arows.next:hover span {
    background: url(../img/bg_arows.png) no-repeat -7px 0;
}
.brands_list {
    height: 104px;
    margin: 0 0 70px 0;
}
.brands_list .caroufredsel_wrapper {
    height: 104px!important;
    margin: 0 auto!important;
}
.brands_list #listing {
    list-style: none;
    height: 104px!important;
    padding: 2px 0 0;
}
.brands_list #listing li {
    float: left;
    margin: 0 24px 0 0;
    position: relative;
    width: 140px;
}
.brands_list li a {
    border:1px solid #f0f0f0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -khtml-border-radius: 50px;
    behavior: url(PIE.htc);
    display: block;
    height: 100px;
    margin: 0 auto 0;
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    text-align: center;
    width: 100px;
}
.brands_list li a:hover {
    border:2px solid #e5e5e5;
    border-radius: 49px;
    -moz-border-radius: 49px;
    -khtml-border-radius: 49px;
    behavior: url(PIE.htc);
    box-shadow: 0px 0px 2px 1px #ededed;
    -moz-box-shadow: 0px 0px 2px 1px #ededed;
    -webkit-box-shadow: 0px 0px 2px 1px #ededed;
    height: 98px;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    width: 98px;
}
.brands_list li a div {
    display: table-cell;
    height: 98px;
    vertical-align: middle;
    width: 98px;
    /* //display:block;
    //height:auto;
    //margin-top: expression((49-parseInt(offsetHeight)/2)  <0 ? "0" : 49-(parseInt(offsetHeight)/2) +'px') ; */
    padding: 1px;
}
.brands_list li a:hover div {
    padding: 0px;
}
.brands_list li a img {
    margin: 0 0 -5px 0;
}


/******************************************************************************
  Content bottom
*******************************************************************************/
#content_bottom {
    margin: 0;
}
.bottom_block {
    background: url(../img/bg_line.png) repeat center top;
    border:1px solid #f2f2f2;
    line-height: 18px;
    min-height: 250px;
    padding: 15px 20px 20px;
}
.bottom_block h3 {
    font: normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 24px 0;
}
.bottom_block p {
    font: normal 13px/20px Segoeui, Arial, Verdana, serif;
    color: #777;
    margin:0 0 25px;
}
.about_as_content {
    height: 250px;
    overflow: hidden;
    padding-bottom: 5px;
}
.news ul {
    list-style: none;
    padding: 0;
}
.news ul li {
    font: normal 13px/20px 'PT Sans', Arial, Verdana, sans-serif;
    height: 60px;
    list-style: none;
    margin: 0 0 25px 0;
    overflow: hidden;
}
.news ul li a {
    color: #587fae;
    text-decoration: none;
}
.news ul li a:hover {
    text-decoration: underline;
}
.news ul time {
    clear: both;
    color: #707070;
    display: block;
    font:italic 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
}


/******************************************************************************
  Footer
*******************************************************************************/
footer ul {
    padding: 0;
}
.footer_navigation {
    background: url(../img/bg_header.png) repeat center top;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #f2f2f2;
    min-height: 296px;
    padding: 60px 0 0 0;
}
.footer_navigation .grid_3 {
    min-height: 178px;
}
.footer_navigation h3 {
    border-bottom: 1px solid #e0e0e0;
    font: normal 18px/18px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 22px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
ul.f_contact li {
    background: url(../img/li_adr.png) no-repeat 3px 5px;
    color: #707070;
    font: 13px/24px 'PT Sans', Arial, Verdana, sans-serif;
    min-height: 24px;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
    
}
ul.f_contact li+li {
    background: url(../img/li_phone.png) no-repeat 0px 5px;
}
ul.f_contact li+li+li {
    background: url(../img/li_let.png) no-repeat 0px 5px;
}

.footer_navigation nav.f_menu ul {
    list-style: none;
}
.footer_navigation nav.f_menu ul a {
    color: #707070;
    font: 13px/24px 'PT Sans', Arial, Verdana, sans-serif;
}
.footer_navigation nav.f_menu ul a:hover {
    color: #444;
    text-decoration: underline;
}
.footer_navigation .newsletter-payments {
    margin-bottom: 40px;
    overflow: hidden;
}
.bg-newsletter-payments {
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    min-height: 77px;
    margin: 0 -20px;
    padding: 0 20px;
    overflow: hidden;
}
.footer_navigation .newsletter {
    border-right: 1px solid #f2f2f2;
    float: left;
    min-height: 77px;
    overflow: hidden;
    width: 731px;
}
.footer_navigation .newsletter .newsletter-text {
    background: url(../img/icon-mail.png) no-repeat 0 19px;
    color: #707070;
    float: left;
    font: normal 12px/20px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
    padding: 31px 0 0 0;
}
.footer_navigation .newsletter .icon-mail {
    float: left;
    font: normal 17px/18px 'PT Sans', Arial, Verdana, sans-serif;
    margin-left: 47px;
    min-height: 50px;
    padding: 0;
    width: 110px;
}
.footer_navigation .newsletter form {
    float: right;
    margin: 19px 30px 20px 0;
    position: relative;
}
.footer_navigation .newsletter form input[type="email"] {
    border: 1px solid #d5d5d5;
    margin: 0;
    padding: 0 25px 0 15px;
    width: 185px;
}
.footer_navigation .newsletter form input[type="email"]:hover {
    border: 1px solid #f8cac0;
    box-shadow: 0px 0px 4px 1px #f8cac0;
    -moz-box-shadow: 0px 0px 4px 1px #f8cac0;
    -webkit-box-shadow: 0px 0px 4px 1px #f8cac0;
    outline:none;
}
.footer_navigation .newsletter form input[type="email"]:focus {
    border: 1px solid #dbdee2;
    border-top: 1px solid #cbd0d6;
    border-bottom: 1px solid #eaecef;
    box-shadow: inset 1px 3px 4px #cbd0d6;
    -moz-box-shadow: inset 1px 3px 4px #cbd0d6;
    -webkit-box-shadow: inset 1px 3px 4px #cbd0d6;
    outline:none;
}
.footer_navigation .newsletter form input[type="submit"] {
    background: url(../img/newsletter_button.png) no-repeat 4px 50%;
    border:0 none;
    border-radius: 0 19px 19px 0;
    -moz-border-radius: 0 19px 19px 0;
    -khtml-border-radius: 0 19px 19px 0;
    behavior: url(PIE.htc);
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 25px;
}
.footer_navigation .newsletter form input[type="submit"]:hover {
    background: url(../img/newsletter_button.png) no-repeat 4px 50%;
    border: 0 none;
    box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
}
.footer_navigation .payments {
    float: left;
    padding: 22px 0 0 24px;
}
.footer_info {
    background: url(../img/bg_line.png) repeat center top;
    min-height: 70px;
}
.footer_info p.copyright {
    color: #999;
    font: 12px/70px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
}
.soc {
    margin: 19px 0 0 0;
}
.soc a {
    background-image: url(../img/bg_soc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    behavior: url(PIE.htc);
    display: block;
    float: right;
    height: 30px;
    margin: 0 0 0 8px;
    opacity: .85;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    width: 30px;
}
.soc a.facebook {
    background-color: #606ea4;
    background-position: 0 0;
}
.soc a.twitter {
    background-color: #72a3c9;
    background-position: -31px 0;
}
.soc a.google {
    background-color: #eb6447;
    background-position: -62px 0;
}
.soc a:hover.facebook,
.soc a:hover.twitter,
.soc a:hover.google {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/******************************************************************************
  Form style
*******************************************************************************/
.form_style input[type="text"] {
    width: 226px;
}
.form_style select,
.form_style .selectBox {
    width: 210px;
}
.form_style textarea {
    width: 458px;
}
.form_style input[type="submit"] {
    float: left;
}
.form_style input[type="submit"] + input[type="submit"] {
    float: left;
    margin: 0 0 0 22px;
}

@media only all and (min-width: 1008px) {
    #slider_body .anythingSlider {
        width: 986px;
    }
}

@media only all and (min-width: 748px) and (max-width: 870px) {
    .bottom_block.total button.checkout {
        font-size: 12px;
    }
}

@media only all and (max-width: 1007px) {
    body {
        max-width: 1007px;
        min-width: auto;
    }
    /******************************************************************************
      Header (max-width: 1007px)
    *******************************************************************************/
   .top_header {
        border-bottom: 0 none;
        height: auto;
    }
    .welcome {
        float: none;
        text-align: right;
    }
    
    /* Nav primary */
    .primary-box {
        padding: 25px 0 24px 0;
        width: 97.4%!important;
    }
    .primary {
        margin: 0;
        position: relative;
    }
    .primary .menu-select {
        background: url(../img/bg-primary-menu.png) no-repeat 20px 49%, url(../img/primary-plus.png) no-repeat 97% 49% rgba(51, 51, 51, .1);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        behavior: url(PIE.htc);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #444;
	display: block;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 52px;
        text-transform: uppercase;
        width: 100%;
    }
    .primary .menu-select.minus {
        background: url(../img/bg-primary-menu.png) no-repeat 20px 49%, url(../img/primary-minus.png) no-repeat 97% 49% rgba(51, 51, 51, .1);
    }
    .primary ul {
        background: #fff;
        border: 0 none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	box-shadow: 0px 1px 5px 1px #e0e0e0;
        -moz-box-shadow: 0px 1px 5px 1px #e0e0e0;
        -webkit-box-shadow: 0px 1px 5px 1px #e0e0e0;
	display: none;
        left: 0;
        position: absolute;
        top: 56px;
	width: 100%;
	z-index: 1000;
    }
    .primary ul li {
        float: none;
    }
    .primary ul li a, 
    .primary ul li.curent a {
        background-color: #fff;
        border: 0 none;
        color: #444;
        display: block;
        float: none;
        font-size: 12px;
        font-weight: normal;
        height: 39px;
        padding: 0 20px;
        text-transform: uppercase;
    }
    .primary ul li+li a {
        border-top: 1px solid #ededed;
    }
    .primary ul li a:hover,
    .primary ul li:hover a {
        background-color: #f5f5f5;
        border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        behavior: url(PIE.htc);
        color: #ec6f54;
        text-decoration: none;
    }
    .primary ul li.parent > a {
	background-image: url(../img/primary-parent-plus.png);
        background-repeat: no-repeat;
        background-position: 97% 49%;
    }
    .primary > ul li.parent.minus > a {
	background-image: url(../img/primary-minus.png);
        background-repeat: no-repeat;
        background-position: 97% 49%;
    }
    .primary ul ul.sub {
        background: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        box-shadow: 0 0 0 0 #fff;
        -moz-box-shadow: 0 0 0 0 #fff;
        -webkit-box-shadow: 0 0 0 0 #fff;
        display: none;
        padding: 0;
        position: relative;
        top: 0;
    }
    .primary ul ul.sub li a, 
    .primary ul ul.sub li a:hover {
        background: none;
        border-top: 1px solid #ededed;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        margin: 0;
        padding: 0 40px;
        width: 100%;
    }
    .primary ul ul.sub li a:hover {
        background: #f5f5f5;
    }
    
    #slider_body .anythingSlider {
        margin-left: 1.3%;
        margin-right: 1.3%;
    }
    
    #banners .banner {
        height: 160px;
    }
    #banners .banner .prev {
        height: 80px;
        width: 160px;
        //margin-top: expression((40-parseInt(offsetHeight)/2)  <0 ? "0" : 40-(parseInt(offsetHeight)/2) +'px') ;
    }
    
    /******************************************************************************
      Content (max-width: 1007px)
    *******************************************************************************/
    /* Grid Products */
    .products {
        margin: 0 auto;
        width: 750px;
    }
    .products.catalog {
        margin: 0 auto;
        width: 500px;
    }
    .products article.grid_3 {
        margin-left: 10px;
        margin-right: 10px;
        width: 228px;
    }
    .products_list article .grid_3 {
	width: 32%;
    }
    .products_list article .grid_6 {
	width: 63.8%;
    }
    .products_list article .cart a.compare,
    .products_list article .cart a.wishlist,
    article.product_page .cart a.compare,
    article.product_page .cart a.wishlist {
        font-size: 0;
        height: 30px;
        margin: 5px 0 0px 15px;
        width: 30px;
    }
    .product_page .img_slid .caroufredsel_wrapper {
        height: 80px!important;
        width: 263px!important;
    }
    .add_comments .text_review {
        float: left;
        margin: 20px 0 0 0;
        width: 75%;
    }
    .tab_body .add_comments .text_review textarea {
        width: 100%;
    }
    .brands_list #listing li {
        margin: 0 20px 0 0;
        width: 120px;
    }
    
    /******************************************************************************
      Footer (max-width: 1007px)
    *******************************************************************************/
    .footer_navigation .newsletter {
        padding: 0 2.6% 0 0;
        width: 48.7%;
    }
    .footer_navigation .newsletter form {
        float: left;
        margin-right: 0;
        width: 100%;
    }
    .footer_navigation .newsletter form input[type="email"] {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
    }
    
    /******************************************************************************
      Form style
    *******************************************************************************/
    .form_style .grid_3 {
      width: 47%;
    }
    .form_style .grid_2 {
      width: 30%;
    }
    .form_style textarea {
      width: 458px;
    }
}

@media only all and (max-width: 747px) {
    body {
        max-width: 747px;
        min-width: auto;
    }
    
    #home_banners .banner {
        background-size: 42px 42px;
        font-size: 14px;
        height: 46px;
        padding: 0 0 0 65px;
    }
    #slider_body .slid_content h2 {
        font-size: 20px;
    }
    #slider_body .slid_content p {
        font-size: 11px;
    }
    
    /******************************************************************************
      Content (max-width: 747px)
    *******************************************************************************/
    /* Grid Products */
    .products {
        margin: 0 auto;
        width: 500px;
    }
    .show .selectBox + span {
        display: none;
    }
    
    .product_page .grid_7 {
        display: block;
        width: 97.4%;
    }
    .product_page .img_slid {
        display: block;
        float: none;
        margin: 0 auto 30px;
        width: 396px;
    }
    .product_page .img_slid .caroufredsel_wrapper {
        width: 353px!important;
    }
    .products_list article .price {
        margin-right: 10px;
    }
    
    #banners .banner {
        height: 148px;
    }
    #banners .banner .prev {
        height: 73px;
        width: 148px;
    }
    
    /******************************************************************************
      Footer (max-width: 747px)
    *******************************************************************************/
    .footer_navigation .grid_3 {
        width: 47.4%
    }
}

@media only all and (max-width: 690px) {
    #slider_body .slid_content p, 
    #slider_body .slid_content .buy_now {
        display: none;
    }
    #slider_body .slid_content {
        top: 40%;
    }
    
    #content.grid_9, 
    #checkout_info.grid_9 {
        display: block;
        float: none;
        width: 97.4%;
    }
    #checkout_info.grid_9 {
        margin: 0;
        width: 100%;
    }
    #sidebar.grid_3, 
    #sidebar_right.grid_3 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0 0 0;
        width: 310px;
    }
    ul.checkout_list li.active .list_body form {
        float: none;
        width: 100%
    }
    ul.checkout_list li.active .list_body form.login {
        float: none;
        margin-top: 30px;
    }
    
    #banners .banner {
        height: 226px;
    }
    #banners .banner .prev {
        height: 134px;
        width: 226px;
    }
    
    .footer_navigation .newsletter .icon-mail {
        float: none;
    }
    .form_style .grid_2,
    .form_style .grid_3, 
    .form_style .grid_9 {
        float: none;
        display: block;
        width: 97.4%;
    }
    .form_style textarea {
        width: 100%;
    }
}

@media only all and (max-width: 547px) {
    textarea {
        width: 100%;
    }
    #top .grid_9 {
        width: 65px;
        white-space: nowrap;
    }
    #top nav {
        float: none;
    }
    #top nav .menu-open {
        color: #999;
        display: block;
        float: left;
        font-size: 10px;
        text-align: center;
        text-transform: uppercase;
        width: 65px;
    }
    #top nav .menu-open:hover {
        background: #222;
    }
    #top nav ul {
        float: left;
    }
    #top nav ul li a {
        padding: 0 7px;
    }
    header .container_12 .grid_3, 
    header .container_12 .grid_9 {
        width: 97.4%;
    }
    hgroup {
        margin: 33px auto 0;
    }
    .welcome {
        margin-top: 25px;
        text-align: center;
    }
    #cart_nav {
        margin-left: 0;
        overflow: hidden;
        width: 49.5%;
    }
    #cart_nav li {
        float: left;
    }
    form.search {
        float: left;
        width: 49.5%;
    }
    form.search .search_form {
        float: right;
        width: 134px;
    }
    
    #home_banners .grid_6 + .grid_6 {
        margin-top: 24px;
    }
    #slider_body .slid_content h2 {
        font-size: 13px;
    }
    
    #content_bottom .grid_6 {
        display: block;
        float: none;
        width: 97.4%;
    }
    #content_bottom .grid_6 + .grid_6 {
        margin-top: 45px;
    }
    
    .sort {
        padding: 0 0 0 10px;
    }
    .show {
        padding: 0 10px 0 0;
    }
    .sort > span, 
    .show > span {
        display: none;
    }
    .products_list article .price {
        float: none;
    }
    .products_list article .review {
        display: none;
    }
    .c_header .grid_10 {
        display: inline;
        width: 80.72%;
    }
    .c_header .grid_2 {
        display: inline;
        width: 14.06%;
    }
    
    .left_404 {
        margin-bottom: 30px;
    }
    #add_comments_blog .nickname,
    #add_comments_blog .your_review {
        width: 100%;
    }
    .add_comments .text_review {
        width: 100%;
    }
    .form.grid_6,
    .registed_form, 
    #cart_forms .grid_4 + .grid_4 {
        margin-top: 30px;
    }
    .footer_navigation .newsletter, 
    .footer_navigation .payments {
        border: 0 none;
        float: none;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }
    .footer_navigation .newsletter {
        border-bottom: 1px solid #f2f2f2;
    }
    .footer_navigation .grid_3 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 312px;
    }
    .footer_info .grid_6 {
        display: block;
        float: none;
        text-align: center;
        width: 97.4%;
    }
    .footer_info p.copyright {
        line-height: 12px;
        padding-top: 28px;
    }
    .soc {
        padding: 0 0 25px;
    }
    .soc a {
        display: inline-block;
        float: none;
        margin: 0 4px;
    }
}

@media only all and (max-width: 512px) {
    .products.catalog, 
    .products {
        width: 250px;
    }
}

@media only all and (max-width: 410px) {
    body {
        min-width: 312px;
    }
    
    .alignleft,
    .alignright {
        float: none;
        margin: 25px auto;
        text-align: center;
    }
    .img_description {
        display: inline-block;
    }
    
    .options {
        padding-left: 2px;
        padding-right: 2px;
    }
    .show {
        padding-right: 2px;
    }
    .sort {
        padding-left: 2px;
    }
    .options .grid-list a.grid.current,
    .options .grid-list a.list.current {
        display: none;
    }
    .pagination li a,
    .pagination li span {
        padding: 0 10px;
    }
    
    .product_page .img_slid {
        margin-left: 1.3%;
        margin-right: 1.3%;
        width: 97.4%;
    }
    .product_page .img_slid .caroufredsel_wrapper {
        width: 263px!important;
    }
    .products_list article .grid_3 {
        width: 35%;
    }
    .products_list article .grid_6 {
        width: 62.8%;
    }
    .products_list article .prev {
        padding: 2px;
    }
    .products_list article .cart a.bay {
        font-size: 11px;
        padding: 0 0 0 12px;
        width: 108px;
    }
    .products_list article .cart a.compare,
    .products_list article .cart a.wishlist {
        margin-left: 5px;
    }
    #wrapper_tab a.tab_link {
        padding: 0 15px;
    }
    .add_comments .nickname,
    .add_comments .your_review,
    .tab_body .add_comments .nickname input,
    .tab_body .add_comments .your_review input {
        width: 100%;
    }
    .add_comments .evaluation .quality,
    .add_comments .evaluation .price,
    .evaluation .quality,
    .evaluation .price {
        border: 0 none;
        float: none;
    }
    
    .form_style input[type="submit"] + input[type="submit"] {
        float: left;
        margin: 0 0 0 15px;
    }
}
.error-message{
    color: red;
    font-size: 0.75rem;
    display: none;
}
/* Google Signup Button */
/* Wrapper for OR text and Google button */
.google-signup-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; /* Add margin at the top */
}

/* OR Text */
.or-text {
    margin-right: 15px; /* Space between OR and the button */
    font-size: 18px;
    color: #666; /* Gray color */
    font-weight: bold;
}

/* Google Button */
.google-btn {
    display: inline-flex;
    align-items: center;
    background-color: #4285F4; /* Google Blue */
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

/* Font Awesome Google Icon */
.google-btn i {
    margin-right: 8px; /* Space between icon and text */
    font-size: 20px;
    color: #fff; /* White icon color */
}

/* Hover Effect */
.google-btn:hover {
    background-color: #357AE8; /* Darker blue on hover */
}
/* user profile */
/* Profile page layout */
.profile-page {
    background-color: #fff;
    padding: 20px;
  }
  
  /* Sidebar styles */
  .profile-sidebar {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
  
  .profile-menu {
    list-style: none;
    padding: 0;
  }
  
  .profile-menu li {
    margin-bottom: 10px;
  }
  
  .profile-menu a {
    display: block;
    padding: 10px 15px;
    background-color: #f5f5f5;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .profile-menu a:hover {
    background-color: #444;
    color: #f5f5f5;
  }
  
  /* Profile content styling */
  .profile-content h2 {
    color: #333;
  }
  
  .profile-field {
    align-items: center;
  }
  
  .profile-field input {
    background-color: #e9e9e9;
    border-radius: 4px;
  }
  
  .profile-field input:read-only {
    background-color: #f5f5f5;
    color: #6c757d;
  }
  
  /* Button styles */
  .edit-btn, .save-btn, .cancel-btn {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  
  /* Edit and Save button styling */
  .edit-btn, .save-btn {
    background-color: #7698c1;  /* Set color for buttons */
    color: white;
    border: none;
  }
  
  .edit-btn:hover, .save-btn:hover {
    background-color: #eb6447;  /* Change color on hover */
  }
  
  /* Cancel button styling */
  .cancel-btn {
    background-color: #eb6447;  /* Set color for buttons */
    color: white;
    border: none;
  }
  
  .cancel-btn:hover {
    background-color: #444;  /* Change color on hover */
  }
  
  /* Space between Save and Cancel buttons */
  .profile-field .col-sm-2 .cancel-btn {
    margin-left: 0.5rem; /* Add space between Save and Cancel buttons */
  }
  
  /* Align buttons to the left within the form field */
  .profile-field .col-sm-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  /* Change password link */
  .change-password-link {
    color: #7698c1;
  }
  
  .change-password-link:hover {
    color: #eb6447;
  }
  
  /* Responsive design */
  @media (max-width: 768px) {
    .profile-field input {
      width: 100%;
    }
  
    .profile-field .col-sm-2 .cancel-btn {
      margin-left: 0; /* Remove margin between buttons on smaller screens */
      margin-top: 0.5rem; /* Add top margin for stacking */
    }
  }

.email-value {
    text-transform: none !important; /* Prevents uppercase transformation */
}
/* address management */

    .address-form {
        width: 100%; /* Full width form */
        max-width: 500px; /* Limit max width for a more narrow form */
        margin: 0 auto; /* Center the form horizontally */
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .form-group input {
        width: 100%;
    }

    .btn {
        width: auto; /* Buttons should fit the content */
        padding: 8px 16px; /* Adjust the padding to control button size */
        margin: 5px 0;
    }

    .btn.btn-secondary, .btn.btn-success {
        width: auto; /* Auto size for Save and Cancel buttons */
        padding: 8px 20px; /* Adjust the padding to keep them consistent */
        margin-right: 10px; /* Add spacing between buttons */
    }

    /* Optional: Adding some spacing between form fields */
    .form-group {
        margin-bottom: 15px;
    }
/* checkout */
/* Custom Checkout Page Styles */

.checkout-section {
    background-color: #f9f9f9;
    padding: 20px 0;
}

.page_title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.checkout-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.checkout-step {
    margin-bottom: 30px;
}

.step-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #444;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.checkout-form {
    margin-top: 10px;
}

.saved-addresses, .payment-options {
    margin-bottom: 15px;
}

.address-list, .payment-list {
    list-style: none;
    padding-left: 0;
}

.address-list li, .payment-list li {
    margin-bottom: 10px;
}

.address-list li label, .payment-list li label {
    margin-left: 10px;
    font-weight: normal;
    color: #555;
}

.new-address-button {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.new-address-button:hover {
    background-color: #0056b3;
}

.new-address-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.new-address-form input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

.hidden {
    display: none;
}

.address-form-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.save-address-button {
    background-color: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.save-address-button.small {
    padding: 5px 15px;
    font-size: 12px;
}

.save-address-button:hover {
    background-color: #218838;
}

.cancel-address-button {
    background-color: #dc3545;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.cancel-address-button.small {
    padding: 5px 15px;
    font-size: 12px;
}

.cancel-address-button:hover {
    background-color: #c82333;
}

.place-order-button {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: not-allowed;
}

.place-order-button.active {
    cursor: pointer;
    background-color: #218838;
}

.place-order-button.active:hover {
    background-color: #1e7e34;
}

/* Make sure the custom styles don't interfere with other styles */
#checkout-content {
    margin-top: 20px;
}
/* eye icon password */
.position-relative {
    position: relative;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

.eye-icon i {
    font-size: 18px;
}

.eye-icon:hover {
    color: #000;
}

.form-control-rounded {
    padding-right: 40px; /* Leave space for the eye icon */
}