/* ************************************************************************************************
        FONT
************************************************************************************************ */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* ************************************************************************************************
        GENERAL STUFF
************************************************************************************************ */

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    color: #165fa6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h1 {
    font-size:28px;
    text-transform: uppercase;
}
h2 {
    font-size:18px
}
h3 {
    color: #222;
    font-size:16px
}
form h3 {
    margin-top: 20px;
}
form h3:first-child {
    margin-top: 0;
}
h4 {
    color: #222;
    font-size:14px
}
p{
    color: #222;
    font: 300 14px 'Open Sans', sans-serif;
}
aside p {
    font-style: normal;
}
strong,
.title_block {
    font-weight: 400;
}
a {
    color: #165FA6;
    text-decoration: none;
}
a:hover,
a:active {
    color: #165FA6;
    text-decoration: underline;
}
a.iframe {
    font-weight: 600;
}
sup {
    line-height: 11px;
}
.bold {
    font-weight: 600;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    font-size: 13px;
}
table thead tr th, table tfoot tr td {
    font-size: 13px;
    font-weight: 600;
}
#page {
    max-width: 1200px;
    margin: 0 auto;
/*    -webkit-box-shadow: 0 0 30px 5px #CCCCCC;
    box-shadow: 0 0 30px 5px #CCCCCC;*/
}
button {
    border-radius: 0;
}
.button {
    border: none;
    color: #FFF;
    text-transform: uppercase;
    box-shadow: none;
    background: #80AED2;
    font-size: 13px;
    font-weight: 400;
}
.button:hover,
.button:focus {
    background-color: #165FA6;
}
.button.disabled, 
.button[disabled],
.button.disabled:hover, 
.button[disabled]:hover {
    background-color: #ccc;
    opacity: 1 !important;
    width: 100%;
    border-radius: 5px !important;
}
.button.radius {
    border-radius: 0;
}
.error {
    background-color: #FFD9D9;
    border: none;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 10px;
}
.error p {
    margin-bottom: 0;
}
.error ol {
    margin: 0 0 0 20px;
}
.success {
    background: none repeat scroll 0 0 #e7eff6;
    border: none;
    color: #548abe;
}
.warning {
    border: none;
}
form {
    margin: 0;
}
form p {
    margin-bottom: 10px;
}
fieldset {
    border: none;
    border-radius: 0;
    background-color: #F5F5F5;
}
input,
select, 
textarea {
    font-family: inherit;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 200;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;   
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff !important;
    padding: 0 6px !important;
    height: 24px !important;
    line-height: 22px !important;
    box-shadow: none !important;
}
select {
    padding: 0 !important;
    height: 24px !important;
    line-height: 22px !important;    
}
label {
    font-size: 14px;
    font-weight: 200;
}
table,
table tr,
table td {
    border: none !important;
    border-collapse: collapse !important;
}
.show-for-md {
    display: block;    
}
.hide-for-md {
    display: none;
}
@media (min-width: 990px) {
    .show-for-md {
        display: none;        
    }
    .hide-for-md {
        display: block;
    }    
}
.mobile-test {
    width: 0;
    height: 0;
    visibility: hidden;
}
/* ************************************************************************************************
        HEADER
************************************************************************************************ */

#header {
    margin-bottom: 0;
}
#index #header {
    margin-bottom: 0;
}

.header-top-bar {
    padding: 10px 0 0 0;
}

.header-top-bar > div{
    height: 24px;
}

@media (min-width: 768px) {
    #header {
        margin-bottom: 5px;
    }  
}

/* header links (home, contact, curaprox website) */
ul#header_links {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
}
ul#header_links li{
    float: left;
    list-style: none;
    padding: 0;
    border: 0;
}
ul#header_links li a {
    background-color: transparent;
    color: #787878;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
ul#header_links li a:hover {
    color: #000;
    text-decoration: none;
}
ul#header_links li:first-child a {
    padding-left: 0;
}
ul#header_links li::before {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #bbb;
    display: inline-block;
    float: left;
}
ul#header_links li:first-child::before {
    content: none;
}
@media (min-width: 768px;) {
    ul#header_links li a {
        font-size: 12px;
        line-height: 14px;
        padding: 5px 10px;
    }
    ul#header_links li::before {
        height: 24px;
    }
}

.header_bar_right {
    width: 100%;
    float: none;
    margin-top: 10px;
}

/* search block */
#search_block_top {
    position: static !important;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}
form#searchbox {
    padding-top: 0;
}
#search_block_top #search_query_top {
    width: 100% !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 10px;
    color: #A8A8A8;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #BBB !important;
    box-shadow: none;
    margin-bottom: 0;
    background: transparent !important;
}
body .ac_results li {
    font: 300 10px 'Open Sans', sans-serif;
    color: #333; 
    border: none;   
}
body .ac_results li:hover,
body .ac_results li.ac_over {
    background-color: #165EA6;
    color: #FFF;    
}

/* header nav (account, shopping cart, language) */
#header_user {
    background-color: transparent !important;
    box-shadow: none !important;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0; 
    display: inline-block;
}
#header_user .header_user_right {
    padding: 0;
}
#header_user #header_nav li {
    border: none;
    padding: 0;
    margin: 0;
    padding: 0 !important;
}
li#shopping_cart {
    position: relative;
}
#header_user #header_nav > li {
    margin-left: 5px;
}
#header_user #header_nav > li > a {
    background-image: none;
    background-color: #80AED2;
    color: #FFF;
    padding: 5px 10px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
#header_user #header_nav #shopping_cart > a {
    background-color: #E7621D;
}
@media (max-width: 992px) {
    #header_user {
        display: none;
    }
}
/* cart block */
#cart_block {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: none;
    height: auto;
    padding: 12px 0 0 0;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top: 22px;
    width: 280px;
    z-index: 100;
}
#cart_block .block_content {
    position: relative;
    background: #fff;
    border: 1px solid #aaa;
}
#cart_block .block_content:after, #cart_block .block_content:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#cart_block .block_content:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
#cart_block .block_content:before {
    border-color: rgba(170, 170, 170, 0);
    border-bottom-color: #aaa;
    border-width: 11px;
    margin-left: -11px;
}
#cart_block .block_content {
    /*background-color: #FFF;*/
    /*box-shadow: 0 5px 4px rgba(56, 56, 56, 0.5);*/
    /*border: 1px solid #ccc;*/
    /*border-top: none;*/
}
#cart_block #cart_block_summary {
    border: none;
    margin: 0;
    padding: 0;
}
#cart_block #cart_block_no_products {
    padding: 10px 5px;
    color: #333333;
    font-size: 14px;
}
#cart_block #cart_block_list .products {
    margin: 0;
    padding: 15px 10px;
}
#cart_block #cart_block_list .products > dt {
    padding-top: 5px;
}
#cart_block #cart_block_list .products > dt:first-child {
    padding-top: 0;
}
#cart_block #cart_block_list .products .quantity-formated,
#cart_block #cart_block_list .products .cart_block_product_name,
#cart_block #cart_block_list .products .price,
#cart_block #cart_block_list .products .ajax_cart_block_remove_link {
    color: #333;
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    padding: 0;
}
#cart_block #cart_block_list .products .quantity-formated {
    float: left;
}
#cart_block #cart_block_list .products .cart_block_product_name {
    background: none;
    float: left;
    font-weight: 600;
    padding-left: 5px;
}
#cart_block #cart_block_list .products .price {
    float: right;
}
#cart_block #cart_block_list .products .ajax_cart_block_remove_link {
    float: right;
    background: url(../img/bg_xblockCart.png) no-repeat center center #FFF;
    padding: 0;
}
.ajax_cart_no_product {
    overflow: visible !important;
}
#cart_block .item_blockCart {
    background: none repeat scroll 0 0 #E7EFF6;
    display: block;
    height: 28px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}
