/* CSS Document */
/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* light grey */
/* light grey */
/* very light grey */
/* dark red */
/* Global fonts */
/* Mixins */
/* ------------------------------------------------------------------ */
/* product */
#product-info {
  width: 435px;
  float: left;
}

#product-gallery {
  width: 475px;
  float: right;
  position: relative;
}

.ico-returns {
  width: 54px;
  height: 54px;
  background: url(../images/ico_returns.png) no-repeat 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

#product-gallery .ico-returns {
  position: absolute;
  top: 7px;
  right: 7px;
}

.product-lead-img, .product-img {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

.product-lead-img img {
  width: 475px;
  height: auto;
  float: left;
  margin-bottom: 1px;
}

.product-img img {
  width: 237px;
  height: auto;
  margin-right: 1px;
  float: left;
}

.product-img:last-child img, .product-img-odd img {
  margin-right: 0;
}

#product-name {
  color: #333;
  /* font:300 47px/60px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font: 400 36px/48px "Noto serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

#product-subname {
  /* color:#8f8f8f; */
  color: #000;
  font: 200 24px/32px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.5px;
  display: block;
  margin-bottom: 20px;
}

#product-options {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 35px;
  position: relative;
  background: url(../images/arrowline_1.png) no-repeat 50% 100%;
}

#product-options label {
  color: #a90000;
  font: 400 italic 19px/28px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: left;
  width: 155px;
}

#product-id {
  color: #999;
  font: 300 14px/14px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 0 155px;
  clear: both;
  /* text-transform:uppercase; */
}

#product-id span {
  font-weight: bold;
  color: #333;
}

#pGraverSize {
  color: #999;
  font: 300 14px/14px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 10px 0 0 155px;
  clear: both;
  /* text-transform:uppercase; */
}

#pGraverSize span {
  font-weight: bold;
  color: #333;
}

#product-actions {
  clear: both;
  overflow: hidden;
  display: block;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
}

#product-actions #frmQuantity {
  padding: 5px;
  border: 1px solid #ddd;
  font: 18px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  width: 20px;
  float: right;
  text-align: center;
  margin-top: 15px;
}

#product-add-to-cart {
  /* float:right; */
  width: 240px;
  height: 45px;
  margin: 0 auto;
}

#product-add-to-cart.process {
  background: url(../images/ajax_lader_1.png) no-repeat 50% 15px;
}

#product-add-to-cart #frmQuantity {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

#product-add-to-cart.process #frmAddToBasketBtn, #product-add-to-cart.process #frmQuantity {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#product-price {
  /* float:left; */
  float: right;
  /* margin:0 30px 0 0; */
  margin: 0 0 0 0;
  text-align: right;
}

#frmAddToBasketBtn {
  float: right;
  font: 300 14px/32px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 10px 0 15px;
  margin: 15px 0 0 20px;
}

#frmAddToBasketBtn:hover {
  /* padding:0 15px 0 20px; */
  background: #962929;
}

.product-desc {
  font: 300 14px/21px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}

.product-price {
  font: 700 40px/48px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  letter-spacing: -2px;
}

#optionsDetails {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#optionsDetails #optionsDetailsInfo {
  width: 60%;
  display: flex;
  flex-direction: column;
}
#optionsDetails #optionsDetailsInfo #product-id, #optionsDetails #optionsDetailsInfo #product-availability, #optionsDetails #optionsDetailsInfo #product-warranty, #optionsDetails #optionsDetailsInfo #pGraverSize {
  line-height: 2;
  margin: 0;
  color: #999;
  font: 300 0.9em/2 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#optionsDetails #optionsDetailsInfo #product-id span, #optionsDetails #optionsDetailsInfo #product-availability span, #optionsDetails #optionsDetailsInfo #product-warranty span, #optionsDetails #optionsDetailsInfo #pGraverSize span {
  font-weight: 600;
  color: #333;
}
#optionsDetails #optionsDetailsInfo #product-availability span {
  color: #ba3333;
}
#optionsDetails #optionsDetailsInfo #product-availability span[data-availability=in_stock] {
  color: #64a800;
}
#optionsDetails #optionsDetailsPrice {
  width: 40%;
}

