img, div {
    vertical-align: middle;
}
table td {
    vertical-align: top;
}
.formular table td {
    vertical-align: middle;
}
#body-wrapper{
    /*overflow-x: hidden;*/
    min-width: 1008px;

}
body {
    font-family: 'Montserrat', sans-serif;
}
/*
@font-face {
    font-family:'futura';
    src: url('/views/carespot/fonts/FuturaL.ttf') format('opentype');
    font-weight: normal;
}
@font-face {
    font-family:'futura';
    src: url('/views/carespot/fonts/FuturaB.ttf') format('opentype');
    font-weight: bold;
}
@font-face{
    font-family:'futura';
    src: url('/views/carespot/fonts/FuturaM.ttf') format('opentype');
}
*/

.sticky-bottom,
.sticky-top,
.sticky-left,
.sticky-right {
    position: fixed;
    z-index: 20;
}
.sticky-bottom{
    bottom: 0;
}
.sticky-top{
    top: 0;
}
.sticky-left {
    left: 0;
}
.sticky-right {
    right: 0;
}
.red-div{
    padding: 15px 0;
    color: #FFF;
    width:100%;
    background-color:#d01214;
    text-align: center;
}
div#cookies, .sticky-popup {
    background-color: #000;
    color: #FFF;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
#nl-popup {
    display:none;
}
a.close {
    position: absolute;
    top: 20px;
    right: 90px;
    cursor:pointer;
}
.cart-step {
    max-width: 99%;
    width: 1000px;
    margin: auto;
}
.min-h-400 {
    min-height: 400px;
    height: auto;
}
.min-w-1008{
    min-width: 1008px;
    width: auto;
}
.red-text{
    color: rgb(213,2,0);
    text-transform: uppercase;
}
.white-box, .black-box {
    background: rgb(255,255,255);
    border: 1px solid rgb(174,174,174);
    color: rgb(174,174,174);
    text-transform: uppercase;
    padding: 5px 20px 5px 20px;
    display: inline-block;
}
.black-box {
    background:rgb(0,0,0);
    border:1px solid rgb(0,0,0);
    color:rgb(255,255,255);
}
.bcs{
    margin: 30px 0px 50px 0px;
}
.bcs div{
    margin: 0px 10px 0px 10px;
    padding: 5px 10px 5px 10px;
}
#page_title h1, #page_title h2, #page_title h3, #page_title h4{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 5px;
}
#page_title, #page_title * {
    text-align:center;
}
.twl {
    margin: 30px 0px 30px 0px;
    width: 100%;
    text-align: center;
    background-position-y: center;
    background-size: 1px;
    background-repeat: repeat-x;
    background-image: url("/views/carespot/imagini/dot.jpg");
}
.twl > span {
    width: auto;
    min-width: 200px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    background-color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}
.tab {
    width: 4em;
    display: inline-block;
    height: auto;
}
.space {
    width: 1.5em;
    display: inline-block;
    height: auto;
}
.overflow-collapse {
    /*max-height:  300px;
    */ width: 100%;
    position: relative;
    overflow: hidden;
    -moz-transition: 1s max-height ease-out;
    -webkit-transition: 1s max-height ease-out;
    -o-transition: 1s max-height ease-out;
    transition: 1s max-height ease-out;
}
.oc-footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    width:100%;
    background-image: url("/views/carespot/imagini/overflow-opacity.png");
    background-position:bottom;
    background-repeat:repeat-x;
    height:100px;
}
.oc-button {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    width:100%;
}
.reset {
    margin:0px;
    padding:0px;
    float:none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    clear: both;
}  /* for IE/Mac */
p.error {
    background: black;
    padding: 10px;
    font-size: 13px;
    color: white;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}
div#infobar a, div#infobar a:link, div#infobar a:visited, div#infobar a:active {
    display: block;
    color: #000000;
    background: #FFFFE1 url('/views/carespot/imagini/layout/warning.gif') no-repeat fixed .3em .3em;
    border-bottom: .16em outset;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
    padding: 4px 22px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