#cart_block #cart-prices .item_blockCart span {
    font-weight: 400;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 20px !important;
    color: #333;
    float: left;
}
#cart_block #cart-prices .item_blockCart span#cart_block_shipping_cost,
#cart_block #cart-prices .item_blockCart span#cart_block_total {
    float: right;
}
#cart_block a#button_order_cart {
    background-image: none;
    width: 70%;
    margin: 0 15% 10px 15%;
    padding: 7px;
    font-size: 15px;
    font-weight: 400;
    background: #f36f21;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}
#cart_block a#button_order_cart:hover {
    background-color: #e7621d;
}
#cart_block dd.not-visible {
    display: none;
}
/* language */
#header_user ul#header_nav #first_languages {
    position: relative;
}
#header_user ul#header_nav #first_languages ul.other_languages {
    background-color: #b9cee4;
    box-shadow: none;
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#header_user ul#header_nav #first_languages ul.other_languages li {
    line-height: inherit;
}
#header_user ul#header_nav #first_languages ul.other_languages li a {
    border-top: 1px solid #FFF;
    color: #FFF;
    display: block;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
}
#header_user ul#header_nav #first_languages ul.other_languages li a:hover {
    background-color: #165EA6;
}
#header_user #shopping_cart a.delete_voucher {
    background: url(../img/bg_xblockCart.png) no-repeat center center transparent;
}
#header_user #vouchers table {
    width: 100%;
}
#header_user #vouchers td.name {
    width: 80%;
    padding: 5px 10px;
}
#header_user #vouchers td.price {
    color: #F36F21;
    padding: 5px 0;
}
#header_user #vouchers td.delete {
    width: 17px;
}
#header_user #vouchers td.delete {
    padding: 6px 5px 0 0;
}
#header_user #vouchers td.delete a {
    padding: 0 11px;
}
#header_user #vouchers td.delete a img {
    display: none;
}
/* currencies block */
#currencies_block_top {
    position: absolute;
    top: 0;
    right: 15px;
}
#setCurrency {
    min-width: 40px;
    text-align: center;
    top: 0 !important;
}
#currencies_block_top p {
    background-color: #80AED2;
    background-image: none;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding: 4px 10px !important;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 !important;
}
#header_user ul#header_nav #first-currencies {
    position: absolute;
    background-color: #b9cee4;
    box-shadow: none;
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#header_user ul#header_nav #first-currencies li {
    line-height: inherit;
    float: none;
    margin: 0;
}
#header_user ul#header_nav #first-currencies li.selected {
    display: none;
}
#header_user ul#header_nav #first-currencies li a {
    border-top: 1px solid #FFF;
    color: #FFF;
    display: block;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}
#header_user ul#header_nav #first-currencies li a:hover {
    background-color: #165EA6;
}
@media (min-width: 768px) {
    #currencies_block_top {
        position: relative;
        right: auto;
        top: auto;
    }   
}
/* mobile version */
.header_user_mobile ul.nav-bar {
    border: none;
    box-shadow: none;
    margin: 10px 0;
    padding: 0;
    float: none;
    height: auto;
}
.header_user_mobile ul.nav-bar ul.flyout {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
}
.header_user_mobile .nav-bar li {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    float: none;
}
.header_user_mobile .nav-bar li a {
    background-color: #F5F5F5;    
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    border: none;
    padding: 0 20px;
    line-height: 30px;
}
.header_user_mobile .nav-bar > li {
    border: none;
    box-shadow: none;
}
.header_user_mobile .nav-bar > li > a {
    background-color: #E7621D; 
    color: #FFFFFF;   
    border: none;
    top: 0;
    left: 0;
    padding: 0 20px;
    line-height: 30px;
}
.header_user_mobile .nav-bar > li.has-flyout > a.flyout-toggle {
    background: url(../img/buttonSlide_bottom_w.gif) no-repeat center center;
    padding: 0;
    width: 42px;
    height: 30px;
    top: 0;
    right: 0;
    left: auto;
    display: block;
}
.header_user_mobile .nav-bar > li.has-flyout > a.flyout-toggle.open {
    background: url(../img/buttonSlide_top_w.gif) no-repeat center center;
}
.header_user_mobile .nav-bar > li.has-flyout > a:first-child:after {
    border: none;
}

/* logo and menu */
#header_wrapper {
    background-color: #005CA8;
    margin: 0 15px;
    min-height: 71px;
}
#header_bar {
    margin-bottom: 0;
}

/* logo */
#header_bar a.logo-link {
    display: block;
    width: 100%;
    height: 71px;
    background: url(../img/logo_xs.gif) no-repeat left center;
}
#header_bar a.logo-link .logo {
  display: inline-block;
  vertical-align: middle;
}

/*Products Link (inaktiv)*/
#responsive_links_top {
    position: absolute;
    top: 0;
    right: 15px;
}
.top-bar {
    background-color: transparent;
    margin: 15px 0;
    overflow: visible;
}
#responsive_links_top .contain-to-grid {
    background-color: transparent;
}
#responsive_links_top .top-bar {
   background: transparent;
   border: none; 
   height: 55px !important;
   margin: 8px 0;
}
#responsive_links_top .top-bar ul li.has-dropdown a:after,
#responsive_links_top .top-bar ul li.divider {
    display: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}
#responsive_links_top .top-bar ul.menu > li > a {
    font-size: 15px;
    line-height: 15px;
    height: 55px;
    width: 55px;
    padding: 0 !important;
    border: none;
    background: url('../img/menu.png') no-repeat center center;
    text-indent: -9999px;
    font-weight: 400;
    text-decoration: none;
}
#responsive_links_top .top-bar ul.menu > li:hover {
    background: transparent;
}
#responsive_links_top .top-bar ul.menu:hover > li > a,
#responsive_links_top .top-bar ul.menu > li > a:hover {
    background-color: transparent;
}
@media (min-width: 380px) {
    #header_bar a.logo-link {
        background-image: url(../img/logo_sm.gif);
    }   
}
@media (min-width: 480px) {
    .header_bar_right {
        width: auto;
        float: right;
        margin: 0;
    }  
    ul#header_links {
        float: left;
    }
}
@media (min-width: 525px) {
    #header_bar a.logo-link {
        background-image: url(../img/logo_md.gif);
    }   
}
@media (min-width: 768px) {
    #responsive_links_top {
        right: 0;
    }
    #header_bar a.logo-link {
        background-image: url(../img/logo.gif);
    }
    #responsive_links_top .top-bar ul.menu > li {
        padding: 0 !important;
    }
    #responsive_links_top .top-bar ul.menu > li > a {
        font-size: 15px;
        line-height: 15px;
        height: auto;
        width: auto;
        text-transform: uppercase;
        padding: 20px !important;
        color: #FFF !important;
        border: none;
        text-indent: 0;
        background: transparent;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
    }
    #responsive_links_top .top-bar ul.menu:hover > li > a,
    #responsive_links_top .top-bar ul.menu > li > a:hover {
        background-color: rgb(243, 246, 250) !important;
        background-color: rgba(255, 255, 255, 0.95) !important;
        color: #015DA8 !important;
    }
}
@media (min-width: 990px) {
    .header-top-bar {
        padding: 10px 0;
    }
    #search_block_top {
        width: 140px;
        margin: 0;
        display: inline-block;
    }
}

