/*
Theme Name: Shop 
Theme URI: http://www.valentinu.ro
Version: 2.0
Author: Valentin Marin
Author URI: http://www.valentinu.ro
Description: Wordpress Shop
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: azd
Tags: two-columns, responsive-layout, custom-menu, editor-style, featured-images, sticky-post


/* Default theme for Woocommerce@RO by Valentin Marin - valentin@squarewp.com
=========================================================================
Importing font awesome for icons
*/

@import url('assets/css/font-awesome.css');
@import url('assets/css/animate.css');


/* RESET
=========================================================================
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border: none;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5rem;
}

sub {
    bottom: -0.25rem;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 10px 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1.6rem;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
*:focus {
    outline: 0;
}

p {
    margin: 0;
}
.seal {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.select2-container .select2-choice {
    padding: 5px;
    font-size: 1.3rem;
}
b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0;
    font-style: normal;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 1.5rem;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: none;
    cursor: help;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "";
    display: table;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "";
    display: table;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
}

ul,
ol {
    margin: 0 0 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 20px;
    width: 100%;
}

/* IMPORTING FONTS
=========================================================================
*/

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Open Sans' Helvetica, sans-serif;
    margin: 0;
}
h1 {
    font-size: 40px;
    font-size: 4.0rem;
}

h2 {
    font-size: 35px;
    font-size: 3.5rem;  
}

h3 {
    font-size: 30px;
    font-size: 3.0rem;  
}

h4 {
    font-size: 25px;
    font-size: 2.5rem;  
}

h5 {
    font-size: 20px;
    font-size: 2.0rem;  
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;  
}

/* GENERAL FORMS AND LINKS
=========================================================================
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 3px;
    background: #62B329;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 8px 14px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #097C3B;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1.4rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    border: 1px solid #999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"] {
    padding: 5px 10px;
    max-width: 100%;
    box-sizing: border-box;
}

textarea {
    padding-left: 3px;
    max-width: 100%;
}

a {
    color: #62B329;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #05672F;
}

a img {
    vertical-align: top;
}


/* WORDPRESS ELEMENTS
=========================================================================
*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.gallery {
    margin-bottom: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* GENERAL STRUCTURE
=========================================================================
*/
html {
    font-family: sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;

}

body {
    background: #F9F6F1;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 1.35rem;
    color: #333;
    line-height: 1.4;
    text-rendering: optimizelegibility;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    padding: 0;
    margin: 0;
}
#page {
    position: relative;
    overflow: hidden;
}
.site-content {
    overflow: hidden;
    margin-bottom: 30px;
}
.container {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 300px;
    padding: 0 10px;
    position: relative;    
}
.sidebar-left {
    float: left;
    width: 200px;
    overflow: hidden;
    margin-top: 8px;
}
.primary-content {
    margin-left: 240px;
    position: relative;
    overflow: hidden;
}
/* HEADER AND NAVIGATION
=========================================================================
*/
.site-header {
    position: relative;
    margin-bottom: 30px;
}

.site-header .tophead {
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
}

.site-branding {
    display: inline-block;
}

.site-branding a {

}

.site-branding a img {

}

.searchform-header {
    background: #E8E3D0 none repeat scroll 0 0;
    border-radius: 3px;
    left: 225px;
    padding: 5px;
    position: absolute;
    top: 18px;
    width: 350px;

}

.searchform-header:before {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #E8E3D0;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    left: -7px;
    position: absolute;
    top: 10px;
    width: 0;
}

.searchform-header input[type="search"] {
    border: none;
    color: #999;
    font-size: 1.2rem;
    width: 100%;
    background: none;
}
.searchform-header .searchsubmit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    color: #62B329;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 8px;
    width: 40px;
}
.searchform-header .searchsubmit:hover {
    color: #000;
}
.site-header .info {
    font-size: 1.12rem;
    left: 355px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
}
.site-header .info li {
    display: inline-block;
    margin-right: 5px;
}
.site-header .info li:last-of-type {
    margin-right: 0;
}
.site-header .info li a {
    color: #999;
}
.site-header .righ-info {
    position: absolute;
    right: 0;
    top: 10px;
}

.site-header .favprods {
    float: left;
    margin-right: 30px;
}

.site-header .favprods .icon {
    float: left;
    font-size: 3.5rem;
    margin-right: 8px;
}

.site-header .favprods .inside {
    color: #999;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 10px;
}

.site-header .favprods .inside span {
    font-size: 1.3rem;
    font-weight: 700;
}

.site-header .favprods .inside span a {
    color: #000;
}

.site-header .top-user {
    float: left;
    margin-right: 30px;
}

.site-header .top-user .inside {
    display: block;
    float: left;
    padding-top: 9px;
}
.site-header .top-user .user-icon {
    display: inline-block;
    float: left;
    font-size: 3.5rem;
    margin-right: 8px;
}

.site-header .top-user .user-icon a {
    color: #62B329;
}

.site-header .top-user ul {
    list-style: none;
    padding: 0;
}
.site-header .top-user li {
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
}

.site-header .top-user li ul {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #b7c1d7;
    border-radius: 3px;
    left: -1px;
    list-style: inside none disc;
    margin: 10px 0 0;
    padding: 5px 0 0 9px;
    position: absolute;
    top: 20px;
    width: 200px;
    z-index: 899;
    display: none;
}

.site-header .top-user li ul li {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.site-header .top-user li ul li a {
    font-size: 1.25rem;
    font-weight: 600;
}

.site-header .top-user li ul:before {
    border-bottom: 7px solid #b7c1d7;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 9px;
    top: -7px;
}

.site-header .top-user li ul:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -6px;
}


.site-header .top-user li:hover > ul {
    display: block;
} 

.site-header .top-user li a {
    color: #000;
    font-size: 1.3rem;
}

.site-header .top-user p {
    color: #999;
    font-size: 1.2rem;
    line-height: 1.2;
}
#header-cart {
    float: right;
}
#header-cart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#header-cart .heading {
    position: relative;
}
#header-cart .heading .carticon a {
    color: #62B329;
}

#header-cart .heading p {

}

#header-cart .heading .carticon {
    display: inline-block;
    font-size: 3.5rem;
    height: 54px;
    line-height: 50px;
    padding-right: 5px;
    position: relative;
    padding-right: 10px;
}
#header-cart .heading .nrprods {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: bounce;
    background: #ff3300 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    height: 17px;
    line-height: 16px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 17px;
}
#header-cart .content::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -6px;
}
#header-cart .content::before {
    border-bottom: 7px solid #b7c1d7;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 9px;
    top: -7px;
}
#header-cart .content {
    background: #ffffff;
    border: 1px solid #b7c1d7;
    border-radius: 3px;
    display: none;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 42px;
    width: 300px;
    z-index: 899;
}
#header-cart .empty-cart {
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 20px 10px;
    text-align: center;
}
#cart_content .small-text {
    color: #62B329;
    font-size: 1.1rem;
    font-weight: 600;
    padding-bottom: 6px;
}
#cart_content .table {
    overflow: hidden; 
}
#cart_content .first {
    float: left;
    width: 150px; 
}
#cart_content .second {
    float: left;
    width: 50px;
    text-align: center;
}
#cart_content .third {
    float: left;
    text-align: right;
    width: 75px; 
}
#cart_content .product-content {
    font-size: 1.2rem;
}
#cart_content .product-content:hover {
    background: #eeeeee;
}
#cart_content li {
    border-bottom: 1px solid #ccc;
    list-style: outside none none;
    padding: 10px;
}
#cart_content li:last-of-type {
    border-bottom: none;
}
#cart_content .product-img {
    float: left;
    height: 30px;
    margin-right: 5px;
    width: 30px;
}
#cart_content .product-details {
    margin-left: 35px;
    position: relative;
}
#cart_content .product-content .product-name a {
    color: #555;
}
#cart_content .product-content .product-qty {
    font-weight: 600;
}
#cart_content .product-content .price-total {
    font-weight: 700;
}
.remove-prd {
    color: #ff3300;
    font-size: 0.9rem;
    font-weight: 400;
    display: none;
}
#cart_content .product-content:hover .remove-prd {
    display: block;
}
#cart_content .total-cos {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
}
#cart_content .total-cos .nrprds {
    color: #999;
    display: block;
    font-size: 1.1rem;
    font-weight: 300;
}
#cart_content .total-cos .total-general {
    float: right; 
}
#cart_content .trimite-comanda {
    background: #eeeeee;
    text-align: center;
}
#cart_content .trimite-comanda a {
    background: #267749;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