div#infobar a:hover {
    color: #FFFFFF;
    background: #3169B6 url('/views/carespot/imagini/layout/warning2.gif') no-repeat fixed .3em .3em;
}
body {
    font-size: 14px;
    margin:0;
    padding:0;
    height:100%;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.oranged_box {
    background-color: #feb61f;
    padding: 5px;
    color: #000000;
    font-size: 15px;
}
.blued_box {
    background-color: #16798b;
    padding: 5px 20px 5px 20px;
    color: #feb61f;
    border: 1px;
    text-transform: uppercase;
    font-size: 15px;
}
.green_box {
    background-color: #1e820d;
    padding: 3px;
    color: #ffffff;
    font-size: 15px;
}
.red_box {
    background-color: #d40400;
    padding: 8px 25px 8px 25px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    text-align:center;
    border-right: 1px solid #FF1111;
    border-bottom: 1px solid #FF1111;
}
.gray_box {
    background-color: #bababa;
    padding: 8px 25px 8px 25px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align:center;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.black_box {
    background-color: #000;
    padding: 6px 25px 6px 25px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    text-align:center;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.permanent_ontop {
    display:block;
    z-index:2;
    position: fixed !important;
    top:220px;
    right:2%;
    position:absolute;
}
.band_top{
    background: #1aacd0;
    height: 35px;
    width: 100%;
    border: none;
    border-style: none;
    color: #FFFFFF;
    top: 0;
    padding-top: 16px;
    font-size: 14px;
    vertical-align: middle;
}
.band_top_under {
    background: #EEE;
    background-position: 0px 0px;
    min-height: 36px;
    width: 100%;
    border: none;
    border-style: none;
    vertical-align: middle;
    display: inline-block;
    color: #000000;
    top: 0;
}
.band_top .content, .band_top_under .content, #header .content{
    margin: auto;
    padding:3px 0px 2px 0px;
    max-width: 1015px;
}
 #header .content {
    font-weight: normal;
    max-width: 1015px;
 }
.band_top .mid_links {
    float: left;
    text-align: center;
    width: 404px;
    height: 29px;
    padding-top: 5px;
    color: black;
}
.band_top .mid_links a {
    text-transform: uppercase;
    color:black;
}
.sprite_menu {
    background: url('/views/carespot/imagini/sprites_menu.png');
    border: none;
    border-style:none;
    display: inline-block;
}
.sprite_menu_image {
    background-image: url('/views/carespot/imagini/sprites_menu.png');
    border: none;
    border-style:none;
    display: inline-block;
}
.star-off-big {
    background: url('/views/carespot/imagini/icons/star-off-big.png');
    width: 19px;
    height: 18px;
}
.star-on-big {
    background: url('/views/carespot/imagini/icons/star-on-big.png');
    width: 19px;
    height: 18px;
}
.star-hov-big {
    background: url('/views/carespot/imagini/icons/star-hov-big.png');
    width: 19px;
    height: 18px;
}
.star-on{
    background: url('/views/carespot/imagini/icons/star-on-big.png');
    width: 14px;
    height: 12px;
    background-size: 14px 12px;
}
.star-off {
    background: url('/views/carespot/imagini/icons/star-off-big.png');
    width: 14px;
    height: 12px;
    background-size: 14px 12px;
}
.vezi_producatori {
    background-position: -793px -180px ;
    width: 200px;
    height: 36px;
}
.adauga_in_cos {
    background-position: 0 0;
    width: 200px;
    height: 53px;
}
.alerta_stoc {
    background-position: -360px -113px ;
    width: 178px;
    height: 48px;
}
.attach_bundle {
    background-position: -701px 0;
    width: 73px;
    height: 73px;
}
.attach_cadou {
    background-position: -776px 0;
    width: 68px;
    height: 68px;
}
.attach_promo {
    background-position: -631px 0;
    width: 67px;
    height: 68px;
}
.attach_comanda {
    background-position: -484px 0;
    width: 73px;
    height: 73px;
}
.bag {
    background-position: 0 -159px;
    width: 16px;
    height: 16px;
}
.comment_spr {
    background-position: -350px -30px;
    width: 131px;
    height: 32px;
}
.cumpara_bundle {
    background-position: -694px -76px;
    width: 150px;
    height: 49px;
}
.cumpara_cadou {
    background-position: -541px -123px;
    width: 149px;
    height: 49px;
}
.cumpara_normal {
    background-position: -692px -128px;
    width: 149px;
    height: 48px;
}
.cumpara_promo {
    background-position: -844px -131px;
    width: 148px;
    height: 46px;
}
.fb18x18 {
    background-position: -978px -98px;
    width: 18px;
    height: 18px;
}
.question {
    background-position: -847px 0;
    width: 128px;
    height: 128px;
}
.rating_off {
    background-position: -66px -157px;
    width: 15px;
    height: 15px;
}
.rating_on {
    background-position: -48px -158px;
    width: 15px;
    height: 15px;
}
.search_topimg {
    background-position: -978px 0;
    width: 30px;
    height: 32px;
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
}
#container {
    margin-top: 10px;
    width: 100%;
}
#page {
    max-width: 1008px;
    margin: 0 auto;
}
#tc {
    width: 100%;
}
#leftcolumn {
    width: 250px;
}
#leftcolumn .left_menu {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}
#leftcolumn .left_menu .header {
    font-size: 14px;
    display: block;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background: #FFF;
    color: #000000;
    width: 90%;
}
#leftcolumn .left_menu .middle {
    height: 100%;
    width: 100%;
    border: none;
    display: inline-block;
    color: #000;
}
#leftcolumn .left_filter {
    width: 200px;
    margin-bottom: 10px;
}
#leftcolumn .left_filter a {
    color:#3e2601;
    display: block;
    width: 161px;
    line-height: 21px;
    padding-left:7px ;
}
.filters_cnt {
    float: right;
    padding-right: 5px;
    display:none;
}
#leftcolumn .left_filter a:hover {
    color:#000000;
    text-decoration: none;
}
#leftcolumn .left_filter td.middle{
    height: 100%;
    width: 200px;
    border: none;
    border-style: none;
    display: inline-block;
    background: #f9f9f9;
    color: #5a5a5a;
}
#rightcolumn {
    width: 181px;
    vertical-align: top;
    padding: 4px;
    background: #464a4f url('/views/carespot/imagini/bg/rcol.gif') repeat-x left top;
}
#centercolumn {
    background: #fff;
    padding: 1px;
    vertical-align: top;
    max-width: 756px;
}
#breadcrumbs {
    padding: 10px 5px;
    color: #5a5a5a;
}
#breadcrumbs span {
    color: #6D6D6D;
}
#breadcrumbs a, #breadcrumbs a:active, #breadcrumbs a:visited {
    color: #6D6D6D;
}
p.eroare {
    color: #c31515;
    font-weight: normal;
}
ul.error, ul.info, ul.hint {
    display: block;
    clear: both;
    width: auto;
    background-position: 5px center;
    background-repeat: no-repeat;
}
ul.hint {
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
ul.error li, ul.info li, ul.hint li {
    margin: 3px 0;
}
ul.error {
    color:#F00;
}
ul.errwhite {
    border: 0;
    background-color: transparent;
}
.litera {
    display: block;
    background: url('/views/carespot/imagini/litera.jpg') no-repeat;
    width: 27px;
    text-align: center;
    font-size: 15px;
    color: #362626;
    padding: 10px 0px;
}
.litera:hover {
    color:#cc0000;
    text-decoration: none;
}
.prod_a_long_list {
    display: block;
    float: left;
    width: 200px;
    margin:6px;
    border-bottom :solid 1px #F3F3F3;
}
.prod_a_long_list:hover {
    color: #C00;
    text-decoration: none;
}
.acenter {
    text-align: center;
}
.amiddle {
    vertical-align: middle;
}
.aleft {
    text-align: left;
}
.aright {
    text-align: right;
}
.atop {
    vertical-align: top;
}
.abottom {
    vertical-align: bottom;
}
.acenter table {
    margin: 0 auto;
}
.formular {
    background: #FFF;
    width: 99%;
}
.formular .form_header td {
    padding: 5px 10px;
    font-weight: normal;
}
.formular .form_body td {
    font-weight: normal;
    vertical-align: middle;
    padding: 5px;
}
.formular .form_error {
    background: #FFF;
    color: #F00;
    display: inline-block;
    padding: 3px 5px;
}
.ar {
    text-align: right;
}
.al {
    text-align: left;
}
.ac {
    text-align: center;
}
.search_extrabox {
    background-color: #FFF !important;
    padding-left: 10px !important;
    border-color: #cccccc;
    font-weight: normal;
}
.text_box {
    width: 200px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    margin:10px 0px 10px 0px;
    height: 19px;
    padding:2px;
}
select.text_box{
    height:25px;
}
.text_box_white {
    height: 20px;
    background: #ffffff;
    border: 1px solid #000;
    color:#000;
    font-size:13px;
    width:90%;
    padding:2px;
}
.text_box:focus, .text_textarea:focus {
    border-left-color: #16798b;
    border-top-color: #16798b;
    border-right-color: #1aacd0;
    border-bottom-color: #1aacd0;
    border-style: solid;
    border-width: 1px;
}
.text_textarea {
    font-size: 14px !important;
    color: #000;
    resize: none;
    margin: 10px 0px 0px 0px;
    background: #FFF;
    border: 1px solid #000;
}
.slct {
    background-color: #FFF;
    border: 1px solid #333;
    min-height: 26.23px;
    margin: 10px 0px;
    line-height: 13px;
    width: 355px;
}
.black-box-text{
    background-color:#000;
    color:#FFF;
    padding:2px 7px;
}
a.link_mov:hover{
    color:#eb03cd;
}
.product_img {
    height: 195px;
    width: 100%;
    vertical-align:middle;
    display: flex;
}
.image-carousel-gallery a.selected-image img {
    border: 2px solid #000;
}
.image-carousel-gallery a img {
    cursor: pointer;
    margin: 0px 5px;
}
.image-carousel-gallery {
    text-align: left;
    padding-top: 15px;
}
#main_menu IFRAME {
    position:absolute;
    filter:'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
}
#main_menu DIV>TABLE {
    padding-right:0px;
}
#logo {
    padding: 20px 20px 10px 0px;
    width: 200px;
}
#topcart {
    width: 250px;
    height: 39px;
    color: black;
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-top: 4px;
}
#topcart .cos_cumparaturi {
    float:left;
    margin-right: 4px;
}
.cos_cumparaturi_img{
    background-position: -973px -179px ;
    width: 30px;
    height: 39px;
}
#topcart a {
    color:#ac8471;
    text-transform:none;
    text-decoration: none;
    color:#000000;
}
#topcart a span {
    color:#7a7a7a;
}
#topcart a:hover {
    text-decoration: none;
}
#ureg {
    width: 178px;
    height: 23px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 196px;
}
#uauth {
    width: 178px;
    height: 23px;
    overflow: hidden;
    position: absolute;
    top: 43px;
    right: 196px;
}
#ucont {
    width: 204px;
    height: 23px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 196px;
}
#ulogout {
    width: 110px;
    height: 23px;
    overflow: hidden;
    position: absolute;
    top: 43px;
    right: 196px;
}
#search_form {
    width:25%;
    width: 20rem;
    max-width:45%;
    min-width:150px;
    height: 30px;
    padding: 0;
    display:inline-block;
    border: #929292 solid 1px;
}
#ssearch {
    font-weight: normal;
    color: #6D6D6D;
    line-height: 25px;
    border: none;
    width:78%;
    height: 27px;
    float: left;
    background: transparent;
}
.reff {
    margin-top: 2px;
    font-weight: normal;
    color: black;
    cursor: pointer;
    line-height: 25px;
    padding: 2px 2px;
    background: url('/views/carespot/imagini/sprites_menu.png');
    border: none;
    border-style:none;
    display: inline-block;
    background-position: -233px 0;
    width: 248px;
    height: 26px;
}
.point {
    cursor: pointer;
}
#button_search {
    margin:0px;
    float:right;
    max-width:100%;
    width:32px;
    width:2rem;
    padding:0px;
    background: url('/views/carespot/imagini/layout/search.png') no-repeat;
    background-position: 1px 2px;
    border: none;
    border-left: 1px solid #929292;
}
.mc {
    padding: 0 0 7px 0;
    background: url('/views/carespot/imagini/bg/maincat.gif') no-repeat center bottom;
    margin: 0 0 7px 0;
}
.tc-table {
    width: 170px;
}
.tc-img {
    padding: 1px 3px;
    width: 20px;
}
.tc-name {
    vertical-align: middle;
    padding: 2px 5px;
    line-height: 125%;
}
.tc-name a, .tc-name a:active, .tc-name a:visited {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.tc-name a:hover {
    text-decoration: underline;
}
.tc-desc {
    color: #8d8c8c;
    line-height: 100%;
}
.sl {
    width: 100% !important;
}
.sl li {
    /*padding-left:10px;
    */ padding-top:2px;
    padding-bottom :2px;
    background-color: #FFF;
}
.sl li a, .sl li a:active, .sl li a:visited {
    display: block;
    line-height: 20px;
    text-align: left;
    /*padding-left: 10px;
    */ text-decoration: none;
}
.mrc {
    padding: 0 0 5px 0;
    width: 170px;
    border-bottom: 1px dashed #a2a4a6;
    margin: 0 0 5px 0;
}
.mrc .tc-name {
    padding-right: 0;
}
.mrc2 {
    border-bottom: 1px dashed #a2a4a6;
}
.mrc3 {
    border-bottom: 1px dashed #a2a4a6;
}
.cardpay {
    display: block;
    clear: both;
    margin: 10px auto;
    width: 168px;
    height: 54px;
}
#footer {
    background: #000;
    z-index:15;
    position:relative;
    color:#FFF;
    margin-top:30px;
    padding-bottom:1px;
}
#footer .footer-man-index {
    width:1008px;
    max-width:100%;
    margin: 25px auto;
}
#footer .footer-man-index span {
    color:#de0006;
    text-transform:uppercase;
}
#footer .footer-man-index a {
    color:#969696;
    padding: 0 10px;
}
#footer .bottom_text {
    text-align:left;
    color: #969696;
    margin:auto;
    display:block;
    margin-bottom: -10px;
}
#footer .bottom_text b {
    color:#FFF;
    text-transform: uppercase;
    font-weight: normal;
}
#footer #ft {
    margin: 0 auto;
    color: #fff;
    width: 1008px;
    padding: 5px 0 0 0;
    text-align: center;
    line-height: 150%;
    max-width: 100%;
}
#footer #lg {
    margin: 4px auto 0 auto;
    text-align: center;
    width: 990px;
}
.copyright {
    width: 100%;
    margin: 0;
    color: #FFF;
    text-align: center;
    padding: 30px 0;
    background-color: #000;
    background-repeat: repeat-x;
    background-size: initial;
    border-top: 1px solid #de0006;
    text-transform: uppercase;
    /*box-shadow: 0px -15px 30px 5px rgb(35, 35, 35);
*/ }
.banner-text, #footer .banner-text {
    background-color:#dedede;
    width:1008px;
    max-width: 100%;
    margin: 30px auto;
}
.banner-text table {
    padding:20px;
}
.banner-text span {
    color:#000;
    text-transform: uppercase;
}
.banner-text p {
    color:#969696;
}
#footer .banner-text {
    background-color:#232122;
}
#footer .banner-text span {
    color:#F00;
}
.br {
    margin: 0 auto 1px auto;
    width: 100%;
    clear: both;
    text-align: center;
}
#rightcolumn .br,#leftcolumn .br {
    width: 200px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}