/*Categorie Links (werden bei Hover auf Products angezeigt*/
#responsive_links_top .top-bar ul.menu li ul.dropdown {
    display: none; 
    visibility: visible;
    overflow: hidden;
}
#responsive_links_top .top-bar ul.menu ul.dropdown {
    background-color: rgb(255, 255, 255) !important;
    background-color: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 4px 5px rgba(0, 65, 122, 0.3);
    position: absolute;
    padding: 0;
    width: 290px;
    height: auto;
    left: auto !important;
    right: -15px !important;
    top: 63px;
    z-index: 99 !important;
}
#responsive_links_top .top-bar ul.menu ul.dropdown li {
    float: none;
    padding-bottom: 0;
    border-top: 1px solid #CBDEEC;
    background: transparent;
}
#responsive_links_top .top-bar ul.menu ul.dropdown li:last-child {
    border-bottom: 1px solid #CBDEEC;
}
#responsive_links_top .top-bar ul.menu ul.dropdown li a {
    display: block;
    font-size: 14px;
    height: 40px;
    padding: 0 15px !important;
    color: #707070;
}
#responsive_links_top .top-bar ul.menu ul.dropdown li a:hover,
#responsive_links_top .top-bar ul.menu ul.dropdown li a:focus {    
    background-color: rgba(1, 93, 168, 0.09);
    color: #015DA8;   
    text-decoration: none; 
}
#responsive_links_top .top-bar ul.menu ul.dropdown li a img {
    float: left;
    display: inline-block;
}
#responsive_links_top .top-bar ul.menu ul.dropdown li a span.menu_link {
    display: table-cell;
    padding-left: 10px;
    white-space: normal;
    vertical-align: middle;
    height: 39px;
}
@media (min-width: 385px) {
    #responsive_links_top .top-bar ul.menu ul.dropdown {
        width: 340px;
    }
}
@media (min-width: 768px) {
    #responsive_links_top .top-bar ul.menu ul.dropdown {
        right: 0 !important;
        top: 55px;
        width: 400px;
    }
}

/* ************************************************************************************************
        BREADCRUMB
************************************************************************************************ */

.breadcrumb {
    margin: 10px 0;
}
.breadcrumb span,
.breadcrumb a {
    font-size: 12px;
    color: #B2B2B2;
    text-transform: uppercase;
}
.breadcrumb a:Hover {
    color: #B2B2B2;
    text-decoration: underline;
}
.breadcrumb img {
    top: 3px;
}
#page .breadcrumb,
#index #page .breadcrumb {
    display: none;
}

@media (min-width: 768px) {
    #page .breadcrumb {
        display: block;
    }    
}

/* ************************************************************************************************
        SIDEBAR
************************************************************************************************ */

#sidebar {
    display:none;
    width: 0;
}
#sidebar .block {
    background-color: #E7EFF6;
    padding-bottom: 20px;
}
#sidebar .block h4 {
    background-color: #A8C3DE;
    padding: 8px 11px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 0;
}
#sidebar .block h4 a {
    color: #FFF;
}
#sidebar .block ul {
    margin: 0;
    padding-top: 9px;
}
@media (min-width: 768px) {
    #category #sidebar,
    #order #sidebar,
    #search #sidebar,
    #best-sales #sidebar {
        display: block;
        width: 25%;
    }  
}

/* ************************************************************************************************
        CENTER COLUMN
************************************************************************************************ */

#center_column { 
    width: 100%; 
    padding-top: 20px; 
}
#index #center_column {
    padding-top: 0;
}
@media (min-width: 768px) {
    #center_column { 
        width: 100%;
        padding-top: 0; 
    }
    #category #center_column,
    #order #center_column,
    #search #center_column,
    #best-sales #center_column { 
        width: 75%; 
    }
    #order #center_column { 
        float: left; 
    }
}

/* ************************************************************************************************
    FOOTER
************************************************************************************************ */

#footer {
    margin-top: 40px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #548ABE;
    padding: 0 15px;
}
#footer .inner-wrap {
    background-color: #F4F4F4;
}
#footer p {
    font-size: 13px;
    margin-bottom: 7px;
}
/*#footer > div {
    padding: 0 15px;
}*/
#footer .inner-wrap > div {
    padding: 20px 15px 20px 15px;
}
#footer h4, 
#footer h4 a {
    color: #005CA8;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;  
    text-transform: uppercase;
    letter-spacing: 0; 
    margin: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: none;
}
#footer ul {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
#footer li {
    line-height: 18px;
    margin-bottom: 4px;
    list-style: none;
}
#footer li a,
#footer .myaccount li a {
    color: #005CA8 !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 300;
}
#footer li.pay-info {
    margin: 0 -5px;
}
#footer li.pay-info:before,
#footer li.pay-info:after {
    content: " "; 
    display: table;
}
#footer li.pay-info:after {
    clear: both;
}
#footer li.pay-info img {
    padding: 0 5px;
    margin-bottom: 5px;
    width: 68px;
    max-width: 25%;
    float: left;
}
#footer .block_various_links {
    clear: both;
}
#social_block {
    padding: 5px 15px 15px 15px !important;
    text-align: center;
    clear: both;

}
#social_block ul {
    display: inline-block;
}
#social_block li {
    padding-left: 0 !important;
    display: inline-block;
    float: left;
    margin: 0 2px;
}
#social_block li a {
    font-size: 30px;
    color: #999 !important;
}
#social_block li a:active,
#social_block li a:hover {
    color: #777 !important;
}
#contact-footer {
    padding: 0;
}
#contact-footer .inner-wrap {
    padding: 10px 15px;
    text-align: center;
    clear: both;
    background-color: #E7EFF6;
    border-top: 1px solid #A8C3DE;
}
#contact-footer span {
    color: #005CA8;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    display: block;
}
#contact-footer .contact-address {
    padding-bottom: 5px;
}
#contact-footer .contact-address, 
#contact-footer .contact-data {
    display: block;
}
#contact-footer .contact-data a {
    font-size: 12px;
    color: #548ABE;
}
#footer .newsletter h4 {
    margin-top: 10px;
}
.newsletter .mc-field-group,
.newsletter .nl-label {
    display: inline-block;
    float: left;
}
.newsletter .mc-field-group input {
    float: left;
}
.newsletter .mc-field-group {
    width: 100%;
}
.newsletter .mc-field-group input[type="email"] {
    width: calc(100% - 50px);
    border: none;
    line-height: 30px !important;
    height: 30px !important;
}
.newsletter .mc-field-group input[type="submit"] {
    width: 50px;
    line-height: 30px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    border: none;
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: 1.4rem;
    padding: 0;
}
.newsletter .nl-label {
    line-height: 24px;
    margin-right: 10px;
}
.newsletter #mc_embed_signup div.mce_inline_error,
.newsletter #mc_embed_signup #mce-responses {
    background-color: transparent;
    margin: 0;
    color: #333;
    font-weight: 300;
    padding: 5px 0;
    text-align: left;
    clear: both;
}
.newsletter #mc_embed_signup #mce-responses {
    padding: 0;
}
.newsletter #mc_embed_signup #mce-responses .response {
    padding: 5px 0;
}
.footer_links {
    margin-top: 15px
}
.footer_links li a {
    display: block;
    padding: 10px 20px;
    background-color: #80AED2;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}
.footer_links li a:hover,
.footer_links li a:active {
    background-color: #165FA6;
}
#footer a.button:hover {
    text-decoration: none;
}
@media (min-width: 450px) {
    #contact-footer span {
        display: inline-block;
        margin-left: 5px;
        padding-left: 5px;
        border-left: 1px solid #548ABE;
    }
    #contact-footer .contact-address span:first-child,
    #contact-footer .contact-data span:first-child {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
    #contact-footer .contact-address, 
    #contact-footer .contact-data {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    #footer .inner-wrap > div {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    #footer .myaccount,
    #footer #block_contact_infos,
    #footer .block_various_links  {
        clear: none;
    }
    #footer > div {
        padding: 0 15px;
    }
    #contact-footer {
        padding: 0 15px;
    }
    #contact-footer .contact-address, 
    #contact-footer .contact-data {
        display: inline;
    }
    #contact-footer .contact-data span:first-child {
        margin-left: 4px;
        padding-left: 4px;
        border-left: 1px solid #548ABE;
    }
}
/* ************************************************************************************************
        SLIDER
************************************************************************************************ */

