#cart .additional {
    display: none;
}
#cart .additional ul {
    padding-left: 50px;
}
.additional {
    /*display: none;*/
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px;
}
.additional ul {
    padding-left: 0;
}

#productlist .additional {
    display: none;
}

body {
/*padding-top: 60px;*/
}



.bs-docs-sidenav {
  /*width: 228px;*/
  margin: 15px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(/static/img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}



.product {
  position: relative;
  margin: 15px 0;
  padding: 7px 19px 7px;
  *padding-top: 7px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  min-height: 63px;
}

.product .likes {
    display: inline-block;
}

.product .product__media {
    display: inline-block;
}

.product .likes + .product__media {
    margin-left: 10px;
}
/* Remove spacing between an example and it's code */
.product + .additional {
  margin-top: -20px;
  padding-top: 15px;
}

#baloon {
    background: white;
    border: 1px solid #f6f6f6;
    padding: 4px;
    position: absolute;
}

ul.cart-summary  {
    list-style: none;
    margin-left: 0;
}

.table input {margin:0;}


.product .video {
    position: absolute;
    z-index: 1000;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    top: -50px;
    width: 450px;
    border-radius: 3px;
    left: 25px;
}
#productdetail .video {
    margin-bottom: 20px;
}
.product .video {
    display: none;
}

/*.product:hover .video {
    display: block;
}*/

.product:first-child .video {
    //display: block;
}


a.videoplayer {
    display:block;

    text-align:center;

}


#productlist_loading {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: -5px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    display: none;
}

#productlist_loading div {
    width: 50%;
    margin: 10em auto;
    text-align: center;
    font-size: 20px;
}

.blockheader {
font-size: 1.4em;
height: 80px;
line-height: 1.2em;
margin-left: 60px;
position: relative;
vertical-align: middle;
/*color: #f00;*/
display: table-cell;
padding-left: 60px;
background: url(../img/ficons.png) no-repeat;
font-weight: bold;
}

.blockheader.priceicon {
    background-position: 0 -80px;
}

.blockheader.shippingicon {
    background-position: 0 -160px;
}

.blockheader span {
display: none;
}

.filter {
    /*display: inline-block; */
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.navheader.affix {
    background: #fff;
    z-index: 10000;
    top: 0px;
    width: 870px;
}

.ordersummary.affix {
    width: 230px;
    top: 0px
}

.ordersummary {
    margin: 15px 0 0;
}

.deletable {
    position: relative;
}

.deletable a.close {
    position: absolute;
    right: 5px;
    top: -2px;
}

.Tube .moreinfo, .ElectronicIgniter .moreinfo {
    display: none;
}
.Tube .additional, .ElectronicIgniter .additional {
    display: block;
}


i.flag {
background: url(/static/img/flags.png);
display: inline-block;
width: 20px;
height: 20px;
vertical-align: middle;
margin-left: -5px;
margin-right: 5px;
}

i.flag-zh-cn {
    background-position: 0 -46px;
}
i.flag-en {
    background-position:0 -24px;
}

.language li { cursor: pointer; }

.roundbox {
    margin: 15px 0px;
    padding: 14px 19px 14px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
}

.filters h4 {

}
.filters .dropdown-menu {
    max-height: 400px;
    height: auto;
    overflow-y: auto;
}
.ordering {
    position: absolute;
top: -7px;
right: 20px;
    font-size: 12px;
}

.product .thumb {
float: left;
margin: 0px 10px 0px -10px;
    min-width: 50px;
}

.hero-unit {
    background: url(../img/herobg.png);
    height: 100px;
    padding: 30px;
}

.carousel .item {
    padding: 5px;
}

.carousel .item1 {


background-image: linear-gradient(left top, rgb(255,238,0) 5%, rgb(212,198,0) 100%);
background-image: -o-linear-gradient(left top, rgb(255,238,0) 5%, rgb(212,198,0) 100%);
background-image: -moz-linear-gradient(left top, rgb(255,238,0) 5%, rgb(212,198,0) 100%);
background-image: -webkit-linear-gradient(left top, rgb(255,238,0) 5%, rgb(212,198,0) 100%);
background-image: -ms-linear-gradient(left top, rgb(255,238,0) 5%, rgb(212,198,0) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0.05, rgb(255,238,0)),
	color-stop(1, rgb(212,198,0))
);

heigth: 180px;
}

