/*
Theme Name: Atelier Child
Theme URI: http://atelier.swiftideas.com
Template: atelier
Author: Swift Ideas
Author URI: http://www.swiftideas.com
Description: A Creative Multi-Purpose e-commerce WordPress Theme, Designed &amp; Developed by Swift Ideas - www.swiftideas.com. Follow us for update notifications: Twitter | Facebook
Tags: translation-ready,threaded-comments,theme-options,sticky-post,post-formats,full-width-template,flexible-header,featured-images,custom-menu,custom-header,custom-colors,custom-background,responsive-layout
Version: 2.7.12
Updated: 2021-02-24 11:20

*/

/* --------------------------------------------
	CARDINAL CSS IMPORT
-------------------------------------------- */

@import url("../atelier/style.css");


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
.blog-item-details{
    display: none;
}
li.blog-item figure.animated-overlay>.img-wrap img{min-height: 214px;}
.woocommerce .products .product.product-layout-list {
	border-bottom: 2px solid #e4e4e4;
}
.woocommerce .products .product.product-layout-list .product-details {
	width: 100%!important;
}
.woocommerce table.shop_attributes th {
	display: none;
}
.woocommerce table.shop_attributes td {
	float: left;
}
.product_data {
	margin-right: 25px;
}
.woo-aux-options {
	display: none;
}

.more_information {
	display: block;
	padding-bottom: 30px;
	font-weight: 600;
}

.search-item-content span {
	display:none;
}
.front-page-blocks .sf-image-banner {
	margin-bottom: 40px;
}
section.woocommerce-order-details{
    display: none;
}
/*Hide Prices*/
.free-badge, .bag-total, .bag-product-price, .product-price, .product-subtotal, .cart-subtotal, .order-total, .product-total, .price, .order_details tfoot, .order_details .total {
	display: none!important;
}

#sf-newsletter-bar .sub-code {
	width: 60%;
}
#sf-newsletter-bar .sub-text {
  width: 20%;
  }
#sf-newsletter-bar .sub-code > form input[type="text"], #sf-newsletter-bar .sub-code > form input[type="email"] {
  width: 25%;
 }

 #mc-embedded-subscribe-form input[type="text"],
 #mc-embedded-subscribe-form input[type="email"]
 {
   width:25% !important;
 }

 .product-details .product_data {
  margin-right: 0;
  text-align: left;
}
.products .product.details-align-right .product-details {
  text-align: left;
}
a.btn
{	font-size: 14px !important;
	position: absolute;
    bottom: 10px;
    right: 10px;}

a.btn.alignright
{margin:0!important;}

@media screen and (min-width: 767px) {
	.front-page-blocks .sf-image-banner {
	margin-bottom: 0px;
}
}
.latestProd .img-container
{
  height:200px;
  /* min-height: 225px; */
  overflow: hidden;

}
.latestProd .img-container img
{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
/* Base styles*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
  /* Enable `flex-grow: 1` for decks and groups so that card blocks take up
  as much space as possible, ensuring footers are aligned to the bottom.*/
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin: 0 0 .75rem 0;
}

.card-subtitle {
  margin-top: 10px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.btn {
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.mt-40
{
   margin-top:40px;
}
.mb-40
{
   margin-bottom:40px;
}
/*  Card image */

.card-img {
  width: 100%; /*  Required because we use flexbox and this inherently applies align-self: stretch*/
}

/*  Card image caps*/
.card-img-top {
  width: 100%; /*  Required because we use flexbox and this inherently applies align-self: stretch*/

}

.card-img-bottom {
  width: 100%; /*  Required because we use flexbox and this inherently applies align-self: stretch*/
 
}


/* Card deck */ 

.card-deck {
  display: flex;
  flex-direction: column;

}
  .card {
    /*margin-bottom: 30px;*/
 
    }

@media (min-width: 576px)
{
	
	.card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
	}
	.card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}
