/*-----------------------------------------------------------------------------------------/
/	Template Selector                                                          
/-----------------------------------------------------------------------------------------*/
.region_type_product_template_selector {
  padding: 1.715rem 1.715rem 0;
}

.region_type_product_template_selector .region_type_product_template {
  padding: 1.715rem;
}

.region_type_product_template_selector h2 {
  margin: 0px;
}

.region_type_product_template_selector .form-item-template-select,
.region_type_product_template_selector .form--inline .form-item-product {
  max-width: 60rem;
  text-align: center;
  display: block;
  float: none;
  margin: auto;
  padding: 1.715rem;
}
.region_type_product_template_selector .form-item-template-select select,
.region_type_product_template_selector .form--inline .form-item-product select {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .region_type_product_template_selector {
    padding: 3.43rem 3.43rem 0;
  }
}
/*.region_type_product_template_selector .wrapper {
  text-align: center;
  display: block;
  margin: auto;
}*/
.view-templates {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.715rem;
}

.view-templates .view-content > .region_type_product_template:first-child {
  padding-top: 0;
}

@media only screen and (min-width: 600px) {
  .view-templates {
    padding-bottom: 3.43rem;
  }
}
/*-----------------------------------------------------------------------------------------/
/	End Template Selector
/-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------/
/	Templates Region
/-----------------------------------------------------------------------------------------*/
.region_type_product_template,
.region_type_auto_template {
  padding: 1.715rem;
}

.region_type_product_template h2,
.region_type_auto_template h2 {
  margin: 0px;
}

.region_type_product_template .templates > *,
.region_type_auto_template .templates > * {
  margin-top: 3.43rem;
  width: 100%;
}

.region_type_product_template .wrapper .template_wrapper,
.region_type_auto_template .wrapper .template_wrapper {
  padding: 1.715rem;
  text-align: center;
  display: block;
  background: #e6e6e6;
}

.region_type_product_template .wrapper .template .bold,
.region_type_auto_template .wrapper .template .bold {
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 1.715rem;
}

.region_type_product_template .wrapper .template p,
.region_type_auto_template .wrapper .template p {
  margin-top: 0px;
}

.region_type_product_template .wrapper .template img,
.region_type_auto_template .wrapper .template img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .region_type_product_template .templates,
  .region_type_auto_template .templates {
    margin: 1.715rem -1.715rem -1.715rem -1.715rem;
  }
  .region_type_product_template .templates:after,
  .region_type_auto_template .templates:after {
    content: "";
    clear: both;
    display: block;
    height: 0px;
  }
  .region_type_product_template .templates > *,
  .region_type_auto_template .templates > * {
    float: left;
    width: 50%;
    margin: 0px;
    padding: 1.715rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .region_type_product_template .templates > *:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 900px) {
  .region_type_product_template .wrapper,
  .region_type_auto_template .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
  }
  .region_type_product_template .templates > *,
  .region_type_auto_template .templates > * {
    width: 33.33%;
  }
  .region_type_product_template .templates > *:nth-of-type(2n+1),
  .region_type_auto_template .templates > *:nth-of-type(2n+1) {
    clear: none;
  }
  .region_type_product_template .templates > *:nth-of-type(3n+1),
  .region_type_auto_template .templates > *:nth-of-type(3n+1) {
    clear: left;
  }
}
/*-----------------------------------------------------------------------------------------/
/	End Templates Region                                                        
/-----------------------------------------------------------------------------------------*/