#featured {
    box-shadow: none;
    border-radius: 0;
    /*border: 1px solid #D5D5D4;*/
    margin: 10px 0;
    height: auto !important;
    max-height: 586px !important;
}
#featured.orbit img {
    border-radius: 0;
}
.orbit-wrapper .slider-nav span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.orbit-wrapper .slider-nav span.left,
.orbit-wrapper .slider-nav span.left {
    left: 15px;
    background: url(../img/arrow_prev.png) no-repeat 15px center rgba(255,255,255,0.6);
}
.orbit-wrapper .slider-nav span.right {
    right: 15px;
    background: url(../img/arrow_next.png) no-repeat 20px center rgba(255,255,255,0.6);
}
ul.orbit-bullets {
    display: none !important;
}
#homepage-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
#homepage-slider .homeslider-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#homepage-slider .homeslider-container:first-child {
    position: relative;
    z-index: 2;
}
.bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    z-index: 3;
}
.bx-wrapper .bx-controls-direction a:before {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #777;
    font-size: 34px;
    padding: 0;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
    content: "\f104";
    padding-right: 4px;
}
.bx-wrapper .bx-controls-direction .bx-next:before {
    content: "\f105";
    padding-left: 4px;
}

/* ************************************************************************************************
        Featured Home
************************************************************************************************ */

#featured_products .border_category_description, 
#featured_products .border_products_content {
    border: none;
    padding: 0;
}
#featured_products li .product-box {
    position: relative;
    padding-bottom: 3.5rem;
    /*background-color: #F4F4F4;*/
}
#featured_products a.product_image {
    /*border: 1px solid #D5D5D4;*/
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
#featured_products h5,
#product_list h5 {
    position: relative;
    background-color: transparent;
    margin: 0;
    white-space: normal;
    height: 50px;
    overflow: auto;
    display: table;
    width: 100%;
    background-color: #FFF;
}
#featured_products h5 a,
#product_list h5 a {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #005ea8;
    /*padding: 5px 10px;*/
    text-decoration: none;
    width: 100%;
    text-align: left;
    line-height: 18px;
    /*border: 1px solid #F4F4F4;*/
    border-bottom: 0;
}
#featured_products h5 a span,
#product_list h5 a span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    position: absolute;
    bottom: -35px;
    left: 0;
    background-color: #F4F4F4;
    /*background-color: rgba(22,95,166,0.5);*/
    color: #222;
    padding: 10px;
    width: 100%;
    /*border-radius: 5px 5px 0px 0;*/
}
#featured_products h5 a span .old-price + nobr,
#product_list h5 a span .old-price + nobr {
    position: relative;
    color: #F36F21;
    font-weight: 600;
    padding-left: 5px;
}
#featured_products h5 a span .old-price,
#product_list h5 a span .old-price {
    position: relative;
}
#featured_products h5 a span .old-price::after,
#product_list h5 a span .old-price::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 9px;
    left: 0;
    background-color: #F36F21;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
#featured_products .product-box:hover h5,
#featured_products .product-box h5:hover,
#featured_products .product-box:hover h5 a {
    cursor: pointer;
    color: #165FA6;
}
#featured_products .product-box:hover a.product_image img {
    opacity: 1 !important;
}
#featured_products li .product-box img {
    padding: 0;
    border: none;
    box-shadow: none;
    display: block;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    will-change: transform;
}
#featured_products .product-box:hover a.product_image img {
    -moz-transform: scale3d(1.07,1.07,1.07);
    -webkit-transform: scale3d(1.07,1.07,1.07);
    -o-transform: scale3d(1.07,1.07,1.07);
    -ms-transform: scale3d(1.07,1.07,1.07);
    transform: scale3d(1.07,1.07,1.07);
}
.block-grid.three-up > li:nth-child(3n+1) {
    clear: none;
}
.block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
}
ul.product_list span.advert {
    display: none;
    box-shadow: none;
    border: none;
    top: auto !important;
    top: 0 !important;
    left: 0;
    background-color: #165FA6;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    line-height: 20px;
}
ul.product_list a.product_image img {
    max-width: 100%;
    height: auto;
}
.ie8 ul.product_list span.advert {
    top: 0;
    left: 0;
    width: auto;
    padding: 0 10px;
}
.add-to-cart {
    position: absolute;
    bottom: -35px;
    right: 0;
    border: 0;
    color: #FFF;
    background-color: #f36f21;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 1;
    width: 40px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.add-to-cart:hover {
    background-color: #e7621d;
}
.add-success {
    display: none;
    background-color: rgb(243, 111, 33);
    -webkit-box-shadow: 0 0 5px 5px #FFFFFF;
    box-shadow: 0 0 5px 5px #FFFFFF;
    color: #FFF;
    font-size: 16px;
    padding: 12px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100;
}
/*.msg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
}
.msg-content {
    background-color: #FFF;
    width: 280px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -140px;
    margin-top: -63px;
}*/
.msg-container {
    position: fixed;
    width: 320px;
    top: 100%;
    left: 50%;
    display: none;
    z-index: 99999;
    background-color: #FFF;
    margin: 0 0 0 -160px;
    padding-bottom: 15px;
    border: 1px solid #777;
}
.msg-container .title {
    background-color: #165fa6;
    color: #FFFFFF;
    padding: 20px 15px;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.msg-container .cart {
    padding: 20px 15px 10px 15px;
}
.msg-container .total,
.msg-container .total-products,
.msg-container .shipping,
.msg-container .free-shipping-hint {
    font-size: 12px;
    margin: 10px 0 0 0;
}
.free-shipping-hint img {
    float: left;
    padding-right: 3px;
}
.msg-container .total {
    margin-top: 10px;
    font-weight: 600;
    color: #165FA6;
    font-size: 14px;
}
.msg-container .val {
    float: right;
}
.free-shipping-hint {
    border: 1px dotted #dddddd;
    color: #777;
    padding: 5px;
    margin-top: 10px;
}
.msg-container button,
.msg-container a {
    display: block;
    border: none;
    padding: 10px 20px 11px 20px;
    margin: 8px 15px 0 15px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #FFF;
    width: 290px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;   
}
.msg-container a.btn-checkout {
    background-color: #f36f21;
}
.msg-container a.btn-checkout:hover {
    background-color: #e7621d;
}
.msg-container button.btn-continue {
    /*background-color: #37a842;*/
    background-color: #80AED2;
}
.msg-container button.btn-continue:hover {
    /*background-color: #329c3b;*/
    background-color: #005CA8;
}
@media (max-width: 359px) {
    .block-grid.mobile-two-up > li {
        width: 100%;
    }
}
@media (min-width: 360px) and (max-width: 479px) {
    #featured_products h5 a span .old-price + nobr {
        display: block;
        top: 8px;
        margin-top: -8px;
        padding-left: 0;
    }
    #featured_products h5 a span .old-price {
        display: inline-block;
        position: relative;
    }
}
@media (min-width: 480px) {
    .msg-container {
        left: auto;
        margin-left: 0;
        right: 15px;
    }
    .msg-container a.btn-checkout {
        float: right;
        margin-left: 5px;
    }
    .msg-container button.btn-continue {
        float: left;
        margin-right: 5px;
    }
    .msg-container {
        width: 360px;
        /*margin-left: -180px;*/
    }
    .msg-container .total-products,
    .msg-container .shipping,
    .msg-container .free-shipping-hint {
        font-size: 12px;
        font-size: 14px;
    }
    .msg-container .title,
    .msg-container .total {
        font-size: 16px;
    }
    .msg-container button,
    .msg-container a {
        width: auto;
    }
}
@media (min-width: 768px) {
    .block-grid.mobile-two-up > li:nth-child(2n+1) {
        clear: none;
    }  
    .block-grid.three-up > li:nth-child(3n+1) {
        clear: both;
    }
    .add-to-cart {
        width: 60px;
    }
}
@media (min-width: 990px) {
    #featured_products h5 a,
    #product_list h5 a {
        font-size: 18px;
        line-height: 20px;
    }
    #featured_products .block-grid.three-up {
        margin: 0 -40px;
    }
    #featured_products .block-grid.three-up > li {
        padding: 15px 40px 25px;
    }
}

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