.pp {
    width: 148px;
    height: 215px;
    clear: none;
    float: left;
    border: 1px solid #a5a6a8;
    margin: 0 1px 1px 0;
    overflow: hidden;
    background: #000;
}
.pp .image {
    height: 152px;
    border-bottom: 1px solid #a5a6a8;
    overflow: hidden;
}
.pp .image img {
    margin-top: -22px;
    margin-left: -24px;
}
.pp table {
    width: 100%;
    height: 62px;
}
.pp .name {
    height: 32px;
    line-height: 125%;
    padding: 3px 5px 2px 5px;
    background: url('/views/carespot/imagini/bg/fpr.gif') no-repeat center bottom;
}
.pp .name a {
    color: #94979a;
    text-decoration: none;
}
.pp .name a:hover {
    text-decoration: underline;
}
.pp .price {
    text-align: right;
    padding: 0 5px 0 0;
    vertical-align: middle;
}
.pp .pr {
    padding: 0 0 0 5px;
    text-align: left;
    vertical-align: middle;
}
#mans {
    background: #fff;
}
.allbrands {
    float: right;
    display: block;
    margin: 0 10px 0 0;
    color: #fff;
    text-decoration: none;
}
.allbrands:hover {
    text-decoration: underline;
}
#mans table {
    width: 100%;
    height: 75px;
}
#mans table td {
    text-align: center;
    vertical-align: middle;
}
#write_comment {
    margin-top:30px;
}
.rp, .rpr {
    width: 282px;
    height: 78px;
    float: left;
    border: 1px solid #a5a6a8;
    background: #000;
    margin: 0px 1px 1px 0;
    padding: 9px;
}
.rpr {
    margin-right: 0;
}
.rp table, .rpr table {
    width: 100%;
    height: 100%;
}
.rp .image, .rpr .image {
    vertical-align: middle;
    text-align: center;
    width: 70px;
    background: #fff;
    overflow: hidden;
}
.rp .name, .rpr .name {
    padding: 0 5px 5px 0 ;
}
.rp .name a, .rpr .name a {
    color: #fff;
    text-decoration: none;
}
.rp .name a:hover, .rpr .name a:hover {
    text-decoration: underline;
}
.rp .desc, .rpr .desc {
    color: #888787;
    padding: 0 5px 0 0;
}
.msection {
    margin: 0 0 20px 0;
}
.mlogo {
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 20px;
    text-transform: uppercase;
}
.mcateg:hover {
    text-decoration:none;
}
div.perpage {
    float: right;
    margin-top: -3px;
}
div.pages ul {
    float: right;
    margin: 0;
    padding: 0;
}
div.pages ul li {
    float: left;
    margin: 0 1px;
    line-height: 11px;
    clear: none;
}
div.pages ul li span {
    float: left;
    padding: 2px 3px;
    line-height: 12px;
    color: #000;
	   text-align: center;
}
div.pages ul li a {
    float: left;
    display: block !important;
    padding: 2px 3px;
    background-color: #fff;
    text-decoration: none;
    line-height: 12px;
    color: #828282;
    text-align: center;
}
div.pages_sort ul li a:hover {
    border-color: #ffbcb7;
    color: #000;
}
div.pages ul li.ls a {
    padding-left: 3px;
    padding-right: 3px;
}
div.pages ul li.pages_suggest, div.pages ul li.pages_suggest_right {
    position: absolute;
    margin-top: 20px !important;
    z-index: 99;
    width: 176px;
    background-color: #232527;
    border: 1px solid #5D676A;
    padding-left: 3px;
    padding-bottom: 3px;
    display: none;
}
div.pages ul li.pages_suggest_right {
    right: 185px;
}
div.pages ul li.pages_suggest span.dots {
    display: block;
    float: left;
    border: 0;
    margin-top: 5px;
    background: none;
    font-weight: normal;
}
div.pages ul li.pages_suggest a, div.pages ul li.pages_suggest_right a {
    margin-right: 3px;
    margin-top: 3px;
}
a.prg {
    background: url('/views/carespot/imagini/sprites_menu.png');
    border-style:none;
    background-position: -15px -163px;
    padding-right: 6px !important;
}
a.psg {
    background: url('/views/carespot/imagini/sprites_menu.png');
    border-style:none;
    background-position: -15px -163px;
    padding-right: 6px !important;
}
div.pages {
    text-align: right;
    float: right;
    clear: right;
}
div.pages p {
    white-space: nowrap;
    float: right;
    line-height: 17px;
    color:#3E2601;
    padding: 0 4px 0 0;
}
div.pages_sort {
    margin: 5px 0 10px 0;
    clear: both;
    height: 15px;
    padding: 0 3px;
}
div.pages_sort div.sort {
    float: left;
    width: 460px;
}
div.pages_sort div.sort select, div.pages_sort div.pages select, div.pages_sort div.pages input.orange_text_box, div.pages_sort div.sort input.orange_text_box, input.input_galben, .searchform select {
    color: #000;
    background-color: #ffffff;
    border: none;
    text-transform: uppercase;
    background: transparent url("/views/carespot/imagini/icons/arrowdown.png") no-repeat right center;
    padding: 2px 2px 2px 10px;
    margin-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #DEDEDE;
    height: 27px;
}
div.pages_sort div.sort p {
    line-height: 21px;
}
div.pages_sort div.sort li {
    float: left;
    color: #333333;
    font-weight: normal;
    line-height: 15px;
    margin-left: 10px;
}
.products_container {
    clear: both;
    margin: 5px 0;
}
.product-wrapper {
    width: 234px;
    float: left;
    margin: 10px;
    /*overflow: hidden;*/
    position: relative;
    clear:none;
}
.noright {
    margin-right: 0;
}
.product_table_long .product_image {
    padding-top:10px;
}
.product_table_long {
    border-top:dashed 1px #d4d4d4;
    width: 800px;
    margin-bottom: 10px;
    height:160px;
    color:#868686;
}
.products_container .left_filter li {
    float:left;
}
.products_container .left_filter li a {
    background: url('/views/carespot/imagini/bg_filru_special.jpg');
    width: 193px;
    display: block;
    text-align: center;
    margin: 4px 4px;
    padding: 7px 0px 6px 0px;
    color: black;
}
.products_container .filter_title {
    color:#005edd;
}
.product_table_long .comentarii {
    font-weight: normal;
    color: #8e8d8d;
}
.product_table_long .middle {
    padding-top:20px;
}
.product_table_long .price {
    color:#000000;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
.product_table_long .price sup {
    color:#000000;
    vertical-align: top;
}
.product_table_long .rating {
    margin-top:11px;
    margin-bottom: 5px;
}
.product_table_long a.product_name {
    color:#3e2601;
    display: block;
    font-size: 15px;
    text-decoration: none;
}
.product_table_long a.product_name.cadou {
    color:#0eb906;
}
.product_table_long a.product_name.bundle {
    color:#00a8ff;
}
.product_table_long a.product_name.promo {
    color:#ffae00;
}
.product_table {
    /*border-left:solid 1px lightgray;*/
    /*
    -webkit-box-shadow: -3px -3px 11px -3px rgba(153,153,153,0.7);
    -moz-box-shadow: -3px -3px 11px -3px rgba(153,153,153,0.7);
    box-shadow: -3px -3px 11px -3px rgba(153,153,153,0.7);
    */
    margin: 10px 0 50px;
}
.product_table .product_name {
    margin: 5px;
    height: 60px;
    overflow: hidden;
}
.product_table .product_name .pn_brand{
    display: block;
    color: dimgrey;
    text-transform: uppercase;
}
.product_table .product_price {
    margin: 8px;
    /*border-top: solid 1px gray;*/
    font-size: 16px;
    line-height: 20px;
}
.product_table .price_promo {
    border-color: red;
}
.product_table .button-black-white {
    width:100px;
    display:block;
}
.product_table a.addtocart {
    background: url('/views/carespot/imagini/btn/addtocart-list.gif') no-repeat left top;
    width: 43px;
    height: 33px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.product_table a.addtocart:hover {
    background-position: left bottom;
}
.product_table .pr {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    overflow: hidden;
    background: url('/views/carespot/imagini/bg/promo_2.png') no-repeat left top;
    z-index: 2;
}
.product_overlay {
    background-color: rgba(250, 250, 250, 0.7);
    width: 100%;
    height: 196px;
    position: absolute;
}
.quick-view-popup {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:900px;
    height:500px;
    min-height:300px;
    background-color:#FFF;
    padding:10px;
    display:none;
    z-index:25;
    box-shadow:0 0 7px 1px rgba(0,0,0,1);
}
.quick-view-popup .prod_main_chars {
    height: auto;
    width:90%;
    margin:auto;
}
.quick-view-mask {
    position: fixed;
    z-index: 24;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    display:none;
}
.social-buttons {
    position:relative;
    display:inline-block;
    width:60px;
    height:60px;
}
.social-buttons .social-overlay {
    display:none;
    width:100%;
    height:100%;
    border-radius:1000px;
    border-radius:100%;
    background-color:rgba(250,250,250,0.3);
}
.social-buttons:hover .social-overlay {
    display:block;
}
#arrow-btt {
    right: 50px;
    position: fixed;
    bottom: 50px;
    height: 30px;
    cursor: pointer;
    z-index: 16;
    padding: 10px;
    transition: background-color 0.3s ease-out 0.3s;
    -o-transition: background-color 0.3s ease-out 0.3s;
    -webkit-transition: background-color 0.3s ease-out 0.3s;
    -moz-transition: background-color 0.3s ease-out 0.3s;
    display:none;
}
#arrow-btt:hover {
    background-color:#DEDEDE;
}
.quick-view-popup .price > * {
    display: block;
    position: relative;
    font-size: 15px;
}
.quick-view-popup .price {
    text-align: right;
}
.product_image>.product_overlay {
    display: none;
}
.product_image:hover>.product_overlay{
    display: block;
}
a>.footer_img1, a>.footer_img2, a>.footer_img3, a>.footer_img4, a>.footer_img5, a>.footer_img6, a>.footer_img7, a>.footer_img8, a>.footer_img9, a>.footer_img10 {
    display: none;
}
a:hover>.footer_img1, a:hover>.footer_img2, a:hover>.footer_img3, a:hover>.footer_img4, a:hover>.footer_img5, a:hover>.footer_img6, a:hover>.footer_img7, a:hover>.footer_img8, a:hover>.footer_img9, a:hover>.footer_img10 {
    position: absolute;
    display: block;
}
.promo_overlay {
    position: absolute;
    z-index: 1;
    width: 70px;
    height: 20px;
    background-color: #d40400;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    color: #FFF;
}
.promo_stock_deplete {
    width: 90px;
    background-color: black;
}
.promo_overlay_small {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 11px;
    background-color: #d40400;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 10px;
    font-size: 7px;
    color: #FFF;
}