.product-currency {
  font: 300 30px/48px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  letter-spacing: -1px;
}

.product-desc ul {
  list-style-type: none;
}

.product-desc li {
  margin-bottom: 17px;
  padding-left: 30px;
  background: url(../images/dot_1.png) no-repeat 0 7px;
}

.product-brand {
  clear: both;
  overflow: hidden;
  text-align: center;
  padding: 50px 0 50px;
}

#optionsSelectTrigger {
  background: none repeat scroll 0 0 #fff;
  color: #333;
  float: left;
  font: 14px/28px Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 28px;
  text-decoration: none;
  transition: color 0.3s ease 0s;
  width: 263px;
  padding: 0 5px 0 10px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

#optionsSelectTrigger span span {
  display: none;
}

#optionsSelectTrigger i {
  float: right;
}

#optionsSelect {
  position: absolute;
  top: 58px;
  left: 155px;
  padding-top: 2px;
  z-index: 5;
  display: none;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  width: 278px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#optionsSelect div {
  background: #fff;
  /* 	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.25);
  	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.25);	 */
}

#optionsSelect ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#optionsSelect ul li {
  padding: 7px 10px;
  font: 14px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
}

#optionsSelect ul li span {
  float: right;
  color: #999;
  font: 12px/12px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#optionsSelect ul li:hover {
  background: #efefef;
  cursor: pointer;
}

@media screen and (max-width: 1260px) {
  #product-info {
    clear: both;
    width: auto;
    float: none;
  }
  #product-gallery {
    clear: both;
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .product-lead-img img {
    width: 475px;
    height: auto;
    float: left;
    margin-right: 1px;
  }
  .product-img img {
    width: 237px;
    height: auto;
    margin-bottom: 1px;
    float: left;
  }
  .product-img:last-child img {
    margin-bottom: 0;
  }
  #product-name {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1040px) {
  .product-lead-img img {
    width: 66.6%;
    height: auto;
    float: left;
    margin-right: 0.2%;
  }
  .product-img img {
    width: 33.2%;
    height: auto;
    margin-bottom: 1px;
    margin-right: 0;
    float: left;
  }
  .product-img:last-child img {
    margin-bottom: 0;
  }
}
/* 	@media screen and (max-width:900px) { 

		#product-name {
			margin-top:0;
		}

	} */
@media screen and (max-width: 550px) {
  #product-name {
    text-align: center;
    margin-bottom: 0;
  }
  #product-subname {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #product-gallery {
    width: 100%;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  .product-lead-img img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 1px;
  }
  .product-img img {
    width: 49.8%;
    height: auto;
    margin-right: 0.4%;
    float: left;
  }
  .product-img:last-child img {
    margin-right: 0;
  }
  #product-options div.cnt {
    /* width:270px; */
    margin: 0 auto;
    position: relative;
  }
  #product-options label {
    margin-bottom: 5px;
  }
  #optionsSelectTrigger {
    width: 243px;
  }
  #optionsSelect {
    width: 258px;
    /* left:0; */
  }
  #product-id, #product-availability, #pGraverSize {
    margin-left: 0;
  }
  #product-actions {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  #product-add-to-cart {
    float: none;
    margin: 0 auto;
  }
  #product-id, #product-availability, #pGraverSize {
    float: none;
    clear: both;
    width: 100%;
  }
  #product-id span, #product-availability span, #pGraverSize span {
    display: inline;
    clear: none;
  }
}
/* ------------------------------------------------------------------ */
/* grawer */
#graverCnt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 7%;
  padding: 7% 5%;
  background-color: #f1f1f1;
  margin-bottom: 2em;
}
#graverCnt img {
  width: 40%;
  height: auto;
}
#graverCnt div * {
  color: #333;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  font-weight: 300;
  padding: 0;
}
#graverCnt div h2 {
  margin: 0% 0 8%;
  font-size: 3.2em;
}
#graverCnt div h2 * {
  font-weight: 400;
  line-height: 1.1;
}
#graverCnt div h2 strong {
  color: #ba3333;
}
#graverCnt div p {
  font: 300 1em/1.5 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 4% 0;
}
#graverCnt div p.link-dedykacje {
  line-height: 1.6;
  font-size: 1.375em;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  margin-bottom: 0;
}
#graverCnt div p.link-dedykacje span {
  font-size: 1.25em;
}
#graverCnt div p.link-dedykacje a {
  color: #ba3333;
}