#pb-left-column .wrap {
    border: none;
}
#buy_block p {
    text-align: left;
    margin-bottom: 10px;
}
#pb-left-column h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
}
#pb-left-column #product-information {
    padding-top: 30px;
}
#pb-left-column #short_description_content p,
#pb-left-column #short_description_content li {
    color: #6B6764;
    font-size: 16px;
    line-height: 22px;
}
.attribute_list #color_to_pick_list a.color_pick {
    width: 90px;
    height: 25px;
}
.attribute_list #color_to_pick_list li {
    padding: 4px;
    border: 1px solid #fff;
}
.attribute_list #color_to_pick_list li.selected {
    border: 1px solid #166EA6;
    margin-bottom: 8px;
}
#pb-left-column #buy_block label {
    color: #165FA6;
    font-family: 'Open Sans',sans-serif,sans-serif;
    font-style: normal;
    font-weight: normal;
    width: 100px;
    float: left;
}
#pb-left-column #buy_block #attributes {
    padding-top: 30px;
    border-color: #e8e8e8;
}
#pb-left-column #buy_block #attributes label {
    font-size: 16px;
    line-height: 20px;
}
#pb-left-column .attribute_list {
    float: left;
}
#pb-left-column .product_attributes label {
    font-size: 16px;
    line-height: 20px;
}
#pb-left-column .product_attributes span {
    font-size: 14px;
    line-height: 20px;
}
#quantity_wanted_p input {
    color: #165FA6;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
}
#primary_block #add_to_cart_row {
    padding-top: 0;
    border: 0;
}
#primary_block #add_to_cart_row p {
    margin: 0;
}
.ie9 #add_to_cart .button {

}
#add_to_cart {
    margin: 0 !important;
}
#add_to_cart .button {
    width: 100%;
    border-radius: 5px !important;
    font-weight: 600;
    padding: 10px;
    background: #f36f21;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
    /*
    border: 2px solid #165EA6;
    background: #165ea6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NWVhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDhhYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #165ea6 0%, #548abe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#165ea6), color-stop(100%,#548abe));
    background: -webkit-linear-gradient(top,  #165ea6 0%,#548abe 100%);
    background: -o-linear-gradient(top,  #165ea6 0%,#548abe 100%);
    background: -ms-linear-gradient(top,  #165ea6 0%,#548abe 100%);
    background: linear-gradient(to bottom,  #165ea6 0%,#548abe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#165ea6', endColorstr='#548abe',GradientType=0 );
    */

}
#add_to_cart .button:hover,
#add_to_cart .button:active {
    background: #e7621d;
