/** Product Page **/
#webvrtool .product .images.product-images {
  margin: 50px 0 0 0;
  width: 64%;
}

#webvrtool .product-header.responsive {
  display: none;
  margin-bottom: 0;
  margin-top: 0;
}

#webvrtool div.product-thumbnail-images .thumbnails a.zoom {
  margin-right: 1em;
  width: 23%;
}

#webvrtool .product-summary.entry-summary {
  float: left;
  margin-right: 2px;
  padding: 1em;
  width: 30%;
  margin-left: 2%;
}

#webvrtool .product-summary p {
  font-weight: normal;
}

h1.product_title {
  font-size: 2.25em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #24004d;
}

#webvrtool .product .onsale {
  color: red;
  border-color: red;
  float: right;
}


.single_variation_wrap {
  /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
}

/* hide quantity */
.single_variation_wrap .quantity,
.product-header.responsive .quantity {
  visibility: hidden;
  display: none !important;
}

span.you-personalize {
  float: left;
  margin: auto 4em;
}

button.single_add_to_cart_button.button {
  background: none;
  border: none;
  color: #499ad8;
  float: right;
  margin: auto 0;
  padding: 0;
  text-transform: capitalize;
  text-shadow: none;
  box-shadow: none;
}

.product-header.responsive button.single_add_to_cart_button.button {
  float:right;
}

button.single_add_to_cart_button.button:hover {
  background: none;
  color: #499ad8;
  text-decoration: underline;
}

.product-header.responsive {

}

.posted_in .tags-cat {
  text-transform: lowercase;
}

iframe#product-video {
  border: 0;
}

.product-video {
  margin-bottom: 0;
}

.product-video .video-helper {
  top: 5em;
  left: 0;
  width: 65%;
}

/* Help button under main image */
.product-help {
  margin-top: -30px;
}

.product-help a {
  float: right;
}

.product-help-compatible {
  float: left;
  font-weight: normal;
}

/* Customize button */
.customize_vrecard {
  text-align: right;
}

.customize_vrecard_button {
    border-radius: 0.125em;
    display: inline-block;
    padding: 20px 25px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    background-color: #8157a7;
    color: #f9f9f9;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: 2px solid rgba(67, 34, 105, 0.56);
    font-size: 2.0em;
    text-shadow: 2px 2px 0 #24004e;
}

.customize_vrecard_button:hover {
  color: #8157a7;
  border-radius: 5px;
  outline-color: none;
  border: 1px solid color: #f9f9f9;;
  background: #fff;
  text-shadow: 1px 1px 0 #24004e;
}

.customize_vrecard span.amount {
  display: block;
  margin: 1em 0;
  font-size: 2em;
  font-weight: bold;
}

.customize_vrecard span.amount span.regular-price-red {
  color: red;
}

/* Product Edit Form */


/* name/title */
input#post_title {
  width: 800px;
}

/* short description */
textarea#post_excerpt {
  height: 50px;
}

/* price */
div.show_if_simple.show_if_external.wcv-price {
  margin: 2em auto;
}

input#_regular_price,
input#_sale_price {
  max-width: 100px;
}

.wcv-price div.control::before {
  color: black;
  content: '$ ';
  font-size: 1.2em;
}


a.edit-form.edit-3d-scene.button:hover {
  color: white;
  text-decoration:none;
}

/* product type dropdown */
.wcv-product-type {
  visibility: hidden;
}

/* related */

#product-related {
  background-color: rgba(201, 200, 204, 0.34);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1em 2em;
}

#product-related h4.wp-tiles-byline-title {
  font-size: 1.25em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/* external media dialog and buttons */
.media-frame-content .uploader-inline-content {
  top: 20%;
}

.external-media-buttons-wrapper {
  margin-bottom: 10px;
}

#dropbox-chooser {
  background: url(../images/dropbox.png) no-repeat 5% center;
  background-size: 10%;
  padding-left: 30px;
  text-transform: capitalize;
}

#google-picker {
  background: url(../images/google-drive.png) no-repeat 5% center;
  background-size: 10%;
  padding-left: 35px;
  text-transform: capitalize;
}

#em-external-link{
  background: url(../images/external-link.png) no-repeat 5% center;
  background-size: 10%;
  padding-left: 35px;
  text-transform: capitalize;
}

tr.compat-field-media_category ul.term-list {
  list-style: none;
  margin:0;
}


/* product login */

#product-login-modal {
  display: none;
  background-color: white;
}

#product-login-modal .modal-help-text {
  font-size: 1.5em;
  font-weight: 400;
}


/* product manager */

div.row-actions.row-actions-product {
  opacity: 0.8;
}
div.row-actions.row-actions-product a {
  color: #5881bc;
  padding: 5px 8px;
}

div.row-actions.row-actions-product a:hover {
  opacity: 1;
  color: #7a62ac;
  border: none;
}


.product-description {
  clear: both;
    color: #24004d;
    padding: 20px 0px;
}
#similar-by-category .similar_col a{
  position: relative;
    width: 259px;
    height: 244px;
    display: block;
}