.exp_text {
    margin: 10px 5px 0 5px;
    color: #6D6D6D;
    line-height: 125%;
}
.product_request img {
    vertical-align: text-bottom;
    margin-bottom: -2px;
}
.product_request a:hover {
    color: #fff;
}
.page_title {
    text-align: center;
    font-size: 20px;
    color: #000;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
.page_subcat {
    font-weight: normal;
    color:#1aacd0;
}
.seltabs {
    background: #000;
    border: 1px solid #a2a4a6;
    margin: 5px 1px;
    padding: 2px;
    height: 32px;
}
.seltabs span {
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
}
.seltabs ul {
    margin: 0;
    padding: 0;
    width: 486px;
    float: right;
}
.seltabs ul li {
    float: left;
    margin: 0 10px 0 0;
    color: #6e757d;
    padding: 5px;
}
.seltabs ul li.current {
    background: #333;
}
.seltabs ul li a {
    color: #feb61f;
    text-decoration: none;
}
.searchform {
    background-color: #FFF;
    padding: 20px 0px 20px 0px;
}
.search_option {
    display: flex;
    line-height: 150%;
    vertical-align: middle;
}
.static_search {
    margin: 5px;
    line-height: 125%;
}
.static_search a {
    font-weight: normal;
    line-height: 200%;
}
.comments-block {
    float: left;
    width: 50%;
}
.prod_main_comments td {
    padding: 2px;
}
.prod_main_comments {
    padding: 5px;
    margin: 3px;
}
.prod_main_comments p {
    margin: 0;
}
.prod_main_comments h3,p.rcmd,h3.desc {
    padding: 10px 0px 0px 0px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
h2.desc {
    font-weight: normal;
    text-transform: uppercase;
}
.comment_block {
    color: #9a9a9a;
}
.author {
    margin-bottom: 2px;
}
.comment {
    color:#9a9a9a;
    padding:5px 0px;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button{
    padding:5px;
    font-size:13px;
    margin: auto;
    border: 1px solid #000;
    background-color: #FFF;
    -o-transition: color .2s linear, background-color .2s linear;
    -webkit-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
    cursor: pointer;
    text-align: center;
    clear: both;
    color:#000;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]::-webkit-file-upload-button:hover, button:hover {
    color:#FFF;
    background-color:#000;
    font-size:13px;
}
.btn, .trimite-comanda-roz, .continua-cumparaturile, .trimite, input.actualizeaza, input.trimite, input.btn{
	padding:0;
    min-width: 50px;
	height:25px;
	padding-left:20px;
	padding-right: 20px;
	font-size:13px;
	line-height: 23px !important;
    margin: auto !important;
    margin-bottom: 10px !important;
    border: 1px solid #000 !important;
    background-color: #FFF;
    -o-transition: color .2s linear, background-color .2s linear;
	-webkit-transition: color .2s linear, background-color .2s linear;
	-moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
    cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	color:#000 !important;
}
.trimite-comanda-roz, .trimite { float:right; display:inline; }
.continua-cumparaturile { display:inline; padding: 5px 20px 5px 20px; }
.btn:hover, .trimite-comanda-roz:hover, .continua-cumparaturile:hover, .trimite:hover, input.actualizeaza:hover, input.trimite:hover, input.btn:hover { color:#FFF !important; background-color:#000; font-size:13px !important; }
.btn_send {
	padding: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	float: right;
}
.btn_text{
	font-size: 15px;
	border:none;
	color:#fff;
	background-color: transparent;
}
.comment img {
	margin-bottom: -3px;
}
.fixed-promos{width:1008px; margin:auto; position:fixed; bottom:252px; z-index:0; left: 0; right: 0;/*z-index:-1;*/}
.fixed-promos .br { width: auto; display: inline-block; height: 300px; margin:auto; top:0; bottom:0; }
.-promo-left .br { left: -125px; position: absolute; top: -200px; }
.-promo-right .br { right: -125px; position: absolute; top: -200px; }
/* @end */

/* @group box principal */

.prod_main_details {
	padding: 5px;
	margin: 3px;
}

.prod_main_details table {
	width: 100%;
}

.prod_main_details .pm_img {
	width: 438px;
	text-align: center;
	position:relative;
	height:auto;
	min-width:273px;
	max-width: 55%;
}

.prod_main_details h1 {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}
.header_rating {
}

.pm_buy {
	padding: 5px 0 0 0;
	vertical-align: middle;
}

.pm_buy table td {
	vertical-align: middle;
}
.pm_buy td.color p span{
	color:#3e2601;
}
.pmb1 {
	text-align: right;
}
.pmb1 p,.pmb1 h3{
	font-size: 18px;
	color: #1aacd0;
	font-weight: normal;
}
.pmb1 p.intial,.pmb1 h3.intial{
	color: #6D6D6D;
}
.pmb1 p.intial sup,.pmb1 h3.intial sup{
	text-align: left;
	font-weight: normal;
}

.strike {
	text-decoration: line-through;
}
.pmb1 p sup{
	font-size: 17px;
	vertical-align:top;
	padding-left: 3px;
	font-weight: normal;
}
.disclaimer {
	font-size: 11px;
	margin: 5px;
	color:#9A9A9A;
}
.prod_main_desc * {
    color: #000 !important;
}
.pm_buy{
	color:#000;

}
.product_info{
	margin:3px;
	border-bottom: 1px dashed #a2a4a6;
	border-top: 1px dashed #a2a4a6;
	padding:5px;
	color: #9e9e9e;
}
.pmb1 a {
}
.pm_buy p a {
	line-height: 14px;
}
.pm_buy .economisesti{
	color: #d92e2e;
}

.pm_buy a:hover {
}

/* @end */

/* @group descriere */
.left_post {
	background: #f9f9f9;
	width: 180px;
	font-weight: normal;
	padding: 10px;
	color: #000000;
	height: 180px;
	margin: 10px 0;
}

.rec_post {
	width: 300px;
	margin: 20px 10px 10px 0px;
	background-color: #16798b;
	color: #ffffff;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
}

.rec_post2 {
	width: 300px;
	margin: 10px 0px;
	background-color: #feb61f;
	color: #000000;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;

}
.rec_post2 .over_read {
	background-color: #1aacd0;
	font-weight: normal;
	text-transform: uppercase;
	bottom: 0px;
	right: 0px;
	padding: 5px;
	width: 130px;
	margin-left: 160px;
	margin-top: -20px;
	height: 10px;
	z-index: 555;
	display: inline-block;
}
.rec_post2 img {
	width:300px;
	height:200px;
}
.rec_products {
	width:340px;
}

.rec_products .head {
	color: #6f088c;
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0px 10px 0px;
}
.rec_products .prod {
	width:320px;
}
.rec_products .prod .name {
	font-weight: normal;
	padding-top:10px;
}
.rec_products .prod .desc {
	background-color: #f1f0f0;
	color: #8a8a8a;
	padding: 5px;
	vertical-align: middle;
	width:180px;
}
.rec_products .prod .price {
	background-color: #f1f0f0;
	color: #000;
	font-weight: normal;
	padding: 5px;
	vertical-align: middle;
	width: 75px;
	text-align: center;
}

.prod_main_desc {
	padding: 5px 1px;
	margin: 3px;
	line-height: 125%;
	color: #3e2601;
	margin-bottom:30px;
}

.prod_main_desc h3{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #d92e2e;
}

/* @end */

/* @group caracteristici */

.prod_main_chars {
	padding: 10px 0px 10px 0px;
}
.prod_main_chars > div{
	margin-bottom:30px;
}

.prod_main_chars .chars {
	border-spacing: 3px;
	width: 100%;
}

.prod_main_chars .chars td {
	padding: 5px;
	width: 80px;
}

.prod_main_chars .chars .ctable {
	width: auto;
	height: 100%;
}
.prod_main_chars .chars .ctable .line{
	background-position: 0px -58px;
	height: 2px;
	width: 90%;
	border: none;
	border-style: none;
	display: inline-block;
	margin:0px 5%;
}

.prod_main_chars .chars .ctitle {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	height: 30px;
	width: 80px;
}

.prod_main_chars .chars .clist {
	color: #767676;
	line-height: 150%;
	text-align: left;
}

/* @end */

/* @group box promo */

.bnow {
	margin: 3px;
	background: #fff;
	color: #000;
}

.bnow h3 {
	padding: 0px;
	padding-bottom: 5px;
	color:#DD005E;
	font-size: 17px;
}

.bnow .bnowtitle, a.mdv {
	color: #a2a2a2;
	text-decoration: none;
	margin: 4px 5px;
}

.bnow .bnowdesc {
	color: #000000;
	padding: 4px 5px 6px 5px;
}

.bnow .bnowdesc b {
	color: #000000;
}

/* @end */

.rcmd {
	color: #000;
	padding: 5px 3px;
}
.rcmd_div {
	padding-bottom: 10px;
	display: block;
}
/* @end */

/* @group fereastra modala */

body > div.fereastra_modala {
	border: 1px solid #717171;
	margin: 0;
}

div.fereastra_titlu {
	background: #000;
	height: 25px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

div.fereastra_explicatii {
	padding: 4px 2px;
	text-align: left;
	border: 0;
}

div.fereastra_titlu h1 {
	color: #fff;
	font-weight: normal;
	padding: 6px 4px;
}

div.fereastra_titlu a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	margin-right: 4px;
	line-height: 150%;
}

div.fereastra_titlu a span {
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
	line-height: 150%;
}

span#secs {
	font-weight: normal;
}

/* @group formular */

div.formular_mod {
	background-color: #FFF;
	display: block;
	text-align: center;
	clear: both;
	border: 1px solid #8E8E8E;
}

div.formular_mod p {
	margin: 2px;
	line-height: 125%;
}

div.formular_mod td {
	padding: 2px 0;
    vertical-align: middle;
}

div.formular_mod .formular_mod_delimit {
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	color: #2e2e2e;
	padding: 6px 0 0 0;
	margin: 0 0 6px 0;
	display: block;
	clear: both;
}

div.formular_mod label {
}

div.formular_mod span.explicatii {
	color: #666666;
}

/* @end */

/* @group galerie foto */

#modala_thumbs {
	margin: 0;
	width: auto;
	padding: 0;
	display: none;
	float: left;
	background-color: #F9F9EF;
	width: 120px;
	border-right: 1px solid #B1B1B1;
	height: 524px;
	overflow-y: auto;
	overflow-x: hidden;
}

#modala_thumbs a {
	text-decoration: none;
}

#modala_thumbs a img {
	border: 1px solid #999999;
	display: block;
	margin: 4px auto;
}