/*    background: #548abe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0OGFiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjVlYTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #548abe 0%, #165ea6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#548abe), color-stop(100%,#165ea6));
    background: -webkit-linear-gradient(top,  #548abe 0%,#165ea6 100%);
    background: -o-linear-gradient(top,  #548abe 0%,#165ea6 100%);
    background: -ms-linear-gradient(top,  #548abe 0%,#165ea6 100%);
    background: linear-gradient(to bottom,  #548abe 0%,#165ea6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548abe', endColorstr='#165ea6',GradientType=0 );*/
}
.content_prices {
    background-color: #F4F4F4;
    height: auto;
    margin: 0 0 15px;
    padding: 17px 0 17px 20px;
    overflow: hidden;
}
.content_prices .our_price_display {
    color: #166EA6;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0 !important;
    padding: 2px 0 0 10px;
}
.content_prices #old_price {
    position: absolute;
    top: -13px;
    padding-left: 10px;
}
p.unit-price {
    float: right;
}
p#cart-buttons_product {
    float: left;
    margin-bottom: 5px;
}
a#button_order_cart_product {
    /*background: url("../img/icon/cura_cart.gif") no-repeat scroll 0 30% rgba(0, 0, 0, 0);*/
    color: #166EA6;
    font-weight: 600;
    text-transform: none;   
    padding: 2px; 
}
a#button_order_cart_product:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    text-rendering: auto;
    padding-right: 5px;
}
#buy_block .buttons_bottom_block #wishlist_button {
    background: url("../img/gift.gif") no-repeat scroll 0 30% rgba(0, 0, 0, 0);
    color: #166EA6;
    font-weight: 600;
}
#pb-right-column #image-block {
    text-align: center;
}
#pb-right-column #image-block #view_full_size {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}
#pb-right-column #image-block #bigpic {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    border-color: #e8e8e8;
}
#pb-right-column .resetimg {
    padding: 0;
    margin: 0;
}
#image-block span.advert {
    position: absolute;
    box-shadow: none;
    border: none;
    top: auto !important;
    bottom: 0 !important;
    left: 0;
    background-color: rgb(22, 94, 166);
    background-color: rgba(22, 94, 166, 0.7);
    padding: 5px;
    border-radius: 0 5px 0 0;
    line-height: 20px;
    margin: 0;
}
.ie8 #image-block span.advert {
    top: 0;
    left: 0;
    width: auto;
    padding: 0 10px;
}
ul.product_list span.new {
    position: absolute;
    font-size: 14px;
    bottom: 108%;
    right: 10px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #4c8de9;
    color: #FFFFFF;
}
@media (min-width: 768px) {
    ul.product_list span.new {
        font-size: 16px;
        line-height: 100px;
        width: 100px;
    }
}
#usefull_link_block_mobile {
    margin-top: 10px;
    clear: both;
}
#usefull_link_block li,
#usefull_link_block_mobile li{
    color: #FFF;
    font-size: 11px;
    line-height: 30px;
    padding: 0 0 0 22px;
    margin: 0;
    max-width: 250px;
    text-align: left;
}
#usefull_link_block li a,
#usefull_link_block_mobile li a {
    color: #333;
    display: block;
}
#usefull_link_block li#left_share_fb,
#usefull_link_block_mobile li#left_share_fb {
    background: url('../img/icon/facebook.gif') no-repeat left center transparent;    
}
#usefull_link_block li.sendtofriend,
#usefull_link_block_mobile li.sendtofriend {
    background: url('../img/icon/mail.gif') no-repeat left center transparent;    
}
#send_friend_form p.title {
    padding: 8px 11px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #165EA6;
}
#usefull_link_block li.print,
#usefull_link_block_mobile li.print {
    background: url('../img/icon/print.gif') no-repeat left center transparent;    
}
#send_friend_form .product .product_desc {
    max-width: 100%;
}
#send_friend_form .form_container {
    border: none;
}
#send_friend_form .form_container .text label {
    width: auto;
    text-align: left;
    padding-left: 0;
    font-size: 14px;
}
#send_friend_form .form_container p.intro_form,
#send_friend_form .form_container .text {
    padding-bottom: 0;
}
#send_friend_form h2 {
    background-color: #165EA6;
}
#send_friend_form .form_container p.intro_form {
    font-weight: 600;
    font-size: 14px;
}
#send_friend_form #sendEmail {
    width: auto;
    padding: 8px 20px 9px;
    display: inline-block;
}
#thumbs_list {
    position: relative;
    min-width: 100%;
}
#thumbs_list li img,
#thumbs_list li img:hover  {
    border: none;
    box-shadow: none;
    margin: 0 5px 5px 0;
    display: block;
    padding: 0;
    height: auto;
    width: auto;
}
#thumbs_list ul#thumbs_list_frame {
    line-height: 1;
    padding: 0;
    margin: 10px 0 5px;
    max-height: 82px;
    overflow: hidden;
    text-align: center;
}
#thumbs_list ul#thumbs_list_frame li {
    display: inline-block;
    float: none;
    height: 80px;
}
#views_block .all-images {
    display: none;
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 40px;
    height: 20px;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    -webkit-appearance: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../img/icon/arrow-29-16-down.png) center center no-repeat #F4F4F4;
    z-index: 1;
    cursor: pointer;
}
#views_block .all-images.open {
    background-image: url(../img/icon/arrow-29-16-up.png);
}
#pb-right-column .thumbs_list_row {
    margin-top: 15px;
    padding-right: 15px;
    background-color: #E8EFF6;
}
h2.discount-h2 {
    display: inline-block;
    border: none;
    color: #FFF !important;
    background-color: #165FA6;
    margin: 10px 0 0 0 !important;
    font-size: 16px !important;
    line-height: 22px;
    padding: 2px 20px !important;
    font-weight: 400;
}
#quantityDiscount table {
    border: 1px solid #D6D6D6 !important;
}
#quantityDiscount table th {
    background-color: #FFF;
    padding: 5px 10px;
    border-bottom: 1px solid #D6D6D6 !important;
}
#quantityDiscount table td {
    padding: 3px 10px;
    color: #548ABE;
}
#quantityDiscount table tbody tr {
    background-color: #E7EFF6;
}
#quantityDiscount table tbody tr:nth-child(2n) {
    background-color: #FFF;
}
.similar-wrapper {
    margin-top: 15px;
}
.video_block {
    margin-top: 20px;
}
p.productscategory_h2,
p.video_block_h2,
p.blockpack_h2 {
    display: inline-block;
    border: none;
    color: #FFF !important;
    background-color: #165FA6;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 22px;
    padding: 2px 20px !important;
    font-weight: 400;
}
.video-block-inner,
#productscategory,
#blockpack_list,
#productscategory_noscroll {
    position: relative;
    border: 1px solid #D6D6D6;
    padding: 15px 30px;
    overflow: hidden;
}
.video-block-inner {
    padding: 5px 30px 15px 30px;
}
.video_product {
    margin-top: 10px;
    padding-right: 10px;
}
.video_product .play_Black {
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -18px;
}
#productscategory_list ul,
#blockpack ul {
    margin: 0;
}
#productscategory_list li,
#blockpack li  {
    float: left;
    list-style: none;
    margin-right: 15px;
    width: 112px;
    line-height: 0;
}
#productscategory_list li a img,
#blockpack li a img {
    box-shadow: none;
    border: none;
    width: auto;
    padding: 0;
    display: block;
}
#productscategory_scroll_left,
#productscategory_scroll_right {
    background: url(../img/btn_leftCaroussel.png) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
    z-index: 5;
}
#productscategory_scroll_right {
    background-image: url(../img/btn_rightCaroussel.png); 
    left: auto;
    right: 10px;   
}
p.product_name {
    display: none;
}
#more_info_block {
    margin-top: 15px;
}
#more_info_sheets {
    border: 1px solid #D6D6D6;
    margin-top: -1px;
    padding: 25px 10px 10px 10px;
}
#more_info_tabs {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
#more_info_tabs a {
    background-color: #F4F4F4;
    color: #548ABE;
    font: 600 18px/23px 'Open Sans',sans-serif;
    padding: 10px 10px 7px 10px;
    border: 1px solid #D6D6D6;
    border-top: none;
}
#more_info_tabs li:first-child a {
    border-top: 1px solid #D6D6D6;
}
#more_info_tabs a.selected {
    background-color: #FFF;
    color: #165CA1;
    margin-top: 0;
}
#more_info_sheets, 
#more_info_sheets p,
#more_info_sheets li {
    color: #6B6764;
    font-size: 16px;
    line-height: 24px;
}
#blockpack {
    margin-top: 30px;
    padding-top: 0;
    border: none;
}
#blockpack #blockpack_list {

}
@media (min-width: 768px) {
    .content_prices .our_price_display {
        font-size: 24px;
    }
    #pb-left-column #product-information {
        padding-top: 0;
    }
    #usefull_link_block,
    #usefull_link_block_mobile {
        margin-top: 5px;
        padding: 0;
        background-color: transparent;
    }
    #resetImages {
        display: inline-block;
        padding: 5px 0;
    }
    #pb-right-column #usefull_link_block li,
    #usefull_link_block_mobile li{
        float: left;
        background-position: left center;
        margin-bottom: 0;
        padding: 0;
        text-align: left;
    }
    #usefull_link_block li a,
    #usefull_link_block_mobile li a {
        padding-left: 19px;
        margin-right: 9px;
    }
    #thumbs_list ul#thumbs_list_frame {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
        max-height: none;
    }
    #thumbs_list li img,
    #thumbs_list li img:hover  {
        margin: 0 auto 6px auto;
    }
    #views_block .all-images {
        display: none !important;
    }
    #pb-right-column #image-block {
        padding-right: 30px;
    }
    #pb-right-column #image-block #view_full_size {
        display: block;
    }
    #thumbs_list {
        height: 100%;
    }
    #views_block {
        height: 100%;
    }
    #view_scroll_left, 
    #view_scroll_right {
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        float: none;
        border: none;
        background-color: transparent;
        display: block !important;
    }
    #view_scroll_right {
        top: auto;
        bottom: 3px;
    }
    #pb-right-column .thumbs_list_row {
        position: relative;
        padding: 20px 0;
        margin-left: -15px;
        margin-top: 0;
        background-color: #E8EFF6;
        text-align: center;
        height: 568px;
    }
    #more_info_sheets {
        margin-top: 2px;
    }
    #more_info_tabs a {
        border: 1px solid #D6D6D6;
        margin-right: 5px;
    }
    #more_info_tabs a.selected {
        border-bottom-color: #FFF;
    }  
}

/* ************************************************************************************************
        Category
************************************************************************************************ */

#category h1 {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}
#category .resumecat h5 {
    font-size: 14px;
    font-weight: 300;
}
#category .content_scene_cat {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 30px;
}
#category .content_scene_cat .image_cat {
    overflow: hidden;
    margin: 0;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