#similar-by-category .similar_col a img{
  position: absolute;
    height: 244px;
    width: 259px;
}
#similar-by-category .similar_col>a>img:first-of-type{
  position: absolute;
    height: 244px;
    width: 259px;
    z-index: 1;
}
#similar-by-category .similar_col{
  display: inline-block;
  width: 23%;
}
.site-main .blue-wrapper.content-area {
  background: linear-gradient(135deg,#0c5696 30%,#7a62ac 100%);
  background-color: #0c5696;
}
.single-product .woocommerce-breadcrumb, .tax-product_cat .woocommerce-breadcrumb, .post-type-archive-product .woocommerce-breadcrumb{
  background-color: #E1D9ED !important;
  color: #24004d;
}
.single-product .woocommerce-breadcrumb a, .tax-product_cat .woocommerce-breadcrumb a, .post-type-archive-product .woocommerce-breadcrumb a{
  color: #24004d;
}
.single-product .woocommerce-breadcrumb a:hover, .tax-product_cat .woocommerce-breadcrumb a:hover, .post-type-archive-product .woocommerce-breadcrumb a:hover{
  text-decoration: underline !important;
}
.tax-product_cat .woocommerce-breadcrumb, .post-type-archive-product .woocommerce-breadcrumb {
  margin-bottom: 70px;
}
.single-product .customize_vrecard {
  position: relative;
}
.single-product .customize_vrecard_button {
  position: absolute;
  top: 80px;
  left: 0px;
}
.single-product .customize_vrecard span.amount {
  position: absolute;
}
.single-product .onsale {
  display: none;
}
.single-product .variations_form.cart, .single-product .woocommerce-variation-add-to-cart {
  padding: 0 !important;
}
.single-product .product-summary {
  padding-top: 0 !important;
}
.single-product .product_meta {
  margin-top: 20px;
}

.single-product .product-send-as-is {
  float:left;
}

.single-product .product-send-as-is button {
  position: absolute;
  top: 160px;
  color: #24004d !important;
  text-transform: uppercase;
    text-decoration: underline;
}
.single-product .product-send-as-is button:hover {
    text-decoration: none;
}
#webvrtool nav.woocommerce-breadcrumb a {
  font-size: 15px;
    text-decoration: none;
}
.included-formats, .preview-vrecard {
  margin-top: 190px;
  border-top: 1px solid #24004d;
    padding-top: 15px;
}
.preview-vrecard {
  margin-top: 20px;
}
.included-formats h3, .preview-vrecard h3, .product-description h3, .artist-heading, .posted_in.tags-cats h3, .tags-heading, .published-on{
  text-transform: uppercase;
  font-size: 18px;
}
.formats-content, .preview-content, .description-content, .single-product div.product .product-summary .product_meta, .posted_in.tags-cats{
  line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.preview-vrecard a {
  color: #24004d !important;
  text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}
.preview-vrecard a:hover {
  text-decoration: none;
}
#similar-by-category {
  margin-top: 30px;
}
#similar-by-category h3, #similar-by-author h3  {
  text-transform: uppercase;

}
.similar_grid a img {
  z-index: 1 !important;
  border-radius: 0;
}
.similar_grid .single_homepage_product {
  min-height: 250px;
    background-position: center;
    background-size: cover;
}
.product-help .help i {
  font-size: 1.5em;
}
.single-product div.product .product_meta, .posted_in.tags-cats {
  border-top: 1px solid #24004d !important;
}
.posted_in.tags-cats {
  margin-top: 20px;
    padding-top: 20px;
}
.single-product div.product .product_meta a {
  color: #333;
}
.tags-heading, .published-on {
  margin-top: 20px;
}
#similar-by-author, #similar-by-category, .homepage_categories_container {
  max-width: 1280px;
}
.single-product .show-more {
  clear: both;
  float: right
}
.single-product .show-more a {
  text-decoration: underline;
}
.shop-sidebar {
  width: 20%;
    display: inline-block;
    float: left;
}

.views_container, .likes_container {
  float: right;
    margin-right: 10px;
}

/* MEDIA QUERIES */

@media (max-width: 1024px) {
  #webvrtool .product .images.product-images {
    width: 100%;
    margin-top:0;
  }

  #webvrtool .product-header.responsive {
    display: block;
    margin-bottom: 201px;
    margin-top: -101px;
  }
  #webvrtool .product-summary.entry-summary {
    width: 100%;
  }
  .product-video .video-helper {
    top: 13em;
    left: 18%;
  }
}


@media (max-width: 768px) {
  #home-vr img {
    width: 100%;
  }
  #similar-by-category,
  #similar-by-author {
    padding: 0 25px;
  }
  #webvrtool .site-footer {
    padding-top: 20px;
  }
}

@media (max-width: 320px) {
  .customize_vrecard span.amount {
    margin: 0;
  }
  .customize_vrecard span.sale_price_fixed {
    display: block;
    padding: 9px;
  }
}