#modala_thumbs a.imgselected img {
	border: 1px solid #800000 !important;
}

div#modala_content {
	float: left;
	text-align: center;
	width: 100%;
	height:100%;
}

div#modala_content img {
	display: block;
	margin: 0 auto;
}

#modala_desc {
    top: 10px;
    position: relative;
    text-transform: uppercase;
}

/* @end */

/* @end */

/* @group formulare */

div.formular {
	text-align: left;
	clear: both;
}

div.formular td {
	padding: 5px;
}

div.formular_checkout td {
	padding: 3px 0;
}

div.formular_checkout .text_box {
	padding: 2px 0;
}

div.formular_checkout select.text_box {
	padding: 1px 0;
}

div.formular tr.form_header td {

}

div.formular tr.form_header td span.right_corner {
	float: right;
	width: 5px;
	height: 5px;
}

div.formular tr.form_body td {
	padding: 2px;
}

div.formular tr.form_body td.sep, td.sep {
	font-size: 14px !important;
	height: 10px !important;
	line-height: 10px;
	color: #000000 !important;
	padding-left: 20px !important;
	width: 770px;
}
div.sort_order_history {
	padding: 10px ;
	background: url('/views/carespot/imagini/sprites_menu.png') !important;
	background-position: 0 -179px   !important;
	height: 32px !important;
	line-height: 30px;
	color: #ffffff;
	background-size: 120%;
	width: 770px;
}

div.formular tr.form_body td.sep_info {
	background-color: #FFF;
	border: 0 !important;
	font-weight: normal;
	color: #000000;
}
table tr.form_body {
	background-color:#FFF;
}

div.formular tr.form_body td span.text {
	color: #000;
}


div.formular tr.withpadding td {
	padding: 4px 2px 4px 20px;
}

span.form_error {
	color: #c4110e;
	margin-left: 2px;
	padding-left: 10px;
	background-image: url('/views/carespot/imagini/layout/form_error_arrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

span.form_error_second {
	color: #c4110e;
	margin-left: 2px;
	padding-left: 10px;
	line-height: 150%;
	background-image: url('/views/carespot/imagini/layout/form_error_arrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

span.form_error_second {
	color: #c4110e;
	margin-left: 2px;
	padding-left: 10px;
	background-image: url('/views/carespot/imagini/layout/form_error_arrow_second.gif') !important;
	background-position: top left;
	background-repeat: no-repeat;
}

div.formular tr.withpadding td .text_box {
	padding: 2px 0;
	width: 350px;
	background: #fff;
}
div.formular tr.withpadding td .text_textarea {
	padding: 2px 0;
	width: 400px;
	background: #fff;
}

div.formular tr.withpadding td .input_explain {
	color: #222222;
}

div.formular div.expl {
	margin-top: 5px;
}
input.text_box,
textarea.text_textarea{
	width:350px;
}
div.infomsg {
	text-align: center;
	font-weight: normal;
	width: 100%;
	line-height: 150%;
	vertical-align: middle;
}

.cominfo {
	color: #666;
	line-height: 125%;
}

.padded {
	border-spacing: 2px;
}

/* @end */

/* @group se incarca... */

.loadingtext {
	display: block;
	width: 100%;
	text-align: center;
	color: #444;
	margin-top: 15px;
}

div.wait {
	color: #999;
	text-align: center;
	display: block;
	font-weight: normal;
	width: 150px;
	line-height: 20px;
	padding-left: 20px;
	background: url('/views/carespot/imagini/layout/wait.gif') no-repeat left center;
	margin: 30px auto;
}

/* @end */

/* @group 404 */

.err404 {
	width: 100%;
}

/* @end */

/* @group disponibilitati produse */

.instock {
	color: #5c944c;
}

.outofstock {
	color: #f00;
}

.insupplierstock, .call, .backordered, .onorder, .onorder0days {
	color: #b15406;
}

/* @end */

/* @group cos */
#cos {
	border: 1px solid #fff;
	background: #fff;
	margin: 10px;
	padding: 0 0 10px 0;
}

#cos h1 {
	background: #FFF;
	padding: 8px 7px;
	font-size: 17px;
	color: #000000;
	text-align: left;
}

#cos table th {
	background: #FFF;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	padding: 2px 5px;
	text-transform:uppercase;
}
#cos table th:first-of-type{
	text-align: left;
}

#cos table th span {
}

#cos table td {
	vertical-align: middle;
	padding: 5px;
	line-height: 150%;
    position: relative;
}

#cos .sterge {
	color: #9A9A9A;
	font-weight:normal;
	text-decoration: none;
}

#cos .sterge:hover {
	text-decoration: underline;
}

#cos > table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}

#cos .plink, #cosinfo .ppinfo {
	color: #000;
	text-transform: uppercase;
}

#cos .plink:hover, #cosinfo .ppinfo:hover {
	color: #000;
}

#cosinfo .ppinfo {
}

#cos span.pdisp {
	color: #595a59;
}

#cos .imgbtn {
	vertical-align: top;
	margin-top: -2px;
	cursor: pointer;
}

.tcos th {
	padding: 7px 5px !important;
	text-transform: uppercase;
}

.rightsend {
	float: right;
	clear: both;
	margin: 10px 20px;
	cursor: pointer;
}

#cosinfo {
	border: 1px solid #fff;
	background: #fff;
	margin: 10px;
	color: #000;
	padding: 5px;
	line-height: 125%;
}

#cosinfo p {
	margin-bottom: 3px;
}

/* @group checkout */

.formck {
	margin: 10px 0px 0px 5px;
	color: #000;
}

.formck .form_header td,.formular .form_header td, #static_container .form_header td {
	background: #FFF;
	color: #000;
	text-transform: uppercase;
}

.checkout_items {
	padding: 10px;
}

.checkout_items li {
	width: 358px;
	padding: 4px 5px;
	vertical-align: top;
	text-align: left;
	margin: 1px 0;
	cursor: default;
}

.checkout_items li a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.checkout_items li a:hover {
	text-decoration: underline;
}

.checkout_items li p {
	width: 318px;
	margin: 0 0 0 3px;
	clear: none;
	display: inline-block;
}

.checkout_items li p strong, .checkout_items li span.info  {
	color: #676565;
	line-height: 150%;
}

.checkout_items input[type=radio] {
	margin: 0;
	vertical-align: top;
}

li.sau {
	text-align: center;
}

.workingspin {
	padding: 3px 3px 6px 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.inputhover:hover, .inputhoverborder {
	background: #fff;
}





.inputhover:hover a {
	cursor: pointer;
}

#person_form {
	padding: 5px 10px;
}

#person_form table {
	border-spacing: 2px;
	border-collapse: separate;
}

#person_form table td {
	padding: 1px 5px 1px 1px;
}

/* @end */

/* @end */

/* @group wishlist */

.wishlist_listing td, .wishlist_listing td a {
	color:#4a4a4a;
}
.wishlist_listing td{
	padding: 5px 2px;
}

/* @end */

/* @group filtre */

.filters {
	margin: 5px 1px;
	padding: 5px;
}

.filters ul {
	margin: 0;
	padding: 0;
}

.filters ul li.li_filter_header {
	width: 170px;
	text-indent: 5px;
	text-transform: uppercase;
	display: block;
	float: left;
	position: relative;
	padding-top:5px;
	color: #000000;
	background: #f7f2f1;
	text-decoration: none;

	cursor: pointer;
}
.filters ul li.li_filter_header ul{
	background: #fff;
	margin-top:5px;
	text-indent: 0px;
}
.filters ul.filter_options {
	width: 170px;
	margin-left: 0;
	top: 16px;
	position: absolute;
	display: none;
	z-index: 1000 !important;
	text-indent: 0;
	font-weight: normal;
	float: none;
	left: 0;
	border: solid 2px #52575d;
	background: #232527;
}
.filters ul li.li_filter_header li a {
	color: #6d6d6d;
	text-decoration: none;
	display: block;
	width: 165px;
	text-transform: none;
	padding: 3px;
	margin-left: 0;
	line-height: 20px;
}

.filters ul li.li_filter_header li a:hover {
	background-color: #ffbcb7;
	color: #000000;
}
.filters ul li.li_filter_header li span.filters_cnt {
	float: right;
	color: #969696;
	margin-right: 2px;
	cursor: pointer;
}
.filters ul li.current {
	background: #333;
}

.filters ul li.li_filter_header span {
	color: #6e757d;
}

.remove_filters {
	width: 170px;
	text-indent: 5px;
	text-transform: uppercase;
	display: block;
	float: left;
	position: relative;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	color: #000000;
	background: #f7f2f1;
}
.selected_filter a span {
	color: #000000;
	float: right;
	display: block;
}
.selected_filter p{
	line-height: 15px;
	padding-left: 5px;
	margin-top: 5px;
}
span.dot{border: 1px solid #000;border-radius: 10px;height: 10px;width: 10px;display: inline-block;margin-right:20px;}
.selected span.dot, .current span.dot{background-color: #000;}


/* @end */

/* @group pagina contact */

.contactinfo {
	padding: 0 10px;
	line-height: 150%;
}

.contactinfo p b {
	text-transform: uppercase;
}

/* @end */

/* @group disponibilitati */

.af_instock {
	color: #00cb00 !important;
	font-weight: normal;
	text-transform: uppercase;
}

.af_insupplierstock, .af_backordered, .af_onorder, .af_onorder0days, .af_outofstock, .af_call {
	color: #fb3b3b !important;
	font-weight: normal;
	text-transform: uppercase;
}

/* @end */

#static_container {
	padding-left: 5px;
}

.tabbed_menu ul li {
	margin: 3px 5px;
	width: 236px;
	float: left;
	padding: 10px;
	color:#3e2601;
	border:solid 1px  #cfcfcf;
	background: #cfcfcf;
}
.tabbed_menu ul li a{
	color:#3e2601;
}
.tabbed_menu ul li.current {
	background: #cfcfcf;
}
.tabbed_menu ul li.current a {
	color: #d92e2e;
}
.tabbed_menu a, .tabbed_menu_section a {
	text-decoration: none
}
.tabbed_menu_section ul li,.mcateg  {
	margin: 3px 5px;
	width: 219px;
	float: left;
	padding: 10px;
}
.tabbed_menu_section ul li a{
	color:#3e2601;
}
#social{
	width: 170px;
	margin-top:10px;
	padding-bottom: 10px;
}
#social a{
	display: block;
	width: 38px;
}
#social td{
	padding-left: 10px;
}
.login_form_hover {
    position: absolute;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    width: 400px;
    color: #000000;
    padding: 5px;
    text-align: left;
    z-index: 999;
}

