/* Shop elements */
.shoppingcartlist {
  padding: 0px;
  margin: 0px;
}

.shoppingcartlist li {
  list-style-type: none;
}

#checkoutcustomtext {
 margin-top: 15px;
 padding: 2px;
 border: 1px solid #efefef;
}

.shopremovefromcartlink {
	font-weight: bold;
	color: #B43313;
}

#checkoutlogin {
  margin: 25px 2px;
  padding: 5px;
  background-color: #f8f8f8;
  border: 1px solid #909090;
}

#cartprodtable {
}

#cartprodtable td {
}

#cartprodtable th {
} 

#shopcartcontent {
}

#shopcartcontentinside {
  /*border-top: 2px solid #277AC3;*/
  /*border-bottom: 1px solid #AFCDE9;  */
  /*background-color: #F1F7FB;*/
  padding: 6px 6px 12px 6px;
  margin-bottom: 5px;
  /*background-image: url(/getfile.php/467246.1083.rdqaeyefyx/handlekurv-bg-opt-2.jpg);*/
  /*background-image: url(/getfile.php/435415.1083.tybautydtb/handlekurv-bg-opt.jpg);*/
  background-position: top right;
  background-repeat: no-repeat;
}

#shopcartcontent b {
  font-size: 1.1em;
}
#shopcartcontent .summary {
  font-size: 12px;
}
#shopcartcontent .summary .price {
}

.boughtbaloon, .insertedtocartmsg {
	background-color: #FFFF99;
	color: #000000;
	padding: 5px;
	border: 1px solid gray;
	z-index: 99999;
}

.pricebeforedisplayrow th, .pricebeforedisplayrow td {
	color: gray;
	text-decoration: line-through;
	font-weight: bold;
}
span.pricebeforedisplay {
	color: #626262;
	text-decoration: line-through;
}

.pricedisplayrow.producthasbeforeprice th, .pricedisplayrow.producthasbeforeprice td {
	color: red;
	font-weight: bold;
	font-size: 110%;
}

/* cart version 3 */