.carousel .item2 {


background-image: linear-gradient(left top, rgb(229, 42, 52) 5%, rgb(255, 48, 57) 100%);
background-image: -o-linear-gradient(left top, rgb(229, 42, 52) 5%, rgb(255, 48, 57) 100%);
background-image: -moz-linear-gradient(left top, rgb(229, 42, 52) 5%, rgb(255, 48, 57) 100%);
background-image: -webkit-linear-gradient(left top, rgb(229, 42, 52) 5%, rgb(255, 48, 57) 100%);
background-image: -ms-linear-gradient(left top, rgb(229, 42, 52) 5%, rgb(255, 48, 57) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0.05, rgb(229, 42, 52)),
	color-stop(1, rgb(255, 48, 57))
);

heigth: 180px;
}

.carousel .item3 {


background-image: linear-gradient(left top, rgb(63, 191, 240) 5%, rgb(53, 160, 201) 100%);
background-image: -o-linear-gradient(left top, rgb(63, 191, 240) 5%, rgb(53, 160, 201) 100%);
background-image: -moz-linear-gradient(left top, rgb(63, 191, 240) 5%, rgb(53, 160, 201) 100%);
background-image: -webkit-linear-gradient(left top, rgb(63, 191, 240) 5%, rgb(53, 160, 201) 100%);
background-image: -ms-linear-gradient(left top, rgb(63, 191, 240) 5%, rgb(53, 160, 201) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0.05, rgb(63, 191, 240)),
	color-stop(1, rgb(53, 160, 201))
);

heigth: 180px;
}


span.article {
    color: #999;
    font-size: 14px;
}

/***************** Factory product editing *****************/
.medias .thumbnail .image-popup {
    float: none;

}

.medias .image-popup img {
    width: 100%;
}

.medias .thumbnail .flowplayer {
    display: none;
}

.medias .thumbnail .videoicon {
    position: relative;
    height: 100px;
}

.medias .videoicon:hover .flowplayer {
    display: block;
    position: absolute;
    z-index: 10000;
    background: white;
    bottom: 20px;
    left: -150px;
}
.topactions {
padding-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 15px;
}

.likes i {
    color: rgb(51, 51, 51);
}

.likes i:hover {
    color: rgb(0,0,0);
    font-weight: bold;
}

.likes i.disabled {
    color: #ccc;
    font-weight: normal;
}

.feedback_reply {
border: 1px solid #ddd;
border-radius: 3px;
padding: 5px 20px;
background: #f0f9f0;
}

.vjs-poster {
    background-color: #000;
}

