/*PRODUCTS LIST*/
#main-content ul.atmi_products li.product {
    width: 28.353%;
	float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    margin-left: 0;
    margin-right: 7.47%;
}
#main-content ul.atmi_products li.product.last {
	margin-right:0;
}
@media (max-width: 980px) {
	#main-content ul.atmi_products li.product {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		margin-left: 0;
		margin-right: 0;
	}
}

/*PRODUCTS PAGINATION*/
.atmi_products li.product {
	transition:all 1s;
}
.atmi_pagination {
	text-align: center;
	margin-top: 20px;
	width:100%;
	clear:both;
}
.atmi_pagination button {
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	outline: 1px solid #999999;
	border-radius: 1px;
	border: none;
	font-size: 16px;
}
.atmi_pagination button:hover {
	background-color: #E5E5E5;
}
.atmi_hidden {
	opacity:0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 0px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	margin-bottom: 0px !important;
}
.atmi_pagination button.atmi_active {
	background-color: #999999;
	color: #ffffff;
}

/*MAIN ELEMENTS - CATEGORIES*/
.atmi_products-header {
    margin-top: 20px;
}
.atmi_page .atmi_products ul, 
.atmi_page ul.atmi_products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}
.atmi_page .atmi_products ul::after, 
.atmi_page .atmi_products ul::before, 
.atmi_page ul.atmi_products::after, 
.atmi_page ul.atmi_products::before {
    content: " ";
    display: table;
}
.atmi_page .atmi_products ul::after, 
.atmi_page ul.atmi_products::after {
    clear: both;
}
.atmi_page ul.atmi_products li.first, 
.atmi_page ul.atmi_products li.first {
    clear: both;
}
.atmi_page .atmi_products ul li, 
.atmi_page ul.atmi_products li {
    list-style: none outside;
}
li.product-category {
    text-align: center;
}
.atmi_page ul.atmi_products li.product.product-category a {
    text-decoration: none;
    display: block;
    position: relative;
    background-color: grey;
    border: 1px solid grey;
}
.atmi_page ul.atmi_products li.product a h2.atmi_loop-category__title-loop-category__title {
    color: #dadada;
    color: #fff;
    text-shadow: #000 0px 0px 0.5px;
}
.atmi_page ul.atmi_products li.product.product-category a h2 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.atmi_page ul.atmi_products li.product a h2 {
    font-family: 'Ubuntu';
    box-sizing: border-box;
    font-size: 26px !important;
    width: 100%;
    margin: 0 !important;
    color: #dadada;
    padding: 5px !important;
    font-weight: 500;
}
.atmi_page ul.atmi_products li.product.product-category a:hover img, 
.atmi_page ul.atmi_products li.product.type-product a:hover img {
    opacity: 0.5;
	margin: 0 !important;
}
.atmi_page img, 
.atmi_page-page img {
    /*height: auto;*/
    max-width: 100%;
}
.atmi_page ul.atmi_products li.product a img {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-property: opacity, transform, filter;
    transition-property: opacity, transform, filter;
    margin: 0 !important;
   /*opacity: 1;*/
    width: 100%;
    height: auto;
    display: block;
	box-shadow: none !important;
}
.atmi_page ul.atmi_products li.product.product-category a img, 
.atmi_page ul.atmi_products li.product.type-product a img {
    opacity: 1;
    margin: 0 !important;
}
.atmi_page ul.products li.product a h2.atmi_loop-product__title {
    color: white;
    font-size: 25px;
    position: static;
    top: 0;
    transform: translate(0, 0);
    margin: 0;
    padding: 5px;
    text-align: center;
}
/*DB_CATEGORY DB_TAG DB_SEARCH*/
.atmi_related_products .atmi_products li.product .et_overlay:before, 
.atmi_search-page .atmi_products li.product .et_overlay:before, 
.tax-db_category .atmi_products li.product .et_overlay:before, 
.tax-db_tag .atmi_products li.product .et_overlay:before,
.single-db_product .atmi_products li.product .et_overlay:before,
.atmi_search-page .atmi_products li.product .et_overlay:before {
	display:none;
}
.atmi_related_products .atmi_products li.product h2, 
.atmi_search-page .atmi_products li.product h2, 
.tax-db_category .atmi_products li.product h2, 
.tax-db_tag .atmi_products li.product h2, 
.post-type-archive-db_product .atmi_products li.product h2 {
	color:#ffffff !important;
}
.tax-db_category ul.atmi_products li.product.product-subcategory a, 
.tax-db_category ul.atmi_products li.product.type-product a,
.tax-db_tag ul.atmi_products li.product.type-product a,
.atmi_related_products ul.atmi_products li.product.type-product a,
.atmi_search-page ul.atmi_products li.product.type-product a {
    border-top: none;
    border-left: none;
    border-right: none;
}
.tax-db_category ul.atmi_products li.product.product-subcategory a h2 {
    position: static;
    top: 0;
    line-height: 1.4;
    height: 3em;
    transform: translate(0, 0);
}
.atmi_related_products ul.products li.product.type-product a.atmi_loop-product__link,
.atmi_search-page ul.products li.product.type-product a.atmi_loop-product__link,
.tax-db_category ul.products li.product.type-product a.atmi_loop-product__link,
.tax-db_tag ul.products li.product.type-product a.atmi_loop-product__link {
    text-decoration: none;
    display: block;
    position: relative;
    background-color: #999999;
}
.atmi_related_products ul.products li.product.type-product a .img-wrap,
.atmi_search-page ul.products li.product.type-product a .img-wrap,
.tax-db_category ul.products li.product.type-product a .img-wrap,
.tax-db_tag ul.products li.product.type-product a .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.atmi_related_products ul.products li.product.type-product a .img-wrap::before,
.atmi_search-page ul.products li.product.type-product a .img-wrap::before,
.tax-db_category ul.products li.product.type-product a .img-wrap::before,
.tax-db_tag ul.products li.product.type-product a .img-wrap::before {
    content: "";
    display: block;
    padding-top: 100%;
    float: left;
}
.atmi_related_products ul.products li.product.type-product a img,
.atmi_search-page ul.products li.product.type-product a img,
.tax-db_category ul.products li.product.type-product a img,
.tax-db_tag ul.products li.product.type-product a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0px !important;
}
/*SEARCH FORM*/
.atmi_search-form_container {
	flex-direction: column;
}
.atmi_search-form_wrap {
	margin-top: 2rem;
	width:100%;
}
.atmi_search-form {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	gap: 15px;
	align-items: center;
}
.atmi_search-form .et_pb_s {
	flex: 1;
	padding: 18px 24px;
	border: 1px solid #ddd;
	border-radius: 50px;
	font-size: 16px;
	outline: none;
	background-color: white;
	transition: all 0.3s ease;
	color: #333;
}
.atmi_search-form .et_pb_s::placeholder {
	color: #999;
	font-weight: 400;
}
.atmi_search-form .et_pb_s:focus {
	border-color: #7bb3c7;
	box-shadow: 0 0 0 3px rgba(123, 179, 199, 0.1);
}
.atmi_search-form .et_pb_searchsubmit {
	padding: 18px 32px;
	background-color: #7bb3c7;
	color: white;
	border: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.atmi_search-form .et_pb_searchsubmit:hover {
	background-color: #6a9fb5;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(123, 179, 199, 0.3);
}
.atmi_search-form .et_pb_searchsubmit:active {
	transform: translateY(0);
}
 /* Responsive */
@media (max-width: 600px) {
	.atmi_search-form {
		flex-direction: column;
		gap: 10px;
	}
	
	.atmi_search-form .et_pb_s {
		width: 100%;
	}
	
	.atmi_search-form .et_pb_searchsubmit {
		width: 100%;
		padding: 16px 32px;
	}
}
/*PRODUCT*/
.single-db_product table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%;
}
.single-db_product table.shop_attributes th {
    width: 50% !important;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5;
}
.single-db_product table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5;
}
.single-db_product table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}
.single-db_product table.shop_attributes td {
    font-style: italic;
}
.single-db_product table.shop_attributes tr:nth-child(even) td, 
.single-db_product table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025);
}
/*PRODUCT GALLERY*/
.atmi_gallery-container {
	position: relative;
	display: flex;
	flex-direction: column;
}
.atmi_gallery-container .atmi_gallery-mySlides {
	transition: opacity 1s;
	/*border: 1px solid black;*/
	float:left;
}
.atmi_gallery-container .atmi_gallery-cursor {
	cursor: pointer;
}
.atmi_gallery-container .atmi_gallery-prev,
.atmi_gallery-container .atmi_gallery-next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.atmi_gallery-container .atmi_gallery-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.atmi_gallery-container .atmi_gallery-prev:hover,
.atmi_gallery-container .atmi_gallery-next:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.atmi_gallery-container .atmi_gallery-numbertext {
	color: #000000;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.atmi_gallery-container .atmi_gallery-caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}
.atmi_gallery-container .atmi_gallery-row:after {
	content: "";
	display: table;
	clear: both;
}
.atmi_gallery-container .atmi_gallery-column {
	float: left;
	width: 25%;
}
.atmi_gallery-container .atmi_gallery-demo {
	opacity: 0.6;
}
.atmi_gallery-container .atmi_gallery-active,
.atmi_gallery-container .atmi_gallery-demo:hover {
	opacity: 1;
}

/*PRODUCT BUTTONS*/
.single-db_product .atmi_button {
	width: 70%;
    margin-bottom: 30px !important;
    text-align: center;
}
.single-db_product .atmi_button:after {
	line-height: 1.7em !important;
}

/*DIGITAL INDEX LIST*/
ul.atmi_products.atmi_digital_index li.product {
    width: 100%;
    padding: 0;
	margin:0;
    position: relative;
	display:flex;
	flex-direction:row;
	align-items:center;
	border-bottom:1px solid #dddddd;
}
ul.atmi_products.atmi_digital_index li.product:hover {
	background:#eeeeee;
}
.atmi_digital_index_img {
	width:10%;
}
.atmi_digital_index_img .et_shop_image {
	display:flex;
	padding:10px;
}
.atmi_digital_index_content {
	width:75%;
}
.atmi_digital_index_content .atmi_loop-digital_index_product__title {
	text-align:left;
}
.atmi_digital_index_content .excerpt {
	text-align:left !important;
}
.atmi_search-page .atmi_products.atmi_digital_index li.product h2 {
	color:#666666 !important;
}
.atmi_digital_index_page {
	width:15%;
	text-align:right;
}
.atmi_digital_index_page .atmi_digital_index_page_number {
	font-size:24px;
	padding:10px;
}
@media (max-width: 980px) {
	.atmi_digital_index_img {
		width:25%;
	}
	.atmi_digital_index_content {
		width:43%;
		padding:10px 5px;
	}
	.atmi_digital_index_content .atmi_loop-digital_index_product__title {
		font-size:20px;
	}
	.atmi_digital_index_content .excerpt {
		font-size:14px;
		line-height:15px;
	}
	.atmi_digital_index_page {
		width:32%;
	}
	.atmi_digital_index_page .atmi_digital_index_page_number {
		font-size:16px;
	}
}