@font-face {
  font-family: 'VestaStdBold';

  src: url(//cdn.shopify.com/s/files/1/0451/0469/t/5/assets/linotype-vestastd-bold.eot?6668);
  src: url(//cdn.shopify.com/s/files/1/0451/0469/t/5/assets/linotype-vestastd-bold.eot?6668) format('embedded-opentype'),
    url(//cdn.shopify.com/s/files/1/0451/0469/t/5/assets/linotype-vestastd-bold.woff?6668) format('woff'),
    url(//cdn.shopify.com/s/files/1/0451/0469/t/5/assets/linotype-vestastd-bold.ttf?6668) format('truetype'),
    url(//cdn.shopify.com/s/files/1/0451/0469/t/5/assets/linotype-vestastd-bold.svg%23VestaStdBold?6668) format('svg');
}
.shop{
  background: url('logo.png') no-repeat 0 0;
  font-size:0;
  text-indent:-99999px;
}
.shop__name{
}
.vivo-backorder-alert.unavailable {
  font-size: 15px;
}
.product-form-submit-wrap .vivo-backorder-alert{
  background:none !important;
  padding:0;
}
.product-form-submit-wrap .vivo-backorder-alert.unavailable .unavailable{
  background:  #f5f5f5 !important;
  color:  #a6ce3a  !important;
  padding: 5px 8px;
  border-radius: 3px;
  width: 320px;
  line-height: 18px;
  font-weight: normal;
}

.home-module h3 {
  font-family: 'VestaStdBold',sans-serif;
}
.product-wrap h1{
  text-align:left;
  margin-bottom: 10px;
}
.pro-cont{
  float: left;
  width: 50%;
}
.seo-text{
  margin: 0 0 10px 0;
  position: relative;
  left: 90px;
  line-height: 16px;
  font-size: 14px;
  margin-top: -16px;
}

.product-list-item {}
.reveal-modal {display:block;}
.hide_description .reveal-modal {display:none;}
.show {display:none;}
.hide {
  display: inline;
  position: absolute;
  right: 0;
  color: #fff;
  background: #c9125b;
  top: 0;
  font-weight: bold;
  padding: 4px 8px;
  line-height: 15px;
}
.hide:hover{
  color:#333;
}
.hide_description .show {display:inline;}
.hide_description .hide {display:none;}


.product-img{
  float: left;
  width: 30%;
  line-height: 0;
  position:relative;
}

.product-details1{
  float: left;
  width: 70%;
  text-align: left;
  padding-left: 20px;
}

.product-details1 strong {
  color: #000;
  font-family: VestaStdBold, sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.product-details1 input[type="submit"]{
  float:right;
  margin: 10px 0 0 0;
}
.product-details1 #product-description p{
  margin:0 0 10px 0;
}
#product-variants{
  margin-bottom: 0;
}
#product-variants select{
  padding: 3px 5px;
  max-width: 100%;
}
.product-details1 h1{
  margin: 0 0 10px 0;
}
.product-details1 h5{
  margin: 0 0 10px 0;
}

.pro-hover-links{
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.4);
  opacity:0;
  padding: 0% 5%;
}
.pro-hover-links .pro-hover-mid{
  display: table;
  width: 100%;
  height: 100%;
}

.pro-hover-links .pro-hover-mid img { border:none; }
.pro-hover-links .pro-hover-inner{
  vertical-align: middle;
  display: table-cell;
}
.pro-hover-links hr{
  border: none;
  height: 1px;
  background: #fff;
  margin: 15px 0 5px;
}
.pro-hover-links a{
  /*background-image: url('view-link-icon4.png');*/
  background-repeat: no-repeat;
  height: 96px;
  font-size: 0;
  text-indent: -99999px;
  display: inline-block;
}
.pro-hover-links a.link2{
  background-position: 0 top;
  margin-bottom: 10px;
  height:70px;
}
.pro-hover-links a.show{
  background-position:0 bottom;
  display: inline-block;
}
.pro-hover-links a:hover{
  opacity:.7;
}
.product-list-item-thumbnail:hover .pro-hover-links{
  opacity:1;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: visible;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -15%;
  width: 550px;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0; }
.reveal-modal > :first-child {
  margin-top: 0; }
.reveal-modal > :last-child {
  margin-bottom: 0; }
.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer; }


.reveal-modal {
  padding:20px;
  top: 25%; }




.reveal-modal {
  background: white !important; } }
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
.has-tip:hover {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb; }
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px; }
.tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }




.product-add-success-message a {  color:  #6868d9 ; }

.product-add-success-message a:hover, .added-product-name, .product-add-success-message {  color:  #2d2dcc; }

.select-wrapper .select-text{
  /*color:#bbbbbb;*/
}
.page-title .collection-description a{
  color:#2d2dcc;
}

.pro-add-to-cart{
  float: left;
  width: 100%;
  height: 50%;
  border-bottom: 1px solid #fff;
  position:relative;
}
/*.pro-add-to-cart a.link2{
width: 100%;
height: 100%;
text-align: center;
float: left;
position: relative;
}*/
.pro-add-to-cart a.link2 img{
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width:100%;
  width: 20%;
}
.pro-quick-view{
  float: left;
  width: 100%;
  height: 50%;
  position:relative;
}
/*.pro-quick-view a.show{
width: 100%;
height: 100%;
text-align: center;
float: left;
position: relative;
}*/
.pro-quick-view a.show img{
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width:100%;
  width: 20%;
}
.home-featured-products .pro-add-to-cart a.link2 img{
  width: 26%;
}
.home-featured-products .pro-quick-view a.show img{
  width: 26%;
}
.home-full-width-feature ul.blog li p{
  width: 48%;
  float: left;
  text-align: left;  
  margin-right: 2%;
}
.home-full-width-feature ul.blog li p span{
  line-height:0 !important;
}
.home-full-width-feature ul.blog li p img{
  margin-top: 8px;
}
.home-full-width-feature ul.blog li .home-blog-content{
  float:left;
  width:50%;
}
.home-full-width-feature ul.blog li .home-blog-content p{
  float:left;
  width:100%;
  margin-right: 0;
}

.template-collection .page-title {text-transform: none; }
/*****pro detail page style******/
.product-wrap .share-buttons a{
  background: url(//cdn.shopify.com/s/files/1/0451/0469/t/5/assets/social-icon-pro.png?6668) no-repeat;
  float: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -99px;
  margin-right: 10px;
}
.product-wrap .share-buttons a.share-facebook{
  background-position: 0 0;
}
.product-wrap .share-buttons a.share-twitter{
  background-position: -35px 0; 
}
.product-wrap .share-buttons a.share-pinterest{
  background-position: -70px 0;   
}
.product-wrap .share-buttons a.share-fancy{
  background-position: -105px 0; 
}
.product-wrap .share-buttons a.share-google{
  background-position: -139px 0; 
}
.product-wrap .share-buttons a.share-facebook:hover{
  background-position: 0 -34px;
}
.product-wrap .share-buttons a.share-twitter:hover{
  background-position: -35px -33px;  
}
.product-wrap .share-buttons a.share-pinterest:hover{
  background-position: -70px -33px;
}
.product-wrap .share-buttons a.share-fancy:hover{
  background-position: -105px -33px;
}
.product-wrap .share-buttons a.share-google:hover{
  background-position: -139px -33px;
}
/*****pro detail page style******/

/*****blog detail page style******/
.template-blog .main-content .blog-posts h1{
  width: calc(100% - 150px);
}
.template-blog .main-content .blog-posts .share-buttons{
}
.template-blog .main-content .blog-posts .share-buttons a, .template-article .main-content .blog-post .share-buttons a{
  background: url('social-icon-pro.png') no-repeat;
  float: left;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -99px;
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 5px;
}
.template-blog .main-content .blog-posts .share-buttons a.share-facebook, .template-article .main-content .blog-post .share-buttons a.share-facebook{
  background-position: 0 0;
}
.template-blog .main-content .blog-posts .share-buttons a.share-twitter, .template-article .main-content .blog-post .share-buttons a.share-twitter{
  background-position: -35px 0; 
}
.template-blog .main-content .blog-posts .share-buttons a.share-google, .template-article .main-content .blog-post .share-buttons a.share-google{
  background-position: -139px 0; 
}
.template-blog .main-content .blog-posts .share-buttons a.share-facebook:hover, .template-article .main-content .blog-post .share-buttons a.share-facebook:hover{
  background-position: 0 -34px;
}
.template-blog .main-content .blog-posts .share-buttons a.share-twitter:hover, .template-article .main-content .blog-post .share-buttons a.share-twitter:hover{
  background-position: -35px -33px;
}
.template-blog .main-content .blog-posts .share-buttons a.share-google:hover, .template-article .main-content .blog-post .share-buttons a.share-google:hover{
  background-position: -139px -33px;
}
/*****blog detail page style******/
.footer-link-list.social-icons li{
  display:inline;
  margin:0 3px 10px -3px;
}
.footer-link-list.social-icons a:before{
  font-size:22px !important;
  line-height: 10px !important;
}

.Shapeways { text-align: center; }
.Shapeways p{
  margin-bottom: 0;
}
.Shapeways img{
  margin-left: 8px;
  position: relative;
  top: 5px;
  width: 111px;
}

.sare_foot {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
  margin: 30px auto 30px;
}
.sare_foot1{
  background: url(border-bg.jpg) repeat center;
  padding: 13px;
  color: #000;
  font-size:18px;
  width:71%;
  float:none;
}
.sare_foot1 p{
  margin: 0;
  background: #fff;
  padding: 5px 5px 5px 50px;
  text-align: left;
  border: 1px solid #a5a5a3;
  box-shadow: 1px 5px 8px -4px #6E6E6E;
  font-weight:bold;
}
.sare_foot1 span{
  margin-left: -20px;
}
.sare_foot1:hover {
  color: #000;
}



p.ship {
  float: left;
  position: absolute;
  top: 2px;
  margin: 0;
  line-height: 17px;
  /*background: #a6ce3a;*/
  background:  #a6ce3a ;
  color: white;
  padding: 5px;
  width: 132%;
  right: -26px;
  font-size: 14px;
  text-align: center;
}

.sold { color:  #a6ce3a ;font-weight: bold;}

p.ship a, p.ship a:hover {
  color: #fff;
  font-size: 15px;
  padding: 0;
  font-weight: bold;
  font-family:  'Archivo Narrow', sans-serif ;
}


/****************REVIEWS STYLE*********************/
.spr-container{
  border: none !important;
  padding: 25px 0 !important;
}
.spr-header-title {
  font-size: 20px !important;
  margin: 0 0 12px 0 !important;
}
/****************REVIEWS STYLE*********************/

/****************ALL REVIEWS STYLE START*********************/
.customer_all_review{
  width:100% !important;
  margin: -40px 0 0 0;
}

.product-list-item.customer_all_review { text-align:left; }
.customer_all_review h3{
  font-size: 16px !important;
  margin: 0 !important;
}
.customer_all_review .spr-container{
  padding-top:0 !important;
}
.customer_all_review .spr-review{
  padding-top: 0;
}
.spr-summary-actions{
  float: left;
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  margin-bottom: 3px;
}
.customer_all_review .spr-summary-actions-newreview{
  float:none;
}
.customer_all_review .spr-header h2, .customer_all_review .spr-header span.spr-summary-caption, .customer_all_review .spr-header span.spr-summary-actions-togglereviews, .customer_all_review .spr-header span.spr-summary-starrating{
  display:none;  
}

.customer_all_review .spr-review-content-body { text-align: left; }

.customer_all_review .spr-review { border: none; }

.customer_all_review .spr-reviews {
  margin: 24px 0 0 0;
  border-bottom: 1px solid #ececec;
}

.customer_all_review #shopify-product-reviews { margin:0; }

.customer_all_review .spr-content {margin-top: -15px;}

.customer_all_review .spr-review-header-byline { margin-bottom: 1px; }

/****************ALL REVIEWS STYLE ENDS*********************/

h1.cart-page-title{
  /*font-size:20px !important;
  text-transform: lowercase;*/
}

.product-big-image img{
  border: 1px solid lightgray;
}

.collection-has-featured-image h1.page-title{
  margin-bottom: 2%;
}

.page-details ul{
  list-style: outside;
  margin-left: 15px;
}
.page-details ol li{
  margin-left: 19px;
}

.collection-has-featured-image .collection-products{
  border-top: 1px solid #d7dcde;
  padding-top:40px;
}

.page-details h5{
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  margin-top: 0;
}

@media screen and (max-width: 720px) {
  p.ship {
    position: inherit;
    width: 43%;
    display: block;
    float: none;
    margin: -10px auto 7px;
    right: 0px;
  }
  .product-details.mobile h1 { 
    /** display: block; **/
    font-size: 18px;
    margin-bottom: 4%;
    text-align: center;
  }
  .seo-text{
    left:0;
    margin-top: 0;
  }

  .product-list-item h1{
    display:none;
  }
  .customer_all_review{
    margin: -10px 0 0 0;
  }
}
@media screen and (max-width: 568px) {
  p.ship { width: 75%; }

}

@media screen and (max-width: 400px) {
  p.ship { width: 100%; }
}


@media screen and (max-width: 1230px) {
  .reveal-modal {
    margin-left: -24%;
    width: 550px;
  }


}

@media screen and (max-width: 968px) {
  .reveal-modal {
    margin-left: -44%;
    width: 88%;
  }
  .sb-open .sb{
    margin-left:-298px !important;
  }
  .sare_foot1{
    width:100%;
  }
  .sare_foot1 p{
    padding:10px;
  }
  .sare_foot1 span{
    margin-left:0;
  }
}

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

  .reveal-modal {
    margin-left: -48%;
    width: 96%;
  }
  .reveal-modal {
    top:10%;
  }
  .home-full-width-feature ul.blog li p{
    width:100%;
  }
  .home-full-width-feature ul.blog li .home-blog-content{
    width:100%;
  }
  .product-list-item-thumbnail img { border: 1px solid #e8e8e8; }
  .product-list-item-thumbnail:hover .pro-hover-links{
    opacity:0; display:none;
  }
  .sb-open .sb {
    margin-left: -286px !important;
  }
  .sare_foot1{
  	font-size:15px;
    padding: 10px;
  }

}
@media screen and (max-width: 768px) and (min-width:569px){
  .pop-news{
    width: 500px !important;
  }
  .sb-open .sb {
    margin-left: -243px !important;
  }
  .pop-news .pop-text .type2{
    font-size: 20px !important;
  }
}

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

  .product-img{
    width:100%;
  }
  .product-img img{
    max-width:25%;
    margin-bottom: 5px;
  }
  .product-details1{
    width:100%;
  }

  a.logo img{
    top:40%;
  }
  .header-tools{
    margin-top: 5px;
  }


}

@media screen and (max-width: 568px) and (min-width:481px){
  .sb-open .sb {
    margin-left: -220px !important;
  }
  .pop-news {
    width: 440px !important;
  }
}

@media screen and (max-width: 480px) and (min-width:401px){
  .sb-open .sb {
    margin-left: -170px !important;
  }
  .pop-news {
    width: 350px !important;
  }
  .pop-news .pop-text .type1 {
    font-size: 15px !important;
  }
  .pop-news .pop-text .type2 {
    font-size: 14px !important;
  }
  .pop-news form{
    padding: 20px 20px !important;
  }
  .pop-news input[type="email"]{
    width: 300px !important;
  }
}


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

  .product-details1 input[type="submit"]{
    float:left;
    clear:both;
  }
  .select-wrapper, .product-form-submit-wrap input, .product-form-submit-wrap .vivo-backorder-alert.unavailable .unavailable{
    width: 265px !important;
  }

  .pro-hover-links a{
    background-size: 70px 150px;
  }
  .sb-open .sb {
    margin-left: -130px !important;
  }
  .pop-news {
    width: 260px !important;
  }
  .pop-news h1{
    font-size: 22px !important;
  }
  .pop-news .pop-text .type1 {
    font-size: 14px !important;
  }
  .pop-news .pop-text .type2 {
    font-size: 14px !important;
  }
  .pop-news form{
    padding: 20px 10px !important;
  }
  .pop-news input[type="email"]{
    width: 240px !important;
  }


}


.clearfix .spr-summary-actions-newreview { float: left !important; }

.spr-badge-starrating, .spr-badge-caption{
  float: left;
  position: relative;
}

.spr-badge-caption small {
  bottom: -50px;
  clear: both;
  float: left;
  font-size: 100%;
  left: -103px;
  position: absolute;
  width: 200px;
}

.spr-badge-starrating {
  margin: 0 8px 0 0 !important;
}

.spr-summary-actions-newreview {
  float: right;
  position: relative;
  top: 3px;
}

.spr-badge { margin-bottom: 15px; }