.doc_view {border:1px solid #ddd;-webkit-border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;border-radius: 6px;margin-bottom:10px}
.doc_view .doc_view_header dl {margin-bottom:0;-webkit-background-clip:border;-moz-background-clip:border-box;background-clip:border-box;background-color:#f8f8f8;padding:10px 10px 6px;margin-top:0;border-bottom:1px solid #ddd;-webkit-border-radius: 6px 6px 0 0;-moz-border-radius: 6px 6px 0 0;-ms-border-radius: 6px 6px 0 0;border-radius: 6px 6px 0 0}
.doc_view .doc_view_header dd {margin-bottom:4px}
.doc_view .doc_view_header dd,.doc_view .doc_view_header dt {line-height:20px}
.doc_view .doc_view_content {padding:20px}
.doc_view .doc_view_footer {line-height:28px;-webkit-background-clip:border;-moz-background-clip:border-box;background-clip:border-box;background-color:#f8f8f8;padding:8px 20px;border-top:1px solid #ddd;-webkit-border-radius: 0 0 6px 6px;-moz-border-radius: 0 0 6px 6px;-ms-border-radius: 0 0 6px 6px;border-radius: 0 0 6px 6px}

.pm_message.pm_deleted {
 text-decoration: line-through;
}
.pm_message.pm_deleted .pm_body{
 display: none;
}
.pm_message.pm_archived {
 font-style: italic;
 color: grey;
}
.pm_message.pm_unread .pm_subject {
 font-weight: bolder;
}
.pm_message.pm_pending .pm_header {
 background-color: #FFC;
}
.pm_message.pm_rejected .pm_header {
 background-color: #FDD;
}

.register-choice {
border: #ccc 1px solid;
border-radius: 10px;
font-size: 40px;
display: inline-block;
text-align: center;
cursor: pointer;
box-sizing: border-box;
-moz-box-sizing: border-box;
float: left;
    margin-bottom: 25px;
}
.register-choice a {
    padding: 25px 0;
    display: inline-block;
    width: 100%;
}
.register-choice a:hover {
    text-decoration: none;
}
.register-choice i {
    font-size: 60px;
    display: block;
    margin-bottom: 20px;
}
.register-choice:hover {
    background: #eee;
}
.register-choice.active {
    background: #cfc;
}


body {
  color: #1A1A1A;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
}
body a:hover {
  text-decoration: none;
}
.smallfont {
  font-size: 0.9em;
}
h3 {
  line-height: 2em !important;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #336699;
}
.internal-text {
  padding-left: 1em;
  padding-right: 1em;
  text-align: justify;
}
.centered {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.langheader {
  background-color: #EEEEEE;
  font-size: 1em;
  vertical-align: middle;
  line-height: 4em;
  display: block;
}
.langheader .leftlangheader {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.langheader .leftlangheader .selectboxit-container {
  margin: 10px 0 0 0;
  padding: 0;
}
.langheader .leftlangheader .selectboxit-option-icon-container {
  margin-left: 3px;
}
.langheader .leftlangheader .selectboxit-container .selectboxit-option-icon {
  margin: 0 0 0 5px;
}
.langheader .leftlangheader .selectboxit-arrow {
  top: 43%;
}
.langheader .rightlangheader {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-align: right;
}
.langheader .rightlangheader a:hover {
  text-decoration: none;
}
.navmenu {
  background-color: #336699;
  margin-left: 0;
  margin-right: 0;
}
.navbar-nav > li > .dropdown-menu {
  background-color: #336699;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #336699;
  color: yellow;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  padding: 10px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #F0AD4E;
}
.navbar-default .navbar-nav > .open > a i,
.navbar-default .navbar-nav > .open > a:hover i,
.navbar-default .navbar-nav > .open > a:focus i {
  color: #F0AD4E;
}
.navbar-nav li a {
  color: white !important;
}
.navbar-nav li a:hover i {
  color: #F0AD4E;
}
.yamm-a {
  display: block;
  width: 100%;
  padding: 5px 0 5px 10px;
  border-bottom: 1px dotted gray;
  color: gray;
}
.yamm-a sup {
  font-size: 13px;
  font-family: "OpenSans Cond", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: none;
}
.yamm-a:hover {
  color: #F0AD4E !important;
  text-decoration: none;
}
.yamm-a:hover i {
  color: #F0AD4E;
}
.navbar {
  margin: 0;
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  background: none;
  border: none;
}
.searchblock {
  background-image: url(/static/img/gradient-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  backround-color: #EEEEEE;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
.searchblock h3 {
  color: black;
  line-height: 1.2em;
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: -1px;
  border-bottom: none;
}
.searchblock h3 span {
  animation: flipper 3s ease-in 4s infinite;
  -moz-animation: flipper 3s ease-in 4s infinite;
  -webkit-animation: flipper 3s ease-in 4s infinite;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  display: inline-block;
}
.searchblock .btn {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  background-color: #336699;
  padding-left: 15px;
  padding-right: 15px;
}
.searchblock .btn:hover i {
  color: #F0AD4E;
}
.searchblock .help-block {
  margin: 10px 0;
  color: black;
  font-family: "Tahoma", "Verdana", Arial, sans-serif;
  font-size: 12px;
}
.searchblock .help-block a {
  color: #336699;
  border-bottom: 1px dotted #336699;
}
.searchblock .help-block a:hover {
  text-decoration: none;
  color: #F0AD4E;
  border-bottom: 1px dotted #F0AD4E;
}
@-webkit-keyframes flipper {
  0% {
    -webkit-transform: perspective(300px) rotateY(0deg);
  }
  15%,
  100% {
    -webkit-transform: perspective(300px) rotateY(360deg);
  }
}
@-moz-keyframes flipper {
  0% {
    -moz-transform: perspective(300px) rotateY(0deg);
  }
  15%,
  100% {
    -moz-transform: perspective(300px) rotateY(360deg);
  }
}
@keyframes flipper {
  0% {
    transform: perspective(300px) rotateY(0deg);
  }
  15%,
  100% {
    transform: perspective(300px) rotateY(360deg);
  }
}
.rating h3 {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #336699;
  border-bottom: 3px solid #336699;
}
.rating .rating_block {
  border-top: 1px solid #E2E2E2;
  clear: both;
  padding: 8px 0;
  border-left: 3px solid transparent;
}
.rating .rating_block:hover {
  border-left: 3px solid #F0AD4E;
  background-color: #EEEEEE;
}
.rating .rating_block .rating_place {
  color: #DDDDDD;
  display: inline-block;
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  width: 29px;
}
.rating .rating_block .rating_data {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.rating .rating_block .rating_data strong {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.rating .rating_block .rating_data p {
  font-family: "Tahoma", "Verdana", Arial, sans-serif;
  font-size: 12px;
  color: black;
  padding-left: 3em;
  text-align: right;
}
.rating .rating_block .rating_data p span {
  vertical-align: middle;
  font-size: 11px;
  font-family: "Tahoma", "Verdana", Arial, sans-serif;
}
.rating .rating_block .rating_btn {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-right: 10px;
}
.rating .rating_block .rating_btn a {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.rating .rating_block .rating_btn a i {
  font-size: 80%;
}
.basket {
  border: none;
}
.basket h3 {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #336699;
  border-bottom: 3px solid #336699;
}
.basket .basketbutton {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5 10px;
  display: block;
}
.basket a {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.basket i {
  font-weight: normal;
}
.basket ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 10px 0;
  text-align: left;
  display: block;
}
.basket ul li a {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  padding: 5px 0;
}
h3 {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #336699;
  border-bottom: 3px solid #336699;
}
h3 span {
  color: #F0AD4E;
}
.advblock-long {
  /*border: 1px solid #EEEEEE;*/
  /*border-radius: 5px;*/
  text-align: center;
  padding: 5px;
}

footer {
  background-color: #EEEEEE;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: "Tahoma", "Verdana", Arial, sans-serif;
  font-size: 12px;
}
footer .footernav {
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}
footer .footernav ul {
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}
footer .footernav ul li {
  border-bottom: 1px dotted #336699;
}
footer .footernav ul li.last {
  border: none;
}
footer .footernav ul a {
  color: #336699;
  font-size: 1.1em;
  display: block;
  padding: 5px 0 5px 5px;
  text-decoration: none;
}
footer .footernav ul a span {
  color: #F0AD4E;
}
footer .footernav ul a:hover {
  background-color: #DDDDDD;
}
footer .footernav ul a:hover i {
  color: #F0AD4E;
}
footer .footer_cats {
  padding-top: 10px;
  padding-left: 10px;
}
footer .footer_cats a {
  line-height: 1.6em;
}
footer .footer_cats a i {
  color: #F0AD4E;
}
.ozozon_modal .modal-header {
  background-color: #336699;
}
.ozozon_modal .modal-header h3 {
  color: white;
  border: none;
}
.ozozon_modal .modal-header h3 i {
  color: #F0AD4E;
}
.ozozon_modal .modal-body {
  padding-top: 0;
}
.ozozon_modal .modal-body .input-group {
  margin: 5px 0;
  font-family: "OpenSans CondBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}


/*********************/
.filter .resetfilter {
position: absolute;
right: 7px;
top: 27px;
}
.buyform input[name=quantity] {
    width: 50px;
}
.langheader .leftlangheader .dropdown {
    min-width: 160px;
    display: inline-block;
    border-radius: 6px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
  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;
  border: 1px solid #cccccc;
  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);
  border-bottom-color: #b3b3b3;
}

.langheader .leftlangheader  .dropdown:hover,
.langheader .leftlangheader .dropdown:focus,
.langheader .leftlangheader .dropdown.open
{
  color: #333333;
  background-color: #e6e6e6;
  background-position: 0 -15px;
}

.langheader .leftlangheader .dropdown b {
    position: absolute;
top: 12px;
right: 10px;
}
.langheader  .leftlangheader a.dropdown-toggle {
    color: #333;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}
.rating .rating_block .rating_place {
line-height: 35px;
}

.messaging {
    margin-right: 20px;
}


footer {
    padding-bottom: 20px;
}
footer .footerlogo span {
    margin-right: 20px;
    float: left;
}
.footer_nav ul {
    list-style: none;
    text-align: right;
    padding-left: 0;
    margin-bottom: 20px;

}
.footer_nav {
    float: right;;
}
ul.footer_nav li {
    white-space: nowrap;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #d4d4d4;
    margin-right: 10px;
}
ul.footer_nav li:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}

.nav_logo {
    margin-top: -11px;
}

#productdetail h3 {
    margin-bottom: 20px;
}

.basket .actions {
    position: absolute;
    right: 5px;
    top: 0px;
    /*display: none;*/
}
.basket .actions a {
    padding-right: 5px;
    padding-left: 5px;
}
.basket li {
    position: relative;
}
.basket li:hover .actions {
    display:  block;
}
.basket li .actions a:hover {
    background-color: #ddd;
}
.basket li .actions a.warning:hover {
    background-color: #ffe5e5;
}

.body a:hover {
    text-decoration: underline;
}
h4 a {
     border-bottom: 1px dashed
}
h4 a:hover {

    border-bottom-style: solid;
}
.filterbutton {
    border: 1px solid #d4d4d4;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 3px;
}
.filterbutton:hover {
    background-color: #f4f4f4;
}

.thumbnails {
    list-style: none;
}

html[lang=zh-cn] .internal-text  {
    text-align: left ;
}

.navbar.yamm li.dropdown:hover .dropdown-menu {
	display: block;
}

.search_results li {
    margin-bottom: 10px;
}

.incart:before {
    content: " ";
    display: block;
    height: 100%;
    background: #89C371;
    width: 6px;
    position: absolute;
    margin-left: -20px;
    margin-top: -7px;
    border-radius: 4px 0 0 4px;
}
/*******/
/**** Typeahead *****/
#search_form input[type=text] {
    width: 100%;
}
.twitter-typeahead {
    width: 100%;
}
#search_form .twitter-typeahead .tt-input {
    margin-top: 2px;
}
.tt-dropdown-menu {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
}
.tt-suggestion {
    padding: 3px 20px;
    font-weight: 400;
    line-height: 1.428571429;
}
#search_form .tt-dropdown-menu {
    min-width: 160px;
    width: 100%;

    border-radius: 0 0 6px 6px;
    line-height: 30px;


    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;
    border: 1px solid #cccccc;
    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);
    border-bottom-color: #b3b3b3;

}
.tt-cursor {
    background-color: #336699;
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}
#search_form .tt-suggestion {
    padding: 0px 10px 10px 10px;
}
.tt-suggestion .description {
    display: block;
    line-height: 100%;
    font-size: small;
}

.bs-docs-sidenav li.active {
    background: #E7E7E7;
    /* color: #fff; */
}



.color {
    color: #23d97e;
}


.hide-extra-columns .extra-column {
    display: none;
}
table .product {
    position: static;
}

.browsehappy {
  margin: 0.2em 0;
  background: #FFEF79;
  color: #000;
  border: 1px solid #EDC384;
  padding: 0.7em 0;
    text-align: center;
}


.cart_table thead tr, .cart_table tfoot tr {
    color: #707070;
    font-weight: normal;
    background: linear-gradient(to bottom, #F8F8F8 0px, #ECECEC 100%) repeat-x scroll 0% 0% #F2F2F2;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 0px !important;
    color: #858585;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    padding: 5px 4px;
    line-height: 1.2;
    font-size: 14px;
    font-family: inherit;
    box-shadow: none !important;
    transition-duration: 0.1s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus
{
    color: #696969;
    border-color: #5d84b4;
    background-color: #FFF;
    outline: 0px none;
}

a[ng-click] {
    cursor: pointer;
}

.fileselect__selected {
    font-weight: bold;
}

.container-maxwidth {
    width: 100%;
}

.filebrowser {

}

.filebrowser__tree {
    margin-top: 36px;
}

.filebrowser__tree > ul {
    padding-left: 0;
}
.filebrowser__tree ul {
    list-style: none;
    padding-left: 12px;
}

.filebrowser__tree li  span {
    display: inline-block;
    padding: 2px 4px;
    /*margin: 4px;*/
    line-height: 1.42857;
    border-bottom: 1px solid transparent;
}
.filebrowser__tree  span:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}

.filebrowser__tree li span.virtual {
    cursor: not-allowed;
}

.filebrowser__tree span.selected {
    color: #FFF;
    background-color: #428BCA;
    border-color: #428BCA;
    cursor: default;
}

.filebrowser__listing {

}
.filebrowser-mini {
    margin-top: 20px;
}
.filebrowser-mini .filebrowser__tree span {
    padding: 2px 4px;
    margin: 0px;
}

.filebrowser-mini .filebrowser__tree {
    margin-top: 0;
}

.filebrowser-mini .filebrowser__listing li {
    padding: 2px 4px;
    margin: 0px;
    line-height: 1.42857em;

}

.filebrowser-mini .filebrowser__listing li:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}

.consolidator_info {
    display: inline-block;

}

input.ng-invalid {
    color: #e9322d !important;
    border-color: #f09784 !important;;
    background-color: #FFEAE6 !important;
}

.cg-busy-default-sign {
    z-index: 1002;
    padding-bottom: 6px;
    color: #333;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    background-color: rgb(255, 192, 81);
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #DDD;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    display: block;
    top: 0px;
    position: fixed;
    left: 50%;
    margin-left: -70px;
}

.cartrow.success > td {
    border-color: #ffffff !important;
}

.cartrow.ng-enter {
    transition: 3s;
    background: #5FD86D;
}

.cartrow.ng-enter-active {
    background: transparent;
}

.cartrow.ng-leave{
    opacity: 1;
    transition: 0.5s;
    background: #d85a46;
}

.cartrow.ng-leave-active {
    opacity: 0;
    /*background: transparent;*/
}



.td-height-min {
    overflow-y: hidden;
    position: relative;
}

.td-height-min::after {
    content: "...";
    /*color: #cdf;*/
    position: absolute;
    bottom: 0px;
    background: red;
    width: 100%;
    /*height: 2em;*/
    padding-top: 1em;
    text-align: right;
    text-decoration: underline;
    pointer-events: none;

    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); *//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); *//* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,  rgba(255,255,255,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); *//* IE6-9 */
}

.td-height {
    height: inherit !important;
}

.cartrow__title {
    min-width: 10em;
}

input[disabled] {
  color: #848484 !important;
  background-color: #eee !important;
}

/************** ACE backports **********************/
.widget-box.transparent {
  border: 0;
  box-shadow: none;
}
.widget-box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 3px 0;
  border-bottom: 1px solid #CCC;
}
.widget-box.transparent > .widget-header {
  background: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0;
  border-bottom: 1px solid #dce8f1;
  color: #4383b4;
  padding-left: 3px;
}
.widget-header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  min-height: 38px;
  background: #f7f7f7;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, 0%, #eee, 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #669fc7;
  border: 1px solid #CCC;
  border-bottom: 1px solid #DDD;
  padding-left: 12px;
}
.widget-header:before, .widget-header:after {
  content: "";
  display: table;
  line-height: 0;
}
.widget-header > .widget-caption, .widget-header > :first-child {
  line-height: 36px;
  padding: 0;
  margin: 0;
  display: inline;
}
.lighter {
  font-weight: lighter;
}
.widget-toolbar {
  display: inline-block;
  padding: 0 10px;
  line-height: 37px;
  float: right;
  position: relative;
}
.widget-toolbar:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -1px;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 0 0;
}
.widget-box.transparent .widget-body {
  border: 0;
  background-color: transparent;
}
.widget-body {
  border: 1px solid #CCC;
  border-top: 0;
  background-color: #FFF;
}
.widget-main {
  padding: 12px;
}
.widget-main.no-padding {
  padding: 0;
}
.itemdiv {
  padding-right: 3px;
  min-height: 66px;
  position: relative;
}
.itemdiv > .body {
  width: auto;
  margin-left: 50px;
  margin-right: 12px;
  position: relative;
}
.itemdiv > .body > .name {
  display: block;
  color: #999;
}
.itemdiv > .body > .time {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  position: absolute;
  right: 9px;
  top: 0;
}
.itemdiv:last-child > .body > .text {
  border-bottom: 0;
}
.itemdiv > .body > .text {
  display: block;
  position: relative;
  margin-top: 2px;
  padding-bottom: 19px;
  padding-left: 7px;
  font-size: 13px;
}
.itemdiv.commentdiv .tools {
  right: 9px;
}
.itemdiv .tools {
  position: absolute;
  right: 5px;
  bottom: 10px;
  display: none;
}
.itemdiv .tools .btn {
  border-radius: 36px;
  margin: 1px 0;
}
.widget-main > form {
  margin-bottom: 0;
}
.widget-main.no-padding > form > .form-actions, .widget-main.padding-0 > form > .form-actions {
  margin: 0;
  padding: 10px 12px 12px;
}
.widget-main .form-actions {
  display: block;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
}
.itemdiv > .body > .text:after {
  display: block;
  content: "";
  height: 1px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 16px;
  right: -12px;
  margin-top: 9px;
  border-top: 1px solid #e4ecf3;
}