.login_form_hover_from>.login_form_hover { display: none; }
.login_form_hover_from:hover>.login_form_hover { display: block; }
.login_form_hover:hover{ display: block; }

.wishlist_listing{
	margin: 87px 0px 0px 7px;
    width: 790px;
}
.special_page{

}
.special_page .p{
	padding:5px;
}
.special_page .p img{
	margin-right :35px ;
	float: left;
}
.special_page .p img.last{
	margin-right :0px ;
}
.blog_post{
	background: url('../imagini/bg_glamspot.png') no-repeat;
	clear: both;
	float: left;
	margin-bottom: 15px;
	color: gray;
	width: 800px;
	height: 118px;
}
.blog_post .desc{
	width:679px;
	float: left;
	margin-top: 14px;
}
.blog_post .more{
	width: 91px;
	float: left;
	height: 117px;
}
.blog_post img{
  	padding: 5px 10px 5px 5px !important;
  	height:77px;
}
.blog_rev{
	clear: both;
	color: #9a9a9a;
	width: 800px;
	height: 100px;
	background: #f9f9f9;
}
.blog_rev .title{
	background: #1aacd0;
	line-height: 35px;
	padding-left: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.blog_rev .wp-post-image {
	margin: 5px 10px 0px 0px;
	width: 55px;
	height: 55px;
}
.blog_rev .avatar {
	margin: 5px 10px 10px 0px;
	width: 25px;
	height: 25px;
	border: #ffffff 2px solid;
	float: left;
}
.blog_rev .autor{
	color:#000000;
	font-weight: normal;
}
.blog_rev .reading {
	display: inline-block;
	margin-top: -5px;
	margin-left: 2px;
	border-radius: 0;
}
.blog_rev .autor_cover {
	margin-top: 5px;
	display: block;
}
.footer-logos{
	background: #000;
	border-bottom:1px solid #de0006;
}
.footer-logos td {
	vertical-align:middle;
}
span.green{
	color:#4d9213;
	font-weight: normal;
}
/* jQuery Countdown styles 1.5.11. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

.cntSeparator {
font-size: 54px;
margin: 10px 7px;
color: #000;
}
.desc { margin: 7px 3px; }
.desc div {
float: left;
width: 70px;
margin-right: 65px;
font-weight: normal;
color: #000;
}
#noSeconds{
	width:1010px;
	margin:0px auto;
}
#noSeconds .digit{
	background: url('../imagini/counter_bg.jpg');
	width:20px;
	height:37px;
}
#noSeconds .spacer{
	width:10px;
}
#noSeconds .spacer.small{
	width:2px;
}
#noSeconds td.digit{
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	color:#000;
}
#noSeconds td{
	text-align: center;
	vertical-align: middle;
	color:#fff;
}
#noSeconds table{
	margin-right: 137px;
	float: right;
	margin-top: 27px;
}
#noSeconds .bot_sep{
	border-top: solid 1px #454545;
	border-bottom:solid 1px #575757;
	width:100%;
	height:0px;
	overflow: hidden;
	margin:4px 0px;
}
.timer_container{
	position:absolute;
	z-index:200;
	width:100%;
	top:0px;
	display: none;
}
.big_body{
	background: #ffffff;
}
.big_body.active{
	width:1010px;
	margin:0px auto 0px auto;
	position:relative;
	z-index:100;background: #fff;
}

.filter_title{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	display: block;
}
.logos {
	margin: auto;
	padding: 2px 0px 2px 0px;
	width: 1004px;
	text-align: center;
	max-width: 100%;
}
.logos td{
	padding:10px;
}
.logos td.first{
	padding-left:0px;
}
.logos td.last{
	padding-right:0px;
}
.tooltip{
	background: url('../imagini/tooltip.png');
	position: absolute;
	width: 106px;
	padding: 5px;
	text-align: center;
	margin-top: -62px;
	z-index: 100;
	margin-left: 71px;
	height: 54px;
	color: black;
	padding-top: 9px;
	display: none;
}
.daily_product{
	background: url('../imagini/daily_promo.png');
	width: 800px;
	height:140px;
}
.daily_product img{
	width: 136px;
	margin-left: 24px;
	margin-top: 3px;
	margin-right: 14px;
	margin-bottom: auto;
}
.daily_product .title{
	display: block;
	margin-top:18px;
	font-size: 20px;
	color: black;
	text-decoration: none;
}
.daily_product span.initial{
	text-align: left;
	color:#a2a2a2;
}
.daily_product span.econom{
	font-size: 16px;
	text-align: left;
	color:#000;
}
.daily_product span.price{
	font-size: 32px;
	color:#000;
}
.daily_product span.price span.text{
	text-align: left;
	color:#000;
}
.daily_product .initial .strike {
	text-decoration: line-through;
	color: #FF2400;
}
.daily_product .initial .strike span{
	color: #a2a2a2;
}
.awb_layout_top {
	background-image: url('/views/carespot/imagini/awb_top.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 797px;
	height: 51px;
	vertical-align: middle;
	color:#ffffff;
	padding-top:30px;
	font-size: 20px;
	margin-left:1px;
}
.awb_layout_top span {
	padding-left: 70px;
}
.awb_layout_rows {
	line-height:32px;

}
.pm_buy .price{
	color:#000;
	font-size: 15px;
	line-height:15px;
	font-weight: normal;

}
#menu-ad .br img{ float: right; }
/* halloween style */
/*
body{
	background-color: #000000;
	background-image: url('/views/carespot/imagini/background_halloween.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15px;
}


div#container{
	margin-top:202px;
}
*/
.ui-autocomplete{
	z-index:15;
	padding-top:20px;
}
.ui-autocomplete-category {
	text-transform:uppercase;
	font-size:15px;
    line-height: 15px;
	color:#000;
	background:#FFF;;
	display:block;
	padding:5px 2px !important;
	margin:2px 0px;
	min-height:17px !important;
	overflow: hidden;
	border:0px !important;
	z-index:15;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active , .ui-menu .ui-menu-item a, .ui-menu .ui-menu-item a:hover {
	display:block;
	font-size:13px;
    line-height: 13px;
	color:#000;
	margin:2px 0px;
	border: 0px;
	border-radius:5px;
	overflow: hidden;
}
.ui-state-focus, .ui-menu-item{
	border:0px !important;
}
.ui-menu .ui-menu-item a{
    padding: 2px 1.4em !important;
    border-radius:0px !important;
    font-size:13px !important;
    line-height: 13px !important;
	/*transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;*/
}
/*.ui-menu .ui-menu-item a:hover {
	font-size:15px;
    line-height: 15px;
	background: rgba(225,225,225,0.5);
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.5);
}*/
.ui-menu .ui-menu-item a.prod {
	height:36px;
}
.ui-menu .ui-menu-item a.prod img{
	margin:3px 3px 3px 0px;
}
.ui-menu-block-left div li,
.ui-menu-block-left div,
.ui-menu-block-left div li a {
	width:175px !important;
}
.ui-menu-Produse{
	margin-bottom:10px;
}
.ui-menu-block-right div li,
.ui-menu-block-right div,
.ui-menu-block-right div li a {
	width:475px !important;
}
.ui-menu-block-left,
.ui-menu-block-right{
	width: 475px !important;
	display:inline-block;
	height:100%;
	vertical-align: top;
}
.ui-menu-block-left{
	width: 175px !important;
	border-right:1px solid #969696 !important;
}
.ui-menu-left-item{
	height:49%;
    min-height: 75px;
}
.ui-autocomplete .ui-state-focus,
.ui-menu-block-left .ui-state-focus,
.ui-menu-block-right .ui-state-focus{
	background:#FFF !important;
}
.ui-autocomplete a.button-black-white{
	line-height: 30px !important;
}
.ui-clear{
	font-size:inherit;
	padding:0px;
	margin:0px;
}
.ui-clear-imp{
	font-size:inherit;
	padding:0px !important;
	margin:0px !important;
}
#overlay{
	position:absolute;
	padding:20px;
	background-color:#FFF;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
	display:none;
	z-index:999999;
	color:#000;
}
.overflow{
	color:#898989 !important;
	background-color: #FFF !important;
}
/*
#cartPreview{
	position: absolute;
	left:-100px;
	width: 400px;
	max-height: 500px;
	padding:4px;
	padding-top: 30px;
	display:none;
	border: 1px solid #aaaaaa;
    background: #FFF;
    color: #000;
    text-align: center;
    cursor: default;
    top: 0;
}
#cartPreviewWrapper{
	position: absolute;
	width: 300px;
	max-height: 500px;
	z-index: 19;
	padding:10px;
	margin-top:35px;
	padding-top:28px;
	margin-left:-189px;
	padding-left:25px;
	display:none;
    right: -50px;
    top: 0;
}
*/
/*#cartSpan:hover #cartPreview, #cartSpan:hover #cartPreviewWrapper{
	display:inline;
}*/
#cart-span-wrapper{ margin-right: 50px; }
#cartSpan{
	cursor:pointer;
    position: relative;
    text-align: right;
}
#cartPreview .cartProduct{
	background: #FFF;
	padding: 5px;
	color: #222222;
	text-align: left;
	font-size: 11px;
    display: block;
    position: relative;
}

#cartPreview .cartProduct a{
    max-height: 33px;
    overflow: hidden;
}

