<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
*** START PAGINATION-LIST
**/
.pagination-list li
{
	padding-right: 5px;
	padding-bottom: 5px;
}

.pagination-list li span.disabled
{
	background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    padding: 6px 13px;
    text-decoration: none;
    transition: all 0.17s ease-in-out 0s;	
}

.pagination-list li span.current
{
	background: none repeat scroll 0 0 #54BABB;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    padding: 6px 13px;
    text-decoration: none;
    transition: all 0.17s ease-in-out 0s;
}

.space_empty
{
	bottom: 5px;
    position: relative;
}

ul.product-list
{
    border: medium none;
}

/*.shop-page ul.product-list li.price , .shop-page ul.product-list li a
{
    padding: 11px 25px
}*/

.sidebar-widgets .shop-widget .accordion-list-content li:before
{
    content: none;
}


.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; a:after
{
    color: #7b7b7b;
    content: "";
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    right: 9px;
    top: 5px;
}

.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; a:hover:after
{
    color: #FFF;
    content: "";
}


.sidebar-widgets .shop-widget ul .category-list a
{
    color: #767676;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    padding: 6px 8px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
		font-weight: 400;
    width: 100%;
}

.sidebar-widgets .shop-widget &gt; ul 
{
    border-top: 1px solid #dedede;
}

.sidebar-widgets .shop-widget &gt; ul &gt; li  ul 
{
    margin: auto;
    padding-left: 25px;
}


.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; a:hover
{
    color: #fff;
    background: none repeat scroll 0 0 #54babb;
    opacity: 0.6;
}

.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; ul a
{
    color: #898989;
}

.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; ul a:before
{
    color: #7b7b7b;
    content: "â€¢";
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    left: -5px;
    position: absolute;
}

.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; ul a:hover:before
{
    color: #7b7b7b;
    content: "Â»";
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    left: -5px;
    top: 5px;
    position: absolute;
}



.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; ul a:hover
{
    color: #000;
}

.sidebar-widgets .shop-widget ul .category-list &gt; ul &gt; li a
{
    font-size: 14px;
}

.sidebar-widgets .shop-widget ul .category-list &gt; ul &gt; li a.action-menu
{
    font-weight: bold;
}

.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; a.action-menu
{
		color: #000;
}

.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; a.action-menu:hover
{
  color: #fff;
} 


.sidebar-widgets .shop-widget &gt; ul &gt; li &gt; a.action-menu:after
{
    color: #FFF;
    content: "";
}


.sidebar-widgets .shop-widget &gt; ul &gt; li  ul &gt; li &gt; a.action-menu
{
    color: #000;
}


.sidebar-widgets .shop-widget &gt; ul &gt; li  ul &gt; li &gt; a.action-menu:before
{
    color: #7b7b7b;
    content: "Â»";
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    left: -5px;
    top: 5px;
    position: absolute;
}

.blog-pagination
{
    padding: 0px 12px;
}

.project-content .name_field
{
    font-weight: bold;
}

.gallery-product .row img
{
    width: 100%
}

.field-gallery
{
    background: none repeat scroll 0 0 #54babb;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 14px;
    text-transform: uppercase;
    display: inherit;
    margin-bottom: 15px;
}

.field-gallery .gallery-icon
{
    margin: 0;
    padding: 3px;
    width: 23px;
}


.none_line:hover
{
    text-decoration: none;
}

.cursor_pointer
{
    cursor: pointer;
}

.project-content .col-md-6 div.field
{
    padding-bottom: 10px;
}

.text-error
{
    font-family: 'Roboto',sans-serif;
    background-color: #54babb;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

ul.product-list li.price a {
    color: white;
    display: inline;
    padding: 0;
}

.product-post .product-list li {
    width: 50%;
}

.product-post .details{
    background: #f2f2f2 none repeat scroll 0 0;
}


</pre></body></html>