#cart_content .trimite-comanda a:hover {
    text-decoration: none;
    background: #05672F;
}
.variation dd {
    margin: 0;
}
/* Navigation */

#mobile-menu {
    display: none;
}

.main-navigation {
    background: #62B329;
}

.main-navigation .headcontact {
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 9px;
}

.main-navigation .headcontact a {
    color: #fff;
    font-size: 1.25rem;
    margin-right: 30px;
}

.main-navigation .headcontact a:last-of-type {
    margin-right: 0;
}

.main-navigation .headcontact a:hover {
    text-decoration: none;
    color: #FFF;
}

.main-navigation .headcontact a span {

}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.main-navigation .oferte {
    background: #458058;
    border-radius: 3px;
    float: right;
    height: 32px;
    margin-right: 5px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 1.3rem;
}

.main-navigation .oferte a:hover {
    background: #457F7D;
}

.main-navigation .oferte a {
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 600;
}

.main-navigation .oferte a:hover {
    text-decoration: none;
    color: #FFF;
}

.main-navigation .oferte a:before {
    font-family: 'FontAwesome';
    content: "\f02c";
    margin-right: 5px;
}

.main-navigation li {
    font-size: 1.3rem;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.main-navigation .search {
    display: none;
}

.main-navigation li a {
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
}

.main-navigation li a:hover {
    color: #ddd;
    text-decoration: none;
}

.main-navigation li ul {
    background: #62B329;
    border-bottom: 1px solid #62B329;
    border-left: 1px solid #62B329;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #62B329;
    display: none;
    position: absolute;
    width: 160px;
    z-index: 999;
    padding-top: 10px;
}

.main-navigation li:hover > ul {
    display: block;
    position: absolute;
    top: 42px;
    left: 0;
}
.main-navigation li:hover > ul:before {
    border-bottom: 5px solid #62B329;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    top: -5px;
}
.main-navigation li ul li {
    border-bottom: 1px dotted #ccc;
    display: block;
    float: none;
    font-size: 1.3rem;
    height: auto;
    line-height: normal;
    margin: 0 10px 5px;
    padding: 0 0 5px;
}
.main-navigation li ul li:last-of-type {
    border-bottom: none;
}
.main-navigation li ul li a {
    padding: 0;
    color: #FFF;
    font-weight: 600;
}
.main-navigation li ul li a:hover {
    text-decoration: underline;
    color: #FFF;
}
.main-navigation li ul li a:before {
    content: "·";
    font-weight: 700;
    margin-right: 5px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {

}


/* Home slider
=========================================================================
*/
#home-slide {
    box-shadow: 0 0 3px #333;
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
#home-slide .owl-item {
    float: left;
    overflow: hidden;
    position: relative;
}
#home-slide .owl-item .item {
    position: relative;
}

#home-slide .owl-item .item img {

}

#home-slide .owl-pagination {
    bottom: 5px;
    position: absolute;
    right: 10px;
    width: 100%;
    text-align: center;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: #eee;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px;
    width: 12px;
    cursor: pointer;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #808080;
}
#home-slide .inside-slide {
    padding: 10px;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 30px;
    width: 50%;
}

#home-slide .inside-slide h4 {
    color: #fff;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

#home-slide .inside-slide h4 span {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 30px;
}

#home-slide .inside-slide a {
    background: #62B329 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

#home-slide .inside-slide a:hover {
    background: #097C3B;
    text-decoration: none;
}

/* HOME ELEMENTS - STRUCTURE
=========================================================================
*/

.relatedprods {
    margin-bottom: 40px;
}

.relatedprods h4 {
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
    padding-bottom: 5px;
    text-align: left !important;
    text-transform: none !important;
}

.relatedprods h4:before {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #ddd;
    bottom: -9px;
    content: "";
    display: inline-block;
    left: 20px;
    position: absolute;
}

.relatedprods h4:after {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #f9f6f1;
    bottom: -8px;
    content: "";
    display: inline-block;
    left: 21px;
    position: absolute;
}

.viewed-products {
    overflow: hidden;
}

.viewed-products h4 {
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}

.viewed-products h4:before {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #ddd;
    bottom: -9px;
    content: "";
    display: inline-block;
    left: 20px;
    position: absolute;
}

.viewed-products h4:after {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #f9f6f1;
    bottom: -8px;
    content: "";
    display: inline-block;
    left: 21px;
    position: absolute;
}

.viewed-products .prod {
    float: left;
    margin-right: 1.5%;
    width: 12%;
}

.viewed-products .prod h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.viewed-products .prod h3 a {
    color: #333;
}

.viewed-products .product-image {
    margin-bottom: 5px;
}

.viewed-products .product-image img {
    border: 2px solid #f9f6f1;
}

.viewed-products .product-image img:hover {
    border: 2px solid #62B329;
}

.latest-prods, .promo-prods, .categories-list, .viewed-products {
    overflow: hidden;
}
.product-listing {
    overflow: hidden;
}
.product-block {

    overflow: hidden;
}

.product-block h4 {
    color: #000000;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.product-block h4 span {
    color: #777;
    display: block;
    font-family: "Shadows Into Light Two",cursive;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
}

.product-block .view-all {
    color: #999;
    font-size: 1.2rem;
    position: absolute;
    right: 19px;
    top: 22px;  
}

.product-block .product {
    position: relative;
    text-align: center;
}

.product-listing .item {
    width: 25%;
    float: left;
}

.product-block .product .woocommerce-review-link {
    display: none;
}

.product-block .product .star-rating {
    display: inline-block;
}

.viewed-products .item {
    float: left;
    width: 25%;
}

.categories-list .item {
    float: left;    
    width: 20%;  
}
.product-listing .product, .relatedprods .product {
    padding: 5px;
}

.product-block .product h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.product-block .product h3 a {
    color: #000;
}

.product-block .product .product-image {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

.product-block .product .product-image img {
    width: 100%;
    height: 100%;
    display: block;
}
.product-block .product .product-image img:hover {
    opacity: 0.6;
}
.product-block .product .product-image .onsale {
    background: #457F7D;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    left: 0;
    padding: 0 4px 1px;
    position: absolute;
    text-transform: uppercase;
}
.shop-product-gallery-img img {

}
.shop-product-gallery-img {
    float: left;
}

.product-block .product .price {
    color: #62B329;
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.product-block .product .price ins {
    text-decoration: none;
}

.product-block .product .price del {
    color: #999;
}

.home #latest {
    margin-bottom: 30px;
}

#latest .owl-item, #recommended .owl-item {
    float: left;
    position: relative;
    padding: 0 10px;
}

#latest .owl-wrapper-outer {
    overflow: hidden;
}
#latest .owl-pagination, #recommended .owl-pagination, #related .owl-pagination {
    text-align: center;
    padding-top: 20px;
}
.woocommerce-review-link {
    font-size: 1.1rem;
}
.woocommerce-review-link:hover {
    text-decoration: underline;
}
.star-rating{
    width: 60px;
    height: 14px;
    background:url(images/star.png) repeat-x left 0
} 