.cartProdCnt{
	min-width: 13px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
#cartPreview .cartProduct:hover{
	/*background-color:#feb61f;
	border-radius:10px;*/
	cursor:pointer;
}
.cartProdBtns{
	color: #000;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 13px;
}
#cartPreview #cartFooter{
	/*background-color:#1AACD0;*/
	/*padding:5px;*/
	clear:both;
	padding-bottom:0px;
	height:15px;
	width:100%;
	margin:auto;
	vertical-align: middle;
	text-align: center;
	/*font-weight: bold;*/
	margin-bottom:5px;
	height: 70px;
	margin-top:3px;
	border-radius:0px;
}
.cartProduct img{
	clear: both;
}
#cartInfo img{ height: 30px; margin-top: 0px; top: -20px; left:0; position:absolute;}
#cartInfo{ position: relative; z-index: 15; }
#cartInfo > div{ height: 50px; padding-top: 12.5px; }
#cartImg{ position: relative; display: inline-block; margin-left: 16px; height: auto !important; padding: 0; }
.button-black-white{
    width: 250px;
	height:30px;
	line-height: 30px !important;
	font-size:15px !important;
    margin: auto !important;
    margin-bottom: 10px !important;
    border: 1px solid #000 !important;
    background-color: #FFF;
	padding: 10px;
    -o-transition: color .2s linear, background-color .2s linear;
	-webkit-transition: color .2s linear, background-color .2s linear;
	-moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
    cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}
.cartFooterButton {
    text-align: center;
    clear: both;
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #000;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    -o-transition: color .2s linear, background-color .2s linear;
    -webkit-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
}
.button-black-white:hover{
	color:#FFF !important;
	background-color:#000;
	font-size:15px !important;
	border-radius:0px;
}
.cartFooterButton:hover{
	border: 1px solid #FFF;
	box-shadow:0 0 0 0 rgba(0,0,0,0) !important;
	border-radius:0px !important;
	color:#FFF !important;
	background-color:#000;
}
#cartProductsWrapper{
	cursor: default;
}
#cartProductsWrapper button{
	background-color:#FFF;
	border:0;
    vertical-align: middle;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
    padding: 0;
}
.category-description{
	margin:10px 5px 30px 5px;
}
.clear-filters{
	float: right;
	font-size: 11px;
	text-transform: lowercase;
	line-height: 11px;
	padding-right: 10px;
	color:#969696;
}
#scroll-pane, .scroll-pane, .scroll-pane-container{position:relative; max-height:240px; width: 275px;}
#scroll-pane .scroll-content, .scroll-pane-container .scroll-content {position:absolute;top:0;left:0; width: 90%;}
#scroll-pane .slider-wrap, .scroll-pane-container .slider-wrap{position:absolute;right:5px;top:0;background-color: #000;width: 1px;}
#scroll-pane .slider-vertical, .scroll-pane-container .slider-vertical{position:relative;height:100%}
#scroll-pane .ui-slider-vertical .ui-slider-handle, .scroll-pane-container .ui-slider-vertical .ui-slider-handle{border-radius:0px; width:11px;border:none;background:#000;font-weight: normal;color: #555555;}
#scroll-pane .ui-slider-handle, .scroll-pane-container .ui-slider-handle{width:20px;height:30px;margin:0 auto;background-color:#000;display:block;position:absolute;}
#scroll-pane .ui-state-default, .scroll-pane-container .ui-state-default,
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border:none; background: #000; font-weight: normal; color: #555555;}
#scroll-pane .ui-slider-vertical .ui-slider-range, .scroll-pane-container .ui-slider-vertical .ui-slider-range{left: 0; width: 1px;}
#scroll-pane .ui-slider-vertical .ui-slider-handle, .scroll-pane-container .ui-slider-vertical .ui-slider-handle{left: -5px; margin-left: 0; margin-bottom: -.6em; }
#scroll-pane .ui-widget-content, .scroll-pane-container .ui-widget-content{border:0px; background:none;}
#scroll-pane .ui-slider-handle img, .scroll-pane-container .ui-slider-handle img{border:none}
#scroll-pane .scrollbar-top, .scroll-pane-container .scrollbar-top{position:absolute;top:0;}
#scroll-pane .scrollbar-bottom, .scroll-pane-container .scrollbar-bottom{position:absolute;bottom:0;}
#scroll-pane .scrollbar-grip, .scroll-pane-container .scrollbar-grip{position:absolute;top:50%;margin-top:-6px;}
#scroll-pane .ui-slider-range, .scroll-pane-container .ui-slider-range{position:absolute;width:1px;background-color:#000}
#cartProductsWrapper #scroll-pane a.scroll-content-item {
    max-width: 70%;
    display: inline-block;
    font-size: 12px;
    color:#000;
}
#scroll-pane{width: 400px !important;}

#header {
	width: 100%;
	border: none;
	border-style: none;
	vertical-align: middle;
	display:block;
	top: 0;
	/*margin-bottom:30px;*/
	z-index:15;
	position:static;
}
input.voucher{
	margin-left: -4px !important;
    height: 27px;
    min-width: 30px;
    padding:0px 15px 0px 15px;
    display: inline-block;
	/*background-color:rgb(197, 197, 197) !important;
	color:rgb(130, 130, 130) !important;*/
	border:1px solid rgb(197, 197, 197) !important;
}

a.cute-link {
	display:inline-block;
	zoom: 1;
	*display: inline;
	padding:5px 7px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
a.cute-link:hover{ background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }

.slide-show-container .br{
	position: absolute;
	top: 0;
	z-index: 1;
	transition: left 0.75s ease-out;
	-webkit-transition: left 0.75s ease-out;
	-moz-transition: left 0.75s ease-out;
	-o-transition: left 0.75s ease-out;
}
#language-list-wrapper { /*display: inline-block; top: 15px;*/ position: absolute; width: 100%;/*width: 500px;*/ }
#language-list { padding: 10px; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3); position: absolute; background-color: #FFF; z-index: 15; display: inline-block; display:none; top: 35px; left: 66px;}
#language-list .scroll-pane-container { width: 200px; max-height:none;}
li.language a img { margin-right: 10px; }
li.language a { vertical-align: middle; }
li.language { padding: 10px; }
#language-list-wrapper #country-code { display:none; }
#language-list-wrapper { width: 250px; text-align: left; }

.slide-show-container{ width: 1008px; height: 275px; margin: auto; overflow: hidden; position: relative; display: block; max-width: 100%;}
.ss-dot{ float:right; height:25px; width:25px; margin:10px; border-radius: 25px; border:2px solid #FFF; cursor:pointer; }
.ss-dot-container{ position:absolute; bottom:0; right:0; z-index: 2; }
/*input.voucher:hover{ color:rgb(130, 130, 130) !important; }*/
input.voucher-input{ border:1px solid rgb(197, 197, 197) !important; height: 21px; }
#ham-menu{width: 50px; height: 50px;}
#header .logo_bg{ text-align: left; max-width:1015px; display: inline-block; }
.absolute-center-wrapper{position:relative;}
.absolute-center{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto;}
.absolute-center-imp{position: absolute !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; margin: auto !important;}
.logos a { margin: 15px; display: inline-block; }

/*@media screen and (min-width: 1008px){*/

	#ham-menu {display:none;}
	#header { background: #f9f9f9;color: #000000; }
	#main_menu{
		text-align: left;
		width:100%;
		margin: auto;
		max-width:1008px;
		display: block;
		height: 30px;
	}
	#main_menu .menu_div{
		display: inline-block !important;
		vertical-align: middle;
		text-transform: uppercase;
	    text-align: left;
    	height: 100%;
	}
	#main_menu a.main,#main_menu a.main:visited{
		color: #FFF;
		display: table-cell;
		padding: 0px 5px 0px 9px;
		line-height:30px;
		text-align: center;
		vertical-align: middle;
	    display: inline-block;
	    height: 100%;
	    width:100%;
	    margin: 0px;
	    padding-right: 0;
	    padding-left: 0;
	}
	#main_menu .drop_container a{
		display: block;
		padding: 8px;
        font-size: 11px;
	}
	#menu-wrapper{
        width:100%;
        background: #64341f;
    }
	#main_menu a.last{
		margin-right: 0px;
	}
	#main_menu a.main:hover,
	#main_menu a.main.selected{
		color: #000;
		text-decoration: none;
		background-color:#FFF;
	}
	#main_menu A.sub{
		padding: 0px;
		text-transform: none;
		line-height: 25px;
		text-indent: 5px;
		color: #000;
		background: #ffffff;
		width: auto;
		margin: 1px 1px;
		font-weight: normal;
		overflow: hidden;
	}
	#main_menu A.sub_title{
		padding: 0px;
		line-height: 25px;
		text-indent: 5px;
		color: #000;
		width: 160px;
		margin: 1px 1px;
		font-weight: normal;
		text-transform: uppercase;
		overflow: hidden;
	}
	#main_menu A.sub_title:hover{

	}
	#main_menu A.sub.first{
		margin-top:4px;
	}
	#main_menu A{
		margin-bottom:4px;
	}
	#main_menu A.sub:hover{
	    background: #000;
	    color: #FFFFFF;
	    text-decoration: none;
	}
	#main_menu A.sub.sub_sel{
	    background: #FF0000;
	    color: #FFFFFF;
	}
	#main_menu .drop_container{
		margin-top:0px;
		/*position:absolute;*/
		z-index:9;
    }
	#main_menu div table{

	}
	#main_menu .drop{
		border-bottom:solid 4px #D40400;
	    background: #FFF;
		z-index:9;
		padding: 9px;
		margin:0px !important;
	    left: 0px;
	    width: 100%;
	    position: absolute;
	    display:none;
	    padding-left: 0px;
	    padding-right: 0px;
	    /*height: auto !important;*/

    }
	#main_menu .drop .wrapper-center {
		margin: auto;
		max-width:100%;
		width:1008px;
	}
	#main_menu .drop .wrapper-center table {
		margin: auto;
	}
	#main_menu .drop .separator{
	   border-top:solid 1px #c0b3ab;
	   border-bottom:solid 1px #f1e9e4;
	}
