@import url(https://fast.fonts.net/cssapi/f4463ff9-e4cf-4542-9930-2ecb32e6f0e2.css);
@font-face {
    font-family: 'volvo_broad_proregular';
    src: url('volvobroadpro-webfont.eot');
    src: url('volvobroadpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('volvobroadpro-webfont.woff') format('woff'),
         url('volvobroadpro-webfont.ttf') format('truetype'),
         url('volvobroadpro-webfont.svg#volvo_broad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'univers-medium';
  src: url('fonts/UniversCondensed-Medium.eot?#iefix') format('embedded-opentype'),  
  url('fonts/UniversCondensed-Medium.woff') format('woff'), 
  url('fonts/UniversCondensed-Medium.ttf')  format('truetype'), 
  url('fonts/UniversCondensed-Medium.svg#UniversCondensed-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: univers-cond-medium;
    src: url(/bitrix/templates/collonil_2015/fonts/univers-cond-medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: univers-light;
    src: url(/bitrix/templates/collonil_2015/fonts/univers-light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;font-variant: ;
}
@font-face {
    font-family: univers-light2;
    src: url(/bitrix/templates/collonil_2015/fonts/univers-light2.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: univers-light-bold;
    src: url(/bitrix/templates/collonil_2015/fonts/univers-light-bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url(image/leatherBackground.jpg) repeat center top;
    font-family: Helvetica, Arial, Sans-Serif;
}

a {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    text-decoration: underline;
}
a:hover { color: #0d4018; text-decoration: none;}

/*button:hover {
    opacity: 0.5;
}*/

:focus {
    outline: none;
}

input {
    font-size: 10px;
    line-height: 12px;
    font-weight: 100;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    width: auto;
}

.input-micro { width: 30px; }
input.qty { text-align: center; }

form {
    margin: 0px;
}
span, div {
    /*  font-family:'univers-light';
    */}

ul, ol {
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    margin: 0px;
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    color: #fff;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 22px;
    padding: 14px 23px;
    display: inline-block;
}
#go-to-basket {
    background-color: #fefefe;
    box-shadow: 0 0 5px 1px #cccccc;
    display: none;
/*    left: 50%;
    margin: -75px 0 0 -75px;*/
    padding: 20px;
/*    position: fixed;
    top: 50%;*/
    width: 150px;
    z-index: 10005;
    position: absolute;
    top: 32px;
    right: 26px;
}
.close-wind {
    background: url("/bitrix/templates/catalog/image/close-form.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    font: bold 17px robotoregular;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
}
#go-to-basket .cont {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#go-to-basket .cont div {
    display: block;
    margin: 15px 0;
}
#go-to-basket .cont div a {
    border-bottom: 1px dashed #365902;
    color: #365902;
    font-family: calibri;
    font-size: 16px;
    text-decoration: none;
}
#go-to-basket .cont div:last-child a {
    border-bottom: 1px dashed #777777;
    color: #777777;
}
.shadow-wrapper.flexslider {
    height: 266px;
    overflow: hidden;
}
.serial-name {
    color: #fff;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 22px;
    padding: 20px 23px;
    text-transform: uppercase;
}
.scroll-serial {
    display: inline-block;
    padding: 13px 0px 13px 17px;
    width: 100%;
    box-sizing:border-box;
}
.scroll-serial a {
    background: url("/bitrix/templates/catalog/image/subIntroStageListArrow.png") no-repeat scroll right -23px transparent;
    box-shadow: 0 0 2px #455a4d inset;
    color: #545454;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0 7px 5px 0;
    opacity: 1;
    padding: 5px 10px 5px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    display: inline-block;
}
.scroll-serial a:hover {
    opacity: 0.7;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
            
            

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner:hover > .scroll-element .scroll-bar { background-color: #f0f0f0; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
    

.sizeses {
    border-bottom: none;
}   
.color-element {
    display: inline-block;
    /*padding-left: 3px;*/
min-width: 130px;
}

h2 {
}

h3 {
    font-size: 12px;
    color: #445251;
}

a {
    color:
        #0d4018;
    text-decoration: none;
}

article {
    position: relative;
}

#YMapsID {
    width: 900px; 
}
.info-offis {
    margin: 0 0 15px;
}
.line-offis {
    padding: 5px 0;
}
.line-offis .name {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: top;
    width: 70px;
}
.line-offis .descr {
    display: inline-block;
}
.line-offis {

}
.line-offis {

}
/* _______________________________________________________________________ HEADER ___*/
.logout {
    display: inline-block;
}
.logout input {
    background: none repeat scroll 0 0 #34473c;
    border: medium none;
    color: #fff;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 18px;
    margin-top: -4px;
    padding: 5px 10px 6px;
}

.mainNavigation.navbar .brand {
 background: url(image/collonilLogo.png) no-repeat top;
 /*background: url(image/collonilLogo_NG.png) no-repeat top; */
 width: 180px;
 height: 141px;
 position: absolute;
 text-indent: -999999px;
 padding: 10px 20px 0px;
 margin-left: -10px;
 left: 10px;
 top: 0px;
 -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
 -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
 -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
 -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
 transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.mainNavigation.navbar .brand:hover {
    top: -7px;
}

.mainNavigation.navbar .nomber {
    float: left;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    left: 230px;
    /*margin-top: 25px;*/
    position: relative;
}
.mainNavigation.navbar .nomber-tel {
    color: #6c4a1d;
    font-size: 36px;
    text-shadow: 0 1px 1px #f8d293;
}
.mainNavigation.navbar .nomber-call {
    font-size: 13px;
    margin-top: -15px;
}
.mainNavigation.navbar .call-title {
    color: #5a4123;
    display: inline-block;
    text-shadow: 0 1px 1px #f8d293;
}
.mainNavigation.navbar .callback {
    border-bottom: 1px solid;
    color: #477b6c;
    cursor: pointer;
    display: inline-block;
    line-height: 13px;
    text-shadow: 0 1px 1px #f8d293;
}
.mainNavigation.navbar .callback:hover {
    border-bottom: 1px solid rgba(0,0,0,0);
}


.mainNavigation .navbar-inner {
    /*  background: none !important;
    */  background: transparent;
    min-height: 120px;
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.mainNavigation.navbar {
    position: relative;
    width: 100%;
    background: url(image/leatherHeader.jpg) repeat-x bottom center;
    border: 0px;
    z-index: 15;
    top: 0px;
    left: 0px;
}

.mainNavigation.navbar .nav {
 clear: both;
 left: 220px;
 margin-right: 0;
 position: relative;
 top: 7px;
 width: 740px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between; 
}

.navbar .container {
    width: 982px;
    border: 0px solid red;

}
.shadow-wrapper .shadow-wrapper {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    width: 902px;
}
.shadow-wrapper .shadow-wrapper .container {
    background-color: #fff;
    padding: 0 !important;
}
.subscr-mynew  {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
}
.subscr-mynew label {
    display: inline-block;
    cursor: pointer;
}
.subscr-mynew p {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.mainNavigation .navbar-inner {
    padding-right: 0px;
}
.navbar .nav > li > a {
 color: #6c4a1d;
 float: none;
 font-size: 15px;
 font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
 letter-spacing: 0;
 padding: 10px 11px;
 text-decoration: none;
 text-shadow: 0 1px 1px #f8d293;
 text-transform: uppercase;
 white-space: nowrap;
}
.navbar .nav > li > a#active {
    background: url(image/arr.png) no-repeat center 32px transparent;
}
.navbar .nav > li > a:hover {
    color: #477b6c;
}
.dropdown-login input[type="text"], .dropdown-login input[type="password"] {
	width: 136px;
}
.dropdown-login input[type="submit"] {
	width: 120px;
}

#title-geo {
    display: inline-block;
    overflow: hidden;
}

.nav.footer {
    display: table;
    float: none;
    margin: 10px auto;
}

.nav.footer > li {
    
}

.nav.footer > li > a {
    border-left: 1px solid #5e2100;
    color: #5e2100;
    font-size: 16px;
    padding: 4px 15px;
}

.nav.footer > li:first-child > a {
    border: none;
}


.popup {
    background: url("/bitrix/templates/catalog/image/shadowWrapper.jpg") no-repeat scroll center bottom #fff;
    border: 5px solid #fff;
    float: none;
    left: 50%;
    margin: 0 0 0 -150px;
    min-height: 10px;
    min-width: 100px;
    position: fixed;
    top: 30%;
    z-index: 1001;
}
#overlay {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;  
}
#callback {
    display: none;
}
#callback .cont {
    background: none repeat scroll 0 0 #354a3d;
    box-shadow: 0 0 20px #333 inset;
    color: #fff;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 22px;
    padding: 30px;
}
#callback .cont .title {
    color: #ffffff;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
#callback .cont input[type="text"] {
    color: #354a3d;
    display: table;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 20px;
    height: 40px;
    margin: 0 auto 15px;
    padding: 10px;
    text-align: center;
    width: 240px;
}
#callback .cont select {
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    color: #354a3d;
    font-size: 20px;
    height: 40px;
    margin-bottom: 15px;
    width: 242px;
    text-align: center;
}
#callback .cont input[type="submit"] {
    background-color: #fff;
    color: #354a3d;
    display: table;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 242px;
}
#callback .close-form {
    background: url("/bitrix/templates/catalog/image/buttons.png") no-repeat scroll 8px -131px #fff;
    border-radius: 30px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -21px;
    top: -20px;
    width: 36px;
}
#callback .close-form:hover {
    background: url("/bitrix/templates/catalog/image/buttons.png") no-repeat scroll -37px -131px #354a3d;
}



.mainNavigation.navbar .nav > li {
    background: url(image/spacerNavigation.jpg) no-repeat right center;
}

.mainNavigation.navbar .nav > li:last-child {
    background: none;
}

.mainNavigation.navbar .nav > .active > a, .mainNavigation.navbar .nav > .active > a:hover, .mainNavigation.navbar .nav > .active > a:focus {
    color: #40280f;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mainNavigation.navbar .nav > li.drop_active a {
    background: url(image/navigationIndicator.png) bottom center no-repeat;
}

#toolbar {
    position: absolute;
    top: 20px;
    left: 340px;
    width: 353px;
    height: 30px;
    -webkit-transition: width 0.4s cubic-bezier(0.25,0.1,0.25,1);
    -moz-transition: width 0.4s cubic-bezier(0.25,0.1,0.25,1);
    -o-transition: width 0.4s cubic-bezier(0.25,0.1,0.25,1);
    -ms-transition: width 0.4s cubic-bezier(0.25,0.1,0.25,1);
    transition: width 0.4s cubic-bezier(0.25,0.1,0.25,1);
}

.dropdown .Deutsch, .dropdown .de {
    background: url(image/flags/Germany.png) no-repeat center left;
}

.dropdown .French, .dropdown .fr {
    background: url(image/flags/France.png) no-repeat center left;
}

.dropdown .English, .dropdown .en {
    background: url(image/flags/English.png) no-repeat center left;
}

.dropdown .Spanisch, .dropdown .es {
    background: url(image/flags/Spain.png) no-repeat center left;
}

.dropdown .caret {
    margin-top: 9px;
    margin-left: 7px;
}