@media screen and (max-width: 1300px) {
  #graverCnt div h2 {
    font-size: 3vw;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1100px) {
  #graverCnt {
    flex-direction: column-reverse;
    padding: 8% 5%;
  }
  #graverCnt img {
    width: 70%;
  }
  #graverCnt div * {
    text-align: center;
  }
  #graverCnt div h2 {
    margin: 6% 0;
    font-size: 5vw;
    line-height: 1.1;
  }
  #graverCnt div h2 strong {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  #graverCnt {
    flex-direction: column-reverse;
    padding: 12% 7%;
  }
  #graverCnt img {
    width: 90%;
  }
  #graverCnt div h2 {
    font-size: 6vw;
  }
  #graverCnt div p {
    font-size: 0.9em;
  }
  #graverCnt div p.link-dedykacje {
    font-size: 3.7vw;
  }
}
/* ------------------------------------------------------------------ */
/* options table */
#optionsTable {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 0% 0% 3% 0%;
  margin-bottom: 1.25rem;
}
#optionsTable p {
  color: #ba3333;
  font: 500 18px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 1.25rem;
}
#optionsTable table {
  width: 100%;
}
#optionsTable table tr:hover td,
#optionsTable table tr.on td {
  background-color: rgba(148, 148, 148, 0.15);
  cursor: pointer;
}
#optionsTable table td {
  font: 300 14px/40px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 2.5%;
}
#optionsTable table td.opt-table-kat {
  color: #999;
  text-align: left;
}
#optionsTable table td.opt-table-input {
  padding: 0 2.5% 0 5%;
  text-align: left;
}
#optionsTable table td.opt-table-input strong {
  font-weight: 500;
  color: #000;
}
#optionsTable table td.opt-table-price {
  color: #ba3333;
  font-weight: 700;
  text-align: right;
  padding: 0 5% 0 2.5%;
  width: 20%;
}
#optionsTable table td.opt-table-av, #optionsTable table td.opt-table-nav {
  text-align: center;
  min-width: 20px;
  padding: 0;
  color: #999;
}
#optionsTable table td.opt-table-av small, #optionsTable table td.opt-table-nav small {
  display: none;
}
#optionsTable table td input {
  position: relative;
  top: -2px;
  margin-right: 20px;
  vertical-align: middle;
}
#optionsTable table .last-row td,
#optionsTable table tr:last-child td {
  border: 0;
}
#optionsTable small {
  color: #999;
}

@media screen and (max-width: 1260px) {
  #optionsTable {
    width: 100%;
    padding: 0% 0% 3% 0%;
  }
  #optionsTable p {
    float: left;
    width: 25%;
    margin-bottom: 15px;
  }
  #optionsTable table {
    width: 75%;
    float: right;
  }
  #optionsTable table td.opt-table-av small,
  #optionsTable table td.opt-table-nav small {
    display: inline;
  }
  #optionsTable table td.opt-table-price {
    width: auto;
  }
}
@media screen and (max-width: 950px) {
  #optionsTable p {
    float: none;
    width: auto;
  }
  #optionsTable table {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  #optionsTable p {
    font: 500 16px/16px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  #optionsTable table td {
    font: 300 12px/40px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  #optionsTable small {
    display: none !important;
  }
}
/* ------------------------------------------------------------------ */
/* new product gallery  */
#product-info-type-2 #product-title {
  width: 100%;
  clear: both;
  overflow: hidden;
}

/* #product-info-type-2 #product-title h2, #product-info-type-2 #product-title h1 {
		margin-top:10px;
	} */
#product-info-type-2 #product-title div {
  float: right;
}

#product-info-type-2 #product-title div .product-price,
#product-info-type-2 #product-title div .product-currency {
  font-size: 51px;
  line-height: 51px;
}

#product-info-type-2 #product-info-2 {
  width: 100%;
  clear: both;
  overflow: hidden;
  float: none;
  padding-bottom: 30px;
}

#product-info-type-2 #product-info-lead {
  width: 46%;
  float: left;
}

