.shop_cart_wrapper {
  position: absolute;
  margin-left: 660px;
  top: 15px;
  z-index: 99;
}
.shop_cart_wrapper .shop_cart {
  background-color: #302930;
  font-size: 1em;
  color: #ffffff;
  padding: 5px;
  display: inline-block;
  width: 180px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  font-weight: bold;
  float: right;
  position: relative;
  z-index: 99;
  height: 23px;
}
.shop_cart_wrapper .shop_cart .shop_cart_count {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') 0px 0px;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 13px;
  top: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6px;
  padding-top: 2px;
  font-weight: normal;
}
.shop_cart_wrapper .shop_cart .shop_cart_icon {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -22px 0px;
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 13px;
  top: 6px;
}
.shop_cart_wrapper .shop_cart_dropdown {
  display: none;
  position: absolute;
  left: 0px;
  top: 23px;
  right: 0;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #A7A5A7;
}
.shop_cart_wrapper .shop_cart_dropdown ul {
  height: auto !important;
  width: 155px !important;
}
.shop_cart_wrapper .shop_cart_dropdown ul li {
  height: auto !important;
  border-right: none !important;
  border-top: 1px solid #A7A5A7;
  padding: 7px 0px !important;
}
.shop_cart_wrapper .shop_cart_dropdown ul li img {
  float: left;
}
.shop_cart_wrapper .shop_cart_dropdown ul li p {
  float: left;
  font-weight: bold;
  margin: 0 !important;
  margin-left: 10px !important;
}
.shop_cart_wrapper .shop_cart_dropdown ul li p a {
  line-height: 1em !important;
}
.shop_cart_wrapper .shop_cart_dropdown ul li p span {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
  margin-top: 5px;
}
.shop_cart_wrapper .shop_cart_dropdown ul li.last {
  border-bottom: 1px solid #A7A5A7 !important;
  border-top: 1px solid #A7A5A7 !important;
}
.shop_cart_wrapper .shop_cart_dropdown > span {
  width: 120px;
  display: block;
  margin-bottom: 15px;
  float: left;
  margin-top: 10px;
  width: 150px;
}
.shop_cart_wrapper .shop_cart_dropdown > span span {
  margin-left: 10px;
  font-weight: bold;
}
.shop_cart_wrapper .shop_cart_dropdown .button {
  float: right;
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/buttons/button-set.png') -150px 0 no-repeat;
  display: block;
  height: 24px;
  width: 70px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: .917em;
  margin: 0;
}
/*.shop_cart_wrapper:hover .shop_cart_dropdown { display: block;}*/
.shop_cart_empty .shop_cart_dropdown {
  display: none !important;
}
.shop_cart_empty .shop_cart_count {
  display: none !important;
}
.shop_cart_empty .shop_cart {
  background-color: #ccc;
  color: #000;
}
.shop_cart_empty .shop_cart_icon {
  background-position: -39px 0px !important;
}
.carikauf_shop_templates {
  /* MIXING */

  /* FIXES */

  /* BROWSER HACKS */

  /* ADDTHIS */

  /* CUSTOM FORM */

}
.carikauf_shop_templates .borderRadius15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates .borderRadius10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates .borderRadius5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates .darkRedtoLightRed {
  background-color: #9e1a19 !important ;
  background: -moz-linear-gradient(top, #9e1a19 8%, #d51e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #9e1a19), color-stop(100%, #d51e1e)) !important;
  background: -webkit-linear-gradient(top, #9e1a19 8%, #d51e1e 100%) !important;
  background: -o-linear-gradient(top, #9e1a19 8%, #d51e1e 100%) !important;
  background: -ms-linear-gradient(top, #9e1a19 8%, #d51e1e 100%) !important;
  background: linear-gradient(to bottom, #9e1a19 8%, #d51e1e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e1a19', endColorstr='#d51e1e', GradientType=0) !important;
}
.carikauf_shop_templates .lightRedToDarkRed {
  background-color: #d51e1e !important ;
  background: -moz-linear-gradient(top, #d51e1e 0%, #9e1a19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d51e1e), color-stop(100%, #9e1a19)) !important;
  background: -webkit-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: -o-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: -ms-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: linear-gradient(to bottom, #d51e1e 0%, #9e1a19 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d51e1e', endColorstr='#9e1a19', GradientType=0) !important;
}
.carikauf_shop_templates .shop_basket_tooltip {
  position: absolute;
  width: 171px;
  height: 48px;
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') 0px -112px;
  top: -72px;
  right: -121px;
  line-height: 1em;
  padding-top: 23px;
  text-align: left;
  padding-left: 20px;
  font-weight: normal;
}
.carikauf_shop_templates .shop_button-style-1 {
  font-weight: normal !important;
  border: none;
  padding: 4px 20px;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
  cursor: pointer;
  background-color: #d51e1e !important ;
  background: -moz-linear-gradient(top, #d51e1e 0%, #9e1a19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d51e1e), color-stop(100%, #9e1a19)) !important;
  background: -webkit-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: -o-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: -ms-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: linear-gradient(to bottom, #d51e1e 0%, #9e1a19 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d51e1e', endColorstr='#9e1a19', GradientType=0) !important;
}
.carikauf_shop_templates .shop_button-style-1:hover {
  background-color: #9e1a19 !important ;
  background: -moz-linear-gradient(top, #9e1a19 8%, #d51e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #9e1a19), color-stop(100%, #d51e1e)) !important;
  background: -webkit-linear-gradient(top, #9e1a19 8%, #d51e1e 100%) !important;
  background: -o-linear-gradient(top, #9e1a19 8%, #d51e1e 100%) !important;
  background: -ms-linear-gradient(top, #9e1a19 8%, #d51e1e 100%) !important;
  background: linear-gradient(to bottom, #9e1a19 8%, #d51e1e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e1a19', endColorstr='#d51e1e', GradientType=0) !important;
}
.carikauf_shop_templates .shop_button-style-2 {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/icons/link-icons.png') no-repeat 0 0px !important;
  padding-left: 20px;
  color: #cc1e1c;
  text-transform: uppercase;
  font-size: 0.8em !important;
  letter-spacing: .1em;
  cursor: pointer;
  line-height: 1.54em !important;
}
.carikauf_shop_templates .shop_button-style-3 {
  line-height: 10px;
  color: #837F83;
  text-transform: uppercase;
  padding-left: 0px;
  font-size: 11px;
  float: left;
  margin-top: 5px;
}
.carikauf_shop_templates .shop_button-style-3 i {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -124px -46px;
  height: 10px;
  width: 6px;
  display: block;
  float: left;
  margin-right: 5px;
}
.carikauf_shop_templates input::-moz-focus-inner {
  border: 0 !important;
}
.carikauf_shop_templates #col1 {
  float: left;
}
.carikauf_shop_templates #col3 {
  float: right;
  margin: 0 !important;
}
.carikauf_shop_templates #col3 .shop_masp_product_teaser_wrapper {
  border-top: none !important;
}
.carikauf_shop_templates #topnav {
  background: transparent;
  background-color: #f1f1f1;
}
.carikauf_shop_templates table {
  background: none !important;
}
.carikauf_shop_templates tbody td {
  border-bottom: none !important;
}
.carikauf_shop_templates table tr {
  background: none !important;
}
.carikauf_shop_templates table tr:hover {
  background: none !important;
}
.carikauf_shop_templates table tr td {
  background: none !important;
}
.carikauf_shop_templates table tr td:hover {
  background: none !important;
}
.carikauf_shop_templates #col3 .content {
  border-top: 1px solid #A7A5A7;
}
.carikauf_shop_templates #col3 h2 {
  background-image: none !important;
}
.carikauf_shop_templates #col3 .block {
  background-image: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates #col3 h2.redhead {
  background-color: #d51e1e !important ;
  background: -moz-linear-gradient(top, #d51e1e 0%, #9e1a19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d51e1e), color-stop(100%, #9e1a19)) !important;
  background: -webkit-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: -o-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: -ms-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: linear-gradient(to bottom, #d51e1e 0%, #9e1a19 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d51e1e', endColorstr='#9e1a19', GradientType=0) !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.carikauf_shop_templates #col3 .submit {
  padding-bottom: 0px !important;
}
.carikauf_shop_templates h3.kicker {
  color: #cc1e1c;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  display: inline;
  margin-right: 5px;
}
.carikauf_shop_templates input,
.carikauf_shop_templates li {
  outline: none !important;
}
.carikauf_shop_templates input {
  border: 1px solid #A7A5A7;
  height: 25px;
}
.carikauf_shop_templates .shop_red_overlay {
  background-image: none !important;
  background-color: #d51e1e !important ;
  background: -moz-linear-gradient(top, #d51e1e 0%, #9e1a19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d51e1e), color-stop(100%, #9e1a19)) !important;
  background: -webkit-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: -o-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: -ms-linear-gradient(top, #d51e1e 0%, #9e1a19 100%) !important;
  background: linear-gradient(to bottom, #d51e1e 0%, #9e1a19 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d51e1e', endColorstr='#9e1a19', GradientType=0) !important;
}
.carikauf_shop_templates p.error {
  color: #c60f13;
}
.carikauf_shop_templates h2 a {
  text-decoration: none;
  color: #3f373f;
}
.carikauf_shop_templates h2 a:hover {
  text-decoration: underline !important;
}
.carikauf_shop_templates .shop_login_dropdown a {
  font-weight: bold;
}
.carikauf_shop_templates table td h3 a:hover,
.carikauf_shop_templates table td h2 a:hover {
  text-decoration: underline !important;
}
.carikauf_shop_templates .ff2 .shop_ordering .shop_ordering_progress ul li i {
  padding-top: 0px;
  height: 33px;
}
.carikauf_shop_templates .ie .custom.dropdown a {
  color: #000;
}
.carikauf_shop_templates .ie body.shop #col3 h2.redhead {
  background: #cc1e1c !important;
  filter: inherit !important;
}
.carikauf_shop_templates .ie .shop_button-style-4,
.carikauf_shop_templates .ie .shop_button-style-1 {
  background: #cc1e1c !important;
  filter: inherit !important;
}
.carikauf_shop_templates .ie1 .shop_main_product_list_options .shop_main_product_list_options_view input {
  display: none;
}
.carikauf_shop_templates .ie1 .shop_main_product_list_options .shop_article_per_page select {
  margin-top: 5px;
  margin-left: 10px;
}
.carikauf_shop_templates .ie1 .shop_main_product_list_options .shop_sort_by select {
  margin-top: 5px;
  margin-left: 10px;
}
.carikauf_shop_templates .shop_basket_table_col_1 {
  width: 140px;
}
.carikauf_shop_templates .shop_basket_table_col_2 {
  width: 400px;
}
.carikauf_shop_templates .shop_basket_table_col_3 {
  width: 160px;
}
.carikauf_shop_templates .shop_basket_table_col_4 {
  width: 50px;
}
.carikauf_shop_templates .shop_nav {
  position: relative;
  width: 945px;
}
.carikauf_shop_templates .shop_nav .shop_account {
  position: absolute !important;
  top: 0px;
  right: 0px;
}
.carikauf_shop_templates .shop_nav .shop_account li {
  color: #ffffff;
  font-size: 1.1em;
  margin-right: 25px !important;
  line-height: 30px;
}
.carikauf_shop_templates .shop_nav .shop_account li a {
  color: #ffffff;
  font-weight: bold;
}
.carikauf_shop_templates .shop_masp_product_teaser_wrapper .shop_masp_product_teaser {
  border-bottom: 1px solid #A7A5A7;
  margin: 15px 0 0 0 !important;
}
.carikauf_shop_templates .shop_masp_product_teaser_wrapper .shop_masp_product_teaser img {
  float: left;
}
.carikauf_shop_templates .shop_masp_product_teaser_wrapper .shop_masp_product_teaser p {
  font-size: 1em !important;
  font-weight: bold;
  padding-left: 60px;
  line-height: 14px;
}
.carikauf_shop_templates .shop_masp_product_teaser_wrapper .shop_masp_product_teaser p a {
  display: block;
  float: none !important;
  font-weight: normal;
}
.carikauf_shop_templates .shop_masp_product_teaser_wrapper .shop_masp_product_teaser.last {
  border: none;
  margin: 0;
}
.carikauf_shop_templates .shop_masp_product_teaser_wrapper .shop_masp_product_teaser.last p {
  margin: 0 !important;
}
.carikauf_shop_templates .shop_newsletter .inner-block {
  border-bottom: 0 !important;
}
.carikauf_shop_templates .shop_newsletter input {
  width: 100%;
  border: 1px solid #A7A5A7;
  height: 20px;
  margin-top: 10px;
}
.carikauf_shop_templates .shop_newsletter .submit {
  border: none;
  margin-top: 15px;
  margin-left: 196px;
}
.carikauf_shop_templates .shop_masp_list {
  padding-left: 0px;
  padding-bottom: 20px !important;
  padding-top: 3px !important;
}
.carikauf_shop_templates .shop_masp_list ul {
  margin: 0 !important;
}
.carikauf_shop_templates .shop_masp_list ul li {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_list_style_red.png') 0px 3px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 1.5em;
  margin: 0 !important;
  margin-top: 10px !important;
}
.carikauf_shop_templates .shop_tagcloud {
  margin-bottom: 40px !important;
  background: transparent !important;
  margin-top: 40px !important;
}
.carikauf_shop_templates .shop_tagcloud li {
  float: left;
  padding-right: 10px;
  height: 35px;
}
.carikauf_shop_templates .shop_tagcloud li a {
  vertical-align: text-top;
}
.carikauf_shop_templates .shop_tagcloud li.last {
  clear: both;
}
.carikauf_shop_templates .shop_tagcloud .shop_tagcloud_small a {
  color: #302930;
  font-size: 1em !important;
}
.carikauf_shop_templates .shop_tagcloud .shop_tagcloud_normal a {
  color: #302930;
  font-size: 1.250em !important;
}
.carikauf_shop_templates .shop_tagcloud .shop_tagcloud_big a {
  color: #302930;
  font-size: 1.667em !important;
}
.carikauf_shop_templates .shop_tagcloud .shop_tagcloud_red a {
  font-size: 1.333em !important;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser {
  padding: 0 !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #A7A5A7;
  margin-bottom: 20px;
  height: 145px;
  position: relative;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser img {
  float: left;
  margin-right: 20px;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser h2 {
  margin-top: 0px;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser h2 a {
  text-decoration: none;
  color: #3f373f;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser p {
  margin: 0;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser div > span {
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 145px;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser div > span span {
  margin-right: 20px;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser div .shop_button-style-4 {
  position: absolute;
  right: 0px;
  bottom: 15px;
  padding-left: 35px;
  width: 105px !important;
}
.carikauf_shop_templates .shop_main_product_teaser_wrapper .shop_main_product_teaser div .shop_button-style-4 i {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -22px 0px;
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 11px;
  top: 6px;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser {
  padding: 0 !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #A7A5A7;
  margin-bottom: 20px;
  height: 125px;
  position: relative;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser > div {
  position: absolute;
  left: 150px;
  bottom: 20px;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser img {
  float: left;
  margin-right: 20px;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser h2 {
  margin-top: 10px;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser p {
  margin: 0;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser div > span {
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 145px;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser div > span span {
  margin-right: 20px;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser div .button {
  position: absolute;
  right: 0px;
  bottom: 20px;
  padding-left: 15px;
  width: 135px !important;
}
.carikauf_shop_templates .shop_main_productcat_teaser_wrapper .shop_main_product_teaser div .button i {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -22px 0px;
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 11px;
  top: 6px;
}
.carikauf_shop_templates .shop_glossar {
  padding-bottom: 20px !important;
}
.carikauf_shop_templates .shop_glossar .shop_glossar_overview {
  margin: 0 !important;
}
.carikauf_shop_templates .shop_glossar .shop_glossar_overview li {
  margin: 0 !important;
  float: left;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
}
.carikauf_shop_templates .shop_glossar .shop_glossar_overview li a {
  font-size: 1.167em;
  color: #000000;
  display: block;
  width: 25px;
  height: 21px;
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -1px -24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 3px;
}
.carikauf_shop_templates .shop_glossar .shop_glossar_overview li a:hover {
  text-decoration: none;
  background-position: -26px -24px;
  color: #ffffff;
}
.carikauf_shop_templates .shop_glossar .shop_glossar_overview li.shop_glossar_rowend {
  margin-right: 0px !important;
}
.carikauf_shop_templates .shop_glossar .shop_glossar_detail {
  margin: 0 !important;
  margin-top: 20px !important;
}
.carikauf_shop_templates .shop_glossar .shop_glossar_detail li {
  margin: 0 !important;
}
.carikauf_shop_templates .shop_glossar .shop_glossar_detail li a {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  padding: 2px 0px;
  display: block;
  border-bottom: 1px solid #A7A5A7;
  margin-bottom: 3px;
}
.carikauf_shop_templates .shop_footer_info {
  padding: 20px;
  background-color: #eeeeee;
  width: 905px;
  position: relative;
  margin: 0 !important;
  margin-top: 50px !important;
  margin-left: 15px !important;
}
.carikauf_shop_templates .shop_footer_info p {
  font-size: 0.923em;
  margin: 0;
}
.carikauf_shop_templates .shop_sub_footer_nav {
  background-color: #302930;
  margin: 0;
  width: 945px;
  margin-left: 15px !important;
}
.carikauf_shop_templates .shop_sub_footer_nav ul {
  margin: 0 !important;
  text-align: center;
  height: 25px;
}
.carikauf_shop_templates .shop_sub_footer_nav ul li {
  list-style: none;
  display: inline-block;
  margin-top: 4px;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
}
.carikauf_shop_templates .shop_sub_footer_nav ul li a {
  color: #ffffff;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options {
  height: 30px;
  background-color: #ececec;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_main_product_list_options_view {
  width: 150px;
  float: left;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_main_product_list_options_view span {
  float: left;
  line-height: 30px;
  margin-right: 15px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_main_product_list_options_view input {
  visibility: hidden;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_main_product_list_options_view label {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000000;
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -3px -49px;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_main_product_list_options_view label.shop_list_view.active {
  background-position: -3px -79px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_main_product_list_options_view label.shop_list_gallery {
  background-position: -34px -48px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_main_product_list_options_view label.shop_list_gallery.active {
  background-position: -34px -79px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_article_per_page {
  width: 180px;
  float: left;
  line-height: 30px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper .shop_main_product_list_options .shop_sort_by {
  width: 230px;
  float: right;
  line-height: 30px;
  margin-right: 10px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper.shop_list_view_gallery .shop_main_product_teaser_wrapper .parent {
  position: relative;
}
.carikauf_shop_templates .shop_main_product_list_wrapper.shop_list_view_gallery .shop_main_product_teaser_wrapper .shop_main_product_teaser {
  width: 170px;
  float: left;
  height: auto;
  margin-right: 16px;
  margin-left: 16px;
  border-bottom: none;
  padding-bottom: 35px !important;
}
.carikauf_shop_templates .shop_main_product_list_wrapper.shop_list_view_gallery .shop_main_product_teaser_wrapper .shop_main_product_teaser .shop_extra_text {
  display: none;
}
.carikauf_shop_templates .shop_main_product_list_wrapper.shop_list_view_gallery .shop_main_product_teaser_wrapper .shop_main_product_teaser p {
  margin-bottom: 10px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper.shop_list_view_gallery .shop_main_product_teaser_wrapper .shop_main_product_teaser img {
  float: none;
  width: 170px;
  height: 170px;
  margin-bottom: 15px;
}
.carikauf_shop_templates .shop_main_product_list_wrapper.shop_list_view_gallery .shop_main_product_teaser_wrapper .shop_main_product_teaser div .shop_button-style-4 {
  left: 0;
  bottom: 0;
}
.carikauf_shop_templates .shop_main_product_list_wrapper.shop_list_view_gallery .shop_main_product_teaser_wrapper .shop_main_product_teaser div span {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
}
.carikauf_shop_templates .shop_main_product_list_wrapper.shop_list_view_gallery .shop_main_product_teaser_wrapper .shop_main_product_teaser div span span {
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.carikauf_shop_templates .shop_masp_nav {
  padding-bottom: 20px !important;
}
.carikauf_shop_templates .shop_masp_nav li {
  border-bottom: 1px solid #A7A5A7;
  padding: 5px 0;
}
.carikauf_shop_templates .shop_masp_nav li a {
  color: #302930;
  font-weight: bold;
  font-size: 1.1em;
}
.carikauf_shop_templates .shop_masp_nav li.last {
  border: none;
}
.carikauf_shop_templates .shop_masp_nav .shop_level_1 {
  margin: 0;
}
.carikauf_shop_templates .shop_masp_nav .shop_level_1 li {
  margin: 0;
}
.carikauf_shop_templates .shop_masp_nav .shop_level_2 {
  padding: 5px 0px;
}
.carikauf_shop_templates .shop_masp_nav .shop_level_2 li {
  border: none;
}
.carikauf_shop_templates .shop_masp_nav .shop_level_2 li a {
  font-weight: normal;
}
.carikauf_shop_templates .shop_masp_nav .shop_level_2 li a:hover {
  color: #be0017;
  text-decoration: none;
}
.carikauf_shop_templates .shop_masp_nav .shop_level_2 li.active a {
  color: #be0017;
  font-weight: bold;
}
.carikauf_shop_templates .shop_product_detail {
  background-color: #f1f1f1;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper {
  float: left;
  width: 270px;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_gallery_main {
  position: relative;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_gallery_main:hover .shop_gallery_lens {
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_gallery_main .shop_gallery_lens {
  pointer-events: none;
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -162px -35px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 999 !important;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager {
  margin-top: 20px;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager a {
  -webkit-filter: grayscale(70%);
  opacity: 0.5;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager a:hover {
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-filter: grayscale(0%);
  -webkit-transition: opacity 0.5s;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager a.active {
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-filter: grayscale(0%);
  -webkit-transition: opacity 0.5s;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager img {
  margin-right: 4px;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager img.last {
  margin: 0;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager.shop_pager_small a {
  display: inline-block;
  margin-bottom: 10px;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager.shop_pager_small img {
  width: 62px;
  height: 62px;
}
.carikauf_shop_templates .shop_product_detail .shop_image_wrapper .shop_image_pager.shop_pager_small img.shop_last_in_row {
  margin: 0;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper {
  float: right;
  width: 270px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_button-style-4 {
  display: block;
  width: 98px;
  padding: 4px 12px 4px 32px;
  margin-top: 20px;
  margin-left: 80px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_button-style-4 i {
  left: 12px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .kicker {
  margin-bottom: 5px;
  display: block;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper h2 {
  font-size: 2.308em;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper p {
  font-weight: normal;
  margin-bottom: 30px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_product_price {
  font-size: 1.846em;
  color: #302930;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #fff;
  display: inline-block;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper hr {
  background-color: #a7a5a7;
  height: 1px !important;
  padding: 0 !important;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_form_element {
  margin-top: 15px;
  height: 30px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_form_element.last {
  height: 50px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_form_element.last input {
  width: 130px;
  padding-left: 10px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_form_element .custom {
  float: left;
  width: 140px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_form_element label {
  width: 80px;
  display: block;
  float: left;
  line-height: 28px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_form_element select {
  float: left;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .shop_form_element span {
  display: block;
  margin-left: 80px;
  margin-top: 5px;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .button {
  margin-top: 15px !important;
  position: relative;
}
.carikauf_shop_templates .shop_product_detail .shop_text_wrapper .button i {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -22px 0px;
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 11px;
  top: 6px;
}
.carikauf_shop_templates .shop_product_related .shop_product_related_headline {
  display: block;
  background-color: #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
}
.carikauf_shop_templates .shop_product_related .shop_main_product_teaser {
  width: 170px;
  float: left;
  margin-right: 16px;
  margin-left: 16px;
  border-bottom: none;
}
.carikauf_shop_templates .shop_product_related .shop_main_product_teaser h2 {
  font-size: 15px;
  margin-top: 10px;
}
.carikauf_shop_templates .shop_product_related .shop_main_product_teaser h2 a {
  text-decoration: none;
  color: #3f373f;
}
.carikauf_shop_templates .shop_product_related .shop_main_product_teaser p {
  margin-bottom: 0px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress {
  background-color: #f1f1f1;
  width: 945px;
  height: 52px;
  margin: 20px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress i {
  font-style: normal !important;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress ul li {
  list-style: none;
  height: 33px;
  float: left;
  font-size: 2.308em;
  color: #302930;
  line-height: 33px;
  margin-top: 9px;
  border-left: 1px solid #A7A5A7;
  padding-left: 10px;
  margin-left: 0px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress ul li i {
  width: 34px;
  height: 32px;
  display: block;
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -83px -1px;
  color: #ffffff;
  font-size: 0.900em !important;
  text-align: center;
  float: left;
  margin-right: 15px;
  padding-top: 1px;
  padding-right: 2px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress ul li span {
  display: none;
  float: left;
  width: 690px;
  font-weight: bold;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress ul li.first {
  padding-left: 0;
  border-left: none;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress.shop_ordering_step_1 .shop_ordering_progress_step_1 i {
  background-position: -120px -2px !important;
  font-style: normal !important;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress.shop_ordering_step_1 .shop_ordering_progress_step_1 span {
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress.shop_ordering_step_2 .shop_ordering_progress_step_2 i {
  background-position: -120px -2px !important;
  font-style: normal !important;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress.shop_ordering_step_2 .shop_ordering_progress_step_2 span {
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress.shop_ordering_step_3 .shop_ordering_progress_step_3 i {
  background-position: -120px -2px !important;
  font-style: normal !important;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress.shop_ordering_step_3 .shop_ordering_progress_step_3 span {
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress.shop_ordering_step_4 .shop_ordering_progress_step_4 i {
  background-position: -120px -2px !important;
  font-style: normal !important;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_progress.shop_ordering_step_4 .shop_ordering_progress_step_4 span {
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration {
  margin-bottom: 20px;
  position: relative;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_1,
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_2 {
  width: 270px;
  height: 210px;
  float: left;
  margin-right: 22px;
  background-color: #f1f1f1;
  padding: 15px;
  position: relative;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3 {
  width: 270px;
  height: 210px;
  float: left;
  margin-right: 20px;
  margin-right: 0px;
  background-color: #f1f1f1;
  padding: 15px;
  position: relative;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3 > .password {
  display: none;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3 div {
  margin-top: 30px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3 div label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3 div input {
  width: 100%;
  border: 1px solid #A7A5A7;
  height: 20px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3 div a {
  position: absolute;
  left: 15px;
  bottom: 18px;
  font-weight: bold;
  color: #241e24;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3 div p {
  display: none;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3.shop_no_password div p {
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3.shop_no_password div .password {
  display: none;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration .shop_registration_3.shop_no_password > .password {
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration > div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration > div h2 {
  font-size: 1.833em;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration > div .submit {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 0.9em;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration > div p {
  margin-top: 15px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration > div ul {
  margin: 0;
  padding: 0;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_registration > div ul li {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_list_style_red.png') 0px 3px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 1.5em;
  margin: 0 !important;
  margin: 0;
  list-style: none;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket.shop_basket_not_edit .shop_basket_table_col_1 span {
  height: auto !important;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket {
  width: 100%;
  border: none;
  margin-top: 30px;
  border-bottom: 1px solid #A7A5A7;
  display: block;
  padding-bottom: 20px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket thead {
  border-bottom: 1px solid #A7A5A7;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket thead td {
  padding: 0;
  padding-bottom: 5px;
  font-size: 1.1em;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket tbody tr td {
  padding: 15px 0;
  border: 0;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket tbody tr td img {
  margin-right: 25px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket tbody tr td .kicker {
  color: #cc1e1c;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  display: inline;
  margin-right: 5px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket tbody tr td h2 {
  font-size: 1.833em;
  letter-spacing: -0.02em;
  line-height: 1.14em;
  font-weight: 900;
  margin-bottom: .5em;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket tbody tr td h2 a {
  text-decoration: none;
  color: #3f373f;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket tbody tr td input {
  display: block;
  width: 55px;
  border: 1px solid #A7A5A7;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
  text-align: center;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket tbody tr td .shop_price {
  display: block;
  height: 23px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_basket tbody tr td .shop_price_total {
  display: block;
  font-weight: bold;
  height: 55px;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total {
  margin: 10px 0;
  width: 300px;
  float: right;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total div {
  background-color: #f1f1f1;
  padding: 15px 30px;
  margin: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total div table {
  border: none !important;
  margin: 0;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total div table tr td {
  padding: 0;
  padding-top: 10px;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total div table tr td:hover {
  background: none;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total div table tr td.bold {
  font-weight: bold;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total div table tr td.nopadding {
  padding: 0;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total div p {
  margin: 0;
  font-size: 0.9em;
  margin-top: 20px;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total .submit {
  float: right;
  margin-top: 21px;
  font-size: 0.9em;
}
.carikauf_shop_templates .shop_ordering .shop_basket_price_total .shop_basket_tooltip {
  color: #ffffff;
  top: -22px;
  right: 9px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check {
  width: 840px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check .shop_ordering_step_3_check {
  background-color: #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
  width: 915px;
  padding: 20px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check .shop_ordering_step_3_check label {
  margin-right: 20px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check .shop_ordering_step_3_check .custom.checkbox {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check .shop_ordering_step_3_check .custom.checkbox.checked:before {
  margin-top: 4px !important;
  margin-left: -5px !important;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check .shop_ordering_step_3_check .right {
  float: right;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check div {
  margin: 20px 0;
  width: 420px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check div ul {
  margin: 0;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check div ul li {
  list-style: none;
  margin: 0 0 10px 0;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check div h3 {
  font-size: 1.833em;
  color: #302930;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check div h3 a {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/icons/link-icons.png') no-repeat 0 10px !important;
  padding-left: 20px;
  color: #cc1e1c;
  text-transform: uppercase;
  font-size: 0.45em !important;
  letter-spacing: .1em;
  cursor: pointer;
  float: right;
  line-height: 32px;
  margin-right: 160px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check div.left {
  float: left;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_check div.right {
  float: right;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_back_top {
  height: 20px;
  border-bottom: 1px solid #A7A5A7;
  margin: 20px 0;
  padding: 20px 0;
  height: 22px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_back_bottom {
  height: 20px;
  border-bottom: 1px solid #A7A5A7;
  margin: 20px 0;
  padding: 20px 0;
  height: 22px;
  border-top: 1px solid #A7A5A7;
  margin-top: 20px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_back_bottom .shop_button-style-1 {
  float: right;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data {
  width: 800px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data .shop_delivery_address_option {
  margin-top: 42px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data .shop_delivery_address_option label {
  line-height: 27px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data .shop_delivery_address_option .checkbox {
  float: left;
  margin-right: 15px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div {
  margin: 50px 0 0 0;
  width: 360px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div h3 {
  font-size: 1.833em;
  color: #302930;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div span {
  float: right;
  margin-top: 5px;
  display: block;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div {
  margin-top: 15px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div label {
  display: block;
  margin-bottom: 3px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div textarea {
  border: 1px solid #A7A5A7;
  width: 360px;
  height: 200px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div input {
  border: 1px solid #A7A5A7;
  height: 25px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div input.shop_form_100 {
  width: 360px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div input.shop_form_90 {
  width: 290px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div input.shop_form_70 {
  width: 260px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div input.shop_form_30 {
  width: 90px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div input.shop_form_10 {
  width: 60px;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div.left {
  float: left;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div div.right {
  float: right;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div.left {
  float: left;
}
.carikauf_shop_templates .shop_ordering .shop_ordering_data > div.right {
  float: right;
}
.carikauf_shop_templates .shop_ordering .shop_basket_headline {
  font-size: 1.833em;
  color: #302930;
  font-weight: bold;
  margin-bottom: 0px;
  display: block;
  margin-top: 40px;
}
.carikauf_shop_templates .ie1 input[type="checkbox"] {
  float: none;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-bottom: 0;
  bottom: -3px;
  border-width: 0px;
  margin-right: 10px;
}
.carikauf_shop_templates .shop_ordering_basket_special {
  background-color: #ECECEC;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
  margin-top: 50px;
}
.carikauf_shop_templates .shop_ordering_basket_special .shop_basket_headline {
  margin: 0;
  line-height: 31px;
}
.carikauf_shop_templates .shop_ordering_basket_special .shop_basket_headline a {
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/icons/link-icons.png') no-repeat 0 10px !important;
  padding-left: 20px;
  color: #cc1e1c;
  text-transform: uppercase;
  font-size: 0.45em !important;
  letter-spacing: .1em;
  cursor: pointer;
  float: right;
  line-height: 32px;
  margin-right: 560px;
}
.carikauf_shop_templates .shop_ordering_basket_special .shop_basket_price_total div {
  background-color: #C6C4C6;
}
.carikauf_shop_templates .shop_ordering_basket_special tbody tr td .shop_price {
  height: auto !important;
}
.carikauf_shop_templates .shop_ordering_basket_special tbody tr td .shop_price_total {
  height: auto !important;
}
.carikauf_shop_templates .shop_product_slider_wrapper {
  background-color: #ececec;
  padding: 20px;
  width: 570px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.carikauf_shop_templates .shop_product_slider_wrapper .shop_product_slider .shop_slider_item img {
  float: left;
}
.carikauf_shop_templates .shop_product_slider_wrapper .shop_product_slider .shop_slider_item .shop_slider_content {
  float: right;
  width: 360px;
}
.carikauf_shop_templates .shop_product_slider_wrapper .shop_product_slider .shop_slider_item .shop_slider_content h2 {
  font-size: 2.308em;
}
.carikauf_shop_templates .shop_product_slider_wrapper .bx-controls-direction {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 72px;
}
.carikauf_shop_templates .shop_product_slider_wrapper .bx-controls-direction a {
  width: 31px;
  height: 18px;
  display: block;
  background-image: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png');
  text-indent: -99999px;
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.carikauf_shop_templates .shop_product_slider_wrapper .bx-controls-direction a:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.carikauf_shop_templates .shop_product_slider_wrapper .bx-controls-direction a.bx-prev {
  float: left;
  background-position: -84px -41px;
}
.carikauf_shop_templates .shop_product_slider_wrapper .bx-controls-direction a.bx-next {
  float: right;
  background-position: -84px -61px;
}
.carikauf_shop_templates .shop_product_description {
  margin-top: 30px;
}
.carikauf_shop_templates .shop_tabs_carinet {
  margin-top: 70px;
}
.carikauf_shop_templates .shop_tabs_carinet ul {
  height: 41px;
  margin: 0;
}
.carikauf_shop_templates .shop_tabs_carinet ul li {
  margin-right: 6px;
  position: relative;
  height: 21px;
  list-style: none;
  float: left;
  padding: 10px;
  background-image: none;
  border: 1px solid #ccc;
  border-bottom: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.carikauf_shop_templates .shop_tabs_carinet ul li a {
  font-size: 15px;
  color: #837f83;
  font-weight: bold;
}
.carikauf_shop_templates .shop_tabs_carinet ul li i.shop_tabs_spacer_right {
  display: block;
  padding: 0;
  width: 7px;
  height: 11px;
  background-image: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/tab_border_right.png');
  border: none;
  background-position: left bottom;
  position: absolute;
  right: -7px;
  bottom: 0px;
}
.carikauf_shop_templates .shop_tabs_carinet ul li.first i.shop_tabs_spacer_left {
  display: none;
}
.carikauf_shop_templates .shop_tabs_carinet ul li.last i.shop_tabs_spacer_right {
  display: none;
}
.carikauf_shop_templates .shop_tabs_carinet ul li.active-tab {
  background-color: #ffffff;
}
.carikauf_shop_templates .shop_tabs_carinet ul li.active-tab.last i.shop_tabs_spacer_right {
  display: none;
}
.carikauf_shop_templates .shop_tabs_carinet ul li.active-tab i.shop_tabs_spacer_right {
  display: block;
  padding: 0;
  width: 7px;
  height: 11px;
  background-image: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/tab_border_right_active.png');
  border: none;
  background-position: left bottom;
  position: absolute;
  right: -7px;
  bottom: 0px;
}
.carikauf_shop_templates .shop_tabs_carinet ul li.active-tab a {
  color: #000000;
}
.carikauf_shop_templates .shop_tabs_carinet > div {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.carikauf_shop_templates .shop_tabs_carinet > div.ui-tabs-hide {
  display: none;
}
.carikauf_shop_templates .addthis_toolbox {
  margin-top: 50px;
}
.carikauf_shop_templates .addthis_toolbox .addthis_button_facebook_like {
  padding-left: 0;
}
.carikauf_shop_templates .addthis_toolbox .addthis_button_tweet {
  width: 92px;
}
.carikauf_shop_templates .addthis_toolbox .addthis_button_google_plusone {
  width: 58px;
}
.carikauf_shop_templates .shop_main_product_list_options_view span.checkbox {
  display: none;
}
.carikauf_shop_templates .shop_article_per_page label {
  float: left;
}
.carikauf_shop_templates .shop_article_per_page .custom.dropdown {
  width: 60px;
  float: right;
  margin-right: 20px;
  margin-top: 2px;
}
.carikauf_shop_templates .shop_sort_by label {
  float: left;
}
.carikauf_shop_templates .shop_sort_by .custom.dropdown {
  width: 140px;
  float: right;
  margin-right: 20px;
  margin-top: 3px;
}
.carikauf_shop_templates .custom.dropdown {
  height: 24px;
  border: 1px solid #6d6d6d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/CariNetWebsites/defaultWebFamily/Layout/js/carikauf_js/PIE.htc');
  position: relative;
  background: #ffffff !important;
  background: -moz-linear-gradient(top, #ffffff 6%, #bebcbf 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #ffffff), color-stop(100%, #bebcbf)) !important;
  background: -webkit-linear-gradient(top, #ffffff 6%, #bebcbf 100%) !important;
  background: -o-linear-gradient(top, #ffffff 6%, #bebcbf 100%) !important;
  background: -ms-linear-gradient(top, #ffffff 6%, #bebcbf 100%) !important;
  background: linear-gradient(to bottom, #ffffff 6%, #bebcbf 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bebcbf', GradientType=0) !important;
}
.carikauf_shop_templates .custom.dropdown .current {
  font-size: 1.1em;
  font-weight: bold !important;
}
.carikauf_shop_templates .custom.dropdown .selector {
  cursor: pointer;
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') 39px -6px;
}
.carikauf_shop_templates .custom.dropdown ul li {
  list-style: none;
  background: none;
  font-size: 1em !important;
}
.carikauf_shop_templates .shop_content_site {
  margin-top: 30px;
}
.carikauf_shop_templates .shop_content_site p {
  font-size: 1.167em;
  line-height: 1.54;
  margin: 0 0 .5em;
  color: #3f373f;
}
/* FANCYBOX */
.shop_fancybox_link {
  color: #3f373f;
  font-weight: bold;
  text-decoration: none;
}
.shop_fancybox_link:hover {
  text-decoration: underline;
}
.shop_fancybox_inline_wrapper .shop_fancybox_headline {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.shop_gallery_overlay {
  display: none;
}
.fancybox-wrap.imageGallery .fancybox-skin {
  padding-bottom: 70px !important;
}
.fancybox-wrap.imageGallery .fancybox-skin h2 {
  letter-spacing: -0.02em;
  line-height: 1.14em;
  font-weight: 900;
  margin-bottom: .5em;
  font-size: 2.308em;
}
.fancybox-wrap.imageGallery .fancybox-skin h2 .red {
  color: #cc1e1c;
}
.fancybox-wrap.imageGallery .fancybox-skin .fancybox-nav {
  height: 30px !important;
  bottom: -90px !important;
  top: auto !important;
  display: block !important;
  width: 50%;
  border-top: 1px solid #ccc !important;
  padding-top: 40px !important;
}
.fancybox-wrap.imageGallery .fancybox-skin .fancybox-nav span {
  display: block !important;
  visibility: visible;
  background: url('/CariNetWebsites/defaultWebFamily/Layout/img/carikauf_images/shop_sprite.png') -84px -41px !important;
  height: 18px !important;
  left: auto !important;
}
.fancybox-wrap.imageGallery .fancybox-skin .fancybox-nav span:hover {
  background-position: -156px -62px !important;
}
.fancybox-wrap.imageGallery .fancybox-skin .fancybox-nav.fancybox-next span {
  background-position: -84px -61px !important;
  right: 0 !important;
}
.fancybox-wrap.imageGallery .fancybox-skin .fancybox-nav.fancybox-next span:hover {
  background-position: -156px -82px !important;
}
