.shopify-turnkey-template input[type="text"]:active, .shopify-turnkey-template input[type="text"]:focus,.shopify-turnkey-template input[type="password"]:active,
.shopify-turnkey-template input[type="password"]:focus, .shopify-turnkey-template input[type="email"]:active, .shopify-turnkey-template input[type="email"]:focus, 
.shopify-turnkey-template input[type="search"]:active, .shopify-turnkey-template input[type="search"]:focus, .shopify-turnkey-template input[type="url"]:active, 
.shopify-turnkey-template input[type="url"]:focus, .shopify-turnkey-template input[type="tel"]:active, .shopify-turnkey-template input[type="tel"]:focus, 
.shopify-turnkey-template input[type="number"]:active, .shopify-turnkey-template input[type="number"]:focus, .shopify-turnkey-template input[type="date"]:active, 
.shopify-turnkey-template input[type="date"]:focus, .shopify-turnkey-template input[type="month"]:active, .shopify-turnkey-template input[type="month"]:focus, 
.shopify-turnkey-template input[type="week"]:active, .shopify-turnkey-template input[type="week"]:focus, .shopify-turnkey-template input[type="time"]:active, 
.shopify-turnkey-template input[type="time"]:focus, .shopify-turnkey-template input[type="range"]:active, .shopify-turnkey-template input[type="range"]:focus, 
.shopify-turnkey-template input[type="color"]:active, .shopify-turnkey-template input[type="color"]:focus, .shopify-turnkey-template select:active, select:focus, 
.shopify-turnkey-template textarea:active, .shopify-turnkey-template textarea:focus{
  color: #000;
}
body.page-shopify-templates {
  overflow-x: hidden;
}
@media screen and (min-width: 768px){
  .page-shopify-templates .container .eight.columns{
    width: calc(50% - 20px)
  }
  .page-shopify-templates .container .eight.columns{
    width: calc(50% - 20px)
  }
  .mobile{
    display: none;
  }
  div.head-image {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
  }
}