/************** end ACE backports **********************/


/*** Fixed table **/
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;

    /* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
	}


.fht-fixed-column td {
    background: #fff;
}
.fht-fixed-column th {
    background: #fff;
}
/* @end */

/* @group Content */


.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;

	/* position */
	position: relative;
	}

	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		/* appearance */
	    overflow: auto;
		}

		.fht-table-wrapper .fht-table .fht-cell {
			/* appearance */
			overflow: hidden;

			/* size */
		    height: 1px;
			}

	.fht-table-wrapper .fht-fixed-column,
	.fht-table-wrapper .fht-fixed-body {
	    /* position */
	    top: 0;
	    left: 0;
	    position: absolute;
	    }

	.fht-table-wrapper .fht-fixed-column {
	    /* position */
	    z-index: 1;
	    }




.videopopup {
    position: absolute;
    z-index: 10000;
}

.thumbnail {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.order_totals__wrapper {
  height: 100%;
}

#order_totals {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 950;
}

.grid2:first-child, .grid3:first-child, .grid4:first-child {
    border-left: medium none;
}
.grid4 {
    width: 23%;
    margin: 0px 1%;
    padding: 0px 1%;
}
.grid2, .grid3, .grid4 {
    box-sizing: border-box;
    display: block;
    margin: 0px;
    float: left;
    border-left: 1px solid #E3E3E3;
}
.grey {
    color: #777 !important;
}
.green {
    color: #69AA46 !important;
}
.red {
    color: #DD5A43 !important;
}
.bigger-130 {
    font-size: 130%;
}
h4.bigger {
    font-size: 19px;
}

