/* RETRO by atch for Prestashop 1.5.x*/

/* ************************************************************************************************
        generic style
************************************************************************************************ */
body{
    font:normal 12px/14px Arial, Verdana, sans-serif;
    color:#888888;
    background:url(img/bg_body.png) repeat top left transparent;
    position: relative;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1, h2, h4 {
     font-family: 'Fjalla One',sans-serif;
     font-weight: 400;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a { color: #414340; text-transform: uppercase;}
h2, h2 a { font-size: 20px ; line-height: 20px;}
h3, h3 a { font-size: 14px; line-height: 14px;}
h4, h4 a { font-size: 18px; line-height: 18px;}

a, #usefull_link_block li { color: #000000;}
a:hover , #usefull_link_block li:hover{ color: #a9491e}

.padicon { padding-right: 5px;}

#bandeau_header {
  position: relative;
  width: 100%;
  height: 50px;
  background:url(img/bg_fonds.png) repeat-x bottom left transparent;
  top: 0;
  left: 0;
  z-index: 5;
}

#header_logo { margin-top: 0 ; margin-bottom: 10px;}

#header .topheight, #header .topheight a { line-height: 28px;}
#header .topheight a:hover { color: #a9491e; }
#header .topcolor a, #header_right #currencies_block_top p {color:#FFFFFF; font-weight:bold; font-size: 15px;}

.ie7 #header { margin-bottom: 15px; z-index: 3000;}

#full_footer {
    background:url(img/bg_fonds.png) repeat-x top left transparent;
    padding-top: 10px;
}

#footer, #footer a { color: #FFFFFF;}
#footer a:hover, #footer h4 , #footer h4 a {color: #FFFFFF}

#footer h4, #footer h4 a  {
    border: medium none;
    padding-top: 20px;
}




/*price ************************************************************************************** */

.price {color: #a9491e; font-size: 14px;}


/*buttons ************************************************************************************** */

input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 16px;
    min-height: 16px;
    background:  url(img/bg_bt1.png) repeat top left #ca6a40;
    border: 1px solid #a9491e;
    color:#ffffff !important;
    font-family: 'Fjalla One',sans-serif;
    font-weight: 400;

}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover{
    background-color:#a9491e;
    text-decoration: none;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
    background-color: #CA6A40;
    border: 1px solid #a9491e;
    text-decoration: none;
}


/* hover exclusive button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
 a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover  {
    background-color:#a9491e;
}


/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large {
    cursor: default;
    color: #8d4524!important;
    text-shadow: 0 0 0
}

/* disabled exlusive button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
    cursor: default;
    color: #666666 !important;
    text-shadow: 0 0 0
}


/* ************************************************************************************************
        struture / page / general
************************************************************************************************ */


.block {
    background-color: #ffffff;
    box-shadow: 3px 5px 10px #CA6A40;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.block h4 {
  /*border-bottom: 1px solid #dbdbdb;*/
  position: relative;
  font-family: 'Fjalla One',sans-serif;
  font-weight: 400;
}

.block h4 span {
    background-color: #C31A30;
    bottom: -3px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}

.ie7 .block h4 span{ bottom: -0px;}



/* Class bullet*/
.block .bullet li { /*border-bottom: 1px dotted #dbdbdb*/}
.block .bullet li.last_item, .block .bullet li.last, .block .bullet li:last-child { border-bottom: medium none}


.surlign {
    color:#888888;
    background-color:#f0f0f0;
}


.magic {
    background:  url(img/bg_bt1.png) repeat top left #9dc0bc;
    margin-bottom: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.magic a, #footer .magic h4 {
    color: #FFFFFF;
    font-size: 18px;
    padding: 16px;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);

}

#footer .magic li {
    border-top: 1px solid #81a09c;
    padding: 15px 0;
}

#footer .magic li a {
     color : #ffffff;
}

.lt-ie9 #footer .magic {background: none transparent}
.lt-ie9 #footer .magic li { padding :10px 3px;}
.lt-ie9 #footer .magic li a{ font-size: 12px, color:#c9c9bd; border: none}



/* Table & Form ******************************************************************************** */

table.std, table.table_block {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
}

table#cart_summary tr.cart_item.even,
table#cart_summary tr.customization.even,
table.table_block tr.alternate_item, #stores-table tr:nth-child(even) {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
}


#cart_summary .price {color: #333333}