.page-shopify-templates .head_section{
  width: 100%;
}
.featured_content {
  background-position: center bottom !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  height: 100%;
/*   padding: 8% 0; */
}
.head_content{
/*   width: 50%; */
  margin: 35% 0;
  display: inline-block;
  color: #fff;
  padding:10% 2%;
}
.head_content .title{
  color: #fff;
  font-size: 24px !important;
}
section.head_section.mobile {
  height: calc(100vh - 70px);
}
.head_section.mobile div.head-image {
  position: absolute;
  left: 0;
  width: 600px;
  opacity: 0.3;
}
.mobile .section-heading{
  font-size: 20px;
}
.head_section.mobile .head_content{
  margin: 20% 0;
}
.mobile .collection-block{
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.tab-content{
  display: flex;
  align-items: center;
}
.tabs_section .content{
  z-index: 9;
  padding: 5%;
  border-radius:10px;
}
.tabs_section ul.category_list{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #bababa;
  list-style: none;
  padding: 0;
  margin: 0;
}
li.category{
  display: flex;
  align-items: center;
  position: relative;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
li.category:hover{
  text-decoration: underline;
}
li.category::before {
  content: '';
  width: 100%;
  position: absolute;
  transition: all .4s ease-in-out;
  transform: translate(-200%,-1px);
  background: linear-gradient(to right,transparent 10%,#4772d9 50%);
  padding: 1px;
  opacity: 0;
}
li.category::after {
  content: '';
  flex-grow: 1;
  margin-left: 15px;
  transition: all .4s ease-out;
  transform: translate(200%,-1px);
  margin-right: 0%;
  background-color: #4772d9;
  padding: 1px;
  opacity: 0;
}
.elements--active{
  color: #4772d9;
}
li.category.elements--active::before {
  opacity: 1;
  transform: translate(calc(-100% - 15px),-1px);
}
li.category.elements--active::after {
  opacity: 1;
  transform: translate(0,-1px);
}
.section-heading__content-inner {
  display: flex;
  align-items: center;
}
span.section-heading__heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  flex-grow: 0;
  display: block;
  margin-right: 16px;
}
span.section-heading__icon {
  flex-grow: 1;
  display: block;
  height: 1px;
  background-color: #fff;
  opacity: .6;
  position: relative;
}
span.section-heading__icon:before {
  content: '';
  background-color: #fff;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
}
span.section-heading__icon:after {
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid #fff;
  border-left: calc(5px - 1px) solid transparent;
  border-right: calc(5px - 1px) solid transparent;
  position: absolute;
  right: -3px;
  top: 10px;
}
.template-gallery{
  margin-top: 60px;
}
.gallery-group{
  display: none;
  align-items: center;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.gallery-section-primary{
  width:calc(66.67% - 10px);
  margin-right: 10px;
}
.gallery-section-secondary{
  width: calc(33.33% - 10px);
  margin-left: 10px;
}
.gallery-section .gallery-image{
  padding: 50%;
  width: 100%;
  border-radius: 10px;
  background-size: cover !important;
}
.gallery-section-secondary .card{
  margin: 10px 0;
}
.gallery-section-secondary .gallery-image{
  padding:30%;
  background-position: center center !important;
}
.collection_link {
/*   padding: 10px;
  border: 1px solid;
  margin-top: 20px; */
}
.gallery-section-secondary .gallery-cta{
  animation: fadeIn 1s .3s ease-out forwards;
  display: flex;
  align-self: flex-end;
  align-items: center;
  font-size: 15px;
  color: #fff;
  line-height: 1em;
  opacity: 0;
  width: 100%;
/*   text-transform: uppercase; */
  font-weight: 600;
}
.gallery-cta:before {
  width: 0;
  height: 0;
  content: '';
  border-left: 5px solid #fff;
  border-top: calc(5px - 1px) solid transparent;
  border-bottom: calc(5px - 1px) solid transparent;
  position: absolute;
  right: 0;
  opacity: 1;
}
.gallery-cta:after {
  content: '';
  flex-grow: 1;
  display: block;
  height: 1px;
  background-color: #fff;
  opacity: .6;
  margin-left: 15px;
  margin-right: 5px;
}

div#shopify-section-section-description {
  padding: 10% 0;
}
.section-description .icon-text-element {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.section-description .icon-text-element .div-icon{
  border: 1px solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-right: 20px;
  align-items: center;
  padding: 10px;
}
.section-description .icon-text-element .div-icon .fa{
  font-size: 28px;
}

.section-description .image-container{
  margin: 80px 0px 0px 0px;
  padding: 15% 0% 0% 0%;
}
.section-description .desc-image{
  margin-top: -35%;
  left: 16%;
  width: 90%;
  box-shadow: -1px 1px 0 0 #ccc, -2px 2px 0 0 #ccc, -25vw 50vw 80vw 0 rgba(0,0,0,.25);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: scale(.9) rotateX(56deg) rotateY(0) rotateZ(315deg);
  box-shadow: -1px 1px 0 0 #000, -2px 2px 0 0 #000, -3px 3px 0 0 #000, -4px 4px 0 0 #000, -5px 5px 0 0 #000, -6px 6px 0 0 #000, -7px 7px 0 0 #000, -8px 8px 0 0 #000, -7vw 10vw 80vw 0 rgba(0,0,0,.3);
  position: absolute;
  display: block;
  z-index: -1;
  opacity: 0.3;
}
.section-projects{
  background: url(https://cdn.shopify.com/s/files/1/3006/6692/t/10/assets/debut_dark.png);
  border-radius: 10px;
  padding: 5%;
  display: inline-block;
  width: 100%;
  height: auto;
}
.section-projects .five.columns{
  background: url(https://cdn.shopify.com/s/files/1/3006/6692/t/10/assets/classy_fabric.png);
  box-shadow: 0 2px 7px rgba(0,0,0,0.4);
  border-radius: 10px;
/*   padding: 2%; */
  width: calc(33% - 10px);
  height: 300px;
  margin: 5px;
  margin-bottom: 10px;
}

.flip-card {
  background-color: transparent;
  height: auto;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  background-size: cover !important;
}

.flip-card-back {
  background-color: rgba(0,0,0,0.3);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  position: relative;
/*   -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; */
}
.gallery-section-primary .card{
  width: 100%;
  height: 450px;
}
.image-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all .3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  
}
.card:hover .image-overlay{
  height: 100%;
}

.face:after {
/*   position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  display: block;
  content: '';
  height: 22px;
  width: 100%;
  background: url('http://media.a-g.fr/crea/talenance/shadow.png') no-repeat;
  background-size: 100%; */
}
.face {
/*   border-radius:10px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out; */
}
.front {
/*   background: url(https://s3.amazonaws.com/uifaces/faces/twitter/eomerx/128.jpg) center center;
  background-size:cover;
  z-index: 2; */
}

.back {
/*   z-index: 1;
  background-color: #2980b9;
  transform:rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center; */
}


.back a {
    line-height: 41px;
    font-size: 8px;
    font-weight: 700;
    text-decoration: none;
    width: 49%;
    height: 10px;
    text-align: center;
    color: black;
    display: block;
    /* margin: auto; */
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.back a:before {
/*   content:"";
  background-size:cover;
  position: absolute;
  width:50px;
  height: 50px;
  left:0;
  right:0;
  margin:0 auto;
    filter:invert(100%) brightness(150%);
  -webkit-filter:invert(100%) brightness(150%); */
}

.back a:nth-of-type(1):before {
/*  background:url(http://media.a-g.fr/crea/talenance/linkedin.png) no-repeat center center;
    top:30px; */
}
.back a:nth-of-type(2):before {
/*  background:url(http://media.a-g.fr/crea/talenance/email.png) no-repeat center center;
    bottom:30px; */
}
.active-cat{
  display: flex;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}


.back a:hover, .flip-card-back a.action_button:hover {
  color: #fff;
  background-color:rgb(3, 161, 150, 0.5);
  border-color: #fff;
  
}

.card:hover .front{
/*   transform:rotateY(-180deg); */
}
.card:hover .back{
/*   transform:rotateY(0deg); */
}
.pricing_details select{
  color: #000;
}
.shopify-product-template select{
  color: #fff;
  background-color: transparent;
}
.shopify-product-template select option{
  background-color: #000;
}
.shopify-product-template .nine.columns.alpha,.shopify-product-template .seven.columns.omega{
  border-radius: 10px;
}
.image_section{
  text-align: center;
}
.details_section {
  margin-bottom: 10px;
}
.image_section, .details_section{
  padding: 40px;
  border-radius: 10px;
  border:1px solid #e2e8e71a;
  position:relative;
  
}
.content-block {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.content-block .action_button{
  margin-top: 20px;
  margin-bottom: 35px;
}
.image_section .img-block {
  border: none;
}
.details_section .product-details {
    
    border:none ;
}
.image_section  .img-block .link-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all .5s ease-in-out;
}
.image_section  .img-block:hover .link-overlay{
  height: 100%;
}
.image_section  .img-block>img{
  object-fit: cover;
  width: 600px;
  height: 450px;
}
.image_section .link-overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.image_section .link-overlay .text img{
  width: 80px;
}
.price-reviews {
  display: flex;
  justify-content: space-between;
}
.product_description .section.clearfix {
  background: url(https://cdn.shopify.com/s/files/1/3006/6692/t/10/assets/classy_fabric.png);
  padding:20px;
  border: 1px solid #e2e8e71a;
  border-radius: 10px;
}
.product_description .description-block {
    border: none;
    padding: 10px;
}
.shopify-turnkey-template .shopify-reviews {
  background: url(https://cdn.shopify.com/s/files/1/3006/6692/t/10/assets/classy_fabric.png);
/*   padding: 5px 20px; */
  margin-top: 20px;
  border-radius: 10px;
/*   padding: 24px; */
  border:1px solid #e2e8e71a;
}
.vendor-block, .purchase-data, .comments-data, .further-information {
  padding: 20px;
  border: 1px solid #e2e8e71a;
  border-radius: 10px;
  margin-bottom: 10px;
}
.vendor-block p.vendor, .purchase-data p, .comments-data p {
/*   border: 1px solid #e2e8e71a; */
  margin: 0;
  padding: 10px;
}

.related-products--grid .product-list .thumbnail.columns{
  width: 22% !important;
}
.shopify-turnkey-template .product-quantity-box+.inline_purchase{
  float: none;
  width: 100%;
}

.order-form{
  height: 0px;
  transition: all ease-in-out 0.5s;
  visibility: hidden;
}
.order-form p.line-item-property__field, .order-form p.line-item-property__field label, .order-form p.line-item-property__field input{
  height: 0px;
  min-height: 0px;
  transition: all ease-in-out 0.3s;
}
.one-third.column.thumbnail {
  width: 31.3% !important;
}
.one-third.column.thumbnail .image__container img{
  object-fit: cover;
  width: 370px;
  height: 250px;
}
.product_details{
  text-align: left;
  padding: 10px;
  background: url(https://cdn.shopify.com/s/files/1/3006/6692/t/10/assets/classy_fabric.png);
}
.product_details .title{
  text-align: left;
  height: 20px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_details .brand{
  text-align: left;
  font-weight: normal;
  font-size: 10px;
}
.product_details .price{
  text-align: left;
}
.product-thumbnail-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-thumbnail-bottom .spr-badge{
  display: flex;
  flex-direction: column;
}
.product-thumbnail-bottom .btn_block {
  display: flex;
  justify-content: center;
  align-content: center;
}
.product-thumbnail-bottom .btn_block form{
  margin-bottom: 0
}

.product-thumbnail-bottom .btn_block a.preview.action_button {
  margin-right: 10px;
}


@media screen and (max-width: 767px){
  .desktop{
    display: none
  }
  .content-block{
    display: block;
  }
  .image_section{
    margin-bottom: 10px;
  }
  .related-products--grid .product-list .thumbnail.columns{
    width: 93% !important;
  }
  .one-third.column.thumbnail{
    width: 100% !important;
  }
}
.spr-container {
    border: 1px solid #e2e8e71a;
}

.four.columns.alpha.thumbnail.even{

      border: 1px solid #e2e8e71a;
 
}

.four.columns.thumbnail.odd
{
      border: 1px solid #e2e8e71a;
}
.four.columns.thumbnail.even
{
   border: 1px solid #e2e8e71a;
}

table td:first-child, table th:first-child
{border:none;}
.further-information {
    padding: 27px;
}

a#actions_btn {
    line-height: 50px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    width: 61%;
    height: 53px;
    text-align: center;
    color: black;
    display: block;
    /* margin: auto; */
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #e52f48;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

/* adding colors to borders  */

.one-third.column.alpha.thumbnail.even {
    border-color: #e2e8e71a;
}

.one-third.column.thumbnail.odd {
    border-color: #e2e8e71a;
}

.one-third.column.thumbnail.even {
  border-color: #e2e8e71a;
}