.action-buttons a {
    margin: 0 3px;
    display: inline-block;
    opacity: .85;
    -webkit-transition: all .1s;
    transition: all .1s
}

.action-buttons a:hover {
    text-decoration: none;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1
}


.news-image {
  /*width: 20%;*/
  /*min-width: 120px;*/
    /*width: 220px;*/
    /*margin-right: 20px;*/
}

/*.news {*/
  /*display: flex;*/
  /*/!*overflow: hidden;*!/*/
  /*margin-bottom: 20px*/
/*}*/

.news-date {
  /*float: right;*/
  color: #aaa;
}

.news-body {
  /*width: 10000px;*/
    /*flex: 1;*/
  line-height: 1.4em;
}
.news {
    margin-bottom: 10px;
}
.news .media-object {
    margin-top:10px;
    width: 100%;
}

.total-row {
  display: table-row;
}
.total-text, .total-value {
  display: table-cell;
  white-space: nowrap;
}
.total-value {
  text-align: right;
  padding-left: 20px;
}
.total-row__grandtotal {
  font-size: 20px;
}
.total-row__total {
  font-size: 16px;
  line-height: 2em;
}

#order_totals {
    margin-top: 20px;
    display: flex;
    z-index: 950;
    font-family: "Open Sans";
}
.grid2, .grid3, .grid4 {
    box-sizing: border-box;
    display: block;
    margin: 0px;
    float: left;
    border-left: 1px solid #E3E3E3;
}
.grid2 {
    width: 48%;
    padding: 0px 2%;
}