#product-info-type-2 #product-info-desc {
  width: 48%;
  float: right;
  padding-bottom: 30px;
}

#product-info-type-2 #product-options {
  border-top: 0 !important;
}

#product-info-type-2 #product-gallery {
  clear: both;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  padding-top: 52.64%;
  white-space: nowrap;
  text-indent: 100%;
}

#product-info-type-2 #product-gallery a.gallery-prev,
#product-info-type-2 #product-gallery a.gallery-next {
  position: absolute;
  top: 50%;
  display: block;
  background: #ba3333;
  border-radius: 20px;
  z-index: 3;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  text-indent: 0;
  white-space: all;
  margin-top: -15px;
}

#product-info-type-2 #product-gallery a.gallery-prev i,
#product-info-type-2 #product-gallery a.gallery-next i {
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  text-indent: 0;
  white-space: all;
  text-align: center;
  position: relative;
}

#product-info-type-2 #product-gallery a.gallery-prev {
  left: 3%;
}

#product-info-type-2 #product-gallery a.gallery-next {
  right: 12%;
}

#product-info-type-2 #product-gallery a.gallery-prev i {
  left: -1px;
  top: 1px;
}

#product-info-type-2 #product-gallery a.gallery-next i {
  right: -1px;
  top: 1px;
}

#product-info-type-2 #product-gallery a.lead-img {
  display: block;
  width: 100%;
  position: absolute;
  padding-top: 52.64%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  opacity: 0;
  z-index: 1;
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
}

#product-info-type-2 #product-gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  display: block;
  right: 3%;
  top: 50%;
  z-index: 2;
}

#product-info-type-2 #product-gallery ul li {
  margin-bottom: 10%;
}

#product-info-type-2 #product-gallery a.product-img-thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  text-indent: 100%;
  white-space: nowrap;
  transition: border 0.3s;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
}

#product-info-type-2 #product-gallery a.on {
  border: 1px solid #ffffff;
}

#product-info-type-2 #product-gallery a.ico-returns {
  z-index: 3;
  left: 3%;
  top: auto;
  bottom: 3%;
}

#product-info-type-2 div.product-brand {
  clear: none;
  padding: 0;
  position: absolute;
  top: 5%;
  left: 3%;
  width: 100%;
  z-index: 2;
}

#product-info-type-2 div.product-brand span {
  width: 15%;
  height: auto;
  padding-top: 1%;
  background-size: 100% auto;
  background-position: 50% 50%;
  display: block;
}

#product-info-type-2 #product-options label {
  margin-bottom: 5px;
  cursor: pointer;
}

#product-info-type-2 #product-price {
  margin: 0;
}

#product-info-type-2 #product-options {
  padding-top: 0px;
}

#product-info-type-2 #optionsSelect {
  top: 28px;
}

#product-subinfo {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px;
}

#product-subname {
  margin: 0 !important;
}

#socialIcons {
  float: right;
  margin: 0 !important;
}

#socialIcons a {
  text-decoration: none;
}

#social-ico-fb img, #social-ico-gplus img {
  width: 27px;
  height: auto;
  color: #3a579a;
  font-weight: bold;
  text-decoration: none;
}