table#cart_summary .gift-icon {
    background-color:#7ea103;
    color: white;
}

.cart_total_price .total_price_container p {
    background:  url(img/bg_bt1.png) repeat top left #ca6a40;
    color: #ffffff;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

form.std fieldset {
    background-color: #F0f0f0;
    box-shadow: 0px 1px 2px #c6c6c6;
}

fieldset  h3 { font-size:18px; line-height: 18px;  border-bottom: 2px solid #7F974B;  }
table.std th,table.table_block th {font-size:14px}

table.std th,
 table.table_block th, fieldset  h3,
 .delivery_options_address h3  {
    margin:0 0 15px 0;
    padding:8px;
    font-family: 'Fjalla One',sans-serif;
    font-weight: 400;
    color:#ffffff;
    text-transform:uppercase;
    background:  url(img/bg_bt1.png) repeat top left #7F974B;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.2);
}


#create-account_form h4 {
    color: #888888;
    font-family: arial,sans-serif;
    font-size: 14px;
}

#create-account_form h4 span { background-color: transparent}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  color: #555555;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


/* BLOCK idTabs ******************************************************************************** */
.idTabs {
    border-bottom: 3px solid #7F974B;
}

.idTabs a {
    color:#888888;
    background:#f0f0f0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.idTabs a:hover {color:#ca6a40}

.idTabs .selected {
    color:#ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    background: url("img/bg_bt1.png") repeat scroll left top #7F974B;
}



/* ************************************************************************************************
    product List
************************************************************************************************ */
#product_list li {
    border: 1px solid #ffffff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
    width: 31.9%;
}

#product_list a.product_img_link { /*border: 1px solid #dbdbdb*/}

#product_list li p.product_desc_over a, .plavailability_over { color: #ffffff }

/*#product_list li div.new  {background:  url(img/bg_new.png) no-repeat top left transparent; } */
#product_list li div.new span  {
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Fjalla One',sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


@media (max-width: 979px) {
#product_list li { border-color: #dbdbdb}
}



/* Version Light ******************************************************************************* */

.product_list_light li {border-bottom: 1px dotted #DBDBDB}
.product_list_light li:last-child {border-bottom: none medium}


/* ************************************************************************************************
        menu
************************************************************************************************ */


#menu_top {
    background-color: #BE1E2D;	
    border: 3px solid #FFFFFF;	
    border-radius: 6px 6px 6px 6px;	
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    box-sizing: border-box; 
    box-shadow: 3px 5px 10px #CA6A40;    
    /* background:  url("img/bg_fonds.png") repeat-x scroll left -100px transparent; */
}

.nav a, .toggleMenu, .toggleMenu:hover  {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 47px;
    position: relative;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
.nav a {  display: block}



.nav li li a, .nav li li li a, .nav li li.hover li a {
    background-color: #7F974B ;
    border-top: 1px dotted #ffffff;
}

.nav li li li a {
  border-left: 1px solid #ffffff;
}


.nav li li a , .nav li li li a , .nav li li.hover li a{
    color: #ffffff;
    text-shadow: none;
    line-height: 25px;
    line-height: 15px;
    padding: 7px 15px;
    text-transform: none;
}

.nav li li a:hover , .nav li li.hover a, .nav li li li a:hover {
    background: #607F19;
	color: #FFFFFF;
}

.lt-ie9  .nav li li a ,.lt-ie9  .nav li li li a {
    height: 25px;
}


@media (max-width: 979px) {
.nav > li {
    background-color: #434343;
    border-color: #3A3A3A;
}
}

/* ************************************************************************************************
        BlockPermanentLinks,BlockCurrencies, BlockLanguages
************************************************************************************************ */

#header_links li, #currencies_block_top {  border-color: transparent;}
#setCurrency .currencies_ul_hover, #countries .countries_ul_hover{background-color: #474747}


#setCurrency .currencies_ul_hover a {color:#c9c9bd;}

/* ************************************************************************************************
        BlockUserInfo / Block Cart
************************************************************************************************ */
#header_right #header_user {
    width: 220px;
    text-align: center;
}

#header_user {
    padding-bottom: 15px;
    background:  url(img/bg_cart_ombre.png) no-repeat bottom left transparent;
}
#header_nav{
/*  background:  url(img/bg_cart.png) repeat top left transparent; */
    width: 100%;
	background-color: #7F974B;
}