.dropdown .dropdown-menu {
    left: 14px;
    margin: 0;
    min-width: 100px;
    padding: 0;
    top: 26px;
    width: 110px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0px 0px 0 -10px;
    list-style: none;
    background-color: #364a3e;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu a {
    color: #ffffff; 
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown-login {
    background-color: #364a3e;
    display: none;
    padding: 10px;
    position: absolute;
    top: 26px;
    width: 150px;
}
.dropdown-login .forgot {
    color: #ffffff;
    font-family: univers-medium;
    font-size: 17px;
    margin-top: 5px;    
}

.navbar .meta-nav {
    position: absolute;
    right: 0px;
    top: 16px;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    list-style: none;
    display: block;
}

.navbar .meta-nav > li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-right-color: #99764b;
    border-right-style: solid;
    border-right-width: 2px;
}
.navbar .meta-nav > li {
    color: #6c4a1d;
    padding-bottom: 4px;
    padding-top: 2px;
}
.navbar .meta-nav > li:last-child {
    border: none;
}
.navbar .meta-nav > li > a, .navbar .meta-nav > li > span {
    background: url("image/login.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #6c4a1d;
    cursor: pointer;
    display: inline-block;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 22px;
    padding-right: 30px;
    text-decoration: none;
    text-shadow: 0 1px 1px #f8d293;
}
.autorize a, .autorize span {
    color: #6c4a1d;
    cursor: pointer;
    display: inline-block;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 22px;
    padding-right: 3px;
    text-decoration: none;
    text-shadow: 0 1px 1px #f8d293;
}
.autorize a {
    border-bottom: 1px solid;
    line-height: 17px;
    margin-right: 7px;
    padding: 0;
}
.autorize a:hover {
    border-bottom: 1px solid transparent;
}
.navbar .meta-nav > li:hover > a, .navbar .meta-nav > li:hover > span {
    background: url("image/login_hover.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
}
.data-table.bx-forgotpass-table thead td {
    padding: 0 0 10px;
}
.data-table.bx-forgotpass-table input[type="text"] {
    height: 30px;
}
.data-table.bx-forgotpass-table input[type="submit"] {
    margin-top: 5px;
}


.navbar-search {
    background: url("image/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 10px;
    position: absolute;
    right: 0;
    width: 252px;
}
.navbar-search input:focus {
    box-shadow: none !important;
    border: none;
    color: #
}

.navbar-search input[type="submit"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 8px 0 7px;
    text-indent: -9999px;
    width: 62px;
}

.lt-ie8 #search_mini_form button {
    margin-top:1px;
    height: 29px;
}

.typeahead.dropdown-menu {
    min-width: 214px;
    padding: 5px 0;
    margin: 0px 0px 0 12px;
    left: 0;

}

.navbar-search .lupe {
    position: absolute;
    bottom: 2px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: url(image/glyphicons-halflings.png) no-repeat -45px 0;
}
.search-query {
    height: 30px;
}
.navbar-search .search-query {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    font-family: 'univers-light',Helvetica,Arial,Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    height: 21px;
    margin-bottom: 0;
    padding: 4px 0 4px 5px;
    width: 152px;
}

.typeahead.dropdown-menu a {
    padding-left: 60px;
    line-height: 56px;
}

.typeahead .active > a:hover, .typeahead .active > a {
    color: #333;
    text-decoration: none;
    outline: 0;
    background: none;

}

[data-value="California"] a {
    background: url(image/products.jpg) 10px 0px no-repeat;
}

[data-value="California"] a {
    background: url(image/products.jpg) 10px -60px no-repeat;
}

[data-value="Alabama"] a {
    background: url(image/products.jpg) 10px -120px no-repeat;
}

[data-value="Alaska"] a {
    background: url(image/products.jpg) 10px -180px no-repeat;
}

/* _______________________________________________________________________ SUBHEADER | BREADCRUMB & BASKET ___*/

.subheader {
    z-index:9;
    position: relative;
}

.subheader .container{
    background: none repeat scroll 0 0 #354a3d;
    border-radius: 0;
    font-size: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    position: relative;
    box-shadow: 0 0 20px #333 inset;
}

.subheader .navbar {
    margin: 5px 21px 26px;
    overflow: hidden;
}

.subheader .navbar .nav > li > a {
    border-left: 1px solid;
    color: #fff;
    font-size: 13px;
    padding: 2px 9px;
    text-shadow: none;
}
.subheader .navbar .nav > li > a:hover {
    text-decoration: underline;
}
.subheader .navbar .nav > li:first-child > a {
    border-left: none;
}


.block-cart {
    background: url("image/cart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 13px;
    float: right;
    height: 40px;
    position: relative;
    right: 13px;
    width: 256px;
}
#block-cart.float-cart {
    margin: 0 -481px 0 0;
    position: fixed;
    right: 50%;
    top: 15px;
}

.lt-ie9 .block-cart {
    border: 1px solid #365d52;
}

.block-cart .actions {
    position:absolute;
    right: 0px;
    bottom: 0px;
}

.block-cart span {
    line-height: 28px;
    /*padding-left: 7px;*/
}

.block-cart button {
    background: url(image/basketButton.jpg);
    width: 112px;
    height: 28px;
    border: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    line-height: 26px;
}

.block-cart .block-content {
    height: 28px;
}

.lt-ie9.lt-ie8 .block-cart button {
    height: 30px;
}

.block-cart .cart-items {
    color: #fff;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    height: 13px;
    left: 5px;
    line-height: 13px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 12px;
}

.block-cart .summary {
    color: #fff;
    font-family: 'univers-light',Helvetica,Arial,Sans-Serif;
    height: 36px;
    line-height: 36px;
    padding-left: 45px;
}

.block-cart .summary span {
    color: #fff;
    display: inline-block;
    font-family: 'univers-light-bold',Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 97px;
}

.block-cart .summary a {
    color: #fff;
    display: inline-block;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 15px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.block-cart .summary a:hover {
    text-decoration: underline;
}

.breadcrumb {
    background: none repeat scroll 0 0 #354a3d;
    border-radius: 0;
    bottom: 0;
    float: left;
    font-size: 10px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 25px 20px 30px;
    text-transform: uppercase;
    width: 550px;
}

.breadcrumb li {
    color: #fff;
    font-family: Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    padding: 0 3px 0 0;
    text-shadow: none;
    text-transform: uppercase;
}
.breadcrumb li:before {
    content: "/";
    padding: 0 5px 0 0;
}
.breadcrumb li:first-child:before {
    content: "";
    padding: 0;
}

.breadcrumb a {
    color: #fff;
}
.breadcrumb .active {
    color: #fff
}

.descr-slide * {
    color: #fff
}

.descr-slide-title {
    color: #fff;
    white-space: nowrap;
    font-family: 'univers-light',Helvetica,Arial,Sans-Serif;
    font-size: 30px;
    text-transform: uppercase;
    
}

/* _______________________________________________________________________ GENERIC ___*/

#all-content {

}
.objem-item {
    font-size: 12px !important;
    text-decoration: none !important;
}
.all-form{
    text-align: left;
}
.all-form h2{
    font-size: 20px;
}
.feeedback {
    margin-top: 10px;
    width: 246px;
}
.all-form input,
.feeedback input {
    color: #354a3d;
    display: table;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 20px;
    height: 40px;
    margin: 0 0 15px;
    padding: 10px;
    text-align: center;
    width: 240px;
}
.all-form textarea,
.feeedback textarea {
    color: #354a3d;
    display: table;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 20px;
    height: 150px;
    margin: 0 0 15px;
    padding: 10px;
    text-align: center;
    width: 240px;
}
.all-form input[type="submit"],
.feeedback input[type="submit"] {
    background-color: #354a3d;
    color: #fff;
    display: table;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 20px;
    height: 40px;
    margin: 0;
    text-transform: uppercase;
    width: 242px;
}


.middle_content {
    margin: 0px auto;
/*
    padding-bottom: 20px;
    padding-top: 10px;
*/
    width: 982px;
}

.shadow-wrapper {
    background: url("image/shadowWrapper.jpg") no-repeat scroll center bottom #fff;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 982px;
}
.shadow-wrapper.subheader {
    /* margin-top: 100px; */
}
.shadow-wrapper.subheader .nav {
    display: none;
    margin: 0;
}

.shadow-wrapper-tabs {
    background: url("image/shadowWrapper.jpg") no-repeat scroll center bottom #fff;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.shadow-teaser {
    padding-top: 10px;
    padding-bottom: 20px;
    background: url(image/shadowWrapper.jpg) no-repeat bottom center #fff;
    margin-left: 0px;
    padding: 10px;
    margin-right: 10px;
    width: 300px;
}

.shadow-teaser:last-child {
    margin-right: -10px;
}

.shadow-wrapper-slider {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #477b6c;
    border-radius: 0px;
    /*  border:10px solid #fff;*/
    width: 982px;
    margin-right: auto;
    margin-left: auto;
    background: url(image/shadowWrapper.jpg) no-repeat bottom center #fff;
}

.bx_filter_vertical.bx_green .bx_filter_control_section {
    padding: 5px 10px;
    text-align: left;
}
.bx_filter_vertical.bx_green .bx_filter_search_button {
    background: linear-gradient(to bottom, #ffffff 0%, #c3d6b2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #4a7e1d;
    line-height: 33px;
    width: 100px;
    margin-right: 15px;
    font-family: 'univers-light',Helvetica,Arial,Sans-Serif;
    font-size: 16px;
}


.catalog {
    display: table;
    margin: 0 auto;
}
.catalog .container {
    width: 982px;
}
.catalog .filter, .catalog .section {
    background: url("image/shadowWrapper.jpg") no-repeat scroll center bottom #fff;
    height: 450px;
    padding: 10px 10px 20px;
}
.filter {
    float: left;
    margin-right: 15px;
    width: 320px;
}
.section {
    overflow: hidden;
}
.catalog .filter .cont {
    background: none repeat scroll 0 0 #354a3d;
    border: medium none;
    box-shadow: 0 0 20px #333 inset;
    color: #ffffff;
    min-height: 421px;
    padding: 15px;
}
.catalog .filter .cont .title {
    border-bottom: 1px solid #2b3b32;
    padding: 0 10px 10px;
    text-transform: uppercase;
}
.catalog .filter .cont .filter-block {
    border-bottom: 1px solid #2b3b32;
    border-top: 1px solid #425549;
    padding: 10px;
}
.catalog .filter .cont .filter-block.last {
    border-bottom: none;
}
.catalog .filter .cont .filter-name {
    /*border-bottom: 1px dashed;
    cursor: pointer;*/
    display: inline-block;
    line-height: 17px;
    margin: 3px 0 7px;
    text-transform: uppercase;
}
.catalog .filter .cont .last .filter-name {
    border: none;
    cursor: default;
}
.catalog .filter .cont label {
    cursor: pointer;
    margin-bottom: 6px;
}




/* _______________________________________________________________________ FILIALFINDER & NEWSLETTER WIDGET ___*/

.storeLocatorWidget, .newsletterWidget, .responsibleWidget, .metaWidget {
    text-align: center;
    vertical-align: center;
    height: 40px;
}

.storeLocatorWidget input {
    color: #fff5e6;
}

.storeLocatorWidget form,.newsletterWidget form, .storeLocatorWidget h2,.newsletterWidget h2 {
    display: inline;
}

.storeLocatorIcon {
    position: absolute;
    left: -1px;
    bottom: -10px;
    width: 42px;
    height: 51px;
    background: url(image/storeLocatorIcon.png) no-repeat;
}

.newsletterIcon {
    position: absolute;
    left: -1px;
    bottom: -22px;
    width: 49px;
    height: 43px;
    background: url(image/newsletterIcon.png) no-repeat;
}

.storeLocatorWidget h2, .newsletterWidget h2, .responsibleWidget h2 {
    display: inline-block;
    margin-right: 10px;
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    color: #5c5f65;
}

.responsibleWidget { position:relative;}
.responsibleWidget img {position:absolute;top:-10px;}
.responsibleWidget h2 {margin-left:-120px;}

.lt-ie9.lt-ie8 .storeLocatorWidget h2, .lt-ie9.lt-ie8 .newsletterWidget h2, .lt-ie9.lt-ie8 .responsibleWidget h2 {
    display: inline;
}

.storeLocatorWidget form {
    padding-left: 30px;
}

.newsletterWidget form {
    padding-left: 45px;
}

.storeLocatorWidget form, .newsletterWidget form {
    background: #477b6c;
    width: 200px;
    height: 24px;
    top:3px;
    display: inline-block;
    position: relative;
}

.lt-ie9.lt-ie8 .storeLocatorWidget form, .lt-ie9.lt-ie8 .newsletterWidget form {
    display: inline;
    height: 34px;
    width: 230px;
}

.storeLocatorWidget input,.newsletterWidget input {
    color:#fff;
    background: #477b6c;
    border: 0px;
    width: 200px;
    height: 16px;
    font-size: 12px;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    border-radius: 0px;

}


.metaWidget ul {
    list-style: none;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
}

.metaWidget li {
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
    display: inline;
    line-height: 38px;
    border-right-color: #859392;
    border-right-style: solid;
    border-right-width: 1px;
}

.metaWidget li a {
    color: #445251;
    text-decoration: none;
}

.metaWidget li:last-child {
    border-right-width: 0px;
}

.metaWidget li:first-child a {
    padding-left: 40px;
    background: url(image/smallMap.jpg) no-repeat center left;
}

.contactWidget span {
    text-rendering: optimizelegibility;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    color: #5c5f65;
    line-height: 40px;
}
.contactWidget .no-image {
    padding-left: 50px;
}
.contactWidget img {
    vertical-align: middle;
    margin: 0 10px;
    width: 29px;
    height: 29px;
}
.contactWidget a:hover {
    text-decoration: none;
}

/* _______________________________________________________________________ GENERAL LISTINGS ___*/

/* 2 Colum articles with soft shadow */

.itemListing {
    min-height: 590px;
}

.itemListing.maximizeMagazine {
    min-height: 290px;
}


.itemListing article {
    position: relative;
    height: 500px;
    width: 481px;
    -moz-box-shadow:    inset 0 0 50px #eaeaea;
    -webkit-box-shadow: inset 0 0 30px #eaeaea;
    box-shadow:         inset 0 0 30px #eaeaea;
}

/*  Top Intro Stage for categories & product listings */

.subIntroStage {
    /*background-size: 962px 452px;*/
    height: 405px;
    margin: 10px 10px 0;
    position: relative;
}

.subIntroStage h1 {
    text-shadow: 0px 0px 5px #333;
    filter: dropshadow(color=#333333, offx=0, offy=0);
    position: absolute;
    top: 50px;
    left: 50px;
    color: #fff;
}

.subIntroStage ul {
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    list-style: none;
    position: absolute;
    top: 75px;
    left: 50px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.subIntroStage li {
    line-height: 28px;
    margin-bottom: 4px;
}

.subIntroStage ul a {
    background: transparent url(image/subIntroStageListArrow.png) no-repeat;
    background-position: right -23px;
    padding: 5px;
    color: #545454;
    text-decoration: none;
    padding-right: 15px;
}

.subIntroStage ul a:hover {
    opacity: 0.5;
}



.subIntroStageTabs {
    /*  position: absolute;
        bottom: 0px;*/
    height:46px;
    width: auto;
    position: relative;
}

.subIntroStageTabs a {
    position: absolute;
    text-align: center;
    display: block;
    height: 36px;
    bottom: 0px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 18px;
    color: #929292;
    opacity: 1.0;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.subIntroStageTabs a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.subIntroStageTabs .productSet {
    background: url(image/subIntroStageTabsLeft.jpg);
    left: 0px;
    width: 50%;
}

.subIntroStageTabs .productSet.active {
    background: url(image/subIntroStageTabsLeftActive.jpg);
}


.subIntroStageTabs .productInfo {
    background: url(image/subIntroStageTabsRight.jpg);
    /*  right: 0px;*/
    left: 50%;
    width: 50%;
}

.subIntroStageTabs .productInfo.active {
    background: none;
}


/*  Listings Intro Heading */
.listingCategory.listingCategory-sale{
    background:#455a4d !important;
}
.listingCategory, .introBar {
    background: none repeat scroll 0 0 #455a4d;
    box-shadow: 0 0 8px #333 inset;
    display: table-cell;
    position: relative;
    width: 962px;
}


.listingCategory .helpButton {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 17px;
}

.listingCategory h2, .introBar h2 {
    line-height: 90px;
    color: #fff;
    font-size: 30px;
    /*  margin-left: 115px;
    */  background: url(image/headingSprites.jpg) no-repeat 0px 0px;
    padding-left: 115px;
}
.introBar h2 a,
.introBar h2 a:hover {
    color: #fff;
    text-decoration: none;
}

.listingCategory h2.labelId57 {
    background-position: 0px -270px;
}

.listingCategory h2.labelId58 {
    background-position: 0px -90px;
}

.listingCategory h2.labelId59 {
    background-position: 0px -180px;
}

.listingCategory h2.labelId60 {
    background-position: 0px -270px;
}

.listingCategory h2.labelIdMap {
    background-position: 0px -360px;
}

.listingCategory h2.checkOutStepbilling {
    /* Ausrufezeichen */
    background-position: 0px -540px;
}

.listingCategory h2.checkOutStepshipping, .listingCategory h2.checkOutStepshipping_method {
    /* Papierflieger */
    background-position: 0px -810px;
}

.listingCategory h2.checkOutSteppayment {
    background-position: 0px -1080px;
}

.listingCategory h2.checkOutStepreview {
    /* Bestellubersicht/Liste */
    background-position: 0px -990px;
}
.catalogsearch-result-index .listingCategory h2 {
    background-position: 0px -720px;
}


/*  Bottom Infobox */

.listingInfo {
    background: #004834;
    color: #fff;
    height: 360px;
    width: 100%;
    position: relative;
}

.listingInfo h4 {
    margin-bottom: 12px;
}

.listingInfoVideo {
    position: absolute;
    left: 48px;
    top: 60px;
    height: 236px;
    -moz-box-shadow:     0 0 50px #000;
    -webkit-box-shadow:  0 0 30px #000;
    box-shadow:          0 0 30px #000;
}

.listingInfoDescription {
    position: absolute;
    right: 30px;
    top: 70px;
    width: 435px;
}

.listingInfoDescription h2 {
    font-size: 24px;
    line-height: 60px;
    color: #fff;
}

.listingInfoDescription p {
    font-size: 11px;
    color: #a8b7b2;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
}

.paginationWrapper {
    text-align: center;
    font-family: 'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif;
}

.paginationWrapper .pagination ul{
    -moz-box-shadow:    0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 3px rgba(0, 0, 0, 0.5);
}
/* _______________________________________________________________________ CATEGORY LISTINGS ___*/

.materials article {
    min-height: 485px;
}

.materials article h3 {
    position: absolute;
    line-height: 21px;
    left: 38px;
    top: 34px;
    font-family:'UniversLTW01-57Condense 723821';
    font-size: 18px;
    color: #0d4018;
    width: 410px;
}

.materials article img {
    position: absolute;
    width: 426px;
    height: 260px;
    left: 30px;
    top: 87px;
    border: 10px solid #edece9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.materials article p {
    min-width: 421px;
    position: absolute;
    top: 360px;
    padding: 20px 30px 0 30px;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #717171;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    background: url(image/articleDividerShadow.png) top no-repeat;

}

/* _______________________________________________________________________ PRODUCT LISTINGS ___*/


.items {
    overflow: hidden;
    padding: 10px 0;
}
.items .item {
    box-shadow: 0 0 30px #eaeaea inset;
    display: inline-block;
    float: left;
    height: 320px;
    overflow: hidden;
    width: 33%;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
}
.cont-item {
    overflow: hidden;
    padding: 18px 20px;
}
.left-item {
    width: 145px;
    float: left;
}
.left-item .img {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 135px;
    height: 200px;
}
.left-item .img img {
    
}

.left-item .img .summer {position: absolute; right: 3px; top: 5px; width: 57px; height: 57px; background: url(image/ico_summer.png) no-repeat}
.left-item .img .winter {position: absolute; right: 3px; top: 5px; width: 57px; height: 57px; background: url(image/ico_winter.png) no-repeat}
.left-item .img .allseason {position: absolute; right: 3px; top: 5px; width: 57px; height: 57px; background: url(image/ico_allseason.png) no-repeat}

.left-item .img .sale {position: absolute; bottom: 8px; width: 100%; height: 58px; background: url(image/icon_sale.png) top center no-repeat}
.left-item .img .discount {position: absolute; bottom: 8px; width: 100%; height: 58px; background: url(image/icon-discount.png) top center no-repeat;
-webkit-background-size: 86px;
     -o-background-size: 86px;
        background-size: 86px;}
.left-item .img .partner {position: absolute; top: 23px; left: 0; width: 61px; height: 110px; background: url(image/kerling.png) no-repeat}

.right-item {
    overflow: hidden;
    padding: 10px 0;
}
.items .item .name-item {
    font-size: 20px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-item .descr-item {
    line-height: 15px;
    padding: 7px 0 0;
    height: 48px;
    overflow: hidden;
}
.right-item .price-item {
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
}
.right-item .price-item span {
    font-size: 17px;
    text-decoration: line-through;
    text-transform: uppercase;
}
.right-item .price-item .old-price {
    display: inline-block;
    font-size: 16px;
    padding-left: 15px;
    text-decoration: line-through;
}
.quant-item {
    padding: 7px 0;
}
.quant-item .quant {
    box-shadow: none;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 13px;
    margin: 0 0 0 5px;
    padding: 0 4px;
    text-align: center;
    width: 26px;
}
.right-item #add-to-cart, .right-item .add-to-cart.quick, .add-to-cart.preorder {
    background: url("image/add_cart.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #fff;
    font-family: 'univers-medium';
    font-size: 11px;
    height: 26px;
    text-align: left;
    text-transform: uppercase;
    width: 113px;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.right-item .add-to-cart.quick, .add-to-cart.preorder {
    padding-left: 7px;
}
.right-item #add-to-cart:hover, .right-item .add-to-cart.quick:hover, .add-to-cart.preorder:hover {
    opacity: 0.5;
}
.video-block {
    color: #fff;
    padding: 25px 30px;
}   
.video-block .name {
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 17px;
    padding: 5px 0 15px;
    text-transform: uppercase;
}
.video-block  .video-cat {
    border: 1px solid #ffffff;
    display: table;
    height: 170px;
    margin: 0 auto;
    width: 300px;
}
.video-list {
    margin: 15px 0;
}
.video-item {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.listingCategory.tovar-block, .back-home {
    color: #fff;
    display: block;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 17px;
    line-height: 30px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.listingCategory.tovar-block a, .back-home a {
    color: #fff;
    text-decoration: underline;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 17px;
    line-height: 30px;
}
.listingCategory.tovar-block a:hover, .back-home a:hover {
    text-decoration: none;
}
.back-home, .back-home a {
    color: #777;
    font-size: 22px;
}
input[name="BuyButton"]{
    background: none repeat scroll 0 0 #354a3d;
    border: medium none;
    color: #fff;
    display: table;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 22px;
    line-height: 35px;
    margin: 0 auto 10px;
    width: 240px;
}
input[name="BuyButton"]:hover {
    opacity: 0.8;
}
.sale_order_full_table {
    width: 100%;
}
.sale_order_full_table input[type="submit"] {
    background: none repeat scroll 0 0 #354a3d;
    border: medium none;
    color: #fff;
    display: table;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 22px;
    line-height: 35px;
    margin: 10px 0 0;
    width: auto;
}
.sale_order_full_table input[type="submit"]:hover {
    opacity: 0.8;
}


.descr-block {
    display: table;
    height: 432px;
}
.tabContents-descr {
    display: table-cell;
    height: auto;
    vertical-align: middle;
}
.tabContents-descr .tabContents-descr-block {
    background-color: #fff;
    margin: 0 40px 20px 20px;
    max-height: 320px;
    overflow-y: auto;
    padding: 8px 20px 8px 0;
}
.tabContents-descr .tabContents-descr-block h1 {
    color: #000;
    position: static;
    text-shadow: none;
    padding: 0;
    margin-bottom: 8px;
}
.tabContents-descr .tabContents-descr-block h2 {
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    margin: 6px 0;
}

.tabContents-descr .tabContents-descr-block h3 {
    font-size: 14px;
    margin: 6px 0;
}


.listingCategory.detail {
    padding: 20px 50px;
//        background-color: #FFFFFF;
}
.left-detail {
    float: left;
    margin-right: 15px;
    width: 300px;
}
.left-detail .img {
    position: relative;
    display: table-cell;
    height: 400px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.left-detail .img img {
    max-height: 400px;
    max-width: auto !important;
    width: auto !important;
    max-width: 300px;
}

.left-detail .img .sale {position: absolute; bottom: 8px; width: 100%; height: 58px; background: url(image/icon_sale.png) top center no-repeat}
.left-detail .img .discount {position: absolute; bottom: 8px; width: 100%; height: 58px; background: url(image/icon-discount.png) top center no-repeat;-webkit-background-size: 86px;-o-background-size: 86px;background-size: 86px;}
.left-detail .img .partner {position: absolute; top: 23px; left: 23px; width: 61px; height: 110px; background: url(image/kerling.png) no-repeat}

.right-detail {
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    overflow: hidden;
    padding: 10px 0;
    color: #ffffff;
}
.right-detail-left {
    margin-top: 15px;
    display: table;
    float: left;
/*    height: 390px;*/
    width: 200px;
}
.right-detail-left-cell {
    display: table-cell;
    height: auto;
    vertical-align: middle;
}
.right-detail-left-cont {
    text-transform: uppercase;
    padding: 0 5px;
}
/*.right-detail*/
.listingCategory.detail .name-detail {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.right-detail .litle-text-detail {
    margin-bottom: 10px;
    line-height: 15px;
}
.right-detail .color-detail {
    margin-bottom: 15px;
}
.right-detail .color-detail .name-color {
    display: inline-block;
    margin-right: 10px;
}
.right-detail .objem-detail {
    margin-bottom: 20px;
}
.right-detail .empty-detail {
    margin-bottom: 13px;
}
.right-detail .price-detail {
    font-size: 33px;
    margin-bottom: 15px;
}
.right-detail .price-detail span {
    text-decoration: line-through;
}
.right-detail .price-detail .old-price {
    display: inline-block;
    font-size: 24px;
    padding-left: 15px;
    text-decoration: line-through;
}
.right-detail .add-to-cart, .reviews .add-to-cart {
    background: url("image/add_cart_item.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #fff;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    height: 37px;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 185px;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.reviews .add-to-cart {background: url("image/add_cart_item.png") no-repeat; line-height: 37px}
.reviews .add-to-cart a {color: #fff}
.right-detail .add-to-cart:hover, .reviews .add-to-cart:hover {
    opacity: 0.7;
}
.right-detail-right {
    overflow: hidden;
    padding-left: 20px;
    margin-top: 15px;
}
.bx_filter_container .bx_filter_block  {
    /*display: none;*/
}
.bx_filter_container.active .bx_filter_block, .bx_filter_container.last .bx_filter_block {
    display: block;
}
.bx_filter_container .filter-name {
    
}

.bx_ordercart .bx_ordercart_photo_container {
    border: none;
    border-radius: 0;
    display: table;
    max-width: 100%;
    min-width: 50px;
    padding-top: 0;
    position: relative;
    top: 0;
    vertical-align: top;
}

#basket_items {
    border-bottom: 2px solid #e4e6e8;
    width: 100%;
}
#basket_items tr {
    border-collapse: separate;
    border-spacing: 0 10px;
}
#basket_items td {
    vertical-align: top;
}
#basket_items td.control {
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
#basket_items td.center {
    text-align: center;
}
#basket_items td .title_basket {
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 15px;
    margin: 7px 0 15px;
    text-transform: uppercase;
}
#basket_items td .del_item {
    background: url(image/del.png) no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    display: inline-block;
}
#basket_items td.item.name {
    font-family: 'univers-light2',Helvetica,Arial,Sans-Serif;
    font-size: 13px;
    width: 200px;
    padding: 0 10px;
}
#basket_items td.item .name {
    display: block;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 26px;
    padding: 10px 0;
}
#basket_items td.itemphoto {
    padding: 0 15px;
    width: 110px;
}
#basket_items td.color {
    width: 200px;
}
#basket_items td.price {
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 16px;
}
#basket_items td.price .old_price {
    font-size: 14px;
    text-decoration: line-through;
}
#basket_items td.quant_basket input {
    font-size: 16px;
    padding: 2px 6px;
    text-align: center;
}
#basket_items td.sum_basket {
    font-size: 16px;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
}
.bx_ordercart_order_sum {
    width: 200px;
}
.bx_ordercart_order_sum td {
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 20px !important;
    font-weight: normal !important;
}
.bx_ordercart_order_sum tr td:first-child {
    text-align: left!important;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout, .bx_ordercart_order_pay_center .checkout {
    background: url("image/buy_zakaz.jpg") no-repeat scroll 0 0 transparent !important;
    border-radius: 0;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 0;
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: relative;
    text-indent: unset;
    top: 0;
    vertical-align: bottom;
    width: 186px;
    color: #fff;
}
.clear-basket {
    border: 1px solid #ccc;
    box-shadow: 0 0 2px 1px rgba(180, 188, 191, 1) inset;
    color: #999;
    display: inline-block;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    height: 34px;
    line-height: 34px !important;
    margin-right: 20px;
    padding: 0 20px;
    text-transform: uppercase;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout:hover, .bx_ordercart_order_pay_center .checkout:hover {
    background: url("image/buy_zakaz.jpg") no-repeat scroll 0 0 transparent;
    opacity: 0.8;
}
.order-buy .container {
    padding: 20px 30px;
    width: 902px;
}
#order_form_div input[type="text"], #order_form_div input[type="password"], #order_form_div textarea, #order_form_div select {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px 1px rgba(180, 188, 191, 0.5) inset;
    box-sizing: content-box;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 3px;
    outline: medium none;
    padding: 6px 8px;
    vertical-align: middle;
}
.order-auth b {
    
}












.productImage {
    position: absolute;
    width: 240px;
    height: 320px;
    border: none;
    margin: 0px;
    padding: 0px;
    left: 20px;
    top: 20px;
}

.productDescription {
    width: 185px;
    position: absolute;
    right: 20px;
    top: 38px;
}

.productDescription h3 {
    font-size: 18px;
    color: #0d4018;
    line-height: 24px;
    margin-bottom: 0px;
}

.productDescription h4 {
    font-size: 14px;
    color: #0d4018;
    line-height: 18px;
    margin-bottom: 20px;
    text-transform: none;
}

.productDescription .price-box {
    position: absolute;
    top: 76px;
    width: 150px;
}

.productDescription .price-box .old-price {
    position: absolute;
    left: 60px;
}
.productDescription .price-box .old-price .strokePrice {
    font-size: 11px;
    margin-top: -5px;
    height: 10px;
    display: block;
}

.productDescription .price-box .special-price {

}

.productDescription .price-box span {
    font-weight: normal;
    font-family:'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif !important;
}

.productDescription .quantityselect, .productDescription .sizeselect {
    position: absolute;
    font-family:'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif !important;
    font-size: 12px;
    color: #0d4018;
    left: 0px;
}

.productDescription .quantityselect span, .productDescription .sizeselect span {
    line-height: 26px;
    text-transform: uppercase;

}

.productDescription .quantityselect input, .productDescription .sizeselect select {
    position: absolute;
    top: 0px;
    left: 54px;
    width: 30px;
    height: 16px;
    /*      line-height: 12px;*/
    font-size: 11px;
}

.productDescription .quantityselect select {
    width: 50px;
}

.productDescription .sizeselect {
    top: 145px;
}

.productDescription .quantityselect {
    top: 109px;
}

.productDescription .sizeselect select{
    height: 25px;
    width: 100px;
}



.productDescription .colorselect {
    position: absolute;
    top: 179px;
}

.productDescription .price {
    font-size: 18px;
    color: #0d4018;
}

.newLabel {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 180px;
    text-indent: -999999px;
    width: 139px;
    height: 55px;
    background: url(image/newLabel.png) top no-repeat;
}


.productTabs {
    position: absolute;
    width: 445px;
    height: 160px;
    bottom: 0px;
    left: 20px;
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;

}

.productTabs ul {
    text-align: center;
    padding-left: 66px;
}

.productTabs .nav-tabs {
    margin: 0px;
    border: 0px;
    padding-bottom: 20px;
    background: url(image/productTabShadow.png) no-repeat;
    background-position: center 27px;
    text-align: center;
}

.productTabs .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 11px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
}