#product-subinfo #product-subname {
  float: left;
  margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
  #product-info-type-2 #product-info-lead, #product-info-type-2 #product-info-desc {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
  }
  #product-info-type-2 #product-id, #product-info-type-2 #product-availability, #product-info-type-2 #pGraverSize {
    margin-left: 155px;
  }
}
@media screen and (max-width: 1020px) {
  #product-info-type-2 #product-gallery a.gallery-next {
    right: 14%;
  }
}
@media screen and (max-width: 990px) {
  /* #product-info-type-2 #product-gallery a.gallery-prev, 
  #product-info-type-2 #product-gallery a.gallery-next {
  			display:none;		
  		} */
  #product-info-type-2 #product-gallery a.gallery-next {
    right: 3%;
  }
  #product-info-type-2 #product-gallery ul {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #product-info-type-2 #product-title div#product-price-top {
    display: none;
  }
  /* #product-info-type-2 #product-gallery a.product-gallery-prev,
  #product-info-type-2 #product-gallery a.product-gallery-next {
  	display: none;
  		} */
  #product-name {
    font-size: 35px;
    line-height: 48px;
  }
  #product-info-type-2 #product-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #product-info-type-2 #product-gallery ul {
    top: 6% !important;
    margin-top: 0 !important;
  }
  #product-info-type-2 #product-title div {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  #product-name {
    font-size: 28px;
    line-height: 40px;
  }
  #product-info-type-2 #product-id,
  #product-info-type-2 #product-availability,
  #product-info-type-2 #pGraverSize {
    font-size: 13px;
  }
  #product-subinfo #product-subname {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    float: none;
  }
  #product-subinfo #socialIcons {
    display: none;
  }
  #product-info-type-2 #product-gallery {
    padding-top: 72.64%;
  }
  #product-info-type-2 #product-gallery a.lead-img {
    padding-top: 72.64%;
  }
}
@media screen and (max-width: 600px) {
  #product-info-type-2 #product-gallery a.product-img-thumb {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  #product-info-type-2 #product-id,
  #product-info-type-2 #product-availability,
  #product-info-type-2 #pGraverSize {
    margin-left: 0px;
  }
  #product-info-type-2 #product-gallery a.gallery-prev,
  #product-info-type-2 #product-gallery a.gallery-next {
    display: block;
  }
  #product-info-type-2 #product-gallery ul {
    display: none;
  }
  #product-info-type-2 #product-gallery a.gallery-next {
    right: 3%;
  }
}
/* ------------------------------------------------------------------ */
/* discount info */
.p-discount-info {
  float: right;
  margin-left: 1rem;
  width: 50px;
  font-size: 1rem;
}
.p-discount-info em, .p-discount-info span {
  width: 50px;
  text-align: center;
  display: inline-block;
}
.p-discount-info em {
  color: #fff;
  font: 700 1em/1.625 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #64a800;
  letter-spacing: -1px;
}
.p-discount-info span {
  font: 300 0.875em/1.625 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  text-decoration: line-through;
}

#product-price .p-discount-info {
  margin-top: 4px;
}

@media screen and (max-width: 900px) {
  #product-title .p-discount-info {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .product-price {
    font-size: 34px;
  }
  .product-currency {
    font-size: 30px;
  }
  .p-discount-info {
    width: 50px;
  }
  .p-discount-info em, .p-discount-info span {
    font-size: 15px;
    width: inherit;
  }
  #product-info-type-2 #product-id,
  #product-info-type-2 #product-availability,
  #product-info-type-2 #pGraverSize {
    font-size: 11.5px;
  }
}
/* ------------------------------------------------------------------ */
/* tabs */
.tabs {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  margin-bottom: 2rem;
}
.tabs li {
  width: 50%;
  font: 300 1.2rem/3rem Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.tabs li.on {
  background-color: rgba(148, 148, 148, 0.15);
}

#productTabsContent section {
  display: none;
}
#productTabsContent section:first-of-type {
  display: block;
}

/* ------------------------------------------------------------------ */
/* shipping */
.shipping-table {
  margin-top: 0;
  margin-bottom: 2rem;
}
.shipping-table th {
  border-bottom: 0;
}
.shipping-table td {
  padding: 9px 3% 3px;
}
.shipping-table td:first-child {
  padding: 10px 0;
}

@media screen and (max-width: 580px) {
  .shipping-table td, .shipping-table th {
    padding-left: 0;
    padding-right: 0;
  }
  .shipping-table td:first-child {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1260px) {
  .shipping-table,
  .shipping-table thead,
  .shipping-table tbody,
  .shipping-table tr {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  .shipping-table th:first-child {
    display: none;
  }
  .shipping-table td, .shipping-table th {
    float: left;
    width: 33.33%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .shipping-table td:last-child, .shipping-table th:last-child {
    margin-right: 0;
    border-right: 0;
  }
  .shipping-table td:first-child {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-right: 0;
    margin-right: 0;
    background: url(../images/arrowline_1.png) no-repeat 50% 100%;
    border-bottom: 0;
    padding-bottom: 22px;
  }
  .shipping-table td.sub {
    background: none;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  .shipping-table td.join {
    border-right: 0;
    margin-right: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=product.css.map */