#shopping_cart a{
    float: left;
    height: 33px;
    line-height: 30px;
    padding: 12px 25px;
    text-align: center;
    width: 170px;
	font-size: 14px;
    /*text-shadow: 1px 1px rgba(255, 255, 255, 0.5); */
}

#cart_block , #shopping_cart a, #connect_mobil a {color: #FFFFFF; padding-left: 50px;}

#shopping_cart .inco-config , #connect_mobil .ico{
    display: block;
    font-size: 28px;
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
}

#shopping_cart a:hover { color: #FFFFFF}

#header #cart_block {
/*    background:  url(img/bg_cart.png) repeat top left transparent; */
	background-color: #7F974B;
	
	box-shadow: 3px 5px 10px #A9491E;
}

#info_header p {
    /*padding-bottom: 8px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);*/
}

#info_header p.first_line {
    font-family: 'Oleo Script', cursive;
    font-size: 33px;
	color: #BE1E2D;
	/*text-shadow: 3px 5px 10px #CA6A40;*/
}

#info_header p.second_line  {
    font-family: 'Oleo Script',sans-serif;
    font-size: 18px;
    color: #CA6A40;
}



/* ************************************************************************************************
        BlockSearch
************************************************************************************************ */
#search_block_top #search_query_top, #search_block_top .buttonsearch {
        background-color:  #FFFFFF;
        border-color: #C31A30;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#search_block_top .buttonsearch { color:#B21E2D}
#search_block_top .buttonsearch:hover {color: #FFFFFF; background-color: #B21E2D}

.ac_results { width: 200px !important; }
.ac_odd { background-color: #f0f0f0 !important }
.ac_over { background-color: #9dc0bc !important; color: #ffffff; cursor: pointer !important }

/* ************************************************************************************************
        BlockReinsurance
************************************************************************************************ */
#reinsurance_block {
    background:  url("img/bg_fonds.png") repeat-x scroll left -978px transparent;
}

#reinsurance_block li {
    font-size:13px;
    font-weight: bold;
    color:#FFFFFF;
    text-transform:uppercase;

}
#reinsurance_block li span {
    padding-top: 5px;
}

/* ************************************************************************************************
        BlockNewsletter
************************************************************************************************ */

#newsletter_block_left {
    background: url("img/bg_bt1.png") repeat scroll left top #B13644;
    color: #ffffff;
}


#newsletter_block_left h4 {
    color: #ffffff;
    font-size: 18px;
    /*text-shadow: 2px 2px rgba(0, 0, 0, 0.3);*/
    border-bottom: medium none;
}
#newsletter_block_left h4 span {
  background-color: #ffffff;
}