.star-rating span {
    background:url(images/star.png) repeat-x left -32px;
    height:0;
    padding-top: 14px;
    overflow: hidden;
    float: left
} 

.hreview-aggregate .star-rating{
    margin: 10px 0 0 0
} 

#review_form #respond{
    position: static;
    margin:0;
    width:auto;
    padding:0 0 0;
    background:transparent none;
    border:0
} 

#review_form #respond:after{
    content:"";
    display:block;
    clear:both
} 
#review_form #respond p {
    margin:0 0 15px
} 
#review_form #respond .form-submit input{
    left:auto
} 
#review_form #respond textarea{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%
} 
p.stars :after{
    content:"";
    display:block;
    clear:both
} 
p.stars span{
    width: 60px;
    height: 12px;
    position: relative;
    float: left;
    background:url(images/star.png) repeat-x left 0
} 
p.stars span a {
    float:left;
    position:absolute;
    left:0;
    top:0;
    width: 12px;
    height:0;
    padding-top: 14px;
    overflow:hidden
} 
p.stars span a:hover,p.stars span a:focus{
    background:url(images/star.png) repeat-x left -12px
} 
p.stars span a.active{
    background:url(images/star.png) repeat-x left -24px
} 
p.stars span a.star-0{
    width:  16px;
    z-index:10
} 
p.stars span a.star-1{
    width: 16px;
    z-index:10
} 
p.stars span a.star-2{
    width:29px;
    z-index:9
} 
p.stars span a.star-3{
    width:48px;
    z-index:8
} 
p.stars span a.star-4{
    width:64px;
    z-index:7
} 
p.stars span a.star-5{
    width:80px;
    z-index:6
}

.cat-image {
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 8px;
}
.cat-image img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.categories-list .category-item {
    padding: 5px;
    margin-bottom: 10px;
}
.categories-list .category-item h3 {
    font-size: 1.5rem;
    text-align: center;
}
.categories-list .category-item h3 a {
    color: #333;
}
.categories-list .category-item .descriere {
    font-size: 1.2rem;
    color: #999;
    text-align: center;
}
.viewed-products {
}
/* IMAGE ZOOM
=========================================================================
*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    display: none;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* PAGE ELEMENTS
=========================================================================
*/
.site-main {
    overflow: hidden;
}
.istoric-comenzi {
    display: block;
    margin: 20px 0;
}
.woocommerce-page .entry-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    position: relative;
    color: #000000;
}


.notice-info {
    border-bottom: 1px solid #ddd;
    clear: both;
    color: #999;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.margin-top {
    margin-top: 20px;
}
#customer_login {
    clear: both;
    margin-top: 30px;
    overflow: hidden;
}
#customer_login h2 {
    border-bottom: 1px solid #ccc;
    color: #62B329;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#customer_login .col-1 {
    float: left;
    width: 50%;
    padding-right: 30px;
}
#customer_login .col-2 {
    float: left;
    width: 50%;
    padding-left: 30px;
}
.form-row {
    margin-bottom: 10px;
}
.form-row label {
    font-size: 1.2rem;
    color: #555;
    display: block;
    margin-bottom: 4px;
    margin-left: 3px;
}
.form-row .inline {

}
.lost_password a {
    font-size: 1.2rem;
    color: #666;
}
.required {
    color: #FF3300;
}
.includes_tax {
    display: block;
    font-size: 75%;
}
.woocommerce-error {
    background: #FFF9D7;
    color: #ff3300;
    font-size: 1.3rem;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.woocommerce-error a {
    display: none;
}
.woocommerce-error strong {
    font-weight: 400;
}
.site-main .woocommerce-message {
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-message {
    margin-bottom: 20px;
    color: #62B329;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 8px 8px 20px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.woocommerce-message:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    animation-duration: 1.5s;
    animation-iteration-count: 15;
    animation-name: tada;
    left: 0;
    position: absolute;
}
.woocommerce-message .wc-forward {
    display: none;
}
.woocommerce-message a {
    float: right;
    color: #000;
}
.woocommerce-error li {
    padding-left: 30px;
}
.woocommerce-error:before {
    font-family: 'FontAwesome';
    content: "\f071";
    animation-duration: 1.5s;
    animation-iteration-count: 15;
    animation-name: tada;
    font-size: 2rem;
    position: absolute;
    top: 5px;
}
.myaccount_user {
    clear: both;
    font-size: 1.3rem;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 10px;
}
#modalitate_contact_client select {
    width: 160px;
}
.contact-method {
    font-weight: 600;
    margin-bottom: 5px;
}
.myaccount_user .avatar {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.myaccount_user .welcome-name {
    line-height: 30px;
    margin-bottom: 10px;
}
.myaccount_user .welcome-info {
    margin-bottom: 15px;
    color: #999;
    font-size: 1.3rem;
}
.myaccount_user h4 {
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
    color: #62B329;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.myaccount_user ul {
    margin: 0;
    padding: 0;
}
.myaccount_user li {
    border-bottom: 1px dotted #ddd;
    font-size: 1.3rem;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.myaccount_user li a {
    color: #333;
}
.commentlist-notes {
    list-style: outside none none;
    margin: 0 0 25px;
    padding: 0;
}
.commentlist-notes .meta {
    font-size: 1.1rem;
    color: #999;
}
.commentlist-notes li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.commentlist-notes li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.user-home h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.user-home .addresses {
    margin-top: 20px;
    overflow: hidden;
}
.user-home .addresses .edit {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.user-home .addresses .col-1 {
    margin-bottom: 20px;
}
.order-info {
    background: #f7f8e0;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
}
.order-info mark {
    background: rgba(0, 0, 0, 0);
    font-weight: 600
}
.order-again {
    clear: both;
}
.order-again a {
    background: none repeat scroll 0 0 #458058;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}
.order-again a:hover {
    text-decoration: none;
    background: #458058;
}
.detalii-comanda h2, .detalii-comanda h3 {
    border-bottom: 1px solid #ddd;
    color: #000000;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.detalii-comanda h2:before, .detalii-comanda h3:before {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #ccc;
    bottom: -9px;
    content: "";
    display: inline-block;
    left: 20px;
    position: absolute;
}
.detalii-comanda h2:after, .detalii-comanda h3:after {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #fff;
    bottom: -8px;
    content: "";
    display: inline-block;
    left: 21px;
    position: absolute; 
}
table thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    vertical-align: middle;
    background: #EEE;
    font-size: 1.3rem;
}

table tbody td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.024);
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
table.shop_table_responsive tr td::before {
    display: none;
}
table tfoot th, table tfoot td {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
table td, table th {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.woocommerce-info {
    display: block;
    clear: both;
}
#createaccount {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.showcoupon, .woocommerce-remove-coupon {
    color: #ff3300;
    font-size: 1.2rem;
    line-height: 20px;
    margin-left: 8px;
}
.cupon-reducere {
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.cupon-reducere .woocommerce-error {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 1.2rem;
    margin-top: 10px;
    padding: 10px 0;
}
.cupon-reducere .woocommerce-message {
    margin-top: 20px;
}
.cupon-reducere h5 {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 20px;
    padding-left: 25px;
    color: #000000;
}
.cupon-reducere h5:before {
    content: "\f02c";
    font-family: 'FontAwesome';
    font-size: 1.6rem;
    left: 0;
    position: absolute;
    top: 1px;
    color: #000000;
}
.checkout_coupon {
    margin-top: 18px;
}
#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}
#shipping_method li {

}
.payment_methods {
    border-bottom: 1px solid #ccc;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.payment_methods li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.payment_methods li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.payment_methods li label {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}
.payment_box p {
    color: #777;
    font-size: 1.22rem;
    margin-top: 7px;

}
.payment_method_mobilpay img {
    display: none;
}
#place_order {
    background: #458058;
    box-sizing: border-box;
    display: block;
    font-size: 2rem;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.protejam {
    margin-bottom: 20px;
    overflow: hidden;
    color: #458058;
}
.protejam span {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    float: left;
    font-size: 3rem;
    margin-left: 2px;
    margin-right: 10px;
}
.protejam p {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 5px;
}
.my_account_orders .order-actions .view {
    display: block;
    font-size: 1.2rem;
}
.my_account_orders .order-actions .invoice {
    display: block;
    font-size: 1.2rem;
}
/* Cart and send order 
=========================================================================
*/
.cart_item .disponibilitate {
    font-size: 1.2rem;
}
.cart_item .instoc span {
    color: #31B404;
}
.cart_item .precomanda span {
    color: #ff8800;
}
.cart_item .indisponibil span {
    color: #cc0000;
}
.product-name .product-image {
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px;
    overflow: hidden;
}
.product-name .productName {
    font-size: 1.3rem;
    font-weight: 400;
    margin-left: 60px;
}
.variation {
    font-size: 1.2rem;
    margin: 0;
    overflow: hidden;
}
.variation dt {
    display: inline-block;
    font-weight: 400;   
}
.variation dd {
    display: inline-block;
}
.product-name .productName a {
    color: #333;
    font-weight: 600;
}
.actualizare-cos {
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
    color: #458058 !important;
    display: block;
    margin-bottom: 8px;
    padding: 0 !important;
    text-align: right;
    width: 100%;
    margin-right: 5px;
    margin: 10px 0;
}
.actualizare-cos:hover {
    text-decoration: underline;
}
.checkout-button {
    display: none;
}
.product-price, .product-quantity {
    text-align: center;
}
.product-price small {
    display: none;
}
.qty {
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    width: 50px;
}
.product-quantity .remove {
    color: #999;
    display: block;
    font-size: 0.75em;
    margin-top: 4px;
}
.product-subtotal {
    text-align: right;
    font-weight: 600;
    vertical-align: middle;
}

.cart_totals {
    overflow: hidden;
    clear: both;
}
.cart_totals .total {
    font-size: 2rem;
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
}
.button-send-order {
    text-align: right;
}
.button-send-order a {
    background: none repeat scroll 0 0 #458058;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.button-send-order a:hover {
    text-decoration: none;
}
.shop_table th {
    background: #EEE;
}
.finalizare-comanda {
    overflow: hidden;
}
#send-order {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background: #FFF;
	padding: 20px;
}

#send-order h3 {
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #000;
}

#send-order h3 span {
    display: block;
    text-transform: none;
    font-weight: 400;
    font-family: "Shadows Into Light Two",cursive;
}

.woocommerce-password-hint {

}

.motive-comanda {
    float: right;
    width: 25%;
    text-align: center;
}
.motive-comanda h4 {
    border-bottom: 1px solid #eee;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}
.motive-comanda h4 span {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
}
.motive-comanda ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.motive-comanda li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.motive-comanda li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.motive-comanda h5 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000000;
}
.motive-comanda span {
    color: #000000;
    display: block;
    font-size: 4rem;
}
.motive-comanda p {
    color: #999;
    font-size: 1.2rem;
    padding: 0 15px;
}
.motive-comanda .telefon {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 5px;
    color: #000;
}
.motive-comanda .email-firma {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}
.probleme-comanda {
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#billing_state_field {
    display: none;
}
#billing_address_1_field, #billing_address_1, #shipping_address_1 {
    width: 100%;
    clear: both;
}

#billing_state_field select, #shipping_state_field select {
    padding: 5px;
    width: 100%;
}