.videoWrapper {
    text-align: center;
}

.news_gallery .slick-slide img{
    display: block;
    margin: 0 auto;
}

.news_gallery .slick-slide {
    display: flex;
    align-items: center;
}

.news_gallery {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    padding: 10px;
}

.news_gallery .slick-track {
    display: flex;
    align-items: center;
}
.news_gallery .slider-for {
    margin-bottom: 0;
}
.news_gallery .slider-nav {
    border-top:1px solid #E3E3E3;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 0;
}

.newsform #div_id_content .controls > div {
    margin-left: 0 !important;
}

.delivery_info {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}

.shipping_icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.shipping_description {
    font-style: italic;
}

.basket__products {
    border-bottom: 1px solid #DDD;
    padding: 15px 0 5px;

}

.basket__products_head {
    border-bottom: 1px solid #DDD;
}

.basket__product__totals {
  font-weight: bold;
  font-size: large;
  padding-top:10px;
  margin-bottom: 20px;
}

#cart .price {
  color: #EF7107;
  font-weight: bold;
}

.basket__product__price {

}

.basket__product__qty input{
  width: 80px;
  margin-top: -0.7em
}

.basket__product_block {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 40px;
}


.order_header_detail {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}





.shipping {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0 0 20px;
}

.draft-shipping {
    background: #f4f4f4 url('../img/draft.png') no-repeat;
}

.draft-shipping table {
    background: #fff;
}

