/*SHOP*/
#homepage #main_banner {
  background: #fff;
  width: 100%;
  overflow: hidden;
}
#homepage #main_banner img {
  width: 100%;
}
.quick_buy input[type=submit] {
  text-indent: 9999px;
  overflow: hidden;
  width: 50px;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.836 26.836'><path d='M9.412 19.05a1.63 1.63 0 0 0-1.626 1.625 1.63 1.63 0 0 0 1.626 1.626 1.63 1.63 0 0 0 1.625-1.626 1.63 1.63 0 0 0-1.625-1.625zM4.536 6.048v1.625H6.16l2.926 6.176-1.138 1.95c-.081.244-.163.57-.163.813a1.63 1.63 0 0 0 1.626 1.625h9.751v-1.625H9.737a.175.175 0 0 1-.163-.162v-.082l.732-1.381h6.013c.65 0 1.138-.325 1.382-.813l2.925-5.282c.163-.163.163-.244.163-.406 0-.488-.325-.813-.813-.813H7.949l-.732-1.625zM17.538 19.05a1.63 1.63 0 0 0-1.625 1.625 1.63 1.63 0 0 0 1.625 1.626 1.63 1.63 0 0 0 1.625-1.626 1.63 1.63 0 0 0-1.625-1.625zm9.298-5.632a13.418 13.418 0 0 1-13.418 13.418A13.418 13.418 0 0 1 0 13.418 13.418 13.418 0 0 1 13.418 0a13.418 13.418 0 0 1 13.418 13.418z' fill='%23FFF' /></svg>");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.set_param {
  display: inline-block;
  background: #ff3c00;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.set_param:hover {
  color: #fff;
}
.set_param.selected {
  background: #fff;
  color: #ff3c00;
  border: 1px solid #ff3c00;
}
.desc_container {
  position: relative;
  margin-bottom: 35px;
}
.desc_container .desc_inside {
  height: 220px;
  overflow: hidden;
}
.desc_container .desc_more {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.desc_container .desc_hideout {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(255,255,255,0), #fff);
}
#free_delivery {
  margin-top: 50px;
  font-size: 1.1em;
  font-variant: italic;
  text-align: center;
}
.cart_bottom_menu {
  margin-top: 30px;
}
.cart_bottom_menu .cart_btn {
  position: relative;
}
.cart_bottom_menu .arrow_left {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.cart_bottom_menu .arrow_right {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}
#profil_hover_box {
  line-height: 30px;
}
#profil_hover_box a {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  height: auto;
}
#cart_menu .menu_item {
  width: 25%;
  float: left;
  padding: 15px;
  text-align: center;
}
#cart_menu .menu_item.active {
  background: #ff501a;
}
#cart_menu a:hover {
  background: transparent;
  color: #fff;
}
#cart_menu a,
#cart_menu div {
  background: #ff3c00;
  color: #fff;
  display: block;
  position: relative;
}
#cart_menu a.active,
#cart_menu div.active {
  color: #801e00;
  font-weight: 700;
}
#cart_menu a .arrow,
#cart_menu div .arrow {
  display: block;
  position: absolute;
  right: -10px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ff3c00;
  z-index: 2;
}
#cart_menu a .arrow.active,
#cart_menu div .arrow.active {
  border-left-color: #ff501a;
}
#cart_small {
  line-height: 20px;
}
#cart_small table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
#cart_small table tr td {
  padding: 5px 10px;
}
#cart_small table tr:nth-child(even) {
  background: #fff;
}
#cart_small table tr.border:first-child td {
  border: none;
}
#cart_small table tr.border td {
  border-top: 1px solid #ddd;
}
#cart_small h3 {
  margin-top: 0;
}
#cart_small .align_right {
  text-align: right;
}
#cart_small strong {
  color: #ff3c00;
}
#cart_small img {
  width: 35px;
}
.panel {
  margin-top: 30px;
  padding: 15px;
}
.panel.grey {
  background: #ddd;
}
.panel h3 {
  font-family: 'Fira Sans', sans-serif;
  margin-top: 0px;
}
.panel .radio {
  padding: 10px 0;
  border-top: 1px solid #efefef;
}
.panel .radio.first {
  border-top: none;
}
.product {
  text-align: center;
  background: #fff;
  padding: 5px;
}
.product .detail_button {
  width: 120px;
}
.product .product_inside {
  background: url("/images/product-back.png") repeat-x bottom;
  padding: 10px;
}
.product .product_inside:hover {
  background: #ddd;
}
.product .product_image {
  height: 200px;
}
.product h2 {
  font-size: 1.4em;
  margin: 0;
  height: 55px;
  margin-top: 10px;
  overflow: hidden;
}
.product h2 a {
  font-family: 'Fira Sans', sans-serif;
}
.product h3 {
  font-size: 0.8em;
  color: #232323;
  margin-top: 5px;
  font-weight: bold;
}
.product p {
  margin-top: 15px;
  font-size: 0.8em;
  height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
}
.product img {
  height: 100%;
}
.product a {
  text-decoration: none;
}
.product .price {
  margin-top: 0;
  position: relative;
  color: #232323;
  font-size: 1.4em;
  font-family: 'Fira Sans', sans-serif;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
}
.product .original_price {
  white-space: nowrap;
  font-size: 0.8em;
  font-family: 'Fira Sans';
  text-decoration: line-through;
  color: #ccc;
  left: 0;
}
.product .btn {
  position: relative;
}
.info_column {
  text-align: center;
}
.info_column .inner_cont {
  padding-right: 30px;
  margin-right: 30px;
  border-right: #dcd8d6 1px solid;
}
.info_column .product {
  margin-bottom: 30px;
}
.info_column .product .product_image {
  height: 100px;
}
.subcat {
  margin-bottom: 30px;
  text-align: center;
}
.subcat a {
  color: #232323;
}
.subcat .inner_cont {
  padding: 6px 5px;
  border: #dcd8d6 1px solid;
}
.subcat .cat_name {
  padding: 10px;
}
.subcat img {
  width: 100%;
}
#subcat_container {
  margin: 30px 0;
}
#subcat_container p {
  margin: 0;
}
#add2cart_buttons {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
#tags,
#tags_left {
  font-size: 0.8em;
  position: absolute;
  width: 80px;
  top: 15px;
  text-align: right;
}
#tags .tag,
#tags_left .tag {
  display: inline-block;
  white-space: nowrap;
  background: #ff3c00;
  color: #fff;
  border-radius: 5px;
  padding: 3px;
  margin-top: 3px;
}
#tags .tag.transparent,
#tags_left .tag.transparent {
  background: transparent;
}
#tags .tag.red,
#tags_left .tag.red {
  background: #f00;
}
#tags .tag.discount,
#tags_left .tag.discount {
  font-weight: bold;
  font-size: 2em;
  font-family: 'Fira Sans', sans-serif;
}
#tags .tag img,
#tags_left .tag img {
  width: 50px;
  float: left;
}
#tags_left {
  left: 0px;
}
#tags {
  right: 5px;
}
#product_detail {
  background: #fff;
}
#product_detail #product_main_info #code,
#product_detail #product_main_info #manufacturer {
  margin-top: 15px;
  display: inline-block;
  font-size: 0.8em;
}
#product_detail h1 {
  margin: 30px 0 0 0;
}
#product_detail .images {
  margin-top: 30px;
  position: relative;
}
#product_detail .images img.main_image {
  width: 100%;
}
#product_detail .images .detail_images {
  position: absolute;
  width: 15%;
  left: 15px;
  bottom: 15px;
}
#product_detail .images .detail_images img {
  width: 100%;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1);
}
#product_detail #coproducts span {
  margin: 10px;
  display: block;
  float: left;
  text-align: center;
}
#product_detail #coproducts span a {
  display: block;
}
#product_detail #buy_panel_mobile {
  text-align: center;
  position: fixed;
  height: 130px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
  z-index: 11;
  padding: 15px;
}
#product_detail #buy_panel_mobile .current_price {
  color: #ff3c00;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}