/* ************************************************************************************************
        HomeSlider
************************************************************************************************ */

    .flexslider {
        overflow: hidden;
        position: relative;
        zoom: 1;}

    .homeslider{
		/*min-height: 354px;*/
        margin: 0 0 15px;
        background: #fff;
        border: 4px solid #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        box-shadow: 3px 5px 10px #CA6A40;
        -webkit-box-shadow: 3px 5px 10px #CA6A40;
        -moz-box-shadow: 3px 5px 10px #CA6A40;
        -o-box-shadow: 3px 5px 10px #CA6A40;
        }


    .flex-control-paging li a {background-color: #C31A30}
    .flex-control-paging li a:hover, .flex-control-paging li a.flex-active  { background-color: #7F974B}

.ie7 .bx-pager li { float: left}

/*pager links hover and active states*/
.bx-pager .active{ background-color: #9dc0bc}

/* ************************************************************************************************
        Categorie
************************************************************************************************ */

.content_scene_cat {
    border: 1px solid #dbdbdb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* ************************************************************************************************
        Product
************************************************************************************************ */

#pb-right-column  #image-block { border: 1px solid transparent}
#thumbs_list li img {border: 1px solid transparent}
#pb-left-column h1, .product_attributes { border-bottom: 1px dotted #dbdbdb}
#block_extra { border-top: 1px dotted #dbdbdb}

h2.productscategory_h2 {
    background-color: #F0F0F0;
    color: #333333;
    font-size: 16px;
    margin: 20px 0;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 #ffffff;
}

#productscategory_scroll_left, #productscategory_scroll_right, #view_scroll_left , #view_scroll_right  { color: #999999}
#productscategory_scroll_left:hover, #productscategory_scroll_right:hover, #view_scroll_left:hover , #view_scroll_right:hover  {
    text-decoration: none;
    color: #333333;
}

#availability_statut span#availability_value {
    color: #73900e;
}


#reduction_percent span,
#reduction_amount span {
   padding: 2px 3px;
   background-color: #cA6a40;
   color: #fff;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   font-weight: bold;
   font-size: 20px;
}


/* online_only */
#buy_block p.online_only {
    color: #F5C22B;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

/* ************************************************************************************************
        Pagination
************************************************************************************************ */

ul.pagination a, ul.pagination span {
    color: #888888;
    border:1px solid #dbdbdb;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

ul.pagination .current span {
    color:#333333;
    font-weight: bold;
    background: none transparent;
    border:1px solid #fff
}

ul.pagination a:hover {
    color:#333;
    border:1px solid #333
}
#pagination_previous span,
#pagination_next span {
    color:#ccc;
    border:1px solid #eee
}

/* ************************************************************************************************
        CART steps
************************************************************************************************ */

ul.step li { border-right: 1px solid #dbdbdb}
.ie8 ul.step li, .ie7 ul.step li  { border-right: none medium; }

ul.step li a, ul.step li span {
    display:inline-block;
    padding:8px 10px 12px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    color:#333333;
    font-size: 11px

}

ul.step li.step_current a, ul.step li.step_current span, ul.step li.step_current_end a , ul.step li.step_current_end span  {
    color:#ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

ul.step li.step_current, ul.step li.step_current_end{
    font-weight:bold;
    border-right: none medium;
    margin: 0;
    padding: 2px 0;
    color: #ffffff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background:  url(img/bg_bt1.png) repeat top left #ca6a40;
}


ul.step li.step_todo, ul.step li.step_done  {
    background-color:#f0f0f0
}
ul.step li.step_done {
    font-weight:bold;
}



/* ************************************************************************************************
       My Account + payment_module
************************************************************************************************ */


#add_adress p.required { color: #333333}

#my-account #center_column h4 {
    font-family: arial,sans-serif;
    font-size: 14px;
}
#my-account #center_column h4 span {background-color: transparent}


#my-account .myaccount_lnk_list li, .payment_module a{
    background-color: #F0F0F0;
    border: 1px solid #DBDBDB;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

 }

#my-account .myaccount_lnk_list li:hover, .payment_module a:hover {
    border: 1px solid #7F974B;
    background:  url(img/bg_bt1.png) repeat top left #7F974B;
}

#my-account .myaccount_lnk_list li:hover a,.payment_module a:hover { color: #ffffff; text-decoration: none;}




/* ************************************************************************************************
       Order Pages
************************************************************************************************ */
#order-opc h2 span {
    display:inline-block;
    padding:5px 7px;
    color:#fff;
    background: url("img/bg_bt1.png") repeat scroll left top #9DC0BC;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.2);
}

#multishipping_mode_box .title {color: #414340}


.delivery_options {
    border: 1px solid #dbdbdb;
}


/* ************************************************************************************************
        module favorite  / Wishlist /
************************************************************************************************ */

#favoriteproducts_block_account .favoriteproduct, ul.wlp_bought_list li, .surlign2 {
    border: 1px solid #dbdbdb;
    background-color: #F0F0F0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.favoriteproduct a.product_img_link,
 ul.wlp_bought_list li .product_image a,
 .surlign2 img {
    border: 1px solid #dbdbdb;
    display: block;
}

/* ************************************************************************************************
        Block Best Sellers
************************************************************************************************ */

#best-sellers_block_right li a.content_img {
    background-color:#dbdbdb;
    color: #ffffff;
}

#best-sellers_block_right li:hover a.content_img { background-color:#CA6A40}

/* ************************************************************************************************
        Block special
************************************************************************************************ */

 #special_block_right .reduction {
    color: #ffffff;
    background: url("../style/img/bg_promo.png") no-repeat scroll left top transparent;
    font-family: 'Fjalla One',sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

#special_block_right .price {
    color: #ca6a40;
}

/* ************************************************************************************************
        Block Manufacturer
************************************************************************************************ */

#manufacturers_block_left {
    background: url("../style/img/bg_manuf.png") no-repeat scroll left bottom transparent;
    padding-bottom: 16px;
    margin-bottom: 10px;
}