/* } */
/*
@media screen and (max-width: 1007px){
	.fixed-promos{display:none;}
	#search_form{ left: 50px;right: 240px; color:#FFF; border: #FFF solid 1px;}
	#search{ color:#FFF; }
	#cartImg img{ -webkit-filter: invert(100%); filter: invert(100%); }
	#header{ background: rgba(0,0,0,1); background: linear-gradient(rgb(25,25,25),rgb(0,0,0)); color: #FFF; }
	#header, #header .content{
		height: 50px;
		display:inline-block;
	}
	#header .content > span{
		min-width: 240px;
		max-width: 45%;
		margin:0px !important;
	}
	#language-list { background-color: #000; }
	#language-list-wrapper { width: auto; display:inline-block; vertical-align: middle; position:static;}
	#language-list-wrapper .small-text { display:none; }
	#language-list-wrapper #country-name { display:none; }
	#language-list-wrapper #country-code { display:inline; }
	li.language a { color: #FFF;}
	#logo {
		padding: 0px;
		width: 50px;
		max-width:50px;
		margin-top: -2.5px;
	}
	#body-wrapper{
		transition: margin-left .5s linear;
		-o-transition: margin-left .5s linear;
		-moz-transition: margin-left .5s linear;
		-webkit-transition: margin-left .5s linear;
	}
	#footer table td, .banner-text table td{display: inline-block; margin: 15px;}
	#footer table, .banner-text table{text-align: center;}
	.banner-text{ padding:0 !important;}
	#ham-menu{display:block; background: rgba(0,0,0,1); background: linear-gradient(rgb(25,25,25),rgb(0,0,0));}
	#main_menu{
		text-align: left;
		width:300px !important;
		max-width: 75%;
		margin: auto;
		display: block;
		position:absolute;
		left:-300px;
		top:0;
		height:100%;
		background-color:rgba(0,0,0,1);
	}
	#main_menu .menu_div{
		display: none;
		vertical-align: middle;
		text-transform: uppercase;
	    text-align: center;
    	height: 100%;
    	width: 100% !important;
	}
	#main_menu a.main,#main_menu a.main:visited{
		color: #FFF;
		display: table-cell;
		font-family: futura;
		padding: 8px 5px 8px 9px;
		text-align: center;
		vertical-align: middle;
	    display: block;
	    height: 100%;
	    width:100%;
	    margin: 0px;
	    padding-right: 0;
	    padding-left: 0;
	}

	#main_menu .drop_container a{
		color: #000000;
		display: block;
		padding: 8px 10px;
	}
	#menu-wrapper{
		width: 50px !important;
		display: inline-block;
		float: left;
	}
	#main_menu a.last{
		margin-right: 0px;
	}
	#main_menu a.main:hover,
	#main_menu a.main.selected{
		color: #000;
		text-decoration: none;
		background-color:#FFF;
	}
	#main_menu A.sub{
		padding: 0px;
		text-transform: none;
		line-height: 25px;
		text-indent: 5px;
		color: #000;
		background: #ffffff;
		width: auto;
		margin: 1px 1px;
		font-weight: normal;
		overflow: hidden;
	}
	#main_menu A.sub_title{
		padding: 0px;
		line-height: 25px;
		text-indent: 5px;
		color: #FFF;
		font-family: futura;
		width: 100%;
		margin: 1px 1px;
		font-weight: normal;
		text-transform: uppercase;
		overflow: hidden;
		background-color: #000;
	}
	#main_menu A.sub_title:hover{

	}
	#main_menu A.sub.first{
		margin-top:4px;
	}
	#main_menu A{
		margin-bottom:4px;
	}
	#main_menu A.sub:hover{
	    background: #000;
	    color: #FFFFFF;
	    text-decoration: none;
	}
	#main_menu A.sub.sub_sel{
	    background: #FF0000;
	    color: #FFFFFF;
	}
	#main_menu .drop_container{
		margin-top:0px;
		z-index:9;
	}
	#main_menu div table{

	}
	#main_menu .drop{
		border-bottom:solid 4px #000;
	    background: #FFF;
		z-index:9;
		padding: 9px;
		margin:0px !important;
	    left: 0px;
	    width: 100%;
	    position: relative;
	    display:none;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#main_menu .drop .wrapper-center {
		margin: auto;
		max-width:100%;
		width:1008px;
	    max-height: 400px;
	    overflow-y: hidden;
	    overflow-x: hidden;
	}
	#main_menu .drop .wrapper-center table {
		margin: auto;
		width: 100%;
	}
	#main_menu .drop .separator{
	   border-top:solid 1px #c0b3ab;
	   border-bottom:solid 1px #f1e9e4;
	}
}

@media screen and (max-width: 1020px){
	#centercolumn{ display:block; margin: auto; max-width: 755px; }
}
@media screen and (max-width: 770px){
	#centercolumn{ max-width: 505px; }
}
@media screen and (max-width: 519px){
	#footer #ft table td {
    	display: block;
    	margin: auto;
    	width: 50%;
    	margin-bottom: 20px;
	}
	.prod_main_details table,
	.prod_main_details tbody,
	.prod_main_details tr,
	.prod_main_details td{ display:block; }
	.twl hr{ display:none; }
	.twl > span{ width:100%; font-weight: bold; }
}
@media screen and (max-width: 700px){
	#cartInfo > div:first-of-type{
		display:none !important;
	}
	#cartImg{ margin-top: 27px; }
	#cart-span-wrapper{ width:50px !important; min-width:50px !important;}
	#search_form { max-width:60% !important; right: 50px; color: #FFF; border: #FFF solid 1px; }
}

@media screen and (max-height: 350px){
	.fixed-promos{display:none;}
}
*/
/* -- Animations -- */


.bounce{
	/*position:absolute;*/
	-webkit-animation-name: bounce; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: bounce;
    animation-duration: 1s;
    color: #d40400;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes bounce {
    0%   {margin-top: 0;}
    16%   {margin-top: -21px;}
    33%   {margin-top: 0;}
    50%   {margin-top: -14px;}
    66%   {margin-top: 0;}
    83%   {margin-top: -7px;}
    100%   {margin-top: 0;}
}

/* Standard syntax */
@keyframes bounce {
    0%   {margin-top: 0;}
    16%   {margin-top: -21px;}
    33%   {margin-top: 0;}
    50%   {margin-top: -14px;}
    66%   {margin-top: 0;}
    83%   {margin-top: -7px;}
    100%   {margin-top: 0;}
}

.highlight{
	-webkit-animation-name: highlight; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: highlight;
    animation-duration: 1s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes highlight {
    0%   {background-color: rgba(250,250,0,0.75);}
    100%   {background-color: rgba(250,250,250,1);}
}

/* Standard syntax */
@keyframes highlight {
    0%   {background-color: rgba(250,250,0,0.75);}
    100%   {background-color: rgba(250,250,250,1);}
}



/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;

}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('/images/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
    font-size: 16px;

}
/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}
.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('/images/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}


.sl-content {
    font-size: 90%;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.border-bottom-dotted-spaced {
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.beneath_menu {
    height: auto;
    text-align: center;
    padding: 5px 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.same_cats li a {
    line-height: 22px !important;
}
.left_menu a {
    padding-left: 3px !important;
    padding-right: 3px !important;
    display: inline !important;
}
.left_menu a:hover {
    background: black;
    color: white;
}
.left_menu .same_cats a.selected {
    background: #d40400;
    color: white;
}
.sl li {
    padding-left: 5px;
    line-height: 22px;
}
.sl li a{
    padding-left: 5px !important;
}

table.left_menu {
    border-collapse: initial;
    margin: 5px 0;
    padding-bottom: 20px;
}

h1, h2, h3 {
    text-transform: uppercase;
}
h1{
    font-size: 20px;
}
h2{
     font-size: 18px;
}
h3{
    font-size: 16px;
}

.input-group.md-form.form-sm.form-search input {
    border: 1px solid darkgray;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-search input.gray-border  {
    border: 1px solid #ced4da;
}

#search_form {
    border: 0;
}

.band_top_under {
    background-color: #f6e7cc !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
ui-state-focus
{
    outline:none !important;
    box-shadow:none !important;
    -webkit-appearance:none;
}

.addtocart_small {
    cursor: pointer;
}
.addtocart_small:hover .fas {
    color: #d40400 ;
 }

/*
#leftcolumn .left_menu .header {
    max-height: 22px;
    overflow: hidden;
}
.left_menu .header:hover {
    overflow: visible !important;
    max-height: 50px !important;
}
*/

#cart-span-wrapper{
    margin-right: 20px;
}


#cartPreviewWrapper{
    display:none;
    position: absolute;
    right: -30px;
    top: 50px;
    width: 500px;
    max-height: 500px;
    z-index: 19;
    border: 1px solid #aaaaaa;
    background: #FFF;
    padding:1px;
}
#cartPreview{
    padding:5px;
    padding-top: 30px;
    display:none;
    cursor: default;
}
/*
#cartProductsWrapper{
    background:#FFF;
    max-height:240px;
    color: #222222;
    text-align: left;
    font-size: 11px;
    float:left;
    width:90%;
}
*/
#cartProductsWrapper{
    /*max-height:300px;*/
    color: #222222;
    text-align: left;
    font-size: 11px;
}

.btn-addtocart,  .btn-addtocart:focus, .btn-addtocart:hover{
    background: #d40400 !important;
    color: white !important;
    max-height: unset !important;
    height: unset !important;
    border: none !important;
    border-radius: 0;
    font-size: 16px !important;
    padding: 5px 15px;
    border: solid 1px #d40400 !important;
}

.btn-addtocart:hover{
    background: white !important;
    color: black !important;
    max-height: unset !important;
    border: solid 1px #d40400 !important;
}

.btn-addtocart_small,  .btn-addtocart_small:focus, .btn-addtocart_small:hover{
    background: #d40400 !important;
    color: white !important;
    max-height: unset !important;
    height: unset !important;
    border: none !important;
    border-radius: 0;
    font-size: 12px !important;
    padding: 5px 10px;
    border: solid 1px #d40400 !important;
}

.btn-addtocart_small:hover{
    background: white !important;
    color: black !important;
    max-height: unset !important;
    border: solid 1px #d40400 !important;
}

.filters_cnt {
    float: right;
    padding-right: 5px;
    color: darkgray;
    display: inline-block;
}