#category .content_scene_cat #categoryImage {
    display: block;
}
#category .content_scene_cat .cat_desc {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin: 0;
}
#category .content_scene_cat .cat_desc p {
    font-size: 16px;
    line-height: 24px;
    color: #6B6764;
}
#category ul.product_list .product-wrap,
#search ul.product_list .product-wrap,
#prices-drop ul.product_list .product-wrap,
#best-sales ul.product_list .product-wrap {
    position: relative;
    padding-bottom: 35px;
    /*background-color: #F4F4F4;*/
}
#category ul.product_list li:hover h3 a,
#search ul.product_list li:hover h3 a,
#prices-drop ul.product_list li:hover h3 a,
#best-sales ul.product_list li:hover h3 a {
    color: #005DA8;
    text-decoration: none;
}
#category ul.product_list a.product_image img,
#search ul.product_list a.product_image img,
#prices-drop ul.product_list a.product_image img,
#best-sales ul.product_list a.product_image img {
    box-shadow: none;
    padding: 0;
    display: block;
    margin: 0;
    border: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    will-change: transform;
}
#category ul.product_list li:hover a.product_image img,
#search ul.product_list li:hover a.product_image img,
#prices-drop ul.product_list li:hover a.product_image img,
#best-sales ul.product_list li:hover a.product_image img {
    opacity: 1;
    -moz-transform: scale3d(1.07,1.07,1.07);
    -webkit-transform: scale3d(1.07,1.07,1.07);
    -o-transform: scale3d(1.07,1.07,1.07);
    -ms-transform: scale3d(1.07,1.07,1.07);
    transform: scale3d(1.07,1.07,1.07);
}
#category ul.product_list a.product_image,
#search ul.product_list a.product_image,
#prices-drop ul.product_list a.product_image,
#best-sales ul.product_list a.product_image {
    display: block;
    line-height: 0;
    background-color: #FFF;
}
#category ul.product_list h3 a,
#search ul.product_list h3 a,
#prices-drop ul.product_list h3 a,
#best-sales ul.product_list h3 a {
    color: #777;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    display: block;
    margin: 0;
}
/*#category ul.product_list h5 a span,
#search ul.product_list h5 a span,
#best-sales ul.product_list h5 a span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #165FA6;
    background-color: rgba(22,95,166,0.5);
    color: #777;
    padding: 10px;
    border-radius: 10px;
}*/
#categories_block_left .tree li {
    border: none;
    margin: 11px 0 0 0;
    padding: 0;
}
#categories_block_left .tree li a {
    background: transparent;
    padding: 2px 10px;
    line-height: 14px;
    color: #6A99C6;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}
#categories_block_left .tree li a:hover,
#categories_block_left .tree li a:active,
#categories_block_left .tree li a.selected {
    color: #333;
    text-decoration: none;
}
#viewed-products_block_left .products .content_img {
    float: left;
    height: auto;
    margin-right: 10px;
}
#viewed-products_block_left .products li {
    padding: 0 8px;
    margin-top: 11px;
    border: none;
}
#viewed-products_block_left .products li a {
    background: transparent;
    padding: 0;
}
#viewed-products_block_left .block_content h5 {
    float: none;
    width: auto;
    margin: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #165FA6;
    font-style: normal;
    overflow: hidden;
}
@media (min-width: 768px) {
    ul.product_list h3,
    ul.product_list .price {
        text-align: left;
    }    
}

/* ************************************************************************************************
        LOGIN AND CHECKOUT
************************************************************************************************ */

/* order step */
#order_step li span.content {
    font-weight: 400;
    display: none;
}
#order_step li span.bullet {
    background-color: #F5F5F5;
    color: #A7A7A7;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    width: 20px;
}
#order_step li.step_current span.bullet,
#order_step li.step_current_end span.bullet {
    background-color: #165EA6; 
    color: #FFF;  
}

/* my-account */
#my-account .myaccount_lnk_list li {
    border-top: 1px solid #B9B9B9;
    font-size: 13px;
    line-height: 36px;
    padding-left: 15px;
}
#my-account .myaccount_lnk_list li a img {
    padding-right: 10px;
}
p.required.text input, 
p.required.password input, 
p.required.select select,
p.text input, 
p.password input, 
p.select select, 
p.textarea textarea, 
p.required.textarea textarea {
    width: 100%;
}
#opc_account_form p.radio {
    margin-bottom: 15px;
}
.lost_password {
    width: auto;
}
.lost_password a {
    padding: 0.5rem 1rem;
    background-color: #767676;
    color: #FFFFFF;
    font-weight: 400;
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}
.lost_password a:hover,
.lost_password a:active {
    background-color: #666666;
    text-decoration: none;
}

/* cart summary */
table#cart_summary th {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    background: #F3F3F3;
}
table#cart_summary .cart_quantity {
    text-align: left;
}
table#cart_summary tr.cart_item.even {
    background-color: #FFF;
}
table#cart_summary th,
table#cart_summary td {
    padding: 10px 5px;
}
table#cart_summary td.cart_description a {
    font-size: 13px;
    color: #333;
    font-weight: 300;
}
table#cart_summary td.cart_quantity {
    min-width: 70px;
}
table#cart_summary .cart_product img {
    box-shadow: none;
    padding: 0;
}
table#cart_summary .cart_quantity_button {
    line-height: 12px;
    top: -3px;
}
table#cart_summary .cart_quantity_up,
table#cart_summary .cart_quantity_down  {
    display: inline-block;
}
table#cart_summary input.cart_quantity_input {
    border: 1px solid #D5D5D4;
    box-shadow: none;
    margin: 0 0 0 5px;
}
table#cart_summary tfoot tr td {
    font-weight: 300
}
.cart_delete a.cart_quantity_delete, a.price_discount_delete {
    width: 12px;
    height: 12px;
    display: block;
    background: url(../img/bg_delete_product.png) no-repeat center center;
    text-indent: -999px;
    overflow: hidden;
}
#total_price_container {
    text-align: right;
    margin-bottom: 0;
}
#total_price_container .price-wrapper {
    background-color: #165EA6;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
}
#total_price_container p {
    color: #FFF;
    font-weight: 400;
    margin: 0;
    margin-right: 10px;
    float: left;
}
#total_price_container p#total_price {
    margin-right: 0;
}
.shipping-hint {
    font-weight: 600;
}
#voucher {
    width: 100%;
}
#voucher fieldset {
    background-color: #F5F5F5;
    margin: 20px 0 0 0;
    padding: 0;
}
#voucher input.button {
    width: 80px;
    background-color: #f36f21;
}
#voucher input.button:hover {
    background-color: #e7621d;
}
#voucher .title_block label {
    background-color: #a8c3de;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 11px;
    font-weight: 400;
    text-transform: uppercase;
}
#voucher #title {
    border: medium none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin: 0 10px;
    padding: 8px 0;
}
#voucher #display_cart_vouchers {
    background-color: #ffffff;
    padding: 5px 10px 10px;
    margin: 0 10px 10px 10px;
}
#voucher #display_cart_vouchers span {
    color: #005CA8;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
}
#voucher .discount_name_block,
#voucher .submit {
    margin: 0 10px 10px 10px;
}
ul.address {
    background-color: #F5F5F5;
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
    height: 100% !important;
}
ul.address.last_item {
    margin-bottom: 0;
}
ul.address li {
    font-size: 13px;
    line-height: 13px;
}
.addresses ul.address .address_title, .address .address_title {
    border-bottom: 1px solid #B9B9B9;
    font-weight: 400;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.cart_navigation a.button {
    background-color: #767676;
    font-weight: 400;
}
.cart_navigation .exclusive,
.cart_navigation a.exclusive {
    background: #f36f21;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
    margin-top: 15px !important;
}
.cart_navigation a.button:hover,
.cart_navigation .exclusive:hover,
.cart_navigation a.exclusive:hover {
    background-color: #e7621d;
}
/* addresses */
div.addresses {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
p.address_add {
    margin: 15px 0;
} 
#ordermsg {
    padding: 15px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
#ordermsg .textarea,
#ordermsg textarea {
    margin: 0;
    width: 100%;
}

/* shipping */
.order_carrier_content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
#order .delivery_options_address h4 {
    background-color: #F5F5F5;
    color: #222;
    padding: 5px 10px;
}
.delivery_options_address {
    margin: 20px 0;
}
#order .delivery_option_radio, 
#order-opc .delivery_option_radio {
    top: 6px;
}
#order .delivery_option label > table.resume {
    margin-left: 25px;
}
#order .delivery_option {
    border-bottom: 1px solid #F5F5F5;
}
#order .delivery_option label {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: 0;
}
#order .delivery_option label:hover {
    box-shadow: none;
    border: none;
}
li.address_update a,
li.address_delete a {
    text-transform: uppercase;
}