.manuf_bg {
    background-color: #ffffff;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#index .manufslider {
    padding: 8px 10px 5px;
    margin-left: 0;
}

#manufacturers_block_left h4 a, #manufacturers_block_left h4 span {
    background-image: url("../style/img/bg_manuf_h4.png");
    background-color: transparent;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    left: -6px;
}


#manufacturers_block_left h4 {  padding-bottom: 0;}
#manufacturers_block_left h4 a{
    background-position: left top ;
    height: 43px;
    line-height: 40px;
    padding: 10px 20px 3px;
    width: 55%;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}
#manufacturers_block_left h4 span {
    background-position: right top;
    height:56px;
    position: relative;
    width: 30px;
}

/* ************************************************************************************************
        Send to a Friend
************************************************************************************************ */

#send_friend_form h2 {
    background: url("img/bg_bt1.png") repeat scroll left top #9dc0bc;
    color: #ffffff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    padding: 8px 11px;
    text-transform: uppercase;
    font-size: 18px;
}


/* ************************************************************************************************
        ICONES
************************************************************************************************ */
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot');
    src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon.svg#icomoon') format('svg'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    padding-right: 5px;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
}
.icon-meter-fast:before {
    content: "\e05a";
}
.icon-dashboard:before {
    content: "\e05b";
}
.icon-fire:before {
    content: "\e05c";
}
.icon-lab:before {
    content: "\e05d";
}
.icon-remove:before {
    content: "\e05e";
}
.icon-remove-2:before {
    content: "\e05f";
}
.icon-cube:before {
    content: "\e061";
}
.icon-cube-2:before {
    content: "\e062";
}
.icon-puzzle:before {
    content: "\e063";
}
.icon-glasses:before {
    content: "\e064";
}
.icon-glasses-2:before {
    content: "\e065";
}
.icon-accessibility:before {
    content: "\e066";
}
.icon-accessibility-2:before {
    content: "\e067";
}
.icon-target:before {
    content: "\e068";
}
.icon-target-2:before {
    content: "\e069";
}
.icon-lightning:before {
    content: "\e06a";
}
.icon-power:before {
    content: "\e06b";
}
.icon-power-2:before {
    content: "\e06c";
}
.icon-clipboard:before {
    content: "\e06d";
}
.icon-clipboard-2:before {
    content: "\e06e";
}
.icon-playlist:before {
    content: "\e06f";
}
.icon-grid-view:before {
    content: "\e070";
}
.icon-tree-view:before {
    content: "\e071";
}
.icon-cloud:before {
    content: "\e072";
}
.icon-cloud-2:before {
    content: "\e073";
}
.icon-download:before {
    content: "\e074";
}
.icon-upload:before {
    content: "\e075";
}
.icon-upload-2:before {
    content: "\e076";
}
.icon-link:before {
    content: "\e077";
}
.icon-link-2:before {
    content: "\e078";
}
.icon-flag:before {
    content: "\e079";
}
.icon-flag-2:before {
    content: "\e07a";
}
.icon-attachment:before {
    content: "\e07b";
}
.icon-eye:before {
    content: "\e07c";
}
.icon-eye-2:before {
    content: "\e07d";
}
.icon-bookmark:before {
    content: "\e07e";
}
.icon-bookmark-2:before {
    content: "\e07f";
}
.icon-star:before {
    content: "\e080";
}
.icon-star-2:before {
    content: "\e081";
}
.icon-star-3:before {
    content: "\e082";
}
.icon-heart:before {
    content: "\e083";
}
.icon-heart-2:before {
    content: "\e084";
    color: #be1e2d;
}
.icon-thumbs-up:before {
    content: "\e085";
    color: #7f974b;
}
.icon-thumbs-down:before {
    content: "\e086";
}
.icon-happy:before {
    content: "\e087";
}
.icon-smiley:before {
    content: "\e088";
}
.icon-neutral:before {
    content: "\e089";
}
.icon-plus:before {
    content: "\e08a";
}
.icon-minus:before {
    content: "\e08b";
}
.icon-help:before {
    content: "\e08c";
}
.icon-help-2:before {
    content: "\e08d";
}
.icon-blocked:before {
    content: "\e08e";
}
.icon-cancel:before {
    content: "\e08f";
}
.icon-cancel-2:before {
    content: "\e090";
}
.icon-checkmark:before {
    content: "\e091";
}
.icon-minus-2:before {
    content: "\e092";
}
.icon-plus-2:before {
    content: "\e093";
}
.icon-enter:before {
    content: "\e094";
}
.icon-exit:before {
    content: "\e095";
}
.icon-loop:before {
    content: "\e096";
}
.icon-arrow-up-left:before {
    content: "\e097";
}
.icon-arrow-up:before {
    content: "\e098";
}
.icon-arrow-up-right:before {
    content: "\e099";
}
.icon-arrow-right:before {
    content: "\e09a";
}
.icon-arrow-down-right:before {
    content: "\e09b";
}
.icon-arrow-down:before {
    content: "\e09c";
}
.icon-arrow-down-left:before {
    content: "\e09d";
}
.icon-arrow-left:before {
    content: "\e09e";
}
.icon-arrow-up-left-2:before {
    content: "\e0a7";
}
.icon-arrow-up-2:before {
    content: "\e0a8";
}
.icon-arrow-up-right-2:before {
    content: "\e0a9";
}
.icon-arrow-right-2:before {
    content: "\e0aa";
}
.icon-arrow-down-right-2:before {
    content: "\e0ab";
}
.icon-arrow-down-2:before {
    content: "\e0ac";
}
.icon-arrow-down-left-2:before {
    content: "\e0ad";
}
.icon-arrow-left-2:before {
    content: "\e0ae";
}
.icon-arrow-up-3:before {
    content: "\e0af";
}
.icon-arrow-right-3:before {
    content: "\e0b0";
}
.icon-arrow-down-3:before {
    content: "\e0b1";
}
.icon-arrow-left-3:before {
    content: "\e0b2";
}
.icon-arrow-up-4:before {
    content: "\e0b3";
}
.icon-arrow-right-4:before {
    content: "\e0b4";
}
.icon-arrow-down-4:before {
    content: "\e0b5";
}
.icon-arrow-left-4:before {
    content: "\e0b6";
}
.icon-arrow-up-5:before {
    content: "\e0b7";
}
.icon-arrow-right-5:before {
    content: "\e0b8";
}
.icon-arrow-down-5:before {
    content: "\e0b9";
}
.icon-arrow-left-5:before {
    content: "\e0ba";
}
.icon-menu:before {
    content: "\e0bb";
}
.icon-enter-2:before {
    content: "\e0bc";
}
.icon-backspace:before {
    content: "\e0bd";
}
.icon-backspace-2:before {
    content: "\e0be";
}
.icon-tab:before {
    content: "\e0bf";
}
.icon-tab-2:before {
    content: "\e0c0";
}
.icon-checkbox:before {
    content: "\e0c1";
}
.icon-checkbox-unchecked:before {
    content: "\e0c2";
}
.icon-checkbox-partial:before {
    content: "\e0c3";
}
.icon-radio-checked:before {
    content: "\e0c4";
}
.icon-share:before {
    content: "\e0cd";
}
.icon-new-tab:before {
    content: "\e0ce";
}
.icon-mail:before {
    content: "\e0d5";
}
.icon-mail-2:before {
    content: "\e0d6";
}
.icon-mail-3:before {
    content: "\e0d7";
}
.icon-google:before {
    content: "\e0d8";
}
.icon-google-plus:before {
    content: "\e0d9";
}
.icon-google-plus-2:before {
    content: "\e0da";
}
.icon-google-plus-3:before {
    content: "\e0db";
}
.icon-gplus:before {
    content: "\e0dc";
}
.icon-google-drive:before {
    content: "\e0dd";
}
.icon-facebook:before {
    content: "\e0de";
}
.icon-facebook-2:before {
    content: "\e0df";
    color: #3b5998;
}
.icon-facebook-3:before {
    content: "\e0e0";
}
.icon-instagram:before {
    content: "\e0e1";
}
.icon-twitter:before {
    content: "\e0e2";
}
.icon-twitter-2:before {
    content: "\e0e3";
}
.icon-twitter-3:before {
    content: "\e0e4";
}
.icon-feed:before {
    content: "\e0e5";
}
.icon-feed-2:before {
    content: "\e0e6";
}
.icon-feed-3:before {
    content: "\266A";
}
.icon-youtube:before {
    content: "\e0e8";
}
.icon-youtube-2:before {
    content: "\e0e9";
}
.icon-vimeo:before {
    content: "\e0ea";
}
.icon-vimeo-2:before {
    content: "\e0eb";
}
.icon-flickr:before {
    content: "\e0ec";
}
.icon-flickr-2:before {
    content: "\e0ed";
}
.icon-flickr-3:before {
    content: "\e0ee";
}
.icon-picassa:before {
    content: "\e0ef";
}
.icon-picassa-2:before {
    content: "\e0f0";
}
.icon-dribbble:before {
    content: "\e0f1";
}
.icon-dribbble-2:before {
    content: "\e0f2";
}
.icon-dribbble-3:before {
    content: "\e0f3";
}
.icon-forrst:before {
    content: "\e0f4";
}
.icon-forrst-2:before {
    content: "\e0f5";
}
.icon-deviantart:before {
    content: "\e0f6";
}
.icon-deviantart-2:before {
    content: "\e0f7";
}
.icon-github:before {
    content: "\e0f8";
}
.icon-github-2:before {
    content: "\e0f9";
}
.icon-github-3:before {
    content: "\e0fa";
}
.icon-github-4:before {
    content: "\e0fb";
}
.icon-github-5:before {
    content: "\e0fc";
}
.icon-github-6:before {
    content: "\e0fd";
}
.icon-git:before {
    content: "\e0fe";
}
.icon-github-7:before {
    content: "\e0ff";
}
.icon-blogger:before {
    content: "\e104";
}
.icon-tumblr:before {
    content: "\e105";
}
.icon-tumblr-2:before {
    content: "\e106";
}
.icon-yahoo:before {
    content: "\e107";
}
.icon-yahoo-2:before {
    content: "\e108";
}
.icon-amazon:before {
    content: "\e109";
}
.icon-amazon-2:before {
    content: "\e10a";
}
.icon-tux:before {
    content: "\e10b";
}
.icon-apple:before {
    content: "\e10c";
}
.icon-finder:before {
    content: "\e10d";
}
.icon-android:before {
    content: "\e10e";
}
.icon-windows:before {
    content: "\e10f";
}
.icon-soundcloud:before {
    content: "\e110";
}
.icon-soundcloud-2:before {
    content: "\e111";
}
.icon-linkedin:before {
    content: "\e112";
}
.icon-linkedin-2:before {
    content: "\e113";
}
.icon-lastfm:before {
    content: "\e114";
}
.icon-lastfm-2:before {
    content: "\e115";
}
.icon-delicious:before {
    content: "\e116";
}
.icon-stumbleupon:before {
    content: "\e117";
}
.icon-stumbleupon-2:before {
    content: "\e118";
}
.icon-pinterest:before {
    content: "\e119";
}
.icon-pinterest-2:before {
    content: "\e11a";
}
.icon-xing:before {
    content: "\e11b";
}
.icon-xing-2:before {
    content: "\e11c";
}
.icon-flattr:before {
    content: "\e11d";
}
.icon-foursquare:before {
    content: "\e11e";
}
.icon-foursquare-2:before {
    content: "\e11f";
}
.icon-paypal:before {
    content: "\e120";
}
.icon-paypal-2:before {
    content: "\e121";
}
.icon-paypal-3:before {
    content: "\e122";
}
.icon-yelp:before {
    content: "\e123";
}
.icon-blogger-2:before {
    content: "\e103";
}
.icon-radio-unchecked:before {
    content: "\e0c5";
}
.icon-remove-3:before {
    content: "\e060";
}
.icon-briefcase:before {
    content: "\e09f";
}
.icon-briefcase-2:before {
    content: "\e0a0";
}
.icon-truck:before {
    content: "\e000";
}
.icon-cart:before {
    content: "\e001";
}
.icon-bag:before {
    content: "\e002";
}
.icon-card:before {
    content: "\e003";
}
.icon-bird:before {
    content: "\e004";
}
.icon-twitter-old:before {
    content: "\e005";
}
.icon-facebook-4:before {
    content: "\e006";
}
.icon-chronometer:before {
    content: "\e007";
}
.icon-time:before {
    content: "\e008";
}
.icon-shipping:before {
    content: "\e009";
}
.icon-pig:before {
    content: "\e00a";
}
.icon-calculator:before {
    content: "\e00b";
}
.icon-home:before {
    content: "\e00c";
}
.icon-home-2:before {
    content: "\e00d";
}
.icon-newspaper:before {
    content: "\e00e";
}
.icon-pencil:before {
    content: "\e00f";
}
.icon-pencil-2:before {
    content: "\e010";
}
.icon-droplet:before {
    content: "\e011";
}
.icon-picture:before {
    content: "\e013";
}
.icon-camera:before {
    content: "\e014";
}
.icon-music:before {
    content: "\e015";
}
.icon-play:before {
    content: "\e016";
}
.icon-film:before {
    content: "\e017";
}
.icon-book:before {
    content: "\e01e";
}
.icon-file:before {
    content: "\e01f";
}
.icon-file-2:before {
    content: "\e020";
}
.icon-new:before {
    content: "\e021";
}
.icon-copy:before {
    content: "\e022";
}
.icon-folder:before {
    content: "\e023";
}
.icon-folder-2:before {
    content: "\e024";
}
.icon-tag:before {
    content: "\e025";
}
.icon-cart-2:before {
    content: "\e026";
}
.icon-basket:before {
    content: "\e027";
}
.icon-calculate:before {
    content: "\e028";
}
.icon-support:before {
    content: "\e029";
}
.icon-phone:before {
    content: "\e02a";
}
.icon-mail-4:before {
    content: "\e02b";
}
.icon-location:before {
    content: "\e02c";
}
.icon-compass:before {
    content: "\e02d";
}
.icon-history:before {
    content: "\e02e";
}
.icon-clock:before {
    content: "\e02f";
}
.icon-bell:before {
    content: "\e030";
}
.icon-calendar:before {
    content: "\e031";
}
.icon-printer:before {
    content: "\e032";
}
.icon-mouse:before {
    content: "\e033";
}
.icon-undo:before {
    content: "\e042";
}
.icon-forward:before {
    content: "\e044";
}
.icon-reply:before {
    content: "\e045";
}
.icon-comments:before {
    content: "\e047";
}
.icon-comments-2:before {
    content: "\e048";
}
.icon-comments-3:before {
    content: "\e049";
}
.icon-comments-4:before {
    content: "\e04a";
}
.icon-comments-5:before {
    content: "\e04b";
}
.icon-user:before {
    content: "\e04c";
}
.icon-user-2:before {
    content: "\e04d";
}
.icon-user-3:before {
    content: "\e04e";
}
.icon-busy:before {
    content: "\e04f";
}
.icon-loading:before {
    content: "\e050";
}
.icon-loading-2:before {
    content: "\e051";
}
.icon-search:before {
    content: "\e052";
}
.icon-zoom-in:before {
    content: "\e053";
}
.icon-zoom-out:before {
    content: "\e054";
}
.icon-key:before {
    content: "\e055";
}
.icon-key-2:before {
    content: "\e056";
}
.icon-locked:before {
    content: "\e057";
}
.icon-unlocked:before {
    content: "\e058";
}
.icon-wrench:before {
    content: "\e059";
}
.icon-equalizer:before {
    content: "\e0a1";
}
.icon-cog:before {
    content: "\e0a2";
}
.icon-redo:before {
    content: "\e043";
}
.icon-cart-3:before {
    content: "\e012";
}
.icon-phone-2:before {
    content: "\e018";
}
.icon-ampersand:before {
    content: "\e019";
}
.icon-pie:before {
    content: "\e01a";
}
.icon-bars:before {
    content: "\e01b";
}
.icon-stats-up:before {
    content: "\e01c";
}
.icon-gift:before {
    content: "\e01d";
}
.icon-trophy:before {
    content: "\e034";
}
.icon-diamond:before {
    content: "\e035";
}
.icon-coffee:before {
    content: "\e036";
}
.icon-rocket:before {
    content: "\e037";
}
.icon-meter-slow:before {
    content: "\e038";
}
.icon-meter-medium:before {
    content: "\e039";
}
.icon-arrow-left-6:before {
    content: "\e03a";
}
.icon-arrow-right-6:before {
    content: "\e03b";
}
.icon-gift-2:before {
    content: "\e03c";
}
.icon-lamp:before {
    content: "\e03d";
}
.icon-arrow-left-7:before {
    content: "\e03e";
}
.icon-arrow-right-7:before {
    content: "\e03f";
}
.icon-arrow-down-6:before {
    content: "\e040";
}
.icon-arrow-up-6:before {
    content: "\e041";
}
.icon-basket-2:before {
    content: "\e046";
}
.icon-cart-4:before {
    content: "\e0a3";
}