.ai-uitat-parola {
    margin-bottom: 10px;
}
#shipping_city, #billing_city, #billing_postcode_field, #billing_first_name, #billing_email,#billing_cod_fiscal, #shipping_first_name, #account_password {
    width: 100%;
}
#billing_last_name,  #billing_phone,  #billing_reg_com, #order_comments, #shipping_last_name {
    width: 100%;
}
#order_comments {
    font-size: 1.3rem;
    height: 100px;
    padding: 5px;
}

.input-text  {
	width: 100%;
}
#ship-to-different-address-checkbox {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
}
#order_comments_field {

}

.woocommerce-checkout .newsletter-subscribe {
    display: none;
}

.woocommerce-checkout #header-cart, .woocommerce-checkout .searchform-header {
    display: none;
}

.woocommerce-checkout .site-header .favprods {
    margin-right: 10px;
}

.woocommerce-checkout-review-order-table td {
    background: #eee;
}
.woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .shipping th, .woocommerce-checkout-review-order-table .cart-discount th, .woocommerce-checkout-review-order-table .cart-discount tr  {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td {
    background: #fff9d7;
    border: 1px solid #ccc;
    color: #000;
    font-size: 1.5rem;
    vertical-align: middle;
}
.woocommerce-checkout-review-order-table .shipping th, .woocommerce-checkout-review-order-table .shipping td {
    background: #F5FBEF;
    vertical-align: middle;
    color: #000;
}
.woocommerce-checkout-review-order-table .shipping span {
    color: #000;
    font-weight: 600;
}
#woocommerce-shipping-fields {
    clear: both;
}
#customer_details .col-1 {
    clear: both;
    overflow: hidden;
}
#customer_details .col-2 {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
#ship-to-different-address {
    color: #999;
    margin-bottom: 20px;
    font-weight: 600;
}
.checkoutsucces {
    text-align: center;
}
.checkoutsucces h3 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 15px;
}
.checkoutsucces ul {
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}
.checkoutsucces li {
    display: inline-block;
    margin-right: 15px;
}
.checkoutsucces li a {
    font-weight: 600;
}
.checkoutsucces li a:hover {

}
.checsuccess {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: tada;
    color: #458058;
    display: block;
    font-size: 5rem;
}
.checkoutsucces p {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.checkoutsucces p span {
    background: #62B329;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 5px;
}
.addresses .col-1 {
    margin-bottom: 15px;
}
.head-finish {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.head-finish h4 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.head-finish p {
    color: #999;
    font-size: 1.2rem;
}
.head-finish .inline {
    display: none;
}
.head-finish .login {
    background: #F1F8FF;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #b7c1d7;
}
.head-finish h5 {
    color: #000000;
    font-size: 1.5rem;
    line-height: 20px;
    position: relative;
    margin-top: 15px;
}
.head-finish .showlogin {
    color: #ff3300;
    font-size: 1.2rem;
}
.empty-carts {
    margin-bottom: 20px;
    padding: 10px;
}
.empty-carts h3 {
    color: #ff3300;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.empty-carts p {
    color: #000;
    font-size: 1.25rem;
}
.empty-carts .telefon {
    color: #62B329;
    font-size: 1.4rem;
    font-weight: 700;   
}
.empty-carts .email {
    color: #62B329;
    font-size: 1.4rem;
    font-weight: 700; 
}

.site-header .help-checkout {
    display: none;
}

/* PAGINI GENERALE
=========================================================================
*/

.entry-title {
    color: #000000;
    font-size: 1.6rem;
    position: relative;
    text-transform: uppercase;
}
.entry-footer p {
    font-size: 1.2rem;
    color: #999;
}
.page-content {
    position: relative;
    clear: both;
}
.page-content p {
    margin-bottom: 20px;
}
.page-content h1 {
    font-size: 2.0rem;
    margin-bottom: 10px;
    color: #000
}
.page-content h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #000;
}
.page-content h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #000;
}
.page-content h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #000;
}
.page-content h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #000;
}
.page-content h6 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #000;
}
.page-content ul {
    padding: 0;
    list-style: inside;
}
.page-content .contact-info {
    list-style: none;
    overflow: hidden;
}
.page-content .contact-info li {
    display: inline-block;
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 20px;
}
.page-content .contact-info li a {
    color: #333;
}
.sidebar-left h5 {
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
    color: #62B329;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.info-navigation ul {
    margin: 0;
    padding: 0;
}
.info-navigation li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 1.3rem;
}
.info-navigation li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.info-navigation li a {
    color: #333;
}
.info-navigation .current-menu-item a {
    font-weight: 600;
    color: #09548e;
}
/* CATEGORY & SEARCH
=========================================================================
*/
.breadcrumbs {
    font-size: 1.2rem;
    padding: 10px 2px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbs a:hover {
    color: #333;
    text-decoration: none;
}
.page-wrapper {
    overflow: hidden;
    position: relative;
}
.page-header {
    overflow: hidden;
    margin-bottom: 30px;
}

.page-header .term-description {
    font-family: "Shadows Into Light Two",cursive;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
}

.no-prods-found {
    background: yellow;
    border-radius: 3px;
    color: red;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 2px 10px;
}
.wrapper-listing {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
}
.wrapper-listing li {
    float: left;
    margin-right: 2%;
    width: 32%;
}

.wrapper-listing .woocommerce-review-link {
    display: none;
}

.wrapper-listing li:nth-of-type(3n) {
    margin-right: 0;
}

.wrapper-listing .product {
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
    text-align: center;
}

.wrapper-listing .product .add_to_cart_button {
    background: #62B329 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 auto;
    max-width: 70%;
    padding: 5px;
}

.wrapper-listing .product .add_to_cart_button:hover {
    text-decoration: none;
    background: #05672F;
}

.wrapper-listing .woocommerce-product-rating {
    display: inline-block;
}

.wrapper-listing .product .product-image {
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}
.wrapper-listing .product .product-image img {
    display: block;
    height: 100%;
    width: 100%;
}
.wrapper-listing .product .product-image img:hover {
    opacity: 0.6;
}
.wrapper-listing .product h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.wrapper-listing .product h3 a {
    color: #333;
}
.wrapper-listing .product .price {
    color: #62B329;
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.wrapper-listing .product .product-image .onsale {
    background: #458058;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    left: 0;
    padding: 0 4px;
    position: absolute;
    text-transform: uppercase;
}
.wrapper-listing .product .produs-nou {
    background: #ed1c24 none repeat scroll 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    right: 0;
    padding: 0 4px;
    position: absolute;
    text-transform: uppercase; 
    z-index: 100
}
.wrapper-listing .product .price del {
    color: #999;
}
.wrapper-listing .product .price ins {
    text-decoration: none;
}
.woocommerce-pagination {
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 600;
    padding: 5px;
}
.woocommerce-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-pagination li {
    float: left;
    font-size: 1.3rem;
    padding: 5px;
}
.woocommerce-pagination ul:before {
    content: "Pagina:";
    float: left;
    font-size: 1.3rem;
    padding: 5px 0 5px 5px;
}
.my_account_orders {
    font-size: 1.3rem;
}
.bubble {
    background: #FF3300;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 4px;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    z-index: 100;
}
/* PRODUCT PAGE
=========================================================================
*/
#product-page {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
#product-page .after-info {
    margin-bottom: 20px;
    overflow: hidden;
}
.product-info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.product-info .left-info {
    float: left;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    width: 40%;

}
.product-info .left-info .bubble {
    border: 2px solid #fff;
    border-radius: 60px;
    box-shadow: 0 0 0 3px #ff3300;
    font-size: 1.5rem;
    height: 60px;
    left: auto;
    right: 40px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 60px;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.product-info .left-info .product-images {
    width: 100%;
}
.product-info .left-info .main-thumb {
    position: relative;
}
.product-info .product-images .zoomin {
    display: none;
    font-size: 3rem;
    left: 10px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    z-index: 5;
}
.product-info .product-images:hover > .zoomin {
    display: block
}
.product-info .left-info .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.product-info .left-info .rest-thumbs {
    margin-top: 10px;
    overflow: hidden;
}
.product-info .left-info .rest-thumbs .owl-wrapper, .product-info .left-info .rest-thumbs .owl-wrapper .owl-item {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}
.product-info .left-info .owl-carousel .owl-wrapper, .product-info .left-info .owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}
.product-info .left-info .rest-thumbs .owl-item img {
    opacity: 0.6;
    border: 2px solid #ddd;
    border-radius: 3px;
    position: relative;
}
.product-info .left-info .rest-thumbs .owl-item img:hover {
    opacity: 1;
    border: 2px solid #62B329;
}
.product-info .left-info .rest-thumbs .synced img {
    opacity: 1 !important;
    border: 2px solid #62B329;

}

.product-info .right-info {
    float: left;
    padding-left: 20px;
    width: 60%;
    overflow: hidden;
}

.woocommerce-product-rating h5 {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 7px;
}

.product-info .right-info .inleft {
    width: 60%;
    float: left;
    padding-right: 20px;
}

.product-info .right-info .inleft .smallintro {
    margin-bottom: 20px;
}

.product-info .right-info .inleft ul {
    list-style: outside none none;
    margin: 20px 0 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 10px;
}

.product-info .right-info .inleft li {
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.product-info .right-info .inleft li a {
    color: #333;
}

.product-info .right-info .inright {
    width: 40%;
    float: left;
    padding-left: 20px;
}

.product-info .right-info .inright .stock {
    margin-bottom: 20px;
    text-align: right;
}

.product-header {
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.yith-wcwl-wishlistaddedbrowse {
    text-align: right;
}

.yith-wcwl-wishlistaddedbrowse a {
    font-size: 1.3rem;
    font-weight: 600;
}

.woocommerce-order-received .entry-title {
    background: #de8115;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.woocommerce-order-received .site-main {
    background: #ede7dd none repeat scroll 0 0;
}

.product-header:before {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #DDD;
    bottom: -9px;
    content: "";
    display: inline-block;
    left: 20px;
    position: absolute;
}
.product-header:after {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #F9F6F1;
    bottom: -8px;
    content: "";
    display: inline-block;
    left: 21px;
    position: absolute;
}
.product-header .product_title {
    color: #000;
    font-size: 2.3rem;
}
.product-header .info-box {
    overflow: hidden;
}
.product-header .woocommerce-product-rating {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
}
.product-header .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.product-header .woocommerce-product-rating .rating-blank {
    float: left;
    font-size: 1.2rem;
    margin-right: 5px;
    margin-top: 2px;
}
.product-header .woocommerce-product-rating .woocommerce-review-link {
    font-size: 1.2rem;
}
.product-header .woocommerce-product-rating .woocommerce-review-link:hover, .product-header .product-category a:hover {
    text-decoration: underline;
}
.product-header .product-category {
    margin-left: 10px;
}
.product-header .product-category, .sku_wrapper {
    font-size: 1.2rem;
}
.productBuy {

}
.pret-produs {
    text-align: right;
}
.pret-produs .price {
    font-size: 2rem;
    font-weight: 700;
    color: #000
}
.pret-produs del {
    color: #999;
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
}
.pret-produs ins {
    text-decoration: none;
}
.pret-produs .taxa {
    color: #999;
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.lipsaprodus {
    background: #fff9d7;
    border-radius: 3px;
    clear: both;
    color: #000;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.adaugaincos {
    margin-bottom: 10px;
}

.yith-wcwl-wishlistexistsbrowse a {
    border: 1px solid #62B329;
    border-radius: 3px;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 9px;
    text-align: right;
    position: relative;
}

ins {
    text-decoration: none;
}

.yith-wcwl-wishlistexistsbrowse a:before {
    font-family: 'FontAwesome';
    content: "\f004";
    font-size: 2.3rem;
    left: 10px;
    position: absolute;
    top: 2px;
}

.yith-wcwl-wishlistexistsbrowse a:hover {
    text-decoration: none;
    background: #62B329;
    color: #FFF;
}

.add_to_wishlist {
    border: 1px solid #62B329;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 9px;
    text-align: right;
    position: relative;
}

.add_to_wishlist:before {
    font-family: 'FontAwesome';
    content: "\f004";
    font-size: 2.3rem;
    left: 10px;
    position: absolute;
    top: 2px;
}

.adaugaincos button:before {
    font-family: 'FontAwesome';
    content: "\f07a";
    font-size: 2.5rem;
    left: 15px;
    position: absolute;
    top: 2px;
}

.add_to_wishlist:hover {
    text-decoration: none;
    background: #62B329;
    color: #FFF;
}

.adaugaincos button {
    background: #05672F;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
    padding: 10px;
    position: relative;
}
.adaugaincos button:hover {
    background: #62B329;
}
.adaugaincos .stock {
    font-size: 1.1rem;
    color: #999;
    text-align: right;
}
.in-stock span {
    background: #62B329 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px;
}
.available-on-backorder span {
    background: #FF8800 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px;
}
.adaugaincos .variations {
    margin-bottom: 10px;
    position: relative;
}
.adaugaincos .variations .form {
    margin-bottom: 10px;
}
.adaugaincos .variations .heading:before {
    color: #FF3300;
    margin-right: 3px;
    font-family: 'FontAwesome';
    content: "\f06a";
}
.adaugaincos .variations .heading {
    font-weight: 600;
    position: relative;
    color: #000;
}
.adaugaincos .variations .optiuniprodusinfo {
    color: #999;
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-top: 2px;
}
.produs-variabil .form select {
    padding: 5px;
    width: 100%;
}
.produs-variabil {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    text-align: left;
    float: none;
}
.info-cumparator ul {
    font-size: 1.2rem;
    list-style: outside none none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}
.info-cumparator .info-produs {
    color: #999;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.info-cumparator li {
    width: 50%;
    float: left;
}
.info-cumparator li a {
    color: #333;
}
.info-cumparator h5 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
}
.info-cumparator .telefon {
    color: #62B329;
    font-size: 1.5rem;
    font-weight: 700;
}

#pagina-produs .after-info {
    overflow: hidden;
}
.product-description-primary {
    font-size: 1.45rem;
    margin-bottom: 20px;
}

.product-description-primary ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: inside;
}

.product-description-primary ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.product-description-primary li {
    margin-bottom: 10px;
}

.product-description-primary h1 {
    margin-bottom: 10px;
    font-size: 2.8rem;
}

.product-description-primary h2 {
    margin-bottom: 10px;
    font-size: 2.6rem;
}

.product-description-primary h3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
}

