/**
 * All of the CSS for default product page layout
 * included in this file.
 */

.summary.entry-summary .button_example {
  color: #fff !important;
  margin: 10px !important;
  width: 25% !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  /*overflow: hidden;*/
  width:100%;
  display: inline-block;
}
ul.tabs.wc-tabs li {
  float: left;
  border: 1px solid #e0dadf;
  background: #f7f6f7;
  background: -webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#e0dadf));
  background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
  background: -moz-linear-gradient(center top,#f7f6f7 0,#e0dadf 100%);
  background: -moz-gradient(center top,#f7f6f7 0,#e0dadf 100%);
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 3px 3px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.6);
  padding: 0 1em;
  margin: 0px 1px;
}
.woocommerce-tabs .panel {
  width:100% !important;
}
.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
  z-index: 2;
  width: 100%;
}
li.active {
  border-bottom-color: #fff !important;
  box-shadow: none !important;
  background: #fff !important;
  z-index: 2 !important;
}
.tabs {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}
ul.tabs.wc-tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e0dadf;
  z-index: 1;
}
.tab_container {
  border-top: none;
  float: right;
  width: 482px!important;
  background: #dfdfdf;
  height: 413px!important;
}
form label {
  width: auto !important;
  padding-right: 10px;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  resize: none;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
  width: 19%;
}
p.comment-form-rating label {
  padding-right: 10px;
}
p.stars span {
  position: relative;
  top: 6px;
}
.woocommerce #reviews h3 {
  margin: 0;
}
p.stars {
  width: 172px;
}

@media screen and (max-width:480px) {

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 40% !important;
    float: left !important;
    margin-right: 10px !important;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
  }
  ul.tabs.wc-tabs li { 
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 14px !important;
    border: 1px solid #000 !important;
    padding: 2px 0px;
  }
  ul.tabs.wc-tabs {
    padding: 0;
  }	 
  li.active {
    background: -webkit-linear-gradient(#f7f6f7,#e0dadf) !important;
    z-index: 0 !important;
    border-bottom-color: #000 !important;
  }
  /*#respond input {
      display: block;
      width: 100% !important;
      margin: 0;
  }*/
  .woocommerce #review_form #respond .form-submit input {
    left: auto;
    width: 36%;
  }
  /*#respond input {
      display: block;
      width: 203px !important;
      margin: 0;
  }
  #respond form {
      margin-top: 30px;
      text-align: center;
  }*/

  #respond input[type="text"] {
    display: block;
    width: 91% !important;
    margin: 0;
  }
  #email {
    position: relative;
    left: 0px;
  }
}
button#submit_art_work {
  margin: 0 5px 0 0 !important;
}

#quantity{
  width: auto !important;
}