<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document 
File: backend.css
Description: Woocommerce CSS
Plugin: ADTHEME SHORTCODES
Author: Ad-theme.com
*/

/* CAROUSEL */

.adop-woocommerce.style-1 {
	margin:0px 25px;
	position:relative;
}

.adop-woocommerce.style-1 .label {
	padding: 0 30px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	position:absolute;
	height:100%;
	width:100%;
	bottom:-100%;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;	
	display: block!important;	
    white-space: normal!important;
	border-radius:0!important;
	background:rgba(255,255,255,0.8)!important;
}

.adop-woocommerce.style-1:hover .label {
	bottom:0;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

.adop-woocommerce.style-1 .label h1 {
	margin-top:45px;
	margin-bottom:20px;
}

.adop-woocommerce.style-1 .label h1 a {
	font-size:18px !important;
}

.adop-woocommerce.style-1 .label .text {
	margin-bottom:30px;
	line-height:20px;
}
.adop-woocommerce.style-1 .icon-plus, .adop-woocommerce.style-1 .icon-cart {
	border-width:1px;
	border-style:solid;
	padding:10px;
	font-size:16px;
}
.adop-woocommerce.style-1 .icon-plus {
	margin-right:10px;
}
.adop-woocommerce.style-1 .added_to_cart {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width:1px;
	border-style:solid;
	bottom: 10px;
    left: 50%;
    margin-left: -50px;
    padding: 10px;
    position: absolute;
    width: 100px;
}
.adop-woocommerce.style-1 .regular_price {
	color:red;
	font-size:16px;
}
.adop-woocommerce.style-1 .regular_price.line-through {
	font-size:12px;
	text-decoration:line-through;
}
.adop-woocommerce.style-1 .sale_price {
	font-size:16px;
	margin-left:10px;
}	
.adop-woocommerce.style-1 .product_sales {
	position:absolute;
	padding:8px;
	background-clip: padding-box;
	border-width:1px;
	border-style:solid;
    border-radius: 2px 2px 0;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
	color:#FFF;
	z-index:1;
}

/* LAST PRODUCT */
#container-last-product {
	width:100%;
}
#container-last-product .item_product {
	margin-bottom:10px;
}
.product_info {
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px;
	position:relative;
}
.product_info .product_name {
	font-size:14px;
	white-space:nowrap;  
	overflow:hidden;
	text-overflow:ellipsis;
	display:block; 
	text-align:center;
}
.product_info .product_name:before {
    content: "";
    height: 16px;
    left: 20px;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 16px;
}
.product_price {
	text-align:center;
	display:block;
}
.product_price .regular_price {
	color:#FF0000;
}
.product_price .regular_price.line-through {
	color:#FF0000;
	text-decoration:line-through;
}
.product_price .sale_price {
	margin-left:10px;
}
.product_content .product_sales {
	position:absolute;
	padding:8px;
	background-clip: padding-box;
	border-width:1px;
	border-style:solid;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
	z-index:1;
}
.product_content {
	position:relative;
}
.product_event {
	position:absolute;
	height:100%;
	width:100%;
	bottom:0;
	opacity:0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.product_content:hover .product_event{
	bottom:0;
	opacity:1;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;	
}
.product_event .icon-plus {
	top:50%;
	left:50%;
	margin-left:-37.5px;
	margin-top:-15px;
	width:30px;
	height:30px;
	position:absolute;
	border-width:1px;
	border-style:solid;	
	line-height:30px!important;
	text-align:center;
}
.product_event .icon-cart {
	top:50%;
	left:50%;
	margin-left:7.5px;
	margin-top:-15px;
	width:30px;
	height:30px;
	position:absolute;
	border-width:1px;
	border-style:solid;
	line-height:30px!important;
	text-align:center;	
}
.product_event .added_to_cart {
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:30px;
	width:100px;
	height:30px;
	position:absolute;
	border-width:1px;
	border-style:solid;
	line-height:30px!important;
	text-align:center;	
}
#container-last-product .product_description {
	display:block;	
}
.description_title {
	font-weight:bold;
}
.product_description {
	text-align:justify;
	font-size:14px;
}
.woo-carousel .owl-buttons div {
	border-radius:0px!important;
}
#container-last-product #nav-below {
	list-style:none;
	clear:both;	
	display:none;
}
#container-last-product #nav-below .nav-previous {
	border:1px solid black;
	padding:10px;
	margin:10px auto;
	display:block;
	width:200px;
	text-align:center;
}
#infscr-loading img {
	width:32px;
	margin:0 auto;
}
#infscr-loading {
	text-align:center;
}
/* WOO COLUMN GRID */
.woo_one_half {
	width:43%;
	margin-right:4%;
}
.woo_one_third {
	width:29.3333%;
	margin-right:4%;
}
.woo_one_fourth {
	width:22%;
	margin-right:4%;
	float:left;
}
.woo_one_fifth {
	width:16.8%;
	margin-right:4%;
}

@media screen and (max-width: 768px) {
	.woo_one_half, .woo_one_third, .woo_one_fourth, .woo_one_fifth {
		width:98%;
		margin-left:1%;
		margin-right:1%;
	}	
}


/* WOO COLUMN MASONRY */
.woo_masonry_one {
	width:20%;
	margin-right:1%;
}
.woo_masonry_two {
	width:25%;
	margin-right:1%;
}
.masonry-last {
	margin-right:0px;
}</pre></body></html>