/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
/*---- styling extra options product detail ----*/

.extraOptions {
  list-style: none !important;
  margin: 0 !important;
}
.extraOptions .row {
  border-bottom: 1px solid #dedede;
  margin: 0;
  min-height: 0;
}
.extraOptions .row:first-child {
  border-top: 1px solid #dedede;
}
.extraOptions .row.active .row-header {
  border-bottom: 1px solid #dedede;
}
.extraOptions .row .title {
  display: inline-block;
  padding: 8px;
  vertical-align: middle;
}
.extraOptions .row .row-header {
  display: none;
  font-size: 14px;
  overflow: hidden;
  background-color: white;
  cursor: pointer;
}
.extraOptions .row .row-header:before {
  content: "+";
  font-size: 20px;
  vertical-align: middle;
  padding: 8px 0 8px 8px;
  color: #c4c4c4;
}
.extraOptions .row .row-header .price {
  float: right;
  padding: 8px;
}
.extraOptions .row .row-header .price:before {
  content: "+";
}
.extraOptions .row .row-header .selectedValue {
  display: none;
}
.extraOptions .row .row-header:before {
  float: none;
}
.extraOptions .row .row-body {
  display: none;
  padding-bottom: 15px;
}
.extraOptions .row .row-body ul {
  margin: 0;
}
.extraOptions .row .row-body li {
  padding: 0;
}
.row:first-child .extraOptions .row .row-body {
  display: block;
}
.extraOptions .row .row-body label {
  margin: 0;
  display: inline-block;
  cursor: pointer;
}
.extraOptions .row .row-body label img {
  width: 100%;
  height: auto;
  border: 2px solid #dedede;
  pointer-events: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.extraOptions .row .row-body label.active {
  color: #5cb85c;
}
.extraOptions .row .row-body label.active img {
  border-color: #383838;
}
.extraOptions .row .row-body .price {
  float: right;
  color: #9e9e9e;
  font-weight: normal;
  font-size: 10px;
}
.extraOptions .row .row-body .price:before {
  content: "+";
  padding-right: 5px;
}
.extraOptions .row.type-list.hasImage .row-body input {
  display: none;
}
.extraOptions .row.type-list.hasImage .row-body ul {
  overflow: hidden;
}
.extraOptions .row.type-list.hasImage .row-body ul > li {
  float: left;
  margin-right: 1.666666667%;
  margin-bottom: 1.666666667%;
  width: 48.166666667%;
}
.lt-ie9 .extraOptions .row.type-list.hasImage .row-body ul > li {
  /*IE 8*/
  width: 48.333333333%;
}
.extraOptions .row.type-list.hasImage .row-body ul > li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 1.666666667%;
}
.extraOptions .row.type-list.hasImage .row-body ul > li:nth-of-type(2n) {
  margin-right: 0;
}
.extraOptions .row.type-list.hasImage .row-body ul li {
  margin-bottom: 15px;
}
.extraOptions .row.type-list.hasImage .row-body .price {
  display: block;
  float: none;
}
.extraOptions .type-textblock {
  padding: 8px;
}
.extraOptions .total .title {
  display: inline-block;
  padding: 8px 0;
}
.extraOptions .total .total {
  float: right;
  padding: 8px;
}
@media only screen and (min-width : 768px) {
  .extraOptions .row .row-header .selectedValue {
    float: right;
    padding: 8px;
    color: #ababab;
    max-width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .extraOptions .row.type-list.hasImage .row-body ul {
    overflow: hidden;
  }
  .extraOptions .row.type-list.hasImage .row-body ul > li {
    float: left;
    margin-right: 1.666666667%;
    margin-bottom: 1.666666667%;
    width: 31.222222222%;
  }
  .lt-ie9 .extraOptions .row.type-list.hasImage .row-body ul > li {
    /*IE 8*/
    width: 31.666666667%;
  }
  .extraOptions .row.type-list.hasImage .row-body ul > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.666666667%;
  }
  .extraOptions .row.type-list.hasImage .row-body ul > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .extraOptions .row.type-list.hasImage .row-body ul li {
    margin-bottom: 15px;
  }
}
/*---- styling extra options checkout ----*/

.cart tr.extraOptions td,
.invoice tr.extraOptions td {
  background: #ebebeb;
}
.cart ul.extraOptions li,
.invoice ul.extraOptions li {
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cart .surplusPrice,
.invoice .surplusPrice {
  display: block;
}
.cart div.extraOptions,
.invoice div.extraOptions {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  background: white;
}
.cart div.extraOptions input[type="checkbox"],
.invoice div.extraOptions input[type="checkbox"] {
  margin: 2px 2% 0 0;
}
.cart div.extraOptions .price,
.invoice div.extraOptions .price {
  float: right;
  margin-left: 10px;
}
.cart div.extraOptions label,
.invoice div.extraOptions label {
  font-weight: normal;
}
@media only screen and (min-width : 768px) {
  .cart .surplusPrice,
  .invoice .surplusPrice {
    display: inline;
  }
}