.product-description-primary h4 {
    margin-bottom: 10px;
    font-size: 2.2rem;
}

.product-description-primary h5 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.product-description-primary h6 {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.product-description-primary .atribute-produs {
    margin-top: 20px;
}
.product-description-primary p {
    color: #333;
    padding-bottom: 20px;
}
.shop_attributes {
    font-size: 1.3rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.shop_attributes th {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.024);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.shop_attributes td {
    padding: 5px 10px;
}
.product-right-sidebar {
    float: right;
    width: 32%;
}
.product-right-sidebar .similare {
    margin-bottom: 20px;
}
.pDescription {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
#reviews {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 10px;
}
#comments {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
#comments .rating-left {
    float: left;
    width: 150px;
}
#comments .rating-right {
    border-left: 1px solid #ddd;
    margin-left: 180px;
    padding-left: 20px;
    text-align: center;
}
#comments .rating-left h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #999;
}
#comments .rating-left .rating-general {
    color: #999;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 5px;
}
#comments .rating-left .rating-general span {
    color: #000;
    font-size: 2.2rem;
}
#reviews .reviewscnt {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;  
    color: #000;
}
.woocommerce-noreviews {
    font-weight: 600;
    color: #000;
}
#comments .rating-right p {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.3rem;
}
#reviews .rating-right {
    text-align: center;
}
#reviews .scriereview {
    background: #62B329;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px 30px;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
}
#reviews .scriereview:hover {
    text-decoration: none;
    background: #05672F;
}
#comments .star-rating , .comment-form-rating .star-rating {
    background: url(images/star_big.png) repeat-x;
    height: 26px;
    width: 130px;
}
#comments .star-rating span {
    background: url(images/star_big.png) repeat-x scroll left -34px rgba(0, 0, 0, 0);
    padding-top: 26px;
}
#review_form_wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#review_form {
    position: relative;
}
#review_form .comment-reply-title {
    display: none;
}
#review_form label {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-left: 2px;
    color: #000;
}
#review_form textarea {
    padding: 10px;
}
#comment-form-rating label {
    font-size: 1.6rem !important;
    font-weight: 600;
}