/* top sellers */
#best-sellers_block_right .block_content .content_img {
    float: left;
    height: auto;
    margin-right: 10px;
}
#best-sellers_block_right .block_content li {
    padding: 0 8px;
    margin-top: 11px;
    border: none;
}
#best-sellers_block_right .block_content li a {
    background: transparent;
    padding: 0 !important;
    width: auto !important;
}
#best-sellers_block_right .block_content li img {
    max-width: 100%;
    height: auto;
}
#best-sellers_block_right .block_content h5 {
    float: none;
    width: auto;
    margin: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #165FA6;
    font-style: normal;
    overflow: hidden;
}
#best-sellers_block_right p.lnk {
    text-align: left !important;
    margin: 17px 0 0 8px;
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 768px) {
    #order_step li span.content {
        display: inline-block;
    }
    table#cart_summary th,
    table#cart_summary td {
        padding: 10px;
    }
    #order ul.address {
        margin: 0;
    }
    .cart_navigation a.exclusive,
    .cart_navigation .exclusive {
        margin-top: 0 !important;
    }
}

/* ************************************************************************************************
        CONTACT
************************************************************************************************ */

#contact h3 {
    font-size: 16px;
}
#contact p.text label, #contact p.select label, #contact p.select span, #contact p.textarea label {
    font-size: 14px;
}

/* ************************************************************************************************
        CMS Pages
************************************************************************************************ */

#cms h2, h3, h4, h5 {
    color: #165FA6;
}
#cms #columns ul {
    margin-left: 16px;
}
#center_column .backlink {
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #80AED2;
    color: #FFF;
    text-decoration: none;
    margin-right: 10px;
}
#center_column .backlink:hover {
    background-color: #165ea6;
}


/* ************************************************************************************************
        MY ACCOUNT
************************************************************************************************ */

#center_column #add_adress p.submit2 {
    text-align: left;
}

#my-account #center_column h4 {
    font-size: 14px;
    font-weight: 200;
}

#module-blockwishlist-mywishlist #center_column {
    width: 100%;
}
#module-blockwishlist-mywishlist #mywishlist fieldset {
    background-color: #F5F5F5;
}
#module-blockwishlist-mywishlist #mywishlist p.text label {
    text-align: left;
    padding-left: 0;
    font-weight: normal;
}
#module-blockwishlist-mywishlist #mywishlist p.submit{
    text-align: left;
}
#module-blockwishlist-mywishlist #mywishlist p.text input {
    width: 250px;
}
#module-blockwishlist-mywishlist #submitWishlist {
    padding: 5px 10px;
    color: #FFF;
    background-color: #165EA6;
    border: none;
    cursor: pointer;
}
table.std th, table.table_block th {
    font-weight: 400;
}
#mywishlist td.wishlist_delete {
    text-align: left;
}
#mywishlist td.wishlist_delete a {
    color: #165EA6;
    text-shadow: none;
    background: none;
    font-size: 12px;
    text-transform: none;
    border-radius: 0;
}

/* ************************************************************************************************
        PRODUCT LIST (Search, Category and Top Seller)
************************************************************************************************ */

#center_column .sortPagiBar {
    background-color: #E7EFF6;
    padding: 10px;
}

#search h3.nbresult{
    font-size: 13px;
    margin: 0 0 10px;
    padding: 10px 0;    
    background-color: transparent;
    border: none;
}

#productsSortForm,
#productsSortForm_bottom {
    float: right;
}

#pagination_previous_bottom a, 
#pagination_previous_bottom span, 
#pagination_next_bottom a, 
#pagination_next_bottom span {
    padding: 0 8px;
    width: auto;
}
#pagination_next {
    float: left;
}
#pagination ul.pagination li:hover a,
#pagination_bottom ul.pagination li:hover a {
    background-color: #E7EFF6;
    color: #548ABE;
}
#pagination ul.pagination li a {
    font-size: 13px;
}

#product_list {
    margin-top: 20px;
}
#product_list a.product_image {
    display: block;
}
#product_list a.product_image img {
    box-shadow: none;
}
#product_list h3,
#product_list .price {
    color: #165FA6;
    font-size: 14px;
    text-align: left;
    margin: 0;
}

/* ************************************************************************************************
        COOKIE MODULE
************************************************************************************************ */

#cookieNotice {
    padding: 0 !important;
}
#cookieNotice table {
    background: transparent;
    margin: 0;
}
#cookieNotice table td {
    vertical-align: middle;
    padding: 0;
}
#cookieNotice table td p {
    color: #FFF;
}
#cookiesClose {
    background: url(../img/icon/close.png) center center no-repeat transparent;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* ************************************************************************************************
        FEEDBACK LINK
************************************************************************************************ */

.feedback-link {
  display: none;
  position: fixed;
  top: 50%;
  right: -84px;
  border: 1px solid #c8c8c8;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 99;
  animation-name: showfeedback;
  animation-duration: 600ms;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
.feedback-link a {
  display: inline-block;
  background-color: #e8e8e8;
  color: #333;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 2rem;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -ms-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
}
.feedback-link a:hover {
  text-decoration: none;
  background-color: #d8d8d8;
}
@keyframes showfeedback {
    from {right: -84px;}
    to {right: -44px;}
}
@media (min-width: 768px) {
  .feedback-link {
    display: block;
  }
}

/* ************************************************************************************************
        DIV
************************************************************************************************ */

#pagenotfound form input.button {
    margin-top: 15px !important;
}
#form_forgotpassword p.text label {
    font-weight: normal;
}
.payment_module {
    padding: 0;
    border: none;
}
.payment_module > a {
    display: block;
    padding: 10px;
    border: 1px solid #C2C2C2;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
}
.payment_module > a::before, .payment_module > a::after {
    content: " ";
    display: table;
}
.payment_module > a::after {
    clear: both;
}
.payment_module.atos {
    border-color: #C2C2C2 !important;
}
.payment_module.atos:hover {
    background-color: #FFF !important;
    box-shadow: 2px 2px 6px #CECCCC !important;
}
.payment_module.atos .teaser {
    float: left;
    color: #165FA6;
    font-size: 14px;
}
.payment_module.atos form {
    float: left;
}
.payment_module.atos input {
    display: inline-block;
    margin-right: 10px !important;
}
ul#header_links li.pay-info {
    position: absolute;
    right: 15px;
    top: 35px;
}
ul#header_links li.pay-info img {
    margin-left: 5px;
}
@media (min-width: 650px) {
    ul#header_links li.pay-info {
        position: static;
        display: inline-block;
        margin-left: 0;
        float: left;
    }
}
.infobox {
    padding: 15px;
    background-color: #DDDDDD;
    margin-top: 10px;
    display: inline-block;
}

/* ************************************************************************************************
        Print
************************************************************************************************ */

@media print {
    body {
        margin: 2cm 1cm;
    }
    .header-top-bar,
    .header_user_mobile, 
    #header,
    .breadcrumb,
    #footer,
    a:after {
        display: none !important;
    }
    div {
        page-break-inside: avoid;
    }

}