.productTabs .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    color: #fff;
    background-color: #336d5d;
    border: 0px;
    border-bottom-color: transparent;
    cursor: default;
}

.productTabs .tab-content {
    padding: 0 20px 0 20px;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    color: #717171;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
}
.btn-cart {
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    background-color: #004834;
    background-image: -moz-linear-gradient(top, #336d5d, #004834);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #336d5d), to( #004834));
    background-image: -webkit-linear-gradient(top, #336d5d, #004834);
    background-image: -o-linear-gradient(top, #336d5d, #004834);
    background-image: linear-gradient(to bottom, #336d5d, #004834);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.itemListing .btn-cart,
.itemListing .btn-cart {
    position: absolute;
    top: 265px;
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    background-color: #004834;
    background-image: -moz-linear-gradient(top, #336d5d, #004834);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #336d5d), to( #004834));
    background-image: -webkit-linear-gradient(top, #336d5d, #004834);
    background-image: -o-linear-gradient(top, #336d5d, #004834);
    background-image: linear-gradient(to bottom, #336d5d, #004834);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 0px solid #bbbbbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}

.productSetActions {
    clear: both;
}

.productSetActions .btn-cart {
    position: relative;
    top: 10px;
    left: 0px;
    height: 60px;
    line-height: 30px;
    margin-bottom: 10px;
}

.subIntroStage .btn-cart-set-top {
    position: absolute;
    bottom: 47px;
    right: 20px;
    width: 200px;
}


.colorField {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3); /* WebKit */
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3); /* Firefox */
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3); /* Standard */
}

.colorField.active {
    border: 2px solid #ff6600;
    width: 11px;
    height: 11px;
}

.strokePrice {
    text-decoration: line-through;
}

.relatedArticles ul {
    margin-bottom: 15px;
    margin-top: 25px;
    padding-left: 68px;
}

.relatedArticles li {
    position: relative;
    width: 150px;
    height: 190px;
    background: #fff;
    display: inline-block;
    list-style: none;
    overflow: hidden;
    margin-right: 65px;
    -moz-box-shadow:    0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 3px rgba(0, 0, 0, 0.5);
}

.lt-ie9.lt-ie8 .relatedArticles li {
    display: inline;
}

.relatedArticles span {
    position: absolute;
    bottom: 0px;
    left: 5px;
    display: block;
    width: 140px;
    height: 37px;
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    color: #5c655d;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.relatedArticles .articleCover {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 145px;
    width: 140px;
    text-indent: -9999px;
}

.productSet .carousel-inner .price-box {
    display:inline;
}

.productSet .carousel-inner .price-box .strokePrice {
    font-size:20px;
}
/* _____________________________________________________________________PRODUCT DETAIL VIEW ___*/



/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { }
.price-box .price span {
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    font-size: 27px !important;
    text-decoration: line-through;
}

/* Regular price */
.regular-price .price { font-size:18px; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; }
.special-price .price { font-size:13px; font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-size:13px; font-weight:bold; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Cart */

.add-to-cart button.btn { display: block; clear: left; }
.add-to-cart.quick{margin-top: 7px; padding-left: 32px}
.add-to-cart.quick-preorder{margin-top: 7px;}
/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart {  }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-collateral { }
.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral .box-collateral .productTabs { position: static; width: auto; height: auto; min-height: 100px; }
.product-collateral .box-collateral .productTabs { position: static; width: auto; }
.product-collateral .box-collateral .productTabs .nav-tabs { margin: 0; }
.product-collateral .box-collateral .productTabs ul { padding: 0 0 20px; }
.product-collateral .box-collateral .productTabs .tab-content { font-family: 'univers-light',Helvetica,Arial,sans-serif; font-size: inherit; color: inherit; padding: 0; }
.product-collateral .box-collateral .productTabs .nav-tabs a { outline:none; border-top-left-radius: 8px; border-top-right-radius: 8px; }

/* Product Background Image */
.product-view .background { background-repeat: no-repeat; position: relative; }
.product-view .background.bgstyle-cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; }
.product-view .background.bgstyle-parallax { background-attachment: fixed; background-position: center 0; overflow: hidden; }
.product-view .background.bgstyle-parallax form { position: relative; overflow: hidden; }
.product-view .background img.parallax-img { display: block; left: 0; position: absolute; top: 0; -webkit-transform: translate(0px, -100px); transform: translate(0px, -100px); width: 100%; z-index: 0; }

/* Product Images */
.product-view .product-img-box { margin-top: 30px; }
.product-view .product-img-box .product-image { text-align: center; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { font-family: 'univers-light',Helvetica,Arial,sans-serif; color: #0d4018; margin-top: 50px; padding: 20px;}
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { color:#0d4018; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:0 0 10px; padding:0 0 10px ; font-size: 18px; line-height: 20px; text-transform: uppercase; }
.product-view .product-shop .description { padding-bottom: 20px; }
.product-view .product-shop .product-detail-size { padding-bottom: 10px;}
.product-view .product-shop .product-detail-size span { padding-right: 10px;}
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Shop - Theme Carbon */
.product-view .theme-carbon { background-color: #1E1A1B; }
.product-view .theme-carbon .product-shop { color:#fff; }
.product-view .theme-carbon .product-shop .product-name h1 { color:#fff; font-family: "volvo_broad_proregular",sans-serif; font-size: 38px; line-height: 28px; }
.product-view .theme-carbon .product-collateral .box-collateral .productTabs .nav-tabs a { color: #ef912d; }
.product-view .theme-carbon .product-collateral .box-collateral .productTabs .nav-tabs a:hover { color: #ef912d; background-color: rgba(0,0,0,0.15); }
.product-view .theme-carbon .product-collateral .box-collateral .productTabs .nav-tabs > .active > a,
.product-view .theme-carbon .product-collateral .box-collateral .productTabs .nav-tabs > .active > a:hover { color: #ef912d; background-color: rgba(0,0,0,0.3); }


/* Product Shop - Theme Light */
.product-view .theme-light { background-color: #0d4018; }
.product-view .theme-light .product-shop { color:#fff; }
.product-view .theme-light .product-shop .product-name h1 { color:#fff; }
.product-view .theme-light .product-collateral .box-collateral .productTabs .nav-tabs a { color: #fff; }
.product-view .theme-light .product-collateral .box-collateral .productTabs .nav-tabs a:hover { color: #fff; background-color: rgba(255,255,255,0.2); }
.product-view .theme-light .product-collateral .box-collateral .productTabs .nav-tabs > .active > a,
.product-view .theme-light .product-collateral .box-collateral .productTabs .nav-tabs > .active > a:hover { color: #fff; background-color: rgba(255,255,255,0.5); }


/* Form adjustments for Product Shop */
.product-view .form-horizontal .product-shop .control-label { width: 76px; text-align: left; }
.product-view .form-horizontal .product-shop .controls { margin-left: 10px; }
.product-view .form-horizontal .product-shop .colorselect .controls { float: left; width: 220px; }


/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* _______________________________________________________________________ FOOTER ___*/

.navbar.bottom {
    margin: 10px 0 15px;
}

.bottom-cont {
    margin: 0 auto;
    width: 610px;
    padding: 0 0 160px;
}
.bottom-cont .container {
    width: auto;
}
.bottom-cont .navbar-search {
    background: url("image/geo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 36px;
    margin: 0 15px 0 0;
    position: relative;
    width: 322px;
}
.bottom-cont .navbar-search input[type="submit"] {
    padding: 12px 0;
    width: 125px;
}
.bottom-cont .navbar-search .search-query {
    font-size: 14px;
    /*padding: 7px 0 6px 5px;*/
    width: 153px;
}
#title-geo2 {
    float: left;
    overflow: hidden;
    position: relative;
}

.social {
    display: inline-block;
    float:right;
}
.social a {
    background: url("image/social.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 36px;
    margin-right: 5px;
    width: 36px;
}
.social .yt {
    background-position: -46px 0;
}
.social .fb {
    background-position: -92px 0;
}


footer {
    background: url("image/footerBackground.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    bottom: 0;
    height: 130px;
    /* margin-top: 30px; */
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: -130px;
    clear: both;
}

footer .container {
    width: 980px;
}

footer p {
    margin: 0 auto;
    display: block;
    padding-top: 52px;
    background: url(image/footerCollonilLogo.png) no-repeat bottom center;
    width: 157px;
    height: 32px;
    text-indent: -999999px;
}

.copyright {
    color: #6c4a1d;
    display: inline-block;
    float: left;
    font-family: Arial,Sans-Serif;
    font-size: 16px;
    padding-top: 35px;
    text-shadow: 0 1px 1px #f8d293;
}

.icons-f {
    float: right;
    margin-top: 30px;
}

.logo-f {
    background: url("image/logo_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 50px;
    display: table;
    height: 38px;
    left: 50%;
    margin: 0 0 0 -93px;
    position: absolute;
    width: 186px;
}

.icons-f {
    display: inline-block;
}
.icons-f a {
    background: url("image/icons_f.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 36px;
    margin-right: 13px;
    width: 36px;
    position: relative;
}
.icons-f .map {
    background-position: -53px 0;
}
.icons-f .print {
    background-position: -103px 0;
}
.icons-f a span {
    display: none;
    width: 111px;
    height: 24px;
}
.icons-f a:hover span {
    display: block;
}
.icons-f .mail span {
    background: url("image/mail_title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -24px;
    left: -58px;
    position: absolute;
}
.icons-f .map span {
    background: url("image/map_title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: -59px;
    position: absolute;
    top: -30px;
}
.icons-f .print span {
    background: url("image/print_title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -24px;
    left: -61px;
    position: absolute;
}


/* _______________________________________________________________________ CAROUSEL ___*/

.carousel-control {
    position: absolute;
    top: 46%;
    left: 15px;
    width: 30px;
    height: 48px;
    margin-top: -20px;
    font-size: 90px;
    text-indent: -99999px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 0px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 1;
    background: url(image/carouselControls.png);
    filter: alpha(opacity=100);
}

.carousel-control.right {
    left: auto;
    right: -60px;
    background-position: 0px -50px;
}
.carousel-control.left {
    left: 15px;
    right: auto;
}

.carousel-inner {
    /*height: 300px;*/
}

#newsCarousel .carousel-control.right {
    left: auto;
    right: -10px;
    background-position: 0px -50px;
}

#newsCarousel .carousel-control.left {
    left: -10px;
    right: auto;
}

#newsCarousel {
    margin-bottom: 0px;
}

.subIntroStage .carousel {
    position: absolute;
    right: 90px;
    top: 54px;
    width: 540px;
    height: 308px;
    background: #fff;
    -moz-box-shadow:     0 0 50px #000;
    -webkit-box-shadow:  0 0 30px #000;
    box-shadow:          0 0 30px #000;
}

.subIntroStage .carouselContent {
    height: 268px;
    padding: 20px 20px 20px 30px;
    background: #fff;
}

.subIntroStage .carouselContent h4 {
    margin-bottom:15px;
}

.subIntroStage .carouselContent p {
    color: rgb(113, 113, 113);
    font-family: 'univers-light', Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
}

.subIntroStage .carouselContent img {
    float: right;
    width: 190px;
    background: #fff;
    padding: 5px 5px 5px 5px;
    margin: 0 -5px 8px 8px;
    -moz-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
    -moz-box-shadow:    0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 3px rgba(0, 0, 0, 0.5);
}

.subIntroStage .productSet .carousel {
    height: 405px;
    right: 0;
    width: 608px;
}

.productSet .carousel {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0px;
    width: 700px;
    height: 452px;
    right: 160px;
}

.productSet .carousel .item {
    width: 608px;
    height: 405px;
}

.productSet .carousel img {
    /*height: 280px;*/
    height: 405px;
    position: absolute;
    top: 0;
    width: 608px;
}
.productSet .carousel ul {
    position: absolute;
    left: 290px;
    color: #fff;
}

.productSet .carousel li {
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75)

}

.subIntroStage .productSet ul a {
    background: url("image/subIntroStageListArrowGreen.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    display: inline-block;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 8px;
    width: 118px;
}

.productSet .carousel li:last-child {
    margin-top: 20px;
}
.productSet .carousel a {
    font-size: 16px;
}

.productSet .carousel span:first-child {
    margin-right: 7px;
    font-size: 30px;
}
.productSet .carousel-inner .price-box .strokePrice span {
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    font-size: 20px !important;
}

.productSet .carousel li .name {
    font-size:30px;
    line-height: 30px;
}

.productSet .carousel-control {
    top: 50%;
}

.productSet .carousel-control.right {
    right: 10px;
}

.productset-view-set .carousel ul {
    top: 57px;
}

.productset-view-set .productSetDescription {
    text-transform: none!important;
    line-height: 21px;
}
/* _______________________________________________________________________ HELP ___*/

.helpButton {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 44px;
    height: 88px;
    width: 88px;
    line-height: 90px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px
    rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.helpButton a {
    padding: 0;
    margin: 0px;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 830px;
    margin: -250px 0 0 -415px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid
    rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal-header {
    background: #004834;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
}

.modal-body {
    overflow-y: auto;
    max-height: 600px;
    padding: 15px;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal h3 {
    color: #fff;
    font-size: 20px;
}

.modal h4 {
    padding: 20px 0 20px 0;
    color: #0d4018;
}

.modal ul {
    list-style: none;
}

.modal p {
    color:
        rgb(113, 113, 113);
    display: block;
    font-family: 'univers-light', Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}

.modal .close {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* _______________________________________________________________________ MESSAGES ___*/

.messages {
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-right: auto;
    margin-left: auto !important;
    *zoom: 1;
    width: 982px;

}

.messages .alert {
    padding-top: 10px;
    padding-bottom: 20px;
    background: #477b6c;
    border-radius: 0px;
    background: url(image/shadowWrapper.jpg) no-repeat bottom center #fff;
}

.messages:before,
.messages:after {
    display: table;
    content: "";
    line-height: 0;
}
.messages:after {
    clear: both;
}

.messages ul,.messages li {
    list-style: none;
}

.alert {
    position: relative;
    margin-bottom: 20px;
    border-radius: 0px;
    margin: 0px;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    border: 10px;
    border-color:#fff;
    height: 30px;
}

.alert span {
    position: absolute;
    line-height: 30px;
    margin-left: 44px;
}
.alertWrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 962px;
    height: 30px;
}

.alert-success .alertWrapper{
    background: #dff0d8 !important;
    color: #468847;
}
.alert-notice .alertWrapper,
.alert-danger .alertWrapper,
.alert-error .alertWrapper{
    background: #f2dede !important;
    color: #b94a48;
}
.alert-info .alertWrapper{
    background:  #d9edf7 !important;
    color: #3a87ad;
}

.alert .close {
    position: relative;
    top: -3px;
    right: -18px;
    line-height: 30px;
}

/* _______________________________________________________________________ TOOLTIPS ___*/

.tooltip-inner {
    /*  font-family:'univers-light';
    */  max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    background-color: #477b6c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow:    0 2px 5px #333;
    -webkit-box-shadow:  0 2px 5px #333;
    box-shadow:         0 2px 5px #333;
}

.listingCategory .tooltip-inner {
    background-color: #fff;
    color: #004834;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #004834;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #004834;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.listingCategory .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}


/* _______________________________________________________________________ FORMS ___*/

.validation-advice {
    /*  font-family:'univers-light';
    */  max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    background-color: #477b6c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow:    0 2px 5px #333;
    -webkit-box-shadow:  0 2px 5px #333;
    box-shadow:         0 2px 5px #333;
    z-index: 9999;
}
/*select, input[type="file"] {
    height: 20px;
    line-height: 30px;
}

select {
    width: 136px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
*/
/* _______________________________________________________________________ HOMEPAGE ___*/

.container.homeTeaser {
    width: 982px;
}
.cms-home .homeTeaser .span4 {
    min-height: 206px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 0px;
    margin-right: 0px;
    margin-left: 10px;
    background: url(image/shadowWrapper.jpg) no-repeat bottom center    #fff;
    width: 300px;

}

.cms-home .homeTeaser .span4:first-child {
    margin-left: 0px;
}

.cms-home .homeTeaser .span4:nth-child(2) {
    margin-left: 10px;
}

.cms-home .homeTeaser .span4:last-child {
    margin-left: 10px;
}

.cms-home .homeTeaser .span4 a {
    display: block;
    width: 100%;
    height: 186px;
    position: relative;
    background-position: center;
}
.cms-home .homeTeaser .span4 a span {
    color: #fff;
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    left: 8px;
    position: absolute;
    text-decoration: underline;
    text-transform: uppercase;
    top: 6px;
}
.cms-home .homeTeaser .span4 a:hover span {
    text-decoration: none;
}
/* _______________________________________________________________________ HOMEPAGE SLIDER ___*/


.peKenBurns {
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    width: 982px;
    height: 610px;
}

/* set border size to 0px */
.peKenBurns .peKb_slides {
    padding: 10px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.peKenBurns .peKb_slides {
    background-color: #fff !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

/* set controls margins to 0px */
.peKenBurns .peKb_controlsInner .peKb_holder{
    margin: 0px;
}

.peKenBurns .peKb_slides .peKb_caption .peKb_holder {
    top: 0px !important;
}

.peKenBurns .peKb_timer {
    color: #ff8a00 !important;
}


.peKb_real p {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin: 12px 0 10px;
    text-transform: none;
}

.peKb_real a {
    color: #fff;
    font-size: 14px;
}
.peKenBurns .peKb_controls .peKb_mainPanel {
    background: none;
}

/* _______________________________________________________________________ MAGAZIN ___*/

.magazine .introBar h2 {
    background-position: 0px -990px;
}
.magazine .introBar a.overview-link {
    display: block;
    float: left;
    height: 90px;
    width: 90px;
}
.magazine article.article {
    position: relative;
    -moz-box-shadow:    inset 0 0 50px #eaeaea;
    -webkit-box-shadow: inset 0 0 30px #eaeaea;
    box-shadow:         inset 0 0 30px #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.magazine article.article .icon-th-list {
    background-image: url("image/headingSprites_invert_sm.png");
    background-position: -9px -333px;
}

.magazine article.article h3 {
    line-height: 21px;
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    font-size: 18px;
    color: #0d4018;
    padding: 20px 20px 20px 38px;
}
.magazine article.article h4 {
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    line-height: 18px;
    font-size: 15px;
    color: #0d4018;
    margin: 10px 20px 10px 38px;
    text-transform: none;
}
.magazine .col-side article.article h3 {
    padding-top: 20px;
    margin-top: 0px;
}

.magazine article.article .image img,
.magazine article.article .video{
    width: 494px;
    height: 232px;
    margin-left: 30px;
    border: 10px solid #edece9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.magazine article.article .video {
    height: 283px;
}
.magazine .col-side article.article .image img {
    width: 338px;
    height: 159px;
}

.magazine article.article .teaser,
.magazine article.article .content {
    margin-top: 20px;
    padding: 20px 30px 0 30px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #717171;
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    background: url(image/articleDividerShadow.png) top no-repeat;
}
.magazine article.article .teaser h1,
.magazine article.article .teaser h2,
.magazine article.article .teaser h3,
.magazine article.article .teaser h4,
.magazine article.article .teaser h5,
.magazine article.article .teaser h6,
.magazine article.article .content h1,
.magazine article.article .content h2,
.magazine article.article .content h3,
.magazine article.article .content h4,
.magazine article.article .content h5,
.magazine article.article .content h6 {
    margin: 10px 0;
    font-family: 'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
    text-transform: none;
    padding: 0;
}
.magazine article.article .content h1 {
    font-size: 36px;
    line-height: 40px;
}
.magazine article.article .content h2 {
    font-size: 30px;
    line-height: 40px;
}
.magazine article.article .content h3 {
    font-size: 24px;
    line-height: 40px;
}
.magazine article.article .content h4 {
    font-size: 18px;
    line-height: 20px;
}
.magazine article.article .content h5 {
    font-size: 14px;
    line-height: 20px;
}
.magazine article.article .content h6 {
    font-size: 12px;
    line-height: 20px;
}

.magazine article.article.details .teaser {
    font-family:'Univers LT W01 65 Bold', Helvetica, Arial, Sans-Serif;
}

.magazine .col-side article.article .teaser,
.magazine .col-side article.article .content {
    font-size: 13px;
    line-height: 17px;
}
.magazine .col-side article.article .teaser {
    margin-top: 10px;
}
.magazine .col-main .container {
    width: auto;
}

.magazine .magazineLabel {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 12px;
    font-family: 'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif;
    width: 204px;
    height: 31px;
    background: url(image/magazineLabelBig.png) no-repeat;
    margin-left: 26px;
}
.magazine .magazineLabel a,
.magazine .magazineLabel a:hover {
    color: #fff;
}

.magazine .listingCategory { height: 60px; }
.magazine .listingCategory h2 {
    background-position: -5px -1183px; /* flag */
    font-size: 20px;
    line-height: 60px;
}
.contextbinder-news-view.magazine .listingCategory h2
{
    background-position: -5px -645px; /* bulb */
}
.magazine .itemListing .row-fluid {
    padding-bottom: 6px;
}

.magazine .productImage {
    position: inherit;
    height: 160px;
    width: auto;
    margin: 20px;
}
.magazine .productDescription {
    width: 110px;
    top: 30px;
}
.magazine .productDescription h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
.magazine .productDescription h4 {
    font-size: 13px;
    line-height: 17px;
}
.magazine .productDescription .price-box {
    top: 123px;
    width: auto;
}
.magazine .quantityselect,
.magazine .sizeselect {
    color: #0D4018;
    font-family: 'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif !important;
    font-size: 10px;
    left: 0;
    position: absolute;
}
.magazine .sizeselect {
    left: 146px;
    top: 197px;
    position: absolute;

}
.magazine .sizeselect select {
    font-size: 11px;
    left: 54px;
    position: absolute;
    top: 0;
    width: 30px;
}
.magazine .sizeselect select {
    height: 25px;
    width: 70px;
}
.magazine .quantityselect {
    top: 267px;
    left: 21px;
}
.magazine .quantityselect input {
    height: 16px;
    width: 30px;
    text-align: center;
}
.magazine .quantityselect span,
.magazine .sizeselect span {
    line-height: 20px;
    text-transform: uppercase;
}
.magazine .colorselect {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 115px;
}
.magazine .btn-cart {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #004834;
    background-image: linear-gradient(to bottom, #336D5D, #004834);
    background-repeat: repeat-x;
    border-color: #BBBBBB #BBBBBB #A2A2A2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    display: inline-block;
    font-family: 'UniversLTW01-57Condense 723821', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 14px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 266px;
    vertical-align: middle;
    left: 73px;
}
.magazine .productTabs {
    left: 0px;
    height: 180px;
    width: auto;
    overflow: hidden;
}
.magazine .productTabs ul {
    padding-left: 20px;
}
.magazine .productTabs .tab-content {
     line-height: 16px;
 }
.magazine .colorselect a.more-link {
    font-size: 11px;
}

.magazine .addthis_toolbox {
    margin-bottom: 10px;
    padding-top:5px;
}

.magazine .newsletterWidget {
    float: right;
}
.magazine .newsletterWidget .label {
    padding: 0;
    text-shadow: none;
    font-family: 'univers-light', Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #004834;
}
.magazine .newsletterWidget input {
    width: auto;
}
.magazine .newsletterWidget input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.magazine #showMore {
    margin: 0 auto;
}
.magazine .nav-box {
    font-family: 'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif;
    -moz-box-shadow:    inset 0 0 50px #eaeaea;
    -webkit-box-shadow: inset 0 0 30px #eaeaea;
    box-shadow:         inset 0 0 30px #eaeaea;
    margin-bottom: 10px;
}
.magazine .nav-box.first {
    margin-top: 10px;
}
.magazine .nav-box .header {
    background-color: #004834;
    padding: 10px 20px;
}
.magazine .nav-box .header span {
    margin-right: 10px;
}
.magazine .nav-box .header a,
.magazine .nav-box .header a:hover {
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.magazine .nav-box ul {
    padding: 20px 30px;
    list-style: none;
}
.magazine .nav-box ul li {
    text-transform: uppercase;
}

/* _______________________________________________________________________ PRESS ___*/

.press-view .listingCategory { height: 60px; }
.press-view .listingCategory h2 {
    background-position: -5px -645px; /* bulb */
    font-size: 20px;
    line-height: 60px;
}
.press-view .itemListing article {
    width: auto;
    height: auto;
    min-height: 500px;
}
.press-view article h3 {
    color: #0D4018;
    font-family: 'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 21px;
    padding: 20px 20px 0px 38px;
}
.press-view article h4 {
    color: #0D4018;
    font-family: 'UniversLTW01-57Condense 723821', Helvetica, Arial, Sans-Serif;
    font-size: 15px;
    line-height: 19px;
    padding: 0 0 20px;
}
.press-view article .content {
    background: url("./image/articleDividerShadow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #717171;
    font-family: 'univers-light', Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 20px;
    padding: 20px 0 0;
}
.press-view .content [class*="span6"]:first-child {
    border-right: 1px dotted #aaa;
}
.press-view .press-text,
.press-view .press-downloads {
    padding: 30px;
}
.press-view .press-downloads:after {
    content: "";
    display: table;
    line-height: 0;
}
.press-view .press-downloads img {
    vertical-align: middle;
}
.press-view .press-downloads .pressPDF {
    padding-bottom: 10px;
}
/* _______________________________________________________________________ STORE LOCATOR ___*/

.storeLocatorFormWrapper {
    position: absolute;
    background: #fff;
    padding: 10px;
    bottom: 105px;
    left: 50%;
    margin-left: -210px;
    z-index: 99999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.storeLocatorForm {
    background: #477b6c;
    padding: 15px;
    margin: 0px;
}

.storeLocatorForm label{
    color: #fff;
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    margin-right:7px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 8px;
}


.cms-storelocator .shadow-wrapper {
    background-image: none;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.cms-storelocator footer {
    bottom: 0px;
    position: absolute;
    z-index: 99999999;
}


.cms-storelocator #mapCanvas {
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0px;
    bottom: 93px;
    z-index: 0;
}


.cms-storelocator #mapCanvas img {
    max-width: none;
}

.cms-storelocator #mapCanvas .infoWindow {
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;

}


.cms-storelocator .sideBar {
    position: absolute;
    left: 90px;
    top: 50%;
    height: 400px;
    width: 180px;
    z-index: 10;
    background: #fff;
    margin-top: -185px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
/* _______________________________________________________________________ ACCOUNT & MANAGEMENT ___*/

.myaccount li {
    list-style: none;
}

.myaccount a {
    text-decoration: underline;
}

.myaccount a.btn {
    text-decoration: none;
}

.myaccount section {
}

.myaccount .control label {
    display: inline;
    margin-left: 10px;
}

.myaccount .control input {
    margin-bottom: 9px;
}

.myaccount .customerWrapper {
    padding: 20px 20px 20px 114px;
}

.myaccount .customerWrapper button {
    margin: 20px 0 20px 0;
}
.customerAccount {
    margin-bottom: 0px;
}

.myAccount table {
    margin-top: 20px;
    margin-bottom: 30px;
}

.account-create {
    padding: 30px 30px 30px 50px;
}
.headingBar {
    position: relative;
    display: block;
    height: 90px;
    width: 100%;
    background: #004834;
}

.headingBar .helpButton {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 17px;
}

.headingBar h2  {
    line-height: 90px;
    color: #fff;
    font-size: 30px;
    background: url(image/headingSprites.jpg) no-repeat 0px 0px;
    padding-left: 115px;
}

.myaccount .listingCategory {
    margin-bottom: 10px;
}

.pager {
    position: relative;
    margin: 0px;
    height: 70px;
    background: #eff3f0;
}

.pager .amount {
    display: block;
    left: 0px;
    width: 100px;
    height: 70px;
    line-height: 70px;
}

.pager .limiter {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 200px;
    height: 70px;
    line-height: 70px;
}

.pager select {
    width: 60px;
}

.pager a, .pager span {
    padding: 0px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.account-wrapper, .cms-wrapper {
    padding: 20px 20px 20px 35px;
}

.customerAccount .navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.managementForms section {
    padding: 20px 10px 10px 10px;
}

.managementForms article {
    padding: 0 0 20px 44px;
}

.managementForms form {
    position: relative;
    margin: 10px 0 0 0;
    padding: 39px 19px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: inset 0 0 50px #eaeaea;
    -webkit-box-shadow: inset 0 0 30px #eaeaea;
    box-shadow: inset 0 0 30px #eaeaea;
}

.customer-account-index .adressOverview .btn {
    margin: 10px 0 10px 0;
}
.customer-account-index .adressOverview h4 {
    margin: 15px 0 15px 0;
}
/* _______________________________________________________________________ CHECKOUT ___*/

.checkout-onepage-index ul,.checkout-onepage-index li {
    list-style: none;
}

.checkout-onepage-index .itemListing {
    min-height: 0px;
}

.checkout-onepage-index .container:before, .checkout-onepage-index .container:after{
    display:none;
}

.checkout-onepage-index .step {
    padding: 30px 91px 50px 108px;
}

#checkout-step-login {
    padding: 30px 30px 30px 50px;
}

.checkout-onepage-index .step .buttons-set button {
    display: block;
    margin-top: 20px;
}
.checkout-onepage-index .control label {
    display: inline;
    margin-bottom: 5px;
    margin-left: 10px;
}

.checkout-onepage-index .control input[type="radio"], .checkout-onepage-index .control input[type="checkbox"] {
    margin: -3px 0 0;
}

.checkout-onepage-index .required {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.checkout-onepage-index input[type="checkbox"] {
    margin-top: -5px;
}

.checkout-onepage-index h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.checkout-onepage-index select {
    margin-top: 10px;
    margin-bottom: 17px;
}
.step .btn {
    margin-top: 0px;
}

.step tfoot .btn {
    margin-top: 20px;
}

.checkout-types .btn {
    margin-top: 20px;
}
.checkout-types.firstType {
    width: 300px;
    position: relative;
    margin-left: 725px;
}
.step .please-wait {
    display: inline;
    margin-left: 0;
    position: relative;
    top: 11px;
    left: 13px;
}

.step h3 {
    font-size: 24px;
    line-height: 40px;
}

.order-review tfoot .first td, .order-review tfoot .last td {
    border-top: 1px solid #333;
}

.order-review .table th, .table td {
    vertical-align: middle;
}

.agreement-content a{
    text-decoration: underline;
}

.checkout-agreements label {
    display: inline;
    margin-left: 13px;
}

.buttons-set label {
    display: inline;
    margin-left: 13px;
}

.sp-methods dt label{
    display: inline;
    margin-left: 13px;
}

.checkout-cart-index li {
    list-style: none;
}

.checkout-cart-index  .step {
    padding: 40px 90px 50px 90px;
}

#shopping-cart-table .productImageCell {
    height: 75px;
    width: 90px;
}

#shopping-cart-table .qtyCell {
    width: 20px;
}

#shopping-cart-table .qtyCell input {
    width: 30px;
}


.cart-empty {
    height: 300px;
    padding: 20px;
}


#shopping-cart-totals-table td {
    width: 130px;
}


.v-middle {
    vertical-align: middle;
}

.paymentlogo-container {
    margin-top:20px;
    margin-bottom:10px;
}

#discount-coupon-form .discount-form {
    width: 205px;
    margin-bottom: 30px;
}

#discount-coupon-form button {
    margin-top: 20px;
}

#discount-coupon-form input {
    line-height: 20px;
}


/* _______________________________________________________________________ PRESS ___*/


.pressDate {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 10px;
    color: rgb(113, 113, 113);
    text-transform: uppercase;
}

/* _______________________________________________________________________ IMPRINT & CO ___*/

.detergenzien_list {
    margin-bottom: 20px;
    /*  display: inline-block;*/
    display: block;
    float: left;
    width: 290px;
    height: 150px;
    list-style: none;
    margin-bottom: 20px;
}


.detergenzien_list:before, .detergenzien_list:after{
    display:none;
}


.detergenzien_list li {
    list-style: none;
}

.detergenzien_list li:first-child {
    font-family:'univers-light', Helvetica, Arial, Sans-Serif;
    font-size:16px;
    margin-bottom: 10px;
}

.detergenzien_list li img {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}

.cms-detergents-regulation .cms-wrapper {
    padding-top:70px;
}

/* _______________________________________________________________________ APPS  ___*/


.cms-collonil-apps .itemListing article.span6 {
    height: 550px !important;
}

/* _______________________________________________________________________ NEWSLETTER LANDINGPAGE ___*/

.cms-newsletter-landingpage .listingCategory {
    margin-bottom: 10px;
}

.cms-newsletter-landingpage .landingPage {
    position: relative;
    width: 962px;
    height: 580px;
    background: url(image/newsletter_landing.jpg) no-repeat 0px 0px;
}

.cms-newsletter-landingpage .landingPage form {
    position: absolute;
    left: 50%;
    bottom: 55px;
    height: 70px;
    margin-left: -109px;
}

.cms-newsletter-landingpage .landingPage span {
    position: absolute;
    top: 310px;
    width: 290px;
    left: 50px;
    color: #e1f2ed;
    font-family: 'univers-light', Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

.cms-newsletter-landingpage .landingPage .newsletterIcon {
    position: absolute;
    left: 232px;
    bottom: 43px;
    width: 155px;
    height: 105px;
    background: url(image/newsletterLanding_icon.png) no-repeat;
    z-index: 10;
}


.cms-newsletter-landingpage .landingPage .btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    color: #fff;
    text-shadow: none;
}

.flip-clock-divider.stunden .flip-clock-label {
    right: -123px;
}


/* Reset */
.flip-clock-wrapper * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */

.flip-clock-wrapper {
    /*    min-height: 100%;
    */    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
    color: rgb(49, 51, 51);
    bottom: 10px;
}


.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    /*    margin: 1em;
    */}

/* Skeleton */

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position:absolute;
    top:44px;
    left:0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0,0,0,.4);
}

.flip-clock-wrapper ul li a div.down {
    transform-origin: 50% 0%;
    bottom: 0;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;

}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

/* PLAY */

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    animation: asd .5s .5s linear both;
    z-index: 2;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px;
}

.flip-clock-divider:first-child { width: 0; }

.flip-clock-dot {
    display: block;
    background: rgb(50, 52, 52);
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 1000px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label { right: -88px; }
.flip-clock-divider.seconds .flip-clock-label { right: -91px; }

.flip-clock-dot.top {
    top: 30px;
    left: 5px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
    left: 5px;
}

@keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    animation: turn .5s .5s linear both;
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    animation: turn2 .5s linear both;
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active { z-index: 3; }

/* SHADOW */

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    animation: show .5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    animation: hide .5s .3s linear both;
}

/*DOWN*/

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    animation: show .5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    animation: hide .5s .3s linear both;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.cms-zukunft-der-schuhpflege .subheader {
    display: none;
}

.cms-zukunft-der-schuhpflege {
    background: #000 url(image/blackleatherBackground.jpg) ;
}

.cms-zukunft-der-schuhpflege .std {
    margin-top: 120px;
}

.cms-zukunft-der-schuhpflege .shadow-wrapper {
    background: #fff url(image/blackshadowWrapper.jpg) no-repeat bottom;
}

.cms-zukunft-der-schuhpflege .mainNavigation.navbar {
    background: url(image/carbon_leatherHeader.jpg) 50% 100% repeat-x;;
}

.cms-zukunft-der-schuhpflege .mainNavigation.navbar .nav > li > a {
    color: #dbdbdb;
}

.cms-zukunft-der-schuhpflege .mainNavigation.navbar .nav > li {
    background: url(image/carbon_spacerNavigation.jpg) 100% 50% no-repeat;
}

.cms-zukunft-der-schuhpflege .navbar .meta-nav > li > a {
    color: #dbdbdb;
}

.cms-zukunft-der-schuhpflege .navbar .meta-nav > li {
    border-right-color: #595959;
}

.cms-zukunft-der-schuhpflege  .caret {
    border-top: 4px solid rgb(89, 89, 89);
}

.cms-zukunft-der-schuhpflege footer {
    background: url(image/carbon_footerBackground.jpg) repeat-x bottom center;
}

.cms-zukunft-der-schuhpflege footer p {
    background: url(image/carbon_footerCollonilLogo.png) 50% 100% no-repeat;
}

.carbon-font {
    font-family: 'volvo_broad_proregular', sans-serif;
    color: #fff;
    font-size: 50px;
}

.carbon-font strike {
    color: #ee7002;
    text-decoration: none;
}

.carbon-font.intro-line {
    width: 100%;
    position: absolute;
    top: 55px;
}

.carbon-font.sub-line {
    width: 100%;
    position: absolute;
    bottom: 600px;
}


.carbon-font.hours {
    width: 130px;
    position: absolute;
    bottom: 516px;
    right: 183px;
}

.carbon-newsletter button {
    background: #ee7002;
}

.carbon-newsletter-icon {
    position: absolute;
    background: url(image/carbon_newsletter_icon.png) ;
    width: 159px;
    height: 100px;
    bottom: -40px;
    left: -95px;
    z-index: 9999;
}

.carbon-newsletter-text {
    width: 100%;
    position: absolute;
    bottom: 89px;
    left: 0px;
    color: #dbdbdb;
    display: block;
    padding: 0 140px;
    box-sizing: border-box;
}


.carbon-container {
    position: relative;
    background: #000 url(image/carbon_bg.jpg) no-repeat  50% 30px;;
    background-size: 700px;
    width: 962px;
    height: 1300px;
    margin: 0 auto;
    text-align: center;
}

.carbon-wrapper {
    width: 530px;
    height: 200px;
    margin: 0 auto;
}
.carbon-clock {
    position: absolute;
    height: 200px;
    bottom: 355px;
    left: 158px;
}

.carbon-newsletter {
    position: absolute;
    bottom: 50px;
    left: 31%;
    width: 419px;
}

.carbon-video {
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -250px;
}

.flip-clock-wrapper {
    width: 530px;
    height: 200px !important;
    min-height: 200px;
    left: 50%;
    margin-left: -265px;
}

.flip-clock-wrapper ul {
    font-size: 80px;
    font-weight: bold;
    line-height: 87px !important;
}

.inn {
    line-height: 87px !important;
}

.flip-clock-label {
    color: #fff;
    /*  display: none;
    */}


.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    color: #fff;
    text-shadow: none;
}

.flip-clock-divider.stunden .flip-clock-label {
    right: -123px;
}


.btn-green,
.btn-default,
.btn-light {
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #004834;
    background-image: -moz-linear-gradient(top, #336d5d, #004834);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#336d5d), to(#004834));
    background-image: -webkit-linear-gradient(top, #336d5d, #004834);
    background-image: -o-linear-gradient(top, #336d5d, #004834);
    background-image: linear-gradient(to bottom, #336d5d, #004834);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff336d5d', endColorstr='#ff004834', GradientType=0);
    border-color: #004834 #004834 #0d1b0d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #004834;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled],
.btn-light:hover,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled],
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
    color: #ffffff;
    background-color: #004834;
    *background-color: #499249;
}
.btn-green:active,
.btn-green.active,
.btn-light:active,
.btn-light.active,
.btn-default:active,
.btn-default.active {
    background-color: #408140 \9;
}

.btn-orange,
.btn-carbon {
    font-family: 'univers-cond-medium',Helvetica,Arial,Sans-Serif;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ba6a2a;
    background-image: -moz-linear-gradient(top, #ef912d, #ba6a2a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ef912d), to(#ba6a2a));
    background-image: -webkit-linear-gradient(top, #ef912d, #ba6a2a);
    background-image: -o-linear-gradient(top, #ef912d, #ba6a2a);
    background-image: linear-gradient(to bottom, #ef912d, #ba6a2a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff336d5d', endColorstr='#ff004834', GradientType=0);
    border-color: #ba6a2a #ba6a2a #63311a;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ba6a2a;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #CD6000;
    background-image: linear-gradient(to bottom, #EE7002, #CD6000);
    background-repeat: repeat-x;
    border-color: #BBBBBB #BBBBBB #A2A2A2;
    border-image: none;
    border-style: solid;
    border-width: 0;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled],
.btn-carbon:hover,
.btn-carbon:active,
.btn-carbon.active,
.btn-carbon.disabled,
.btn-carbon[disabled] {
    color: #ffffff;
    background-color: #ba6a2a;
    *background-color: #ba6a2a;
}
.btn-orange:active,
.btn-orange.active,
.btn-carbon:active,
.btn-carbon.active {
    background-color: #EE7002 \9;
}


/* reviews */
.left-item .reviews {height: 38px; font-size: 0; text-align: center}
.left-detail .reviews {height: 37px; font-size: 0; text-align: center; display: inline-block; margin-right: 11px}
.reviews_detail {text-align: center; margin-top: 6px}
.left-detail .reviews_add {height: 38px; font-size: 0; text-align: center; display: inline-block}
.left-item .reviews a, .left-detail .reviews_add a {font-family: "univers-medium"; font-size: 14px; line-height: 37px; display: inline-block; color: #293a30; text-decoration: underline; background: url(image/reviews_bg.png) left top no-repeat; padding-left: 44px}
.left-detail .reviews a {font-family: "univers-medium"; font-size: 16px; height: 38px; line-height: 30px; display: inline-block; color: #fff; text-decoration: underline; background: url(image/detail_reviews_bg.png) left top no-repeat; padding-left: 42px}
.left-detail .reviews_add a {font-family: "univers-medium"; font-size: 16px; height: 38px; line-height: 30px; display: inline-block; color: #fff; text-decoration: underline; background: url(image/review_add.png) left top no-repeat; padding-left: 41px}


/* also buy */
.container.also_buy {box-shadow: 0px 0px 8px #333 inset; background: #455a4d; padding: 12px; margin: 0 10px; width: auto}
.container.also_buy .listingCategory {width: auto; margin: 0; padding: 0; box-shadow: none}
.items.also .items {padding: 0}
.items.also .item {box-shadow: none; width: 33%}
.items.also .item .cont-item {padding: 20px 0 0; margin: 8px 20px; height: 100%; background: #fff}

/* top products */
.container.catalog_top, .container.shop_menu {box-shadow: 0px 0px 8px #333 inset; background: #455a4d; padding: 12px; margin: 0 10px; width: auto}
.container.catalog_top .listingCategory {width: auto; margin: 0; padding: 0; box-shadow: none}
.container.catalog_top .items {padding: 0; margin: 12px 0}
.container.catalog_top .items .item {box-shadow: none; width: 25%; height: 230px}
.container.catalog_top .items .item .cont-item {padding: 4px 0 0; margin: 0px 6px; height: 100%; background: #fff}
.container.catalog_top .items .item .name-item {font-size: 16px}
.container.catalog_top .items .item .left-item {width: 90px}
.container.catalog_top .items .item .left-item .img img {max-width: 90px; max-height: 120px}
.container.catalog_top .items .item .right-item .descr-item {padding: 12px 10px 0 0}
.container.catalog_top .items .item .right-item .color-element {min-width: auto}
.container.catalog_top .items .item .right-item #add-to-cart {width: 110px; background-size: cover; font-size: 10px}



/* top menu */
.shop_menu {float: left; width: 310px; margin-top: 10px}
.shop_menu .item {display: block; height: 40px; line-height: 40px; background: #354a3d url(image/left_menu_bg.png) 96% no-repeat; margin-bottom: 8px; border: 6px solid #fff}
.shop_menu .item span {display: block; margin-left: 14px; color: #fff; font-size: 18px}

.main_slider {height: 388px; padding: 10px 10px 20px; position: relative; width: 642px; float: left; margin: 10px 0 0 10px}
.main_slider .pagination {top: 10px; right: 20px}
.main_slider #slideleft {left: 12px; top: -25px}
.main_slider #slideright {right: 12px; top: -25px}
#slider_sm {float: left; position: relative; overflow: auto; width: 100%; height: 100%}
#slider_sm ul {position: absolute; list-style: none; top: 0; left: 0}
#slider_sm ul li {float: left; height: 388px; width: 642px}
#slider_sm ul li img {width: 100%; height: 100%}
.clr {clear: both}


#back-top {cursor: pointer; position: fixed; right: 55px; top: 50%; background: url(image/up.png) no-repeat; z-index: 999; width: 56px; height: 57px}


/* bug fix */
/*
.container.detail {margin-top: 10px}
*/
#block-cart {position: relative}


/* quick order */
.form_order {
    display: none;
}
.form_order .cont {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 20px #333 inset;
    color: #354a3d;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 22px;
    padding: 30px;
}
.form_order .cont .title {
    color: #354a3d;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 28px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
}
.form_order .cont .comments {
    color: #354a3d;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.form_order .cont input[type="text"] {
    color: #354a3d;
    display: table;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 20px;
    height: 40px;
    margin: 0 auto 15px;
    padding: 10px;
    text-align: center;
    width: 240px;
}
.form_order .cont select {
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    color: #354a3d;
    font-size: 20px;
    height: 40px;
    margin-bottom: 15px;
    width: 242px;
    text-align: center;
}
.form_order .cont input[type="submit"] {
    background-color: #354a3d;
    color: #fff;
    display: table;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 20px;
    height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 242px;
}
.form_order .close-form {
    background: url("image/buttons.png") no-repeat scroll 8px -131px #fff;
    border-radius: 30px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -21px;
    top: -20px;
    width: 36px;
}
.form_order .close-form:hover {
    background: url("image/buttons.png") no-repeat scroll -37px -131px #354a3d;
}


/* reviews */
.product_reviews {background: #fff; padding: 10px 25px}
.stars {display: block; font-size: 0; margin: 0 0 10px;}
.stars i {display: inline-block; margin-right: 3px; width: 25px; height: 25px; background: url(image/star.png) no-repeat}
.stars i.active {background: url(image/star_active.png) no-repeat}
.stars.small {margin-top: 3px}
.stars.small i {width: 14px; height: 14px; margin-right: 1px; background-size: cover}

.alx_reviews_form_submit_block {padding: 0}
.alx_review_errors {font-size: 12px; color: red; margin-bottom: 18px; font-style: italic}
.alx_review_success {font-size: 12px; color: green; margin: 18px 0; font-style: italic}
.alx_reviews_form textarea {resize: none; border: 0px; width:100%; height:190px; font-size:14px; color:#515a65; font-family: arial, sans-serif}

/* main banners */
.main_banners {
    float: left;
    width: 672px;
}
.main_banners .item {
    /* width: 230px; */
    width: 210px;
    height: 106px;
    line-height: 0;
    float: left;
    margin-left: 5px;
    display: block;
}
.main_banners .item:first-child{
    margin-left: 20px;    
}
.main_banners .img-b{
   border: 4px solid #fff; 
   background: #354a3d;
   border-radius: 100%;
   text-align: center;
   position: relative;
   float: left;
   margin-right: 7px;
   overflow: hidden;
   width: 98px;
   height: 94px;
   box-sizing:border-box;
}

.main_banners .img-b img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px !important;
    width: 65px;
    height:65px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; 
  transform: scale(0.88);
  -ms-transform: scale(0.88); /* IE 9 */
  -webkit-transform: scale(0.88); /* Chrome, Safari, Opera */
}
.main_banners .item:hover .img-b img{
  transform: scale(1);
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Chrome, Safari, Opera */
}

.main_banners .item .title {
    color: #354a3d;
    font-size: 14px;
    line-height: 16px;
    font-weight:bold;
    margin-top: 30px;
}
.main_banners .item:first-child .title {margin-top: 25px}

.mb20 {margin-bottom: 20px}
.mb40 {margin-bottom: 40px}


.zoom {
    display:inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
}
        
/* magnifying glass icon */
.zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    bottom:5px;
    right:5px;
    background:url(image/zoom.png);
}

.zoom .zoomImg {
    display: block;
    line-height: 0;
    max-width: none !important;
    max-height: none !important;
}

.zoom img::selection { background-color: transparent}
.zoom:hover:after {display: none}

.shadow-wrapper {
    background: white;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.listingCategory, .introBar,
.container.catalog_top, .container.shop_menu,
.container.also_buy {
    box-shadow: none;
    background: none;
}
.serial-name {
    background-color: #455a4d;
}

.left-detail .reviews a,
.left-detail .reviews_add a,
.right-detail {
    color: #0d4018;
}
.container.also_buy .listingCategory,
.listingCategory.tovar-block,
.listingCategory_bg {
    background-color: #455a4d; 
}
.container.catalog_top,
.container.shop_menu,
.container.also_buy {
    padding: 0;
}

.container.catalog_top iframe {
    margin: 0;
}
.lazyYT-container{
    margin:10px 0 0px 6px !important;
    width: 316px !important;
    padding: 0 0 175px !important;
    float: left;
    overflow: hidden;
    border: none;
}
.lazyYT-container:nth-child(1),
.lazyYT-container:nth-child(2){
    margin-left: 0 !important;
}
.left-detail .reviews a {
    background: url(image/reviews_bg.png) left top no-repeat;
    background-size: contain;
}
.listingCategory {
    height: auto;
}
.container.also_buy .items.also {
    padding: 10px 0 0;
}
.container.catalog_top .items {
    margin-bottom: 0;
}
.container.also_buy .items.also .item,
.container.catalog_top .items .item {
    height: auto;
}
#discountprice {
    font-size: 14px;
    margin-left: 10px;
}
#offerta-styler {
    position: absolute !important;
    left: 10px;
    top: 50px;
}
.bx_ordercart_order_pay_center {
    position: relative;
}
.bx_ordercart_order_pay_center label {
    position: absolute;
    margin-top: 29px;
    left: 47px;
}
.bx_ordercart_order_pay_center label a {
    position: absolute;
    width: 140px;
    line-height: 20px;
    text-decoration: underline;
    color: gray;
    top: 0;
}
.shadow-wrapper.mb40 .cont-item .right-item form {
    bottom: 0;
}

.items .item {
    position: relative;
}
.cont-item .right-item form {
    /* position: absolute; */
    bottom: 20px;
}
.jq-checkbox {
    background-position: 0 -40px;
    height: 21px;
    width: 16px;
}
.jq-checkbox.checked {
    background-position: 0 0;
}
.flexslider .left-item {
    width: 90px;
}
.flexslider .cont-item {
    padding: 0;
}
flex-viewport {
    padding: 0 10px;
}

.flex-direction-nav {
    position: relative;
}

.flex-direction-nav li {list-style: none;}
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 50px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; top: -100px;}
.flex-direction-nav .flex-next { right: -50px; text-align: right; top: -100px;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; cursor: pointer; }
.flex-direction-nav .flex-disabled { opacity: 0; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { background: url(image/carouselControls.png) no-repeat; width: 30px; height: 48px;  display: block; content: ''; }
.flex-direction-nav a.flex-next:before  { background: url(image/carouselControls.png) no-repeat; width: 30px; height: 48px;  display: block; content: ''; 
    -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flexslider .items .item {
    box-shadow: none;
    height: 236px;
}
.flexslider .left-item .img img {
    max-width: 90px;
    max-height: 120px;
}
.flex-viewport {
    margin: 0 10px;
}
#modal_popup,
#modal_close,
.modal_overlay {
    display: none;
}

.modal_overlay.show {
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0px;
    background: rgba(0,0,0, .6);
    position: fixed;
    display: block;
    z-index: 11;
}
#modal_popup .center {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#modal_popup .h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#modal_popup span {
    font-weight: bold;
}
#modal_close.show {
    z-index: 15;
    position: absolute;
    display: block;
    top: -15px;
    right: -15px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      border-radius: 50%;
    background-color: rgba(0,0,0, 0.8);
    color: white;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid rgba(255,255,255, .8);
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}
#modal_close.show:hover {
    color: red;
}
#modal_popup.show {
    position: relative;
    height: 500px;
    padding: 10px 25px;
    overflow-y: scroll;
    margin: 0 auto;
    display: block;
    background-color: white;
    box-sizing:border-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    z-index: 15;
}
.modal-box.show{
    display: block;
}
.modal-box {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 870px;
    height: 600px;
    margin-left: -435px;
    z-index: 111;
}


.hidden {display: none}
/* psb royalty */
#psb_royalty_block {
    padding:10px;
    border:3px #F09E00 solid;
}





/* new filter */
.kombox-filter.new-filter{
    position: relative;
    z-index: 1;
}
.kombox-filter.new-filter .container,
.kombox-filter.new-filter .kombox-column{
 width: 100% !important;
 color: #fff;
}

.kombox-filter.new-filter h1{
  margin-left:  13px !important;  
  padding: 14px 23px 14px 0;
}
.kombox-filter.new-filter h3{
  margin-left:  13px !important;  
  padding: 14px 23px 14px 0;
  color: #FFF;
  font-family: "univers-medium",Helvetica,Arial,sans-serif;
  font-size: 22px;
  display: inline-block;
}
.title-green{
  font-size: 17px;
  padding:5px 7px;
  margin: 0;
  text-align: left;
  display: block;
}
.btn-filter-clear{
    background:url("image/icon-clear-filter.png") no-repeat 100% 60%;
    height:37px;
    line-height: 37px;
    color: #000;
    display: block;
    float: right;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding:0 22px 0 13px;
    margin: 8px 16px 14px;
    text-transform: uppercase;
    text-decoration: underline !important;
}
.kombox-filter-submit .btn-hs,
.btn-filter{
    background:url("image/bg-btn-open.png") no-repeat 0 0;
    width:200px;
    height:37px;
    line-height: 37px;
    color: #fff;
    display: block;
    float: right;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding:0 0 0 13px;
    margin: 8px 16px 14px;
    text-transform: uppercase;
}
.kombox-filter-submit .btn-hs{
    width: 164px;
    text-align: left;
    text-decoration: none !important;
    background-position: 100% 0;
    margin-top: 2px;
    border: none;
    box-shadow: none;
}
.btn-filter.active{
    background-position:0 100%;
}
.kombox-filter-submit .btn-hs.active{
    background-position:100% 100%;    
}
.kombox-filter.new-filter .lvl1{
    margin: 0 !important;
}
.kombox-filter.new-filter .bx_filter_container_title,
.kombox-filter.new-filter .kombox-filter-property-head{
    display: block;
    width: 115px;
    padding:0 0 0 15px;
    float: left !important;
    clear: both;
    color: #fff;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.kombox-filter.new-filter .kombox-filter-property-head .kombox-filter-property-name{
    font-weight: normal;    
}
.kombox-filter.new-filter .bx_filter_block, 
.kombox-filter.new-filter .kombox-filter-property-body{
   width: 814px;
   padding:0;
   float: left;
   margin-bottom: 0 !important;
}
.kombox-filter.new-filter .hide-filter .kombox-cnt,
.kombox-filter.new-filter .kombox-filter-property-body .kombox-cnt{
    color:#999;
}
.kombox-filter.new-filter .hide-filter .jq-checkbox,
.kombox-filter.new-filter .kombox-filter-property-body .jq-checkbox{
    position: absolute !important;
    opacity: 0;
    left: 0;
    top:0;
    z-index: 1;
    width: 0%;
    height: 0%;
    padding: 0 !important
}
.kombox-filter.new-filter .kombox-filter-property-body input{
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0px;
    padding: 0px;
}
.kombox-filter.new-filter .kombox-filter-property-body .lvl2{
    position: relative;
    padding: 0 !important;
    margin: 0 6px 6px 0;
    display: inline-block;
}
.kombox-filter.new-filter .lvl2 label,
.kombox-filter.new-filter .kombox-filter-property-body .lvl2 a{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    background: #667770;
    border-radius:3px;
    box-shadow: 1px 1px 2px #2b322f inset;
    border:1px solid #466351; 
    border-bottom:1 solid transparent; 
    padding: 3px 8px 2px;
    text-transform:inherit;
    display: block;
    cursor: pointer;
    margin: 0 !important;
}
.kombox-disabled label{
    opacity: 0.7;
}
.kombox-filter.new-filter .kombox-filter-property-body{
    overflow: visible !important;
}
.kombox-filter.new-filter .kombox-filter-property-body .checked + label,
.kombox-filter.new-filter .kombox-filter-property-body .kombox-checked label{
    background: #2a3831;
    box-shadow: 1px 1px 2px #111 inset;
    border:1px solid #659176; 
    opacity: 1 !important;
}
.kombox-filter.new-filter .kombox-filter-property-body[data-name="color"] label{
    text-indent: -9999px;
    width:57px;
    padding: 3px 0 2px;
}
.kombox-filter.new-filter .kombox-filter-property-body[data-name="color"] .checked + label,
.kombox-filter.new-filter .kombox-filter-property-body[data-name="color"] .checked,
.kombox-filter.new-filter .kombox-filter-property-body[data-name="color"] .kombox-checked{
    box-shadow: 0px 0px 7px 1px #69977a;
}
.kombox-filter.new-filter .kombox-filter-property-body[data-name="color"] .kombox-checked .checked + label{
    box-shadow: 1px 1px 2px #111 inset;
}
.kombox-filter a.brand_filter_link {
    box-shadow: none;
    border: none;
    /* padding: 1px 3px 1px; */
}
.kombox-filter label.brand_filter_label {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.kombox-filter .kombox-clear {
    clear: both;
}
.kombox-filter .btn-filter-submit {
    margin-right: 20px;
}

/* Для списка брендов внизу */
.kombox-filter2.new-filter .lvl1{
    margin: 0 !important;
}
.kombox-filter2.new-filter .bx_filter_container_title,
.kombox-filter2.new-filter .kombox-filter-property-head{
    display: block;
    width: 115px;
    padding:0 0 0 15px;
    float: left !important;
    clear: both;
    color: #fff;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.kombox-filter2.new-filter .kombox-filter-property-head .kombox-filter-property-name{
    font-weight: normal;    
}
.kombox-filter2.new-filter .bx_filter_block, 
.kombox-filter2.new-filter .kombox-filter-property-body{
   width: 814px;
   padding:0;
   float: left;
   margin-bottom: 0 !important;
}
.kombox-filter2.new-filter .hide-filter .kombox-cnt,
.kombox-filter2.new-filter .kombox-filter-property-body .kombox-cnt{
    color:#999;
}
.kombox-filter2.new-filter .hide-filter .jq-checkbox,
.kombox-filter2.new-filter .kombox-filter-property-body .jq-checkbox{
    position: absolute !important;
    opacity: 0;
    left: 0;
    top:0;
    z-index: 1;
    width: 0%;
    height: 0%;
    padding: 0 !important
}
.kombox-filter2.new-filter .kombox-filter-property-body input{
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0px;
    padding: 0px;
}
.kombox-filter2.new-filter .kombox-filter-property-body .lvl2{
    position: relative;
    padding: 0 !important;
    margin: 0 6px 6px 0;
    display: inline-block;
}
.kombox-filter2.new-filter .lvl2 label,
.kombox-filter2.new-filter .kombox-filter-property-body .lvl2 a{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    background: #667770;
    border-radius:3px;
    box-shadow: 1px 1px 2px #2b322f inset;
    border:1px solid #466351; 
    border-bottom:1 solid transparent; 
    padding: 3px 8px 2px;
    text-transform:inherit;
    display: block;
    cursor: pointer;
    margin: 0 !important;
}
.kombox-disabled label{
    opacity: 0.7;
}
.kombox-filter2.new-filter .kombox-filter-property-body{
    overflow: visible !important;
}
.kombox-filter2.new-filter .kombox-filter-property-body .checked + label,
.kombox-filter2.new-filter .kombox-filter-property-body .kombox-checked label{
    background: #2a3831;
    box-shadow: 1px 1px 2px #111 inset;
    border:1px solid #659176; 
    opacity: 1 !important;
}
.kombox-filter2.new-filter .kombox-filter-property-body[data-name="color"] label{
    text-indent: -9999px;
    width:57px;
    padding: 3px 0 2px;
}
.kombox-filter2.new-filter .kombox-filter-property-body[data-name="color"] .checked + label,
.kombox-filter2.new-filter .kombox-filter-property-body[data-name="color"] .checked,
.kombox-filter2.new-filter .kombox-filter-property-body[data-name="color"] .kombox-checked{
    box-shadow: 0px 0px 7px 1px #69977a;
}
.kombox-filter2.new-filter .kombox-filte2-property-body[data-name="color"] .kombox-checked .checked + label{
    box-shadow: 1px 1px 2px #111 inset;
}
.kombox-filter2 a.brand_filter_link {
    box-shadow: none;
    border: none;
    /* padding: 1px 3px 1px; */
}
.kombox-filter2 label.brand_filter_label {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.kombox-filter2 .kombox-clear {
    clear: both;
}
.kombox-filter2 .btn-filter-submit {
    margin-right: 20px;
}



/* .kombox-filter.new-filter .lvl2 a.color-check{
    padding: 0;
}
.kombox-filter.new-filter .lvl2 a.color-check .jq-checkbox{
   padding: 3px 14px;
   box-shadow: 1px 1px 2px #2b322f inset;
   border-radius:3px;
}
.kombox-filter.new-filter .lvl2 a.color-check .jq-checkbox.checked{
   border:1px solid #69977a; 
   box-shadow: 0px 0px 7px #69977a; 
   padding: 2px 13px;
} */
.btn-filter-submit{
    color: #fff;
    display: block;
    float: right;
    font-family: "univers-medium",Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding:10px 20px;
    text-transform: uppercase;
    text-decoration: underline !important;
    background: #667770;
    box-shadow: 1px 1px 2px #222;
    border:1px solid #466351;
    border-radius: 4px;
}
.btn-filter-submit:hover{
    color: #0D4018;
}
.listingCategory.page-404{
    padding: 20px;
}
.listingCategory.page-404 h1{
    color: #333;
    padding: 0 0 15px;
}
.listingCategory.page-404 p{
    color: #333;
}
.listingCategory.page-404 ul li a{
    color: #0D4018;
    display: inline-block;
}
.listingCategory.page-404 ul li{
    padding: 0px 6px;
}

.listingCategory.page-404 ul li a:hover{
    text-decoration: underline;
}
.listingCategory.page-404 ul{
    margin: 0 0 30px;
    padding: 0px 19px;
}
.item .cont-item .color-element{
    display: block;
    height: 22px;
    overflow: hidden;
}
.flex-viewport .items{
    padding-bottom: 0;
}
.button-video{
    background:url("image/video-button.png") no-repeat 0 0;
    width: 190px;
    height: 36px;
    display: inline-block;
}
.clearfix{
    clear: both;
}
.desc-cat{
    padding: 5px 2px 0;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 20px;
}
.navbar .nav > li > a[href="/sale/"]{
    color: #fff;
    background: #477b6c !important;
    border: 1px solid #259a78 !important;
    box-shadow: 0 1px 1px #355c51 inset !important;
    padding: 2px 8px;
    margin: 8px 5px;
    border-radius: 4px;
    text-shadow:none;
    position: relative;
}
.navbar .nav > li > a[href="/sale/"]:hover{
    background: #518c7b;    
}
.navbar .nav > li > a#active[href="/sale/"]:before{
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    display: inline-block;
    border-right: 5px solid transparent;
    border-top: 5px solid #355c51;
    border-left: 5px solid transparent;
    margin-left: -4px;
}
.about-block{
    padding:20px 30px;
    width: 902px;
    line-height:20px;
    font-size: 14px;
}
.about-block p{
    margin: 0 0 20px;
}
.about-block ul{
    padding: 0;
    margin: 0 0 20px 40px;
}
.about-block ul li{
    margin: 0 0 5px;
}
.about-block h1{
    font: 28px/28px "arial",sans-serif;
    color: #354A3D;
    border-bottom: 1px solid #eaeaea;
    margin:10px 0 20px;
    padding: 4px 0px;
    text-transform: none;
    font-weight: bold;
    display: block;
}
.about-block h2{
    font: 18px/17px "arial",sans-serif;
    color: #354A3D;
    border-bottom: 1px solid #eaeaea;
    margin:10px 0 20px;
    padding: 4px 0px;
    text-transform: none;
    font-weight: bold;
    display: block;
}
.img-partner{
    text-align: center;
    margin: 0 0 20px;
}
.img-partner img{
    margin: 0 10px 15px;
    height: 70px;
    width: auto;
}
/* .shop_menu{
    display: none;
} */

.icon-sale-big{
    width: 62px;
    height: 96px;
    display: block;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 11;
}
.icon-sale-big-5{
    background:url("image/icons-sale/icon-big-5.png") no-repeat 0 0;
}
.icon-sale-big-10{
    background:url("image/icons-sale/icon-big-10.png") no-repeat 0 0;
}
.icon-sale-big-14{
    background:url("image/icons-sale/icon-big-14.png") no-repeat 0 0;
}
.icon-sale-big-15{
    background:url("image/icons-sale/icon-big-15.png") no-repeat 0 0;
}
.icon-sale-big-16{
    background:url("image/icons-sale/icon-big-16.png") no-repeat 0 0;
}
.icon-sale-big-20{
    background:url("image/icons-sale/icon-big-20.png") no-repeat 0 0;
}
.icon-sale-big-25{
    background:url("image/icons-sale/icon-big-25.png") no-repeat 0 0;
}
.icon-sale-big-30{
    background:url("image/icons-sale/icon-big-30.png") no-repeat 0 0;
}
.icon-sale-big-50{
    background:url("image/icons-sale/icon-big-50.png") no-repeat 0 0;
}
.icon-sale-big-40 {
 background:url("image/icons-sale/icon-big-40.png") no-repeat 0 0;
}
.icon-sale-big-85 {
 background:url("image/icons-sale/icon-big-85.png") no-repeat 0 0;
}
.icon-sale{
    width: 43px;
    height: 66px;
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 11;
    
}
.icon-sale-5{
    background:url("image/icons-sale/icon-5.png") no-repeat 0 0;
}
.icon-sale-10{
    background:url("image/icons-sale/icon-10.png") no-repeat 0 0;
}
.icon-sale-14{
    background:url("image/icons-sale/icon-14.png") no-repeat 0 0;
}
.icon-sale-15{
    background:url("image/icons-sale/icon-15.png") no-repeat 0 0;
}
.icon-sale-16{
    background:url("image/icons-sale/icon-16.png") no-repeat 0 0;
}
.icon-sale-20{
    background:url("image/icons-sale/icon-20.png") no-repeat 0 0;
}
.icon-sale-25{
    background:url("image/icons-sale/icon-25.png") no-repeat 0 0;
}
.icon-sale-30{
    background:url("image/icons-sale/icon-30.png") no-repeat 0 0;
}
.icon-sale-50{
    background:url("image/icons-sale/icon-50.png") no-repeat 0 0;
}
#title-search-result2{
    margin-left: 0 !important;
}
.content-container {
    width: 902px;
    padding: 20px 30px;
    margin: auto;
}
.public-offer-article h3 {
    font-size: 24px;
    font-weight: 700;
}
.public-offer-article h4 {
    margin: 20px 0;
}
.public-offer-article a {
    text-decoration: underline;
    color: blue;
}
.img-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.discount__box {
 display: block;
 width: 100%;
 margin: 20px 0 0;
}
.discount__box img {
 max-width: 150px;
}