#comment-form-rating p.stars:after{
    content:"";
    display:block;
    clear:both
} 
#comment-form-rating p.stars span{
    width: 130px;
    height: 26px;
    position: relative;
    float: left;
    background:url(images/star_big.png) repeat-x left 0
} 
#comment-form-rating p.stars span a {
    float:left;
    position:absolute;
    left:0;
    top:0;
    width: 25px;
    height:0;
    padding-top: 26px;
    overflow:hidden
} 
#comment-form-rating p.stars span a:hover,p.stars span a:focus{
    background:url(images/star_big.png) repeat-x left -35px
} 
#comment-form-rating p.stars span a.active{
    background:url(images/star_big.png) repeat-x left -35px
} 
#comment-form-rating p.stars span a.star-0 {
    width: 35px;
    z-index:10
} 
#comment-form-rating p.stars span a.star-1 {
    width: 26px;
    z-index:10
} 
#comment-form-rating p.stars span a.star-2 {
    width: 52px;
    z-index:9
} 
#comment-form-rating p.stars span a.star-3 {
    width:78px;
    z-index:8
} 
#comment-form-rating p.stars span a.star-4 {
    width:104px;
    z-index:7
} 
#comment-form-rating p.stars span a.star-5 {
    width:130px;
    z-index:6
}
.comment-form-comment label {
    clear: both;
    display: block;
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentlist li {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.comment_container {
    overflow: hidden;
    position: relative;
}
.comment_container .comment-info {
    overflow: hidden;
    margin-bottom: 10px;
} 
.comment-info .avatar {
    float: left;
}
.comment-info .comment-meta {
    color: #999;
    font-size: 1.2rem;
    margin-left: 60px;
}
.comment-info .comment-meta .star-rating {
    margin-top: 4px;
}
.comment-info .comment-meta .autor {
    font-weight: 600;
    color: #777;
}
.comment_container .acumparat {
    background: none repeat scroll 0 0 #eee;
    border-radius: 3px;
    clear: both;
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
    padding: 0 5px 5px;
    position: absolute;
    right: 0;
    top: -11px;
}
.comment_container .acumparat span {
    color: #00ac4f;
    font-size: 2rem;
}
.comment_container .aprobare {
    color: #000;
    font-size: 1.3rem;
}
/* Wishlist
=========================================================================
*/

.product-stock-stauts {
    text-align: center;
}

.product-add-to-cart {
    text-align: center;
}
.woocommerce table.wishlist_table tbody td {
    padding: 8px;
}

.woocommerce table.wishlist_table thead th {
    padding: 8px;
}
.wishlist_table .product-name a {
    color: #333;
    font-weight: 600;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    background: #62B329 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
}

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
    text-decoration: none;
    background: #05672F;
}


/* FOOTER
=========================================================================
*/
.site-footer {
    background: #E8E3D0;
    clear: both;
    font-size: 1.3rem;
    padding: 10px;
    text-align: center;
}

.site-footer .disclm {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 #fff;
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.site-footer .info-firma {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.site-footer .develb {
    color: #777;
    font-size: 1.2rem;
    padding: 10px;
}
.site-footer .develb span {
    color: #cc0000;
}
.footer-navigation {
    clear: both;
    margin-bottom: 10px;
}
.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-navigation li {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 5px;
}
.footer-navigation li:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    color: #999;
}
.footer-navigation li:last-of-type:after {
    content: "";
}

.footer-navigation a {
    color: #555;
}

.go-top {
    background:#62B329;
    border-radius: 3px 3px 0 0;
    bottom: 0;
    color: #DDD;
    font-size: 2rem;
    padding: 5px 15px 3px;
    position: fixed;
    right: 2em;
    display: none 
}
.go-top:hover {
    background: #05672F;
    text-decoration: none;
    color: #FFF;
}

#CoverPop-cover {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.CoverPop-open #CoverPop-cover {
    display: block;
}
.CoverPop-content {
    background: none repeat scroll 0 0 #62B329;
    display: block;
    height: 70px;
    position: relative;
    z-index: 2147483647;
}
.CoverPop-close {

    background: #62B329;
    border-radius: 999em;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
    color: #fff;
}
.CoverPop-close:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
}
.CoverPop-content .news-content {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 100
}
.CoverPop-content .news-content h5 {
    color: #fff;
    float: left;
    font-weight: 300;
    padding: 5px;
}
.CoverPop-content .news-content h6 {
    clear: both;
    color: #fff;
    float: left;
    font-size: 2rem;
    font-weight: 400;
    left: 5px;
    position: absolute;
    top: 30px;
}
.CoverPop-content .news-content span {
    font-size: 2.5rem;
    font-weight: 700;
}
.CoverPop-content .newsletter {
    position: absolute;
    right: 10px;
    top: 20px;
}
.CoverPop-content .newsletter input[type="email"] {
    border: medium none;
    border-radius: 2px;
    padding: 8px 10px;
    width: 300px;
}
.CoverPop-content .newsletter input[type="submit"] {
    background: #ff3300;
    border: medium none;
    font-weight: 700;
    margin-left: 10px;
    padding: 8px 28px;
    text-transform: uppercase;
}
.CoverPop-content .newsletter p {
    font-size: 14px;
    margin-bottom: 8px;
}