#product_detail #buy_panel_mobile form {
  text-align: center;
  margin-top: 10px;
}
#product_detail #buy_panel_mobile .btn {
  margin: 0;
  margin-left: 15px;
  height: 52px;
  line-height: 52px;
}
#product_detail #buy_panel {
  padding: 30px;
  margin: 15px 0;
  margin-top: 30px;
  border-radius: 5px;
  float: left;
}
#product_detail #buy_panel .btn {
  margin: 0;
  margin-left: 10px;
}
#product_detail #buy_panel span {
  font-size: 0.8em;
  color: #999089;
}
#product_detail #price {
  margin: 0;
}
#product_detail #price .original_price {
  display: inline-block;
  font-size: 1.1em;
  text-decoration: line-through;
  color: #999089;
  min-height: 15px;
}
#product_detail #price .current_price_without {
  color: #ff3c00;
  font-weight: 700;
  font-size: 1.1em;
}
#product_detail #price .current_price {
  color: #ff3c00;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 2.3em;
}
#product_detail #buy {
  position: relative;
  top: 11px;
  padding-top: 15px;
  margin: 0;
}
#product_detail #buy #add2cart {
  margin-left: 15px;
  height: 52px;
  line-height: 52px;
}
#product_detail ul {
  padding: 0;
  margin-left: 25px;
}
#product_detail ul li {
  padding: 0 15px;
  margin-top: 5px;
}
#product_detail ul li p {
  margin: 0;
}
#product_detail .product_detail_panel {
  padding: 15px 30px;
  background: #ddd;
  margin: 15px 0;
}
#product_detail .product_detail_panel h3 {
  font-family: 'Fira Sans', sans-serif;
  margin: 15px 0;
}
#product_detail .product_detail_panel.white {
  background: transparent;
}
#product_detail .product_detail_panel.dark {
  background: #ff3c00;
  color: #fff;
}
#product_detail .product_detail_panel.dark p {
  color: #fff;
}
#product_detail .product_detail_panel p {
  margin: 10px 0;
}
#product_detail .product_detail_panel table {
  border-collapse: collapse;
  width: 100%;
  margin: 50px 0;
  border: none;
}
#product_detail .product_detail_panel table td {
  border: none;
  padding: 5px 15px;
}
#product_detail .product_detail_panel table tr:nth-child(even) {
  background: #fff;
}
#product_detail .product_detail_panel button#add2cart {
  height: 52px;
  line-height: 48px;
}
@media (max-width: 479px) {
  #product_detail .cart_bottom_menu .btn {
    float: none;
    display: block;
    margin: 15px 0;
  }
}