.prodinfo.shoppingcartver3,
.prodinfo.shoppingcartver3 *{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shoppingcartver3 .buyinfo{
  padding-left: 1em;
}

.shoppingcartver3 .priceinfo{
  padding-right: 2em;
  width: 50%;
  float: left;
  text-align: right;
}

.shoppingcartver3 .buyproductmodule-toprow{
  float: left;
  width: 50%;
}

.shoppingcartver3 .priceinfo .beforepricetag{
  font-size: 0.813em;
  font-weight: 600;
  color: #707070;
}

.shoppingcartver3 .priceinfo .pricetag{
  font-size: 2.8em;
  font-weight: 700;
}

.shoppingcartver3 .priceinfo .pricetag .theprice{
  color: #333;
}

.shoppingcartver3 .priceinfo .pricetag .pricetagnow{
  font-size: 0.5em;
  font-weight: 400;
}

.shoppingcartver3 .buyproductmodule{
  list-style: none;
  margin: 0;
  padding: 0;
}

.shoppingcartver3 .buyproductmodule-item.columns{
  padding: 0;
}

.shoppingcartver3 .buyproductmodule .productvalselector{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 1em;
  font-size: 0.813em;
  padding: 0.75em;
  background-color: #fafafa;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  width: 100%;
  cursor: pointer;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.shoppingcartver3 .buyproductmodule .productvalselector:hover{
  background-color: #eee;
}

.shoppingcartver3 .buyproductmodule .qty-text{
  height: 31px;
}

.shoppingcartver3 .buyproductmodule .qty-text span{
  padding-top: 5px;
  display: inline-block;
}

.shoppingcartver3 .buyproductmodule-item input.productquantity{
  text-align: center;
  font-size: 0.9em;
  padding: 0.3em;
  margin: 0 0.45em;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
}

.shoppingcartver3 .buyproductmodule .quantityadjustbtn{
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 0.95;
  text-align: center;
  background-color: #ececec;
  color: #333;
  border-radius: 150px;
  font-size: 26px;
}

.shoppingcartver3 .buyproductmodule .productformcontainer{
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .adminfo{
  font-size: 0.813em;
  color: #999;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .question{
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e0e0e0;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .question:not(:first-of-type){
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #e0e0e0;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .qoption{
  margin-bottom: 0.35em;
  padding: 0.35em;
  font-size: 14px;
  border-radius: 3px;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .qoption:hover,
.shoppingcartver3 .buyproductmodule .productformcontainer .qoption.cpsoptionactive{
  background-color: #eee;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .qoption label{
  font-weight: 400;
  cursor: pointer;
	display: block;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .qoption.qoptionhorizontal .labelradio{
	display: inline-block;
	margin-right: 10px;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .qoption input[type="text"],
.shoppingcartver3 .buyproductmodule .productformcontainer .qoption input[type="tel"],
.shoppingcartver3 .buyproductmodule .productformcontainer .qoption input[type="email"],
.shoppingcartver3 .buyproductmodule .productformcontainer .qoption select{
	font-size: 1em;
	width: 80%;
	padding: 0.25em;
	border-radius: 3px;
	border: 1px solid #c0c0c0;
	margin-left: 10%;
}

.shoppingcartver3 .buyproductmodule .productformcontainer .qoption input[type="tel"]{
	width: 10em;
}

.shoppingcartver3 .buyproductmodule .addtocartoption{
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.shoppingcartver3 .buyproductmodule .buybtn{
  width: 100%;
  height: 45px;
  display: block;
  margin-top: 1em;
  color: #fff;
  border: 0;
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.5em 2em 0.5em 3em;
  text-align: center;
  border-bottom: 3px solid #2C3E50;
  border-radius: 3px;
  background-color: #4183D7;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.shoppingcartver3 .buyproductmodule .buybtn:hover{
  background-color: #2C3E50;
}

.shoppingcartver3 .buyproductmodule .buybtn:focus{
  outline: none;
}

.shoppingcartver3 .buyproductmodule .buybtn:before{
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0.8;
  background-image: url(/getfile.php/3233118.1137.asxqctsfcs/icon-cart24px.png);
  background-repeat: no-repeat;
  background-position: 10% 55%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.shoppingcartver3 .buyproductmodule .buybtn .cartmsg{
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  padding-top: 9px;
  padding-left: 1em;
}

.shoppingcartver3 .buyproductmodule .buybtn .addtocartmsg{
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.shoppingcartver3 .buyproductmodule .buybtn.added-to-cart .addtocartmsg{
  opacity: 0;
}

.shoppingcartver3 .buyproductmodule .buybtn.added-to-cart:before{
  background-position: 130%;
}

.shoppingcartver3 .buyproductmodule .buybtn .addedtocartmsg{
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0.5s;
  -o-transition: opacity 0.2s ease 0.5s;
  transition: opacity 0.2s ease 0.5s;
}

.shoppingcartver3 .buyproductmodule .buybtn.added-to-cart .addedtocartmsg{
  opacity: 1;
  padding-left: 0;
}

.shoppingcartver3 .buyproductmodule .addedtocartsecondarymsg{
  font-size: 0.813em;
  letter-spacing: 0.03em;
  font-weight: 500;
  height: 0;
  overflow: hidden;
  background-color: #ECECEC;
  color: #462f0c;
  text-decoration: none;
  border-radius: 0 0 3px 3px;
  width: 100%;
  display: block;
  padding: 0;
  -webkit-transition: height 0.3s ease-out 0.5s, background-color 0.2s ease, padding 0.2s ease 0.5s;
  -o-transition: height 0.3s ease-out 0.5s, background-color 0.2s ease, padding 0.2s ease 0.5s;
  transition: height 0.3s ease-out 0.5s, background-color 0.2s ease, padding 0.2s ease 0.5s;
}

.shoppingcartver3 .buyproductmodule .addedtocartsecondarymsg:hover{
  background-color: #F2F1EF;
}

.shoppingcartver3 .buyproductmodule .addedtocartsecondarymsg a{
  font-weight: 700;
}

.shoppingcartver3 .buyproductmodule .btnhasbeenactivated .addedtocartsecondarymsg{
  height: 32px;
  padding: 0.5em;
}

.shoppingcartver3 .buyproductmodule .submittocarterror .addedtocartsecondarymsg{
  background-color: #CF000F;
  color: #fff;
}

.shoppingcartver3 .buyproductmodule .submittocarterror .addedtocartsecondarymsg a{
  color: #fff;
  font-weight: 600;
}

.shoppingcartver3 .buyproductmodule .btnwrap{
  height: 70px;
}

.shoppingcartver3 .articleview-slideshow .lSPager.lSGallery > li a{
  display: block;
  padding: 0.5em;
  /*border: 1px solid #ccc;*/
}

.shoppingcartver3 .producttypeselectionlbl {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.shoppingcartver3 .producttypeselectionval label {
    display: inline-block;
    margin-right: 0.5rem;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 5px 12px;
    cursor: pointer;
}

.shoppingcartver3 .producttypeselectionval label.sizenotavailable {
    cursor: default;
    background-color: #f9f9f9;
    border-color: #eee;
    color: #999;
}

.shoppingcartver3 .prodseldivider {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    height: 1px;
    background-color: #cecece;
}

.shoppingcartver3 .producttypeselectionval .activecolor label,
.shoppingcartver3 .producttypeselectionval .activesize label {
    background-color: #f2f2f2;
    border-color: #666;
    box-shadow: inset 0 0 2px #999;
}

.shoppingcartver3 .producttypeselectionval label:not(.sizenotavailable):hover {
    border-color: #666;
}

@media screen and (max-width: 40em) {

  .shoppingcartver3 .priceinfo{
    width: 100%;
    text-align: right;
    float: none;
  }

  .shoppingcartver3 .buyproductmodule .addtocartoption{
    width: 100%;
    max-width: 80%;
    padding: 0 2rem;
  }

  .shoppingcartver3 .buyproductmodule .btnhasbeenactivated .addedtocartsecondarymsg{
    height: auto;
  }

}


/* End shop elements */