/* SIDEBAR 
=========================================================================
*/

.widget {
    margin-bottom: 30px;
}

.widget_product_categories li {
    margin-bottom: 5px !important;
}

.product_list_widget img {
    max-width: 50px;
    float: left;
    margin-right: 8px;
}

.product_list_widget .product-title {
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list_widget .woocommerce-Price-amount {
    color: #62B329;
    display: block;
    font-size: 1.1rem;
}

.widget-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.sidebar-left .widget_layered_nav .widget-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.sidebar-left .widget_layered_nav:last-of-type {
    border-bottom: none;
}
.sidebar-left .widget_price_filter {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.sidebar-left .widget ul {
    list-style: outside none none;
    margin: 0 0 0 1px;
    padding: 0;
}
.sidebar-left .widget li {
    font-size: 1.2rem;
    margin-bottom: 15px;
    overflow: hidden;
}

.sidebar-left .widget li a {

}

.sidebar-left .widget_layered_nav .count {
    font-size: 1.1rem;
    margin-left: 2px;
}
.sidebar-left .widget_layered_nav {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.widget_layered_nav_filters .widget-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.widget_layered_nav_filters li {
    margin-bottom: 4px !important;
}
.widget_layered_nav_filters .widget-title:before {
    font-family: 'FontAwesome';
    content: "\f074";
    margin-right: 5px;
}
.widget_price_filter .widget-title {
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.widget_layered_nav_filters {
    margin-bottom: 20px;
}
.widget_layered_nav_filters .chosen {
    margin-bottom: 2px;
}
.widget_layered_nav_filters .chosen a {
    color: #333;
}
.widget_layered_nav_filters .chosen a:before {
    content: "[X]";
    color: #FF3300;
    margin-right: 2px;
}
.widget_layered_nav_filters .chosen:hover {
    text-decoration: underline;
}
.widget_price_filter .price_slider {
    margin-bottom: 5px;
}
.widget_price_filter .price_slider_amount {
    text-align: center;
}
.widget_price_filter .price_slider_amount .button {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 3px 15px;
    text-transform: uppercase;   
}
#min_price, #max_price  {
    display: none;
}
.price_slider_wrapper {
    height: 60px;
    margin: 0 5px;
}
.widget_price_filter .ui-slider {
    margin: 0 5px 10px;
    position: relative;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background: #62B329;
    border-radius: 1em;
    cursor: pointer;
    height: 13px;
    outline: medium none;
    position: absolute;
    top: -3px;
    width: 13px;
    z-index: 2;
}
.price_slider_amount .price_label {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #DDD;
    border-radius: 3px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #05672F;
    margin-top: 5px;
}
.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.before-prods {
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
    height: 42px;
}
.woocommerce-ordering {
    color: #333;
    float: left;
    font-size: 1.2rem;
}
.woocommerce-ordering .label {
    float: left;
    margin-right: 10px;
}
.woocommerce-result-count {
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    top: 12px;
}
.pagina-eroare {
    text-align: center;
}
.pagina-eroare p {
    color: #ff3300;
    font-size: 2rem;
    font-weight: 600;
}
.pagina-eroare .back-home {
    background: none repeat scroll 0 0 #62B329;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 10px;
}
.pagina-eroare .back-home:hover {
    text-decoration: none;
}
.showf {
    display: none;
}

.newsletter-subscribe {
    background-image: url(images/news.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
    text-align: center;
    color: #FFF;
}

.newsletter-subscribe h4 {
    line-height: 1;
}

.newsletter-subscribe p {
    display: block;
    font-family: "Shadows Into Light Two",cursive;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFF;
    text-transform: none;
    margin-bottom: 20px;
}

.newsletter-subscribe form {
    margin: 0 auto;
    width: 50%;
    position: relative;
}

.newsletter-subscribe input[type="email"] {
    border: medium none;
    color: #999;
    padding: 10px;
    width: 100%;
}

.newsletter-subscribe input[type="submit"] {
    background: #62B329 none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    right: 3px;
    text-shadow: none;
    top: 3px;
}
.newsletter-subscribe input[type="submit"]:hover {

}
.nav-growpop {
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding-top: 15px;
}

.nav-growpop .next {
    float: left;
    padding-left: 10px;
    width: 50%;
    text-align: right;
}

.nav-growpop h3 {
    font-size: 1.3rem;
}

.nav-growpop .next .attachment-thumbnail {
    float: right;
    max-width: 50px;
    margin-left: 10px;
}

.nav-growpop a:hover {
    text-decoration: none;
}

.nav-growpop .prev .attachment-thumbnail {
    float: left;
    max-width: 50px;
    margin-right: 10px;
}

.nav-growpop .next .price, .nav-growpop .prev .price {
    color: #000;
    font-size: 1.2rem;
}

.nav-growpop .prev {
    float: left;
    padding-right: 10px;
    width: 50%;
}

.nav-growpop h5 {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.wc-layered-nav-rating  {
    width: 62px;
    margin-bottom: 5px !important;
}

.wc-layered-nav-rating a {

}

/* #RESPONSIVE
=========================================================================
*/

@media only screen and (max-width: 980px) {
    .main-navigation {
        display: none;
    }
    #CoverPop-cover {
        display: none !important;
    }

    #mobile-menu {
        display: block;
        z-index: 997;
        position: relative;
    }
    #header-cart .content {
        display: none !important;
    }
    .slicknav_btn {
        background: #62B329 none repeat scroll 0 0;
        border-radius: 3px;
        color: #fff;
        display: block;
        font-weight: 700;
        line-height: 37px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
    .slicknav_btn:hover {
        background: #62B329;
        text-decoration: none;
        color: #FFF;
        overflow: hidden;
    }
    .slicknav_nav {
        background: #e8e3d0 none repeat scroll 0 0;
        border-radius: 3px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 12px;
        position: relative;
    }
    .slicknav_nav:before {
        border-bottom: 8px solid #e8e3d0;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: 21px;
        position: absolute;
        top: -7px;
    }
    .slicknav_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .slicknav_nav li {
        font-weight: 600;
        padding: 5px 0;
    }
    .slicknav_nav li a {
        color: #000;
        display: block;
        font-size: 1.3rem;
        text-transform: uppercase;
    }
    .slicknav_nav li a:hover {
        text-decoration: none;
    }

    .slicknav_nav .search {
        position: relative;
    }

    .slicknav_nav .search input[type="search"] {
        border: medium none;
        font-size: 1.3rem;
        font-weight: 400;
        padding: 8px;
        width: 100%;
    }

    .slicknav_nav .search button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #62B329;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 13px;
    }

    .slicknav_nav .headcontact {
        padding: 10px 0;
        text-align: center;
    }

    .slicknav_nav .headcontact a {
        color: #000;
        display: inline-block;
        font-size: 1.3rem;
        font-weight: 700;
        text-align: left;
        width: 49%;
    }

    .slicknav_arrow {
        position: absolute;
        right: 10px;   
    }
    .slicknav_nav li ul li {
        color: #fff;
        font-size: 1.3rem;
        list-style: inside;
        margin: 0;
        padding: 5px 10px;
    }
    .site-header .top-user .inside {
        display: none;
    }
    .site-header .top-user .user-icon {
        display: block;
        font-size: 2.3rem;
    }
    .site-header .top-user .user-icon a {
        color: #05672F;
    }
    .site-header .info {
        display: none;
    }
    .searchform-header  {
        display: none;
    }
    .searchform-header .searchsubmit {
        color: #62B329;
        right: 10px;
        top: 10px;
        z-index: 999;
    }
    .woocommerce-checkout .help-checkout {
        top: 7px;
    }
    .product-name .productName, .product-price, .product-quantity {
        font-size: 1.2rem;
    }
    .shop_table .cart_item {

    }
    .shop_table thead {
        display: none;
    }
    .cart_item .product-image {

    } 
    .cart_item .product-name {
        display: block;
        overflow: hidden;
    }
    .cart_item .product-price {
        display: block;
    }
    .cart_item .product-quantity {
        display: block;
    }
    .cart_item .product-subtotal {
        display: block;
        text-align: center;
    }
    .searchform-header {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        left: 0;
        padding: 0 0 0 80px;
        top: 50px;
        width: 100%;
    }

    #primary {
        float: none;
        width: 100%;
        margin: 0;
    }

    #secondary {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .container {
        padding: 0 10px;
    }
    .site-header .top-user, .site-header .favprods {
        margin-right: 20px;
    }
    .site-header .righ-info {
        right: 5px;
        top: 25px;
    }
    .site-branding a {
        margin-top: 0;
    }
    .site-header .tophead {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .viewed-products .prod {
        margin-bottom: 30px;
        width: 23.8%;
    }
    .viewed-products .prod:nth-of-type(4n) {
        margin-right: 0;
    }
    .woocommerce-product-rating .woocommerce-review-link {
        display: block;
    }
    .product-header .product_title {
        font-size: 1.6rem;
    }

    .product-info .right-info .inleft {
        float: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .product-info .right-info .inright {
        float: none;
        padding: 0;
        width: 100%;
    }

    .product-info .right-info .inright .stock {
        text-align: center;
    }

    .star-rating {
        display: inline-block;
    }

    .productBuy {
        display: block;
        position: relative;
        text-align: center;
    }    
    .pret-produs {
        text-align: center;
    }
    .avantaje {
        display: none;
    }
    .product-listing .item, .categories-list .item, .viewed-products .item {
        margin-bottom: 20px;
        width: 50%;
    }    
    .product-listing .item:last-of-type, .categories-list .item:last-of-type, .viewed-products .item:last-of-type {
        display: none;
    }
    .sidebar-left {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .primary-content {
        margin: 0;
    }
    .display-filters {
        display: block !important;
    }
    .filters-area {
        display: none;
    }
    .showf {
        background: none repeat scroll 0 0 #62B329;
        border-radius: 3px;
        color: #fff;
        display: block;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
		font-size: 1.3rem;
    }
    .showf:hover {
        color: #fff;
        text-decoration: none;
    }
    .wrapper-listing li {
        width: 50%;
    }
    .woocommerce-result-count {
        display: none;
    }
    .woocommerce-ordering .label {
        display: none;
    }
    .product-info .left-info {
        border-right: 0 none;
        float: none;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }
    .product-info .right-info {
        float: none;
        margin-bottom: 10px;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .product-info .left-info .bubble {
        left: auto;
        right: 10px;
        top: 10px;
    }
    .product-info .left-info .rest-thumbs .owl-wrapper, .product-info .left-info .rest-thumbs .owl-wrapper .owl-item {

    }
    .product-info .product-images .zoomin {
        display: none;
        font-size: 3rem;
        left: 10px;
        opacity: 0.3;
        position: absolute;
        top: 0;
        z-index: 5;
    }
    .product-header .woocommerce-product-rating .star-rating {
        display: inline-block;
        float: none;
        margin: 0;
    }
    .product-header .woocommerce-product-rating .woocommerce-review-link {
        display: block;
    }
    .pret-produs {
        float: none;
    }
    .adaugaincos {
        float: none;
        text-align: center;
    }

    .product-right-sidebar {
        float: none;
        width: 100%;
    }
    #comments .rating-left {
        float: none;
        text-align: center;
        width: 100%;
    }
    #comments .rating-right {
        border: medium none;
        margin: 0;
        padding: 0;
    }

    #comments .star-rating, .comment-form-rating .star-rating {
        margin: 0 auto;
    }
    .motive-comanda {
        display: none;
    }
    #send-order {
        border: medium none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .site-header {
        margin-bottom: 15px;
    }
    .site-header .favprods .inside {
        display: none;
    }
    .site-header .favprods .icon {
        font-size: 2.3rem;
    }
    #header-cart .heading .carticon {
        font-size: 2.3rem;
        height: auto;
        line-height: normal;
    }
    #header-cart .heading .nrprods {
        top: -4px;
    }
    .product-info .right-info .inleft .woocommerce-product-rating, .product-info .right-info .inleft ul {
        display: none;
    }
    .newsletter-subscribe form {
        width: 100%;
    }
	.wrapper-listing .woocommerce-product-rating {
    display: inline-block;
    margin-bottom: 5px;
}

}
@media only screen and (max-width: 479px) {
    .product-listing .item, .categories-list .item, .viewed-products .item, .wrapper-listing li {        
        width: 100%;
        margin-bottom: 10px;
    }
    .wrapper-listing .product {
       margin-right: 0;
    }
    .product-listing .item:last-of-type, .categories-list .item:last-of-type, .viewed-products .item:last-of-type {
        display: block;
    }
    .product-block h4 {
        font-size: 1.8rem;
    }
    .product-block h4 span {
        font-size: 1.4rem;
    }
    .product-name .productName {
        margin-left: 0;
    }
    .cart_item .disponibilitate {
        font-size: 1rem;
    }
    #send-order h3 span {
        display: none;
    }
    #send-order h3 {
        font-size: 1.4rem;
    }
    #home-slide .inside-slide {
        display: none;
    }
    .nav-growpop .prev {
        float: none;
        margin-bottom: 20px;
        overflow: hidden;
        padding-right: 0;
        width: 100%;
    }
    .nav-growpop .next {
        float: none;
        padding: 0;
        text-align: left;
        width: 100%;
        overflow: hidden;
    }
    .nav-growpop .next .attachment-thumbnail {
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }
}
