html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFF;
    color: #828282;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.content ul {
    list-style: none outside none;
}

font {
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
}

/*ol, ul {
    margin: 0;
    padding: 0;
}*/

ol li, ul li {
    line-height: 25px;
}

button:focus, button:hover, button:active, .btn:focus, .btn:hover, .btn:active {
    outline: none;
}

.btn-xlarge {
    text-transform: none;
    padding: 12px 22px;
    font-size: 20px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
}

.btn-xlarge a {
    color: #fff;
}

.btn-mlarge {
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #A3A3A3;
    border: 1px solid #E0E0E0;
}

.btn-mlarge a {
    color: #fff;
}

hr {
    clear: both;
}

label {
    color: #3e474b;
}

.fs9 {
    font-size: 9px;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

a {
    cursor: pointer;
    outline: none;
    color: #3BAC53;
}

a img {
    border: none;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

/*a img:hover {*/
    /*opacity: 0.6;*/
    /*transition: all .3s ease-in-out;*/
    /*-moz-transition: all .3s ease-in-out;*/
    /*-webkit-transition: all .55s ease-in-out;*/
/*}*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #3bac53;
}

b, strong {
    color: #424242;
}

table {
    background-color: #FFF;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}

table.cl-list {
  width: initial;
}

table.list thead td {
    padding: 0 5px;
}

table.list .center {
    text-align: center;
    padding: 7px;
}

table.list tbody td {
    padding: 0 5px;
}

table.list td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.list .right {
    text-align: right;
    padding: 7px;
}

table.list .left {
    text-align: left;
    padding: 7px;
}

table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222;
    font-weight: bold;
}

input.large-field, select.large-field {
    width: 65%;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form > * > * > td {
    color: #000;
}

table.form td {
    padding: 4px;
}

table.form tr td:first-child {
    width: 180px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    display: table;
}

table.radio td {
    padding: 5px;
}

table.radio td label {
    display: block;
}

table.radio td input[type="radio"] {
    margin: 0;
}

table.radio tr td:first-child {
    width: 1px;
}

table.radio tr td:first-child input {
    margin-top: 1px;
}

table.radio tr.highlight:hover td {
    background: #fafbfc;
    cursor: pointer;
}

.pagination {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px;
    background-color: #FFF;
}

.pagination .links {
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebeef2;
}

.pagination .links a, .pagination .links b {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 20px;
    height: 30px;
    -webkit-transition: background-color 350ms ease-in;
    transition: background-color 350ms ease-in;
    padding: 0;
    line-height: 30px;
    text-decoration: none;
    margin: 0 3px 0 0;
    text-align: center;
    font-weight: normal;
    color: #aa8255;
}

.pagination .links a:active, .pagination .links b:active {
    color: #3bac53;
}

.pagination .links b {
    color: #3bac53;
    margin-left: 10px;
}

.pagination .results {
    float: right;
    color: #333;
}

.main-column .pagination .results {
    padding-top: 5px;
}

.button {
    background: #3BAF29;
}

.button_sliding_bg {
    color: #FFF;
    background: #eee;
    padding: 5px 5px;
    margin: 5px;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #ddd;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	border: 1px solid #bbb;
}
.button_sliding_bg:hover {
    box-shadow: inset 0 100px 0 0 #ddd;
}
.buttons:before, .buttons:after {
    content: " ";
    display: table;
}

.buttons:after {
    clear: both;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons.no-padding {
    padding: 0;
    border: 0;
}

.separator { 
    border-color: #e0dede;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
    border: 0 solid #e7e6e6;
    clear: both;
    position: relative;
    z-index: 11;
 }

.htabs {
    position: relative;
}

.htabs .nav > li > a:hover, .htabs .nav > li > a:focus {
    background-color: transparent;
}

.htabs a {
    float: left;
    font-size: 17px;
    font-family:;
    color: #424242;
}

.htabs a.selected {
    color: #3bac53;
}

.links {
    margin: 0;
    padding: 0;
}

.links li a {
    margin: 0 5px;
}

#colorbox {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.carousel-controls {
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;
    height: 30px;
    z-index: 12;
}

.product-label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    width: 44px;
    height: 33px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    right: 0;
    z-index: 2;
}

.product-label:before {
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
}

.product-label.product-label-new {
    left: 0;
    border-right: 46px solid transparent;
    border-top: 46px solid #4ACFD4;
}

.product-label.product-label-new span {
    left: 5px;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.product-label.product-label-special {
    background: #ef0909;
}

.product-label.product-label-special:before {
    border-bottom: 7px solid #ef0909;
    left: -3px;
}

.tooltip-inner {
    border-radius: 3px;
}

.padding {
    padding: 20px;
}

.no-padding {
    padding: 0;
}

.required {
    color: #F00;
    font-weight: normal;
    font-size: 13px;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin: 20px 0;
    color: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 6px;
    padding-left: 4px;
    cursor: pointer;
}

.attention {
    background: #FFF5CC url('../../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.warning {
    background: #FFD1D1 url('../../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.success {
    background: #EAF7D9 url('../../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

.error {
    display: block;
    color: #F00;
    margin-top: 5px;
}

.welcome a {
    color: #3bac53;
}

h1, .h1 {
    font-size: 24px;
    line-height: 46.5px;
}

h1 small, .h1 small {
    font-size: 21px;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 22px;
    }
}

h2, .h2 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 19px;
    line-height: 31px;
}

h3 small, .h3 small {
    font-size: 19px;
}

h4, .h4 {
    line-height: 31px;
}

h5, .h5 {
    font-size: 13px;
    line-height: 31px;
}

h5 small, .h5 small {
    font-size: 12px;
}

h6, .h6 {
    font-size: 12px;
    line-height: 31px;
}

h1, .h1 {
    color: #5a5a5a;
    font-size: 24px;
    line-height: 48px;
}

h2, .h2 {
    color: #5a5a5a;
    font-size: 18px;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #353d41;
    font-size: 16px;
}

#content h1 {
    font-size: 24px;
    /*text-transform: capitalize;*/
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #93999d;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}

.tabs-group input[type="text"], .tabs-group input[type="password"] {
    height: 33px;
    padding: 5px;
}

input, button, select, textarea {
    padding: 5px;
    border: 1px solid #ebeef2;
    color: #333;
    outline: none;
}

input:hover, input:focus, button:hover, button:focus, select:hover, select:focus, textarea:hover, textarea:focus {
    outline: none !important;
}

select {
    padding: 4px;
    cursor: pointer;
}

input[type="image"] {
    border: 0;
}

.btn-group .btn.dropdown-toggle.btn-theme-normal {
    text-transform: inherit;
    padding: 4px;
}

.btn-group .btn.dropdown-toggle.btn-theme-normal:hover, .btn-group .btn.dropdown-toggle.btn-theme-normal:active, .btn-group .btn.dropdown-toggle.btn-theme-normal:focus {
    background-color: #FFF;
    color: #93999d;
    border-color: #dcdcdc;
}

.btn-group .btn.dropdown-toggle.btn-theme-normal:hover .fa, .btn-group .btn.dropdown-toggle.btn-theme-normal:active .fa, .btn-group .btn.dropdown-toggle.btn-theme-normal:focus .fa {
    color: #93999d;
}

.btn {
    text-transform: uppercase;
}

.btn.btn-theme-default {
    text-align: center;
    background-color: #384044;
    color: #FFF;
    padding: 4px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-theme-important {
    text-align: center;
    background-color: #3BAF29;
    color: #FFF;
    padding: 4px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-theme-default.btn-small {
    padding: 0 5px 2px;
    text-transform: capitalize;
}

.btn.btn-danger {
    margin: 10px;
    border-color: transparent;
}

.btn.btn-theme-normal {
    background-color: transparent;
    color: #93999d;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-theme-normal .fa {
    color: #93999d;
}

.btn.btn-theme-normal:hover, .btn.btn-theme-normal:focus {
    color: #3bac53;
    border-color: #3bac53;
}

.btn.btn-theme-normal:hover .fa, .btn.btn-theme-normal:focus .fa {
    color: #3bac53;
}

.btn.btn-shopping-cart {
    padding: 5px 10px;
    background: #3BAC53;
    color: #FFF;
    text-transform: capitalize;
    font-family: "Source Sans Pro", sans-serif;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-shopping-cart .fa {
    line-height: 21px;
    margin-right: 5px;
}

.btn.btn-shopping-cart > * {
    float: left;
}

.btn.blue {
    background-color: #3bac53;
    border: 0;
    color: #FFF;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.btn.blue span + span {
    border: 0;
    padding: 5px 10px;
    font-size: 13px;
    font-family: "Alegreya", serif;
}

.btn.blue .fa {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    background-color: #2e8641;
}

.btn.blue:hover, .btn.blue:focus {
    background-color: #f6bb42;
    color: #FFF;
}

.btn.blue:hover .fa, .btn.blue:focus .fa {
    background-color: #f4a911;
}

.btn:hover, .btn:focus {
    color: #FFF;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #80BD01;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all .6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
    transition: all .6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}

.control-label {
    padding-top: 7px;
    color: #3e474b;
    font-size: 14px;
    font-weight: normal;
}

body.layout-boxed-md {
    background: url("../../image/mobile/pattern/pattern19.png");
}

body.layout-boxed-md #page {
    max-width: 958px;
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    background: url("../../image/mobile/pattern/pattern18.png");
}

body.layout-boxed-md .cart-inner h4 {
    display: none;
}

body.layout-boxed-md #topbar .support .left {
    display: none;
}

body.layout-boxed-md .product-block .product-meta {
    padding: 10px 5px;
}

body.layout-boxed-md ul.contact-us li i {
    width: 6%;
    margin: 0;
}

body.layout-boxed-md #powered {
    padding: 25px 0;
}

body.layout-boxed-md .verticalmenu {
    margin-top: 1px;
}

body.layout-boxed-md .verticalmenu > li > a {
    padding-left: 0;
    padding-right: 0;
}

body.layout-boxed-md .custom li:last-child, body.layout-boxed-md .custom .last {
    display: none;
}

body.layout-boxed-md .custom p {
    margin-bottom: 10px;
}

body.layout-boxed-md .pavcontentslider .carousel-indicators {
    margin: 0 auto;
    left: 0;
    right: 0;
}

body.layout-boxed-md .pavcontentslider .carousel-indicators li {
    display: inline-block;
    float: none;
}

body.layout-boxed-lg {
    background: url("../../image/mobile/pattern/pattern18.png");
}

body.layout-boxed-lg #page {
    max-width: 1188px;
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    background: url("../../image/mobile/pattern/pattern16.png");
}

body[class*="layout-boxed-"] .in-border {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body[class*="layout-boxed-"] .d-heading {
    position: relative;
    -webkit-box-shadow: 5px 0 5px -5px #424242;
    box-shadow: 5px 0 5px -5px #424242;
}

body[class*="layout-boxed-"] .d-heading:before {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: #424242;
}

body[class*="layout-boxed-"] .d-content {
    border-top: 0;
}

body[class*="layout-boxed-"] .d-content:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    background: #000;
    width: 105%;
    height: 2px;
}

#topbar {
    color: #93999d;
    font-size: 14px;
    background: #F5F5F5;
    min-height: 43x;
}
#topbar .support{
   padding-top: 10px; 
}
#topbar b, #topbar strong {
    color: #93999d;
}

#topbar .links li:hover {
    color: #3bac53;
}

#topbar .links li.last, #topbar .links li:last-child {
    border-right: 0;
}

#topbar .links a .fa {
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

#topbar .links a:hover {
    color: #80BD01;
}

#topbar .login a {
    margin: 0;
    color: #3bac53;
}
#topbar .links_client{
  margin:0;
  padding: 0;
  float: right;
} 
#topbar .links_client li{
  margin:0;
  padding: 0;
  line-height: 44px;
  border-right: 1px solid #FFFFFF;
  float: left;
} 
#topbar .links_client a{ 
  color: #5a5a5a;
  padding: 15px;
}
#header-bottom {
    min-height: 47px;
    background: #3bac53;
}

#header-main {
    background: #e5e5e5;
}

#header-main .container {
    position: relative;
}

#header-main a:hover {
    color: #3bac53;
}

#header-main .btn {
    color: #FFF;
}

#header-main .btn:hover {
    color: #FFF;
}

#header-main .header-wrap {
    min-height: 94px;
    margin: 0;
}

#header-main .shopping-cart {
    margin-top: 13px;
    margin-bottom: 10px;
}

#header-main .inner {
    text-align: left;
    margin-top: 28px;
    padding: 0;
}

#header-main .inner > * {
    display: table-cell;
    vertical-align: middle;
}

#cont {
    color: #5A5A5A;
    border: 1px solid #E8E6E6;
    padding: 3px 10px;
    border-radius: 5px;
    background: #FAFAFA;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#cont:hover {
    background: #3BAF29;
    color: #fff;
}

.detalii {
    text-align: center;
    padding: 10px;
}

.detalii a {
    text-align: center;
    color: #3BAC53;
    font-weight: bold;
}

.detalii a:hover {
    color: #80BD01;
}

#logo {
    padding-top: 15px;
    text-align: left;
}

#header-main #logo-theme a span {
    display: none;
}

#header-main .customer-service {
    width: 55%;
}

#search .fa {
    color: #5A5A5A;
    cursor: pointer;
}

#search .fa:hover {
    color: #3BAF29;
}

#header .show-mobile {
    text-align: right;
}

#header .show-mobile:before, #header .show-mobile:after {
    content: " ";
    display: table;
}

#header .show-mobile:after {
    clear: both;
}

#header .show-mobile > div {
    position: relative;
    cursor: pointer;
}

#header .show-mobile > div:hover .inner-toggle {
    display: block;
}

#header .show-mobile .quickaccess-toggle a {
    color: #93999D;
}

#header .show-mobile .quickaccess-toggle .fa {
    font-size: 14px;
}

#header .show-mobile .quickaccess-toggle:hover a, #header .show-mobile .quickaccess-toggle:focus a, #header .show-mobile .quickaccess-toggle:active a {
    color: #FFF;
}

#header .show-mobile .inner-toggle {
    display: none;
    padding: 10px;
    background-color: #394044;
    text-align: left;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 8px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    min-width: 200px;
}

#header ul, #header ol {
    list-style: none;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
#content {
    min-height: 400px;
    margin-bottom: 25px;
}

.content2 {
    background-attachment: local;
  background-image: url(/image/data/XlearHomepageBackgroundLower.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-color: #f6f6f6;
    border-bottom-width: 0;
    border-top-width: 0;
    border-bottom-style: solid;
    border-top-style: solid;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.aer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.prezentare h2 {
    font-size: 22px;
    text-align: left;
    padding-left: 10px;
}

.prezentare h3 {
    font-size: 18px;
    text-align: left;
    padding-left: 10px;
}
.prezentare p {
    padding:0 10px;
}
.prezentare .sectia {
    padding: 40px 0px;
    overflow: auto;
}

.bg-albastru {
 background: #EEF5FF;
     margin: 0 -100%;
}
.bg-gri {
 background: #F4F4F4;
     margin: 0 -100%;
}
.bg-indulcitori{
    margin: 0 -100%;
    background-attachment: fixed;
    background-image: url(/image/data/grafice/prezentare/natural-sweeteners/xylitol-natural-sweeteners-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-color: #eae9e9;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-top-style: solid;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;

}
.prezentare .sdw {
    -webkit-box-shadow: 0 8px 6px -6px #000;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px #A19999;
}

.prezentare .s1, .s2, .s3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.prezentare .s1 {
    color: #49AE2A;
}

.prezentare .s2 {
    color: #0678CF;
}

.prezentare .s3 {
    color: #49AE2A;
}
.prezentare hr {
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.prezentare li {
    border: none;
    line-height: 35px;
    margin-bottom: 15px;
}
.prezentare .lista-normala li {
    border: none;
    line-height: 24px;
    margin-bottom: 0;
}
.prezentare .lista-nr li{
    border: none;
    line-height: normal;
    margin-bottom: 5px;
    list-style-type: decimal;
    padding-left: 20px;
}
.prezentare .fa {
    font-size: 20px;
    color:#a0ce4e;
    margin-right: 5px;
}
.prezentare .sageti-verzi ul, .prezentare .sageti-albastre ul, .prezentare .ok-verzi ul, #header ul {
    margin: 0;
    padding: 0;

}
.prezentare .sageti-verzi li, .prezentare .sageti-albastre li , .prezentare .ok-verzi li.ok {
padding-left: 40px;
list-style-type: none;
}


.prezentare .sageti-verzi li {
    background: url('../../image/sageata.png') left no-repeat;
}

.prezentare .sageti-albastre li {
    background: url('../../image/sageata2.png') left no-repeat;
}

.prezentare .ok-verzi li.ok {
    background: url('../../image/ok-green.png') left no-repeat;
        min-height: 25px;
}

.prezentare .ok-verzi li.ok ul {
    margin-left: 10px;
    margin-bottom: 20px;
    list-style-type: none;
}
.prezentare .thumbnail {
    min-height: 200px;
    text-align: center;
    background: #FFF;
}
.prezentare .bg-gri .thumbnail {
    min-height: 200px;
    text-align: center;
    background: none;
}
.prezentare .thumbnail .caption{
    min-height: 68px;
    padding: 0;
}
.prezentare .thumbnail h3{
    color: #49ae2a;
    line-height: 24px;       
    font-size: 18px;
    text-align: center;
} 
.prezentare .caption {
    font-size: 15px;
    color: #828282;
    line-height: 20px;
}
.prezentare .thumbnail .iconite {
    background-color: #FFF;
    min-height: 174px;
}
.prezentare .no-bg {
    background: none !important;
}
.prezentare .modal-dialog {
    width: 810px;
}

.width-100 .fullwidth-box, .width-100 .fusion-section-separator {
    margin-left: -15px;
    margin-right: -15px;
}

.width-100 .fullwidth-box, .width-100 .fusion-section-separator {
    margin-left: -30px;
    margin-right: -30px;
}

#footer {
    border-top: 10px solid #E9EAEE;
    background: #F5F5F5;
    color: #5a5a5a;
    font-weight: 400;
}
#footer:before, #footer:after {
    content: " ";
    display: table;
}

#footer:after {
    clear: both;
}
#footer p {
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 1em;
    padding: 0;
}
#footer a {
    color: #5a5a5a;
}

#footer a:hover {
    text-decoration: underline !important;
}

#footer ul, #footer ol {
    list-style: none;
}

#footer .box-heading {
    background: transparent;
    border: none;
    font-size: 15px;
    padding-bottom: 20px;
    padding-left: 0;
    font-weight: bold;
}

#footer .box-content {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

#footer .footer-top .custom {
    padding: 30px 0 20px;
}

#footer .footer-center {
    border-bottom: 1px solid #2b2b2b;
    padding: 30px 0 10px;
}

#footer .footer-center .container {
    padding-top: 5px;
}

.column ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

.column li {
    margin-bottom: 0;
    line-height: 30px;
}

#powered {
    padding: 10px 0;
    background: #252525;
}

#powered .copyright {
    text-align: left;
    line-height: 20px;
}

#powered a {
    color: #3bac53;
}

.banner div {
    text-align: center;
    width: 100%;
    display: none;
}

.thumbnail {
    border: none;
}

.wrapper, .search {
    padding: 10px;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebeef2;
}

.jumbotron {
    background-color: #FFF;
    display: inline-block;
}

.jumbotron2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block !important;
}

.box-outer {
    margin: 0;
}

.box .product-related {
	margin-top: 20px;
}

.box h3{
    font-size: 18px;
   line-height: 24px;
       font-weight: normal;

}
.box.pav-custom .box-content {
    padding: 0;
}

.box .box-heading {
    color: #5a5a5a;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 20px;
}

.centrat {
    height: 2px;
    text-align: center;
}

.big {
    text-align: center;
    font-size: 1.7em;
    border: 0;
    padding: 5px;
    margin: 5px;
}

.spatiu {
    margin-bottom: 60px;
}

.box .box-heading span.titlu {
    color: #5a5a5a;
    background-color: #fff;
    position: relative;
    top: -0.5em;
    font-family: "Open Sans", sans-serif;
}

.box .box-heading.icon .fa {
    display: none;
}

.box .box-content {
    border-right: none;
    padding: 20px;
}

.box .box-content .product-grid {
    border: 0;
    padding: 0;
}

.box.highlighted .box-heading {
    background-color: #f6bb42;
    letter-spacing: normal;
}

.box.dark .box-heading {
    background-color: #3bac53;
}

.box.green .box-heading {
    background-color: #3bac53;
}

.box.maroon .box-heading {
    background-color: #3bac53;
}

.box.blue .box-heading {
    background-color: #5e90af;
}

.box.gray .box-heading {
    background-color: #3bac53;
}

.box.pink .box-heading {
    background-color: #3bac53;
}

.box.red .box-heading {
    background-color: #424242;
}

.box.white .box-heading {
    background-color: #FFF;
    color: #000;
}

.box.white .box-heading .shapes.right {
    border-left-color: #ebeef2;
}

.box.white .box-heading .line {
    background-color: #ebeef2;
}

.box .nav-tabs {
    font-size: 13px;
    border-bottom: 1px solid #ebeef2;
}

.box .nav-tabs a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.box.box-product .box-content {
    padding-top: 0;
    padding-bottom: 0;
}

.quick-setting {
    font-size: 14px;
}

.quick-setting .language {
    margin-bottom: 10px;
}

.quick-setting label {
    color: #828282;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
}

.quick-setting .langs-wrapper li {
    cursor: pointer;
}

.quick-setting .langs-wrapper li:hover {
    color: #3bac53;
}

.quick-setting .langs-wrapper li img {
    padding-right: 5px;
}

.quick-setting .box-currency a {
    border: 1px solid #ebeef2;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.quick-setting .box-currency label {
    padding-bottom: 10px;
}

.store a b {
    font-weight: 300;
}

.btn-dropdown {
    background: #394044;
    border: 1px solid #454D50;
    text-transform: capitalize;
    padding: 3px 6px;
}

.btn-dropdown .caret {
    border-color: #f6bb42 transparent;
}

.btn-dropdown:hover {
    color: #000;
}

.btn-dropdown:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .btn-dropdown span {
    color: #000;
}

.btn-group.open .dropdown-menu {
    right: -60px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-group .dropdown-menu {
    min-width: 110px;
    border: 0;
    z-index: 99999;
    display: block;
    top: 120%;
    color: #93999d;
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #CCC;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    -webkit-transition-duration: .4s, 0.6s, 0.6s;
    transition-duration: .4s, 0.6s, 0.6s;
    -webkit-transition-property: opacity, transform, max-height;
    transition-property: opacity, transform, max-height;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}

.btn-group .dropdown-menu a {
    color: #93999D;
}

.btn-group .list-item {
    line-height: 22px;
    text-transform: capitalize;
    cursor: pointer;
    border: 0;
    display: block;
}

.btn-group .list-item:hover {
    color: #3BAF29;
}

.btn-group .item-symbol {
    margin-right: 5px;
    margin-top: -1px;
}

#header #cart {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

#header #cart .content {
    clear: both;
    display: block;
    position: absolute;
    top: 100%;
    right: 17px;
    left: auto;
    padding: 10px;
    min-height: 100px;
    height: 100px;
    max-height:500px;
    height: auto !important;
    background: #FFF;
    border: 1px solid #ebeef2;
    z-index: 100;
    min-width: 350px;
    visibility: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
}

#header #cart .heading {
    padding: 6px;
}

#header #cart .heading:before, #header #cart .heading:after {
    content: " ";
    display: table;
}

#header #cart .heading:after {
    clear: both;
}

#header #cart .heading .cart-inner {
    height: auto !important;
}

#header #cart .heading a {
    margin-top: 1px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#header #cart .media .icon-cart {
    color: #5a5a5a;
    font-size: 16px;
}

#header #cart .media h4 {
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 18px;
}

#header #cart .media a {
    color: #5a5a5a;
    font-size: 14px;
}

#header #cart.active .content {
    max-height: 1000px;
    /*overflow: hidden;*/
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#header #cart .checkout {
    text-align: right;
    clear: both;
}

#header #cart .empty {
    padding-top: 20px;
    text-align: center;
}

.mini-cart-total {
    text-align: right;
}

.mini-cart-total td {
    color: #000;
    padding: 4px;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 5px;
}
.mini-cart-info {
    overflow-y:scroll;
    max-height:500px;
}

.mini-cart-info .quantity {
    text-align: right;
}

.mini-cart-info .name small {
    color: #666;
}

.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #ebeef2;
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    max-height:500px;
}

.mini-cart-info .image {
    padding: 0;
}

.mini-cart-info .image img {
    text-align: left;
}

.mini-cart-info .remove {
    text-align: right;
}

.mini-cart-info .remove img {
    cursor: pointer;
}

.mini-cart-info td.total {
    text-align: right;
}

#search {
    margin-right: 0;
    margin-top: 30px;
}


#search .form-control {
    background: #FFF;
    height: 36px;
    line-height: 36px;
    padding: 0 35px 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 300px;
    border: 1px solid #d2d2d2;
}
#search .input-group-addon{
    background: #FFF;
    border:0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin:1px;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

#search .input-search:hover, #search .input-search:focus {
    outline: none;
}

.blog .form-control .form-control {
    color: #6CBF60;
}

.btn-top {
    margin-right: 5px;
}

.btn-top .form-control {
    height: 28px;
    line-height: 10px;
}

.btn-top .form-control:hover, .btn-top .form-control:active, .btn-top .form-control:focus {
    color: #6CBF60;
}

.form-control:focus {
    border-color: #CCC;
}

.box-product {
    margin: 0;
}

.pavcol-lg-5 {
    float: left;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
}

.pavcol-lg-5.last, .pavcol-lg-5:last-child {
    border: 0;
}

.product-cols.last, .product-cols:last-child {
    border-right: none;
}

.product-list + .pagination {
    border-top: 0;
}

.product-list {
    background-color: #FFF;
    overflow: hidden;
}

.product-list .product-label.product-label-special {
    left: 0;
}


.product-block {
    position: relative;
    padding: 20px;
    margin: 0;
}

.product-block a:hover {
    color: #3bac53;
}

.product-block .price {
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

.product-block .action:before, .product-block .action:after {
    content: " ";
    display: table;
}

.product-block .action:after {
    clear: both;
}

.product-block .action > * {
    margin: 0 auto;
    width: 115px;
}

.product-block .action .button-group > div {
    float: left;
}

.product-block .description {
    display: none;
}

.product-block .product-icon {
    margin-left: 5px;
    padding-left: 3px;
    cursor: pointer;
    color: #424242;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ebeef2;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.product-block .product-icon:hover {
    background-color: #3bac53;
    color: #FFF;
    border-color: transparent;
}

.product-block .product-icon span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.product-block .shopping-cart {
    border: 1px solid #3bac53;
    background: #3bac53;
    color: #FFF;
}

.product-block .rating, .product-block .norating {
    margin: 5px 0;
    padding: 3px 0 5px;
    text-align: center;
}

.product-block .name {
    text-transform: none;
    margin: 0;
    min-height: 36px;
    height: 36px;
    height: auto !important;
    line-height: 18px;
    text-align: center;
}

.product-block .name a {
    color: #3e474b;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-block .name a:hover {
    color: #3bac53;
}

.product-block .image {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.product-block .image .hover-image {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.product-block .image:hover .hover-image {
    opacity: 1;
    visibility: visible;
}

.product-block .product-meta:before, .product-block .product-meta:after {
    content: " ";
    display: table;
}

.product-block .product-meta:after {
    clear: both;
}

.product-block .product-zoom, .product-block .pav-colorbox {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.product-block .product-zoom:hover, .product-block .pav-colorbox:hover {
    background-color: #3bac53;
    color: #FFF;
}

.product-block .product-zoom {
    z-index: 10;
    color: #FFF;
    background-color: #424242;
    line-height: 30px;
    right: 50%;
    text-align: center;
}

.product-block .pav-colorbox {
    left: 50%;
    background-color: #424242;
    padding: 5px 7px;
    z-index: 9999;
    display: block;
}

.product-block .pav-colorbox span {
    display: none;
}

.product-block .pav-colorbox .fa {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#slide-produse .product-block {
margin: 10px;
border: 1px solid #efedee;
padding: 0;
}

#slide-produse .product-block .name a {
    font-weight: 400;
    font-size: 14px;
    min-height: 70px;
}
#slide-produse .product-block .price {
    font-size: 16px;
}

.price {
    font-size: 18px;
    font-weight: 600;
}

.price .price-old, .price .price-tax {
    color: #aab2bd;
    text-decoration: none;
    font-size: 14px;
}

.filter .box-content {
    padding: 0 10px;
}

#button-filter {
    margin-bottom: 20px;
    margin-top: 10px;
}

ul.box-filter, ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

ul.box-filter > li {
    border: 0;
    background-color: transparent;
}

ul.box-filter > li span {
    color: #66A0C1;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

ul.box-filter > li > ul {
    padding-bottom: 0;
}

ul.box-filter > li > ul > li {
    padding: 4px 0;
    border-bottom: 1px dotted #adb9ca;
}

ul.box-filter > li > ul > li:before, ul.box-filter > li > ul > li:after {
    content: " ";
    display: table;
}

ul.box-filter > li > ul > li:after {
    clear: both;
}

ul.box-filter > li > ul > li > * {
    margin: 0;
}

ul.box-filter > li > ul > li label {
    font-weight: normal;
    color: #8c8c8c;
    margin-left: 5px;
    font-size: 15px;
}

ul.box-filter > li > ul ul li.last {
    border: 0;
}

#colorbox *:before, #colorbox *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.zoomContainer .zoomLens {
    border-color: #999 !important;
}

.zoomContainer .zoomWindow {
    border: 4px solid #eee !important;
    display: none;
}

.box.pav-custom .box-content {
    border: none;
}

.pav-custom {
    display: block;
}

ul.contact-us li:hover i {
    color: #38a44f;
}

ul.contact-us li i {
    width: 18px;
    height: 20px;
    margin-right: 5px;
    color: #f6bb42;
    -webkit-transition: color 350ms ease-in;
    transition: color 350ms ease-in;
}

ul.contact-us li .icon-newsletter {
    font-size: 13px;
}

ul.contact-us li .icon-phone {
    margin-left: 3px;
}

ul.contact-us li a {
    color: #3bac53;
}

.sidebar .box .box-heading {
    color: #3bac53;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top: 3px solid #3bac53;
    border-left: 1px solid #ebeef2;
    border-right: 1px solid #ebeef2;
    background: #FFF;
}

.sidebar .box.nopadding .box-heading {
    padding: 10px 15px;
}

.sidebar .box.nopadding .box-heading span {
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.sidebar .box.nopadding .box-content {
    margin: 0;
    padding: 0;
}

.sidebar .box .box-content {
    border: 1px solid #ebeef2;
    border-bottom: none;
}

.sidebar .box .box-content a b {
    color: #353d41;
}

.sidebar .box .box-content a b:hover {
    color: #3bac53;
}

.sidebar .box .box-content .carousel-inner {
    overflow: inherit;
}

.sidebar .box .box-content .carousel-controls {
    display: none;
}

.sidebar .box .rating, .sidebar .box .norating {
    border: none;
    padding: 0;
    margin: 5px 0;
}

.sidebar .box.highlighted .box-heading {
    background-color: #f6bb42;
}

.sidebar .box.white {
    border: 1px solid #ebeef2;
}

.sidebar .box.white .box-heading {
    background-color: #FFF;
    color: #000;
    border-bottom: 1px solid #ebeef2;
}

.sidebar .box.white .box-content {
    border: 0;
    margin: 0;
    padding: 0 19px;
}

.sidebar .box.black .box-heading {
    border: 0;
    background-color: #353d41;
}

.sidebar .heighlight .box-heading {
    background-color: #3bac53;
    border: 1px solid #3bac53;
}

.sidebar .heighlight .box-content {
    background-color: #FFF;
    border: 2px solid #3bac53;
    padding: 0;
}

.sidebar .heighlight li {
    border-bottom: 1px solid #e0e0e0;
}

.sidebar .product-grid [class*="col-"], .sidebar .product-grid [class^="col-"], .sidebar .pavblog-latest [class*="col-"], .sidebar .pavblog-latest [class^="col-"] {
    width: 100%;
}

.sidebar .banner {
    padding: 0;
    background-color: transparent;
}

.sidebar .box-category li .fa {
    font-size: 8px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 16px;
    width: 12px;
    height: 12px;
}

.sidebar ul, .sidebar ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul > li, .sidebar ol > li {
    margin: 0;
    padding: 0;
    line-height: normal;
    border-bottom: 1px solid #ebeef2;
}

.sidebar ul > li a, .sidebar ol > li a {
    color: #424242;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10px 15px;
    text-transform: capitalize;
}

.sidebar ul > li a:hover, .sidebar ol > li a:hover {
    color: #3bac53;
}

.sidebar ul > li a.active, .sidebar ol > li a.active {
    color: #3bac53;
}

.sidebar ul > li > ul > li > a, .sidebar ol > li > ul > li > a {
    padding-left: 40px;
}

.sidebar ul > li .head a, .sidebar ol > li .head a {
    padding-left: 0;
    padding-right: 10px;
    font-size: 12px;
}

.sidebar ul .haschild, .sidebar ol .haschild {
    position: relative;
}

.sidebar ul li.last, .sidebar ol li.last {
    border-bottom: 0;
}

.sidebar .box-filter > li {
    border: 0;
}

.sidebar .carousel-inner .product-grid {
    margin: 0;
    padding: 0;
}

.sidebar .product-grid {
    margin: 0;
    padding: 0;
}

.sidebar .product-grid .row {
    padding: 0;
}

.sidebar .product-grid .row.last .last .product-block {
    padding-top: 20px;
    border-bottom: 0;
}

.sidebar .product-grid .left {
    border: 0;
}

.sidebar .product-grid [class*="col-"]:first-child .product-block, .sidebar .product-grid [class^="col-"]:first-child .product-block {
    padding-top: 0;
}

.sidebar .product-grid [class*="col-"]:last-child .product-block, .sidebar .product-grid [class^="col-"]:last-child .product-block {
    padding-bottom: 0;
}

.sidebar .product-block {
    padding: 10px;
    background-color: #FFF;
    border-bottom: 1px solid #ebeef2;
}

.sidebar .product-block:before, .sidebar .product-block:after {
    content: " ";
    display: table;
}

.sidebar .product-block:after {
    clear: both;
}

.sidebar .product-block:hover .image img {
    opacity: 1;
}

.sidebar .product-block .image {
    overflow: inherit;
    float: left;
    width: 40%;
}

.sidebar .product-block .image .product-label-special {
    display: none;
}

.sidebar .product-block .image:hover .img {
    padding-left: 0;
}

.sidebar .product-block .image .hover-image {
    display: none;
}

.sidebar .product-block .wishlist, .sidebar .product-block .compare, .sidebar .product-block .cart, .sidebar .product-block .label, .sidebar .product-block .pav-colorbox, .sidebar .product-block .product-zoom {
    display: none;
}

.sidebar .product-block .name {
    min-height: 25px;
    height: 25px;
    height: auto !important;
}

.sidebar .product-block .price {
    margin-bottom: 0;
}

.sidebar .product-block .left {
    border-bottom: 0;
}

.sidebar .product-block .image.swap img {
    width: 100%;
}

.sidebar .product-list {
    background-color: #FFF;
}

.sidebar .product-list .product-block {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .product-list .product-block:hover .product-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.sidebar .product-meta {
    padding: 0;
    min-height: 20px;
    width: 60%;
    float: left;
    height: 20px;
    height: auto !important;
}

.sidebar .product-grid .product-meta, .sidebar .product-list .product-meta {
    min-height: 20px;
    height: 20px;
    height: auto !important;
}

.sidebar .blog-title {
    font-weight: bold;
    text-transform: none;
    line-height: normal;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0 0 5px 0;
}

.sidebar .blog-title a {
    color: #000;
}

.sidebar .blog-title a:hover {
    color: #3bac53;
}

.sidebar .description {
    line-height: 18px;
}

.sidebar .blog-body {
    position: relative;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #ebeef2;
}

.sidebar .blog-body:before, .sidebar .blog-body:after {
    content: " ";
    display: table;
}

.sidebar .blog-body:after {
    clear: both;
}

.sidebar .blog-body .create-date {
    width: 17%;
    height: auto;
}

.sidebar .blog-body .create-info {
    width: 83%;
    height: auto;
    min-height: 90px;
    height: 90px;
    height: auto !important;
    background-color: #FFF;
    position: relative;
    z-index: 9999;
    margin-top: -21px;
}

.sidebar .blog-body .create-info .inner {
    padding: 12px 15px 15px;
}

.sidebar .blog-body .created {
    background-color: #3bac53;
    color: #FFF;
    font-size: 13px;
    font-family:;
    padding: 5px 10px;
    display: block;
    text-transform: uppercase;
    line-height: 14px;
    text-align: center;
    margin-top: 1px;
}

.sidebar .blog-body .created span {
    display: block;
}

.sidebar .blog-body .created .day {
    font-size: 21px;
}

.sidebar .blog-body .created .month {
    font-family: "museo300", sans-serif;
}

.sidebar .blog-body .created hr {
    margin: 2px 0;
}

.sidebar .blog-body .buttons-wrap {
    display: none;
}

.sidebar [class^="col-"]:last-child .blog-body {
    border: 0;
}

.sidebar .product-items .product-cols {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.sidebar .product-items .product-cols.last .product-block {
    margin-bottom: 20px;
}

.sidebar .product-items .product-cols:last-child .product-block {
    border-bottom: 0;
    padding-bottom: 0;
}

.pavcarousel {
    border: 1px solid #ebeef2;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.pavcarousel .carousel-controls {
    display: none;
}

.pavcarousel .box-heading {
    color: #384044;
    font-size: 26px;
    padding: 6% 0 0;
    text-align: center;
}

.pavcarousel .item-inner {
    border-left: 1px solid #ebeef2;
    border-bottom: 1px solid #ebeef2;
}

.pavcarousel .col-lg-2-2 {
    float: left;
    width: 25%;
    padding: 0;
}

.pavcarousel .carousel-inner {
    width: 83.3333%;
    margin-bottom: -1px;
}

.pavcarousel img:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.blog-wrapper .blog-item {
    position: relative;
}

.blog-wrapper .blog-item .description {
    overflow: hidden;
    max-height: 150px;
}

.blog-wrapper .blog-title {
    font-size: 20px;
}

.blog-wrapper .blog-title a {
    color: #000;
}

.blog-wrapper .blog-title a:hover {
    color: #3bac53;
}

.blog-wrapper .blog-header .created {
    background-color: #3bac53;
    border: 3px solid rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.blog-wrapper .t-color {
    color: #3bac53;
}

.blog-wrapper ul li, .blog-wrapper ol li {
    list-style-position: inside;
}

.blog-wrapper .blog-tags a {
    color: #3bac53;
}

.nopadding .box-heading {
    padding: 0;
}

.nopadding .box-heading span {
    padding: 7px 20px 3px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.nopadding .box-content {
    margin-top: 1px;
    -webkit-border-radius: 0 2px 4px;
    -moz-border-radius: 0 2px 4px;
    -ms-border-radius: 0 2px 4px;
    -o-border-radius: 0 2px 4px;
    border-radius: 0 2px 4px;
    border-top: 1px solid #DBDADA;
    padding: 0;
}

.box-wapper.blue {
    border-color: #967adc;
}

.box-wapper.blue .box-heading span {
    background-color: #967adc;
}

.box-wapper.cyan {
    border-color: #3bafda;
}

.box-wapper.cyan .box-heading span {
    background-color: #3bafda;
}

.box-wapper.green {
    border-color: #8cc152;
}

.box-wapper.green .box-heading span {
    background-color: #8cc152;
}

.main-column .productcarousel .btn-shopping-cart span {
    padding-left: 6px;
    padding-right: 6px;
}

.h-tabs {
    position: relative;
}

.newsletter_block .input-group {
    padding: 12px 0;
}

.newsletter_block .btn-primary {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    height: 36px;
    font-family: "museo300", sans-serif;
    border: none;
    background: #3bac53;
}
#mc_embed_signup .btn {
    padding: 0 15px;
    border-radius: 0;
    font-size:12px;
        background: none repeat scroll 0 0 #282a2b !important;
    border: medium none !important;
    color: #ffffff !important;
    cursor: pointer;
    float: left;
    margin: 5px 0 0 !important;
    width: auto !important;
    height: 28px;
    line-height: 28px;
}

.newsletter_block .form-control {
    background: #363636;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: #949595;
    height: 36px;
    border: none;
}

.product-related {
    position: relative;
}


.product-related .box-heading {
    font-size: 19px;
    text-transform: capitalize;
}

.product-related .box-heading span {
    color: #3bac53;
}

.product-related .carousel-controls {
    top: 11px;
    right: 10px;
}

.tooltip-inner {
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.quick-link button {
    margin: 0 10px;
}

#pav-mainnav {
    margin-bottom: 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #e5e5e5;
}

.success, .warning, .attention, .information {
    margin-top: 0;
}

.category-info {
    padding: 0;
}

.category-info .image {
    padding: 0;
    margin-bottom: 19px;
}

.category-info h1 {
    margin: 10px 0 0;
    font-weight: 600;
}

.refine-search {
    border-top: 1px solid #ebeef2;
}

.refine-search ul, .refine-search ol {
    list-style: none;
}

.refine-search ul li, .refine-search ol li {
    padding: 5px 0;
    margin: 0 8px;
    line-height: normal;
    position: relative;
    float: left;
}

.refine-search ul li:before, .refine-search ol li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
    left: 0;
    background-color: #3bac53;
}

.refine-search .box-heading {
    color: #424242;
    font-weight: bold;
    background: #FFF;
    text-transform: capitalize;
    border-bottom: 1px solid #ebeef2;
}

.refine-search .box-content {
    margin: 0;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.category-list {
    border: 0;
    margin: 0;
}

.category-list ul {
    float: left;
    margin-right: 15px;
}

.category-list ul li a {
    font-size: 15px;
    padding-left: 10px;
}

.category-list ul li a:hover {
    color: #3bac53;
}

.manufacturer-heading {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
    color: #000;
    background-color: #f5f5f5;
}

.manufacturer-list {
    border: 0;
    padding: 5px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.manufacturer-content {
    padding: 8px;
    overflow: auto;
}

.product-filter {
    padding: 12px 10px 2px;
    text-transform: capitalize;
    background-color: #FFF;
    color: #424242;
    font-weight: 600;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.product-filter .sort, .product-filter .limit {
    float: left;
}

.product-filter .sort select, .product-filter .limit select {
    color: #3bac53;
}

.product-filter .sort {
    margin: 0 10px;
}

.product-filter .display {
    float: left;
}

.product-filter .display span {
    margin-right: 5px;
    padding-top: 5px;
}

.product-filter .display a {
    background: url('../../image/mobile/icon-grid-list.png') no-repeat 0 0 scroll;
    width: 31px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ebeef2;
}

.product-filter .display a > span {
    margin: 0 3px;
}

.product-filter .display a > em {
    display: none;
}

.product-filter .display a.grid {
    background-position: 8px 8px;
    border-left: none;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
    background-position: 8px -29px;
}

.product-filter .display a.list {
    background-position: -31px 8px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.product-filter .display a.list.active, .product-filter .display a.list:hover {
    background-position: -31px -29px;
}

.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
    color: #3BAF29;
}

.product-filter .display i {
    font-size: 13px;
    color: #9c9b9b;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.product-filter .product-compare {
    float: right;
}

.product-list .col-fullwidth {
    width: 100%;
    float: none;
    margin: 0;
}

.product-list .product-cols {
    border-right: none;
    border-bottom: 1px solid #ebeef2;
}

.product-list .product-items {
    border: none;
}

.product-list .product-block {
    overflow: hidden;
    padding: 20px 10px;
}

.product-list .product-block:hover .wishlist a, .product-list .product-block:hover .compare a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.product-list .product-block .product-icon {
    background: #424242;
    color: #FFF;
    border: none;
}

.product-list .product-block .product-icon:hover {
    background: #3bac53;
}

.product-list .product-meta {
    padding: 0;
    overflow: hidden;
    min-height: inherit;
}

.product-list .rating, .product-list .norating {
    margin: 0;
}

.product-list .description {
    display: block;
}

.product-list .price-tax {
    display: block;
}

.product-list .price-new {
    font-weight: bold;
}

.product-list .name {
    min-height: 20px;
}

.product-list .image {
    float: left;
    margin-right: 18px;
    margin-bottom: 0;
    text-align: center;
}

.product-list .image img {
    padding: 0;
    border: 0;
}

.product-list .image:hover .info-view {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-list .action {
    margin-top: 15px;
}

.product-list .action .wishlist .fa-heart {
    margin-right: 0;
}

.product-list .action .wishlist, .product-list .action .compare {
    margin: 0;
    padding: 0;
}

.product-list .action .wishlist a, .product-list .action .compare a {
    margin: 0 10px;
    width: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding: 0 10px;
    visibility: visible;
}

.product-list .action .wishlist span, .product-list .action .compare span {
    color: #FFF;
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
}

.product-grid {
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}

.product-grid .products-block {
    border-bottom: 1px solid #ebeef2;
}

.product-grid.last {
    border: 0;
}

.product-grid .description, .product-grid .price-tax {
    display: none;
}

.products-block {
    overflow: hidden;
    border-top: 1px solid #ebeef2;
    margin: 5px 0;
}

.product-meta {
    min-height: 110px;
    padding: 5px;
}

.product-items {
    margin: 0;
}

.product-items.last, .product-items:last-child {
    border-bottom: 0;
}

.product-info {
    border: 1px solid #ebeef2;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.product-info .product-label {
    top: 10px;
    right: 10px;
}

.product-info .image-container {
    padding-right: 0;
}

.product-info .carousel {
    padding: 30px 0 0;
    min-height: 415px;
}

.product-info .carousel-control {
    font-size: 15px;
    color: #75716c;
    text-align: center;
    width: 96%;
    padding-top: 2px;
    z-index: 2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.product-info .carousel-control.right .fa, .product-info .carousel-control.left .fa {
    font-weight: normal;
    margin-top: -2px;
}

.product-info .carousel-control.right {
    top: auto;
    right: 5px;
}

.product-info .carousel-control.left {
    left: -2px;
}

.product-info .carousel-inner {
    margin: -3px;
    clear: both;
    overflow: hidden;
}

.product-info .carousel-inner .item {
    text-align: center;
}

.product-info .carousel-inner a {
    display: inline-block;
    margin: 2px 0;
}

.product-info .carousel-inner a:last-child {
    margin: 0;
}

.product-info .carousel-inner a img {
    border: 1px solid #ebeef2;
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
}

.product-info .cart .links {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.product-info h1 {
    margin-top: 0;
}

.product-info ul, .product-info ol {
    list-style: none;
}

.product-info .price-tax {
    font-weight: normal;
}

.product-info .image {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #ebeef2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.product-info .share {
    padding: 20px 0;
}

.product-info .share:before, .product-info .share:after {
    content: " ";
    display: table;
}

.product-info .share:after {
    clear: both;
}

.product-info .price {
    padding: 10px 0;
    color: #3e474b;
    font-size: 13px;
}

.product-info .price .text-price {
    display: none;
}

.product-info .price .price-gruop, .product-info .price .price-old {
    font-size: 20px;
    text-transform: uppercase;
}

.product-info .price .other-price {
    margin-top: 5px;
}

.product-info .price .reward {
    font-weight: normal;
}

.product-info .price .discount {
    font-weight: normal;
    margin-top: 5px;
}

.product-info .price-gruop:before, .product-info .price-gruop:after {
    content: " ";
    display: table;
}

.product-info .price-gruop:after {
    clear: both;
}

.product-info .description {
    border: 0;
    margin-bottom: 5px;
    padding-top: 20px;
}

.product-info .description a {
    text-decoration: none;
}

.product-info .description b {
    margin-right: 5px;
    margin-left: 0;
    color: #3E474B;
    font-weight: bold;
}

.product-info .description .fa {
    color: #3BAF29;
    background-color: #3bac53;
    padding: 3px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    float: left;
    font-size: 7px;
    margin: 3px 5px 0 0;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

.product-info .option-image img {
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #CCC;
    cursor: pointer;
}

.product-info .options {
    margin-bottom: 20px;
}

.product-info .options h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
}

.product-info .options b {
    font-size: 13px;
    font-weight: bold;
    color: #3e474b;
}

.product-info .options input[type="file"] {
    background-color: transparent;
    color: #93999d;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.product-info .options input[type="file"] .fa {
    color: #93999d;
}

.product-info .options input[type="file"]:hover {
    color: #3bac53;
}

.product-info .options input[type="file"]:hover .fa {
    color: #3bac53;
}

.product-info .review {
    border-top: 1px solid #ebeef2;
    border-bottom: 1px solid #ebeef2;
    padding: 10px;
}

.product-info .review a {
    color: #aab2bd;
    /*text-transform: capitalize;*/
}

.product-info .review .share {
    line-height: normal;
}

.product-info .review .share a {
    text-decoration: none;
}

.product-info .review > div {
    padding: 0;
    border: 0;
}

.product-info .review > div > span {
    color: #38B0E3;
}

.product-info .product-extra {
    padding: 10px 0;
}

.product-info .product-extra:before, .product-info .product-extra:after {
    content: " ";
    display: table;
}

.product-info .product-extra:after {
    clear: both;
}

.product-info .product-extra .quantity-adder {
    margin: 0;
}

.product-info .product-extra .quantity-adder input {
    border: 1px solid #ebeef2;
}

.product-info .product-extra .cart {
    margin-left: 10px;
}

.product-info .product-extra .add-action {
    display: block;
    width: 27px;
    height: 16px;
    border-top: 1px solid #ebeef2;
    border-bottom: 1px solid #ebeef2;
    border-right: 1px solid #ebeef2;
    position: relative;
    cursor: pointer;
    font-size: 7px;
    line-height: 15px;
    text-align: center;
    color: #6f6f6f;
}

.product-info .product-extra .add-action:hover {
    color: #2e8641;
}

.product-info .product-extra .add-up {
    border-bottom: 0;
}

.product-info .product-extra .add-to-icon {
    font-size: 19px;
    padding: 6px;
    background: #2e8641;
}

.product-info .product-extra .quantity-number input {
    min-width: 57px;
    width: 57px;
    width: auto !important;
    height: 32px;
    text-align: center;
}

.product-info .product-extra .product-icon {
    margin-left: 5px;
    cursor: pointer;
    color: #424242;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ebeef2;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.product-info .product-extra .product-icon:hover {
    background-color: #3bac53;
    color: #FFF;
    border-color: transparent;
}

.heighlight {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-top: 2px solid #3bac53;
    border-left: 1px solid #ebeef2;
    border-right: 1px solid #ebeef2;
    background: #FFF;
}

.buttons {
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px;
}

.tabs-group {
    overflow: hidden;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.tabs-group .htabs .nav-tabs {
    border: none;
}

.tabs-group .tab-content {
    padding: 20px;
    border: 1px solid #ebeef2;
}

.review-list {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #EEE;
}

.review-list .rating {
    float: right;
    margin-bottom: 20px;
}

.review-list .author {
    float: left;
    margin-bottom: 20px;
}

.review-list .text {
    clear: both;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #f5f5f5;
    text-align: left;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-left: 0;
    border-bottom: 1px solid #ddd;
}

.attribute tr td:first-child {
    color: #000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.compare-info .price-old {
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: bold;
}

.compare-info .name a {
    font-weight: bold;
}

.compare-info td {
    text-align: center;
    vertical-align: top;
}

.compare-info tr td:first-child {
    font-weight: bold;
    text-align: left;
    width: 16%;
}

.checkout .radio {
    margin-bottom: 10px;
}

.checkout .buttons {
    border: 1px solid #ebeef2;
    padding: 10px;
    margin: 0;
}

.checkout .cart-total {
    border-top: 1px solid #ebeef2;
}

.checkout .cart-total table {
    float: right;
}

.checkout .cart-total td {
    text-align: right;
    padding: 5px;
}

.checkout .cart-total td > b {
    font-weight: bold;
}

.checkout .cart-module {
    padding: 10px 5px;
}

.checkout .cart-module #button-quote {
    margin-top: 10px;
}

.wishlist-info table tr td, .cart-info table tr td {
    text-align: center;
    vertical-align: middle;
}

.wishlist-info table tr td img, .wishlist-info table tr td input, .cart-info table tr td img, .cart-info table tr td input {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.table-bordered > thead > tr > td {
    color: #424242;
    font-size: 15px;
    font-weight: bold;
    background: #fafafa;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

#content .content {
    margin-bottom: 20px;
}

.order-list {
    margin-bottom: 10px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

.order-list .order-content {
    padding: 10px 0;
}

.order-list .order-info {
    text-align: right;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

.order-list .list-content {
    margin-bottom: 10px;
}

.order-detail {
    background: #ebeef2;
    font-weight: bold;
}

.return-list {
    margin-bottom: 10px;
}

.return-list .return-content {
    padding: 10px 0;
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

.return-list .return-info {
    text-align: right;
}

.return-list .list-content {
    margin-bottom: 10px;
}

.return-opened textarea {
    vertical-align: top;
}

.return-captcha {
    float: left;
}

.download-list {
    margin-bottom: 10px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

.download-list .download-content {
    padding: 10px 0;
}

.download-list .download-info {
    text-align: right;
}

.download-list .list-content {
    margin-bottom: 20px;
}

.checkout-heading {
    background: #fbfbfb;
    border: 1px solid #ebeef2;
    padding: 8px;
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}

.checkout-content {
    padding: 0 0 15px 0;
    display: none;
}

.checkout-content .buttons {
    clear: both;
}

.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}

.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #ddd;
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.checkout-product td {
    padding: 7px;
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}

.sitemap-info {
    margin-bottom: 30px;
}

.sitemap-info ul > li {
    line-height: 1.928571429;
    font-weight: bold;
    list-style: disc inside none;
}

.sitemap-info ul > li > ul {
    margin-left: 20px;
}

.sitemap-info ul > li > ul li {
    font-weight: normal;
    list-style: circle inside none;
}

.sitemap-info ul > li > ul li li {
    list-style: square inside none;
}

.page-not-found {
    text-align: center;
}

.page-not-found h2 {
    font-size: 230%;
    color: #2e8641;
    margin: 100px 0 10px 0;
}

.page-not-found span {
    margin-right: 10px;
}

.contact-location {
    margin-bottom: 10px;
}

.contact-location img {
    max-width: none;
}

.contact-content {
    padding: 20px;
    border-top: 1px solid #ebeef2;
}

.contact-content .buttons {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

.contact-content .contact-customhtml {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

.contact-content .contact-customhtml .content {
    min-height: 100px;
}

.contact-content .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #a2a2a2;
    font-size: 19px;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.contact-content .fa:hover {
    background-color: #3bac53;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.verticalmenu h1, .verticalmenu h2, .verticalmenu h3, .verticalmenu h4, .verticalmenu h5, .verticalmenu h6, .pav-megamenu h1, .pav-megamenu h2, .pav-megamenu h3, .pav-megamenu h4, .pav-megamenu h5, .pav-megamenu h6 {
    text-transform: uppercase;
    line-height: 20px;
    margin: 10px 0;
    color: #384044;
}

.pav-megamenu .megamenu {
    position: relative;
}
/*Buton Meniu Categorii siReduceri */
.pav-megamenu .h-cat{
    background: #80bd01;
    width: 300px;
    font-size: 23px;
    text-align: center;

  pointer-events: none;
  cursor: default;

}
.pav-megamenu .h-cat > a{
    color: #fff !important;
}


@media only screen and (min-width: 756px) {
.pav-megamenu .buton-reducere a{
    margin-left: 20px;
}
.pav-megamenu .buton-reducere span{
    font-weight: bold;
    color: #f44336;
}

.pav-megamenu .buton-reducere a:after{
    content: '';
    display: block;
    height: 26px;  /*height of icon */
    width: 26px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: 12px;
    left: -6px;
      /*background */
    background: url(../image/discount.png) no-repeat 0px 0px;
}
}
/*Buton reduceri Meniu mobil*/
@media only screen and (max-width: 756px) {

ul.megamenu li.buton-reducere{
    background: #f44336;
}
ul.megamenu li.buton-reducere span{
    color: #fff;
}
}
.pav-megamenu .pav-colorbox {
    display: none !important;
}

.pav-megamenu .navbar {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: none;
}

.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret {
    border: 0;
    position: relative;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    right: -10px;
    top: -1px;
    color: #424242;
}

.pav-megamenu .navbar-default .navbar-nav > .dropdown:hover > a .caret:before, .pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
    color: #3bac53;
}

.pav-megamenu .navbar-nav > li > a {
    padding: 15px 24px;
    font-weight: 400;
    color: #424242;
    background-color: transparent !important;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
    color: #3bac53 !important;
    border-color: #ebeef2 !important;
}

.pav-megamenu .navbar-nav > li > a:before {
    background-color: transparent;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    width: 3px;
}

.pav-megamenu .navbar-nav > li.first > a {
    padding: 15px 35px;
    border-left: 1px solid #ebeef2;
}

.pav-megamenu .navbar-nav > li.full-width {
    position: static;
}

.pav-megamenu .navbar-nav > li:hover > a:before {
    color: #3bac53;
    height: 3px;
    width: 100%;
}

.pav-megamenu .navbar-inverse {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.pav-megamenu .navbar-collapse {
    padding: 0;
}

.pav-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    border: 0;
    min-width: 350px;
    padding: 20px;
    background-color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
}

.pav-megamenu .dropdown-menu li {
    line-height: 30px;
}

.pav-megamenu .dropdown-menu li a {
    color: #333333;
    line-height: 28px;
}

.pav-megamenu .dropdown-menu li a .caret {
    position: absolute;
    top: 15px;
    right: 0;
}

.pav-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    background-position: 0 -37px;
    color: #3bac53;
}

.pav-megamenu .dropdown-menu li a:hover .fa {
    color: #3bac53;
}

.pav-megamenu .dropdown-menu .fa {
    margin-left: 0;
    color: #75716C;
}

.pav-megamenu .dropdown-menu .menu-title .fa {
    display: none;
}

.pav-megamenu .dropdown-menu ul li.parent {
    position: relative;
}

.pav-megamenu .dropdown-menu ul li.parent .dropdown-menu {
    top: 0;
    right: -100%;
    left: auto;
    position: absolute;
}

.pav-megamenu .dropdown-menu ul li.parent:hover > .dropdown-menu {
    left: 100%;
    display: block;
}

.pav-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0;
}

.pav-megamenu .dropdown:hover > a {
    color: #3bac53;
}

.pav-megamenu .dropdown:hover > a .fa {
    color: #3bac53;
}

.pav-megamenu .mega-group > .dropdown-toggle {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    font-family: "Actor", Arial, Helvetica, sans-serif;
    color: #ababab;
      pointer-events: none;
  cursor: default;

}

.pav-megamenu .mega-group > .dropdown-toggle .fa {
    color: #FFF;
}

.pav-megamenu .dropdown-submenu {
    position: relative;
}

.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
    right: -115%;
    left: auto;
    top: 0;
}

.pav-megamenu .dropdown-submenu b.fa {
    margin-left: 3px;
}

.pav-megamenu p {
    font-size: 13px;
    line-height: 20px;
}

.pav-megamenu .fa {
    margin-left: 3px;
    color: #000;
}

.pav-megamenu ul, .pav-megamenu ol {
    list-style: none;
}

.pav-megamenu .pavo-widget .fa {
    margin-right: 0;
}

.pav-megamenu .product-block .w-product {
    margin-right: 28px;
}

.pav-megamenu .product-block .image {
    text-align: left;
}

.pav-megamenu .product-block .product-meta {
    min-height: inherit;
    text-align: left;
}

.pav-megamenu .product-block .name {
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
}

.pav-megamenu .product-block .name a {
    color: #424242;
}

.pav-megamenu .product-block .name a:hover {
    color: #3bac53;
}

.pav-megamenu .product-block .product-icon {
    width: auto;
    height: 32px;
    padding: 0 10px;
    background-color: #FFF;
}

.pav-megamenu .product-block .product-icon:hover {
    color: #000;
}

.pav-megamenu .product-block .cart .product-icon {
    border: 1px solid #ebeef2;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-family: "Alegreya", serif;
}

.pav-megamenu .product-block .cart .product-icon:hover {
    color: #3bac53;
}

.pav-megamenu .product-block .rating {
    padding-top: 3px;
}

.pav-megamenu .product-block .action {
    margin-top: 5px;
}

.pav-megamenu .product-block .pav-colorbox {
    display: none !important;
}

.pav-megamenu .product-block:last-child .w-product {
    margin: 0;
}

.pav-megamenu .product-block:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-home .intro{
     padding-bottom: 20px;

}
.page-home .bg1 {
    background-attachment: local;
  background-image: url(/image/data/XlearHomepageBackground.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-color: #eae9e9;
    border-bottom-width: 0;
    border-top-width: 0;
    border-bottom-style: solid;
    border-top-style: solid;
}
.page-home hr {     
    border: none;
    height: 35px;
}
.slideshow{
    margin:0 !important;
    padding: 0 !important;
}
.pav-custom .img-responsive {
    margin-bottom: 20px;
}
#pav-mass-bottom {
    background: #FFF;
}

.hidden-heading-title .menu-title {
    display: none;
}

#column-right #pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    left: auto;
    right: 100%;
}

#column-right #pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
    left: -5px;
    right: 0;
}
.meniu-stanga {
    padding: 0;
}

#pav-verticalmenu .box-heading {
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    padding: 13px 15px;
    font-weight: normal;
    color: #FFF;
}

#pav-verticalmenu .box-heading .fa {
    font-size: 16px;
    padding-right: 10px;
}

#pav-verticalmenu .box-content {
    background: #FFF;
    padding: 0;
    min-height: 320px;
    position: static;
    box-shadow: 0 2px 12px -4px rgba(0,0,0,.1)
}

#pav-verticalmenu .box-content .navbar-default {
    position: static;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    background: none;
}

#pav-verticalmenu .box-content .navbar-default .navbar-header {
    float: none;
    width: 100%;
}

#pav-verticalmenu .box-content .navbar-default .navbar-collapse {
    padding: 0;
    max-width: auto;
    min-height: 320px;
}

#pav-verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
}
#pav-verticalmenu .menuv-titlu {
    font-weight: bold;
    margin-top: 8px;
}

#pav-verticalmenu .navbar-nav > li {
    width: 100%;
    height: auto;
    position: static;
    }

#pav-verticalmenu .navbar-nav > li:hover {
   background: #f5f5f5;
    }
#pav-verticalmenu .navbar-nav > li > a {
    display: block;
    color: #3e474b;
    padding-bottom: 5px;
    padding-top: 2px;
}
}
/*
#pav-verticalmenu .navbar-nav > li > a:before {
    color: #AAB2BD;
    content: "\f013";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    padding: 0 5px;
}*/

#pav-verticalmenu .navbar-nav > li > a .menu-desc {
    display: none;
}

#pav-verticalmenu .navbar-nav > li > a .caret {
    position: absolute;
    right: 18px;
    top: 50%;
    margin: -5px 0;
    border-left: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #999;
}

#pav-verticalmenu .navbar-nav > li.last {
    border: none;
}

#pav-verticalmenu .navbar-nav > li.last a, #pav-verticalmenu .navbar-nav > li:last-child a {
    border: 0;
}

#pav-verticalmenu .navbar-nav > li:hover a:before {
    color: #3bac53;
}

#pav-verticalmenu .navbar-nav > li:hover > a {
    color: #3bac53;
}

#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
    background-position: left bottom !important;
}

#pav-verticalmenu .navbar-nav > li:hover > a .caret {
    border-left-color: #3bac53;
}

#pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    left: 100%;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: whitesmoke;
}

#pav-verticalmenu .navbar-nav > li .parent {
    position: relative;
}

#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
    color: #3bac53;
}

#pav-verticalmenu .navbar-nav > li .parent > .dropdown-menu {
    min-height: 100px;
    height: 100px;
    height: auto !important;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.13);
}

#pav-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
    left: 100%;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
    position: absolute;
    content: "";
    right: -5px;
    top: 0;
    width: 0;
    height: 100%;
    border: 5px solid #f5f5f5;
    z-index: 9999;
}

#pav-verticalmenu .pav-colorbox {
    display: none !important;
}

#pav-verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 0;
    display: block;
    min-height: 100%;
    height: 100%;
    height: auto !important;
    min-width: 215px;
    padding: 15px;
    background: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    color: #75716C;
}

#pav-verticalmenu .dropdown-menu ul li {
    border: 0;
    padding: 4px 0;
    list-style: none;
}

#pav-verticalmenu .dropdown-menu ul li a {
    color: #75716C;
    padding: 2px 0;
    background: url('../../image/mobile/icon-menu.png') no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    padding: 0 0 0 15px;
}

#pav-verticalmenu .dropdown-menu ul li a .caret {
    position: absolute;
    top: 17px;
    right: 0;
}

#pav-verticalmenu .dropdown-menu ul li a:hover {
    background-color: transparent;
    background-position: 0 -37px;
    color: #3bac53;
}

#pav-verticalmenu .dropdown-menu ul li a:hover .fa {
    color: #3bac53;
}

#pav-verticalmenu .dropdown-menu .pav-menu-video {
    width: 100%;
}

#pav-verticalmenu .dropdown-menu .pav-menu-video iframe {
    margin-bottom: 10px;
}

#pav-verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: #000;
}

#pav-verticalmenu .dropdown-menu .action {
    display: none;
}

#pav-verticalmenu .widget-product-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #EBEEF2;
}

#pav-verticalmenu .w-product {
    padding: 5px;
}

#pav-verticalmenu .w-product .image {
    float: none;
}

#pav-verticalmenu .product-block {
    width: 33.3333%;
    height: auto;
    padding: 0;
    background: none transparent;
    border: 0;
}

#pav-verticalmenu .product-block .name {
    min-height: 32px;
    height: 32px;
    height: auto !important;
    padding: 0;
    margin: 0;
}

#pav-verticalmenu .product-block .name a {
    color: #75716C;
    padding: 0;
}

#pav-verticalmenu .product-block .name a:hover {
    color: #3bac53;
}

#pav-verticalmenu .product-block .image a {
    padding: 0;
}

#pav-verticalmenu .product-block .product-meta {
    min-height: inherit;
    width: auto;
}

#pav-verticalmenu .product-block .rating, #pav-verticalmenu .product-block .norating {
    margin: 15px 0;
    border-top: 1px solid #f2f3f4;
    border-bottom: 1px solid #f2f3f4;
    padding: 3px 0 6px;
}

.megamenu .aligned-center .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.megamenu .aligned-right .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

.megamenu .aligned-fullwidth {
    position: inherit !important;
}

.megamenu .aligned-fullwidth .dropdown-menu {
    width: 100% !important;
    left: 0;
}

@font-face {
    font-family: 'museo300';
    src: url('../../fonts/museo300-regular-webfont.eot');
    src: url('../../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/museo300-regular-webfont.woff') format('woff'), url('../../fonts/museo300-regular-webfont.ttf') format('truetype'), url('../../fonts/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul.list li {
    line-height: 30px;
}

ul.list li a {
    color: #75716C;
}

ul.list li a:hover {
    background-color: transparent;
    background-position: 0 -37px;
    color: #3bac53;
}

ul.list li a:hover .fa {
    color: #3bac53;
}

ul.social li {
    min-height: 45px;
    cursor: pointer;
}

ul.social li span {
    border: 2px solid #B6B6B6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #B6B6B6;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
    padding-left: 4px;
    text-align: center;
}

ul.social li:hover {
    color: #3bac53;
}

ul.social li:hover a, ul.social li:hover span {
    color: #3bac53 !important;
    border-color: #3bac53;
}

.img-ft img {
    margin-top: 12px;
}

.link-more {
    color: darker(#3bac53, 10%);
    font-size: 15px;
    text-transform: lowercase;
    font-weight: bold;
    color: #2a7b3b;
}

.link-more .icon-read-more-2 {
    font-size: 12px;
    color: #2e8641;
}

.link-more:hover {
    color: #2a7b3b;
}

.copyright {
    text-align: left;
    padding: 0 10px;
}

.copyright a {
    color: #2a7b3b;
}
#powered .fa{
    font-size: 22px;
    color: #46494a;
    margin-left: 20px;
}

#powered .fa:hover {color:#49ae2a;}

.pagination .links a:hover {
    color: #3bac53;
}

#back-top {
    margin: 0;
    position: relative;
    text-align: center;
}

#back-top a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    text-align: center;
    border: 1px solid #ebeef2;
    background-color: #FFF;
    font-size: 26px;
    position: absolute;
    margin: 0 auto;
    top: -22px;
    left: 0;
    right: 0;
    overflow: auto;
}

#back-top a:hover {
    border-color: #38a44f;
    background-color: #38a44f;
}

#back-top a:hover i {
    color: #FFF;
}

.megamenu .navbar-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    color: #fff;
    line-height: 30px;
    padding: 0 8px;
}

.megamenu .navbar-toggle .fa {
    color: #3bac53;
    margin: 0;
}

.megamenu .navbar-toggle:hover, .megamenu .navbar-toggle:focus, .megamenu .navbar-toggle:active {
    background-color: #3bac53;
    border-color: transparent;
}

.megamenu .navbar-toggle:hover .fa, .megamenu .navbar-toggle:focus .fa, .megamenu .navbar-toggle:active .fa {
    color: #FFF;
}

.shapes {
    background-color: transparent;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
}

.shapes.left {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid #f5f5f5;
    right: 0;
    margin: -4px 0;
}

.shapes.bottom {
    border-top: 7px solid #FFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 0;
    top: 8px;
    right: 0;
    margin: 0 auto;
}

.shapes.round {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #f8c969;
    border: #3bac53;
    top: 25%;
    right: 10px;
}
.container-breadcrumbs{
    background: #f6f6f6;
    background-image: url(/image/data/grafice/PageHeader_XlearInc2.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
    background-size: cover;
}
.container-breadcrumbs h1{
    line-height: 24px;
    margin: 20px 0;
    font-size: 18px;
}
#breadcrumb {
        margin: 12px 0;
}
#breadcrumb .breadcrumb li a {
    position: relative;
}

#breadcrumb .breadcrumb li a:hover {
    color: #3bac53;
}

#breadcrumb .breadcrumb li a span {
    color: #424242;
    display: inline-block;
    zoom: 1;
    font-size: 14px;
}

#breadcrumb .breadcrumb li:hover {
    color: #34994a;
}

#breadcrumb .breadcrumb li:hover span:before {
    background: #34994a;
}

#breadcrumb .breadcrumb li.last a span {
    color: #828282;
}


#breadcrumb .breadcrumb li.first a:before {
    display: none;
}

.no-margin h3 {
    margin-top: 0;
}

.no-margin .buttons {
    margin-bottom: 0;
}

.no-margin table {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}

.carousel-control {
    cursor: pointer;
    height: auto;
    text-align: center;
    background-image: none;
    font-size: inherit;
    background-color: #FFF;
    color: #384044;
    border: 1px solid #ebeef2;
    width: 23px;
    height: 23px;
    -webkit-text-shadow: none;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #3bac53;
}

.carousel-control:hover .fa, .carousel-control:focus .fa {
    color: #3bac53;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    line-height: 22px;
}

.carousel-control.left {
    top: 0;
}

.carousel-control .fa {
    display: block;
    color: #AAB2BD;
    font-weight: bold;
    line-height: 21px;
}

.carousel-indicators li, .carousel-indicators.active {
    border-color: #3bac53;
}

.btn-cart {
    text-transform: none;
    font-weight: bold;
    padding: 0;
    font-size: 15px;
}

.btn-cart span {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.btn-cart span + span {
    padding: 6px 10px 0;
}

.btn-cart .icon-cart {
    font-size: 15px;
    color: #FFF;
    width: 30px;
    height: 31px;
    line-height: 30px;
    vertical-align: top;
    background: #2e8641;
}

.custom-block {
    margin: 0 15px 0 -15px;
}

.custom-block .box-heading {
    border-top: 0;
    border-bottom: 1px solid #ebeef2;
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
}

.custom-block .box-heading:after {
    top: 100%;
    border: solid transparent;
    content: "";
    position: absolute;
    pointer-events: none;
    border-color: #ccc;
    border-color: rgba(204, 204, 204, 0);
    zoom: 1;
    border-color: transparent \9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc,endColorstr=#00cccccc)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc);
    width: 0;
    height: 0;
    border-top-color: #ebeef2;
    border-width: 7px;
    margin-left: -7px;
    left: 50%;
}

.custom-block .box-heading:before {
    top: 100%;
    border: solid transparent;
    content: "";
    position: absolute;
    pointer-events: none;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0);
    zoom: 1;
    border-color: transparent \9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
    width: 0;
    height: 0;
    border-top-color: #FFF;
    border-width: 6px;
    margin-left: -6px;
    left: 50%;
    z-index: 1;
}

.custom-block .box-heading > span {
    font-weight: normal;
    border: 0;
    padding: 0;
}

.custom-block .box-content {
    padding-top: 20px;
}

.bold_green_text {
    color: #3bac53;
}

.media-body h3, .media-body h4 {
    font-family: "Source Sans Pro", sans-serif;
    color: #424242;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.support:before, .support:after {
    content: " ";
    display: table;
}

.support:after {
    clear: both;
}

.support .box-services {
    color: #9B9D9E;
    display: inline-block;
    font-size: 14px;
    min-height: 50px;
    min-width: 200px;
    cursor: pointer;
}

.support .box-services:hover span {
    border: 1px solid #3bac53;
}

.support .box-services:hover span i {
    color: #3bac53;
}

.support .box-services:hover .media-body h3 {
    color: #3bac53;
}

.support .box-services span {
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    position: relative;
    text-align: center;
    padding-left: 2px;
    -webkit-transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s;
    z-index: 1;
}

.support .box-services span i {
    color: #5D686E;
    font-size: 15px;
}

.support .box-services .media-body {
    padding-left: 10px;
}

.support .box-services .media-body h3 {
    line-height: 20px;
    margin: 0;
}

.support .box-services .media-body small {
    font-size: 14px;
}

.scrollup {
    background: #3bac53;
    bottom: 82px;
    display: none;
    position: fixed;
    right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    z-index: 9999;
}

.scrollup .fa {
    display: block;
}

@media (max-width: 767px) {
    .in-border {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-right: 0;
    }
}

.error, .alert-danger, .alert-success {
    border: medium none;
    margin: 0;
    padding: 5px;
}

.hide-bar {
    display: none;
}

.a-center {
    text-align: center;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.pattern1 {
    background-image: url('../../image/pattern/pattern1.png');
}

.pattern2 {
    background-image: url('../../image/pattern/pattern2.png');
}

.pattern3 {
    background-image: url('../../image/pattern/pattern3.png');
}

.pattern4 {
    background-image: url('../../image/pattern/pattern4.png');
}

.pattern5 {
    background-image: url('../../image/pattern/pattern5.png');
}

.pattern6 {
    background-image: url('../../image/pattern/pattern6.png');
}

.pattern7 {
    background-image: url('../../image/pattern/pattern7.png');
}

.pattern8 {
    background-image: url('../../image/pattern/pattern8.png');
}

.pattern9 {
    background-image: url('../../image/pattern/pattern9.png');
}

.pattern10 {
    background-image: url('../../image/pattern/pattern10.png');
}

.pattern11 {
    background-image: url('../../image/pattern/pattern11.png');
}

.pattern12 {
    background-image: url('../../image/pattern/pattern12.png');
}

.pattern13 {
    background-image: url('../../image/pattern/pattern13.png');
}

.pattern14 {
    background-image: url('../../image/pattern/pattern14.png');
}

.pattern15 {
    background-image: url('../../image/pattern/pattern15.png');
}

.pattern16 {
    background-image: url('../../image/pattern/pattern16.png');
}

@media (min-width: 1200px) {
    .product-cols {
        width: 25%;
    }
}

@media (max-width: 1199px) {
    .product-info .carousel {
        min-height: 0;
        padding: 0;
    }

    .product-info .carousel .carousel-control {
        width: 23px;
    }

    .product-info .carousel .carousel-control.left {
        bottom: 10px;
        left: 0;
        top: auto;
    }

    .product-info .carousel .carousel-control.right {
        bottom: 10px;
        right: 0;
        top: auto;
    }

    .product-info .carousel .carousel-inner a {
        margin: 0 -2px 5px 5px;
    }

    .tab-content.pull-left {
        width: 100%;
    }

    .valid {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .pavcol-lg-5 {
        width: 20%;
    }

    .pav-categoryproducts .tab-content {
        width: 75.5%;
    }
}

@media (min-width: 992px) and(max-width: 1199px) {
    .support .box-services {
        min-width: 181px;
    }

    .support .box-services .media-body small {
        font-size: 13px;
    }

    .product-block .product-icon {
        margin: 5px 5px 0 0;
    }

    .product-grid .product-block .product-icon, .product-related .product-block .product-icon {
        margin: 0 0 0 5px;
    }

    #pav-verticalmenu .navbar-nav > li > a .caret {
        right: 0;
    }

    .product-info .carousel-inner a {
        margin-right: 5px;
    }

    .offcanvas-menu {
        display: none;
    }

    #powered {
        padding: 20px 10px;
    }

    .effect:hover .overlay {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .zoomContainer, .pav-colorbox, .product-zoom {
        display: none !important;
    }

    .checkout .cart-total {
        border-top: none;
    }

    .pav-categoryproducts .tab-nav {
        width: 100% !important;
    }
}

@media (min-width: 768px) and(max-width: 991px) {
    .zoomContainer, .pav-colorbox, .product-zoom {
        display: none !important;
    }

    .box.productcarousel {
        margin-top: 30px;
    }

    .pav-megamenu .navbar-default {
        background-color: transparent;
    }

    #search {
        padding-right: 0;
    }

    #search .input-search {
        min-width: 244px;
    }

    .img-responsive {
        display: inline-block;
    }

    .product-block .product-icon {
        margin-left: 3px;
    }

    .product-info .image a {
        pointer-events: none;
        cursor: default;
    }

    .sidebar .product-block .image {
        width: 15%;
    }

    #footer .footer-center .box .box-heading {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .zoomContainer, .pav-colorbox, .product-zoom {
        display: none !important;
    }

    .pav-megamenu .navbar-default {
        background-color: transparent;
    }
    #logo {
    text-align: center;
    }
    #header-main .inner {
        text-align: center;
    }

    #header-main .inner > * {
        display: block;
    }

    #pav-mainnav {
        background: #F5F5F5;
        /*margin-bottom: 20px;*/
    }

    #search {
        margin-top: 10px;
        z-index: 3;
    }
    #search .input-group{
        margin: 0 auto;
    }

    .megamenu .navbar-toggle {
        background: #3BAC53;
        border: 1px solid #80BD01;
    }

    .megamenu .navbar-toggle .fa {
        color: #FFF;
    }

    .btn-top {
        margin-bottom: 10px;
    }

    .product-cols {
        border-right: none;
        border-bottom: 1px solid #ebeef2;
    }

    .img-responsive {
        display: inline-block;
        margin-bottom: 20px;
    }

    .box-module-pavreassurances .column {
        border-right: none;
        border-bottom: 1px solid #ebeef2;
    }

    #footer .footer-center .box .box-heading {
        padding: 20px 0;
    }

    .tabs-group .htabs {
        min-height: 0;
    }

    .product-extra .action {
        margin-top: 10px;
    }

    .product-list .action .wishlist span, .product-list .action .compare span {
        display: none;
    }

    .product-block .wishlist a, .product-block .compare a {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        visibility: visible !important;
    }

    .product-info .image a {
        pointer-events: none;
        cursor: default;
    }

    embed {
        width: 100%;
    }

    .wishlist-info td, .wishlist-info th, table.history-list td, table.history-list th, table.order-info td, table.order-info th, table.compare-info td, table.compare-info th, table.pav-checkout-product td, table.pav-checkout-product th, table.pav-shop-cart td, table.pav-shop-cart th {
        border-right: 0 none;
        display: block !important;
        float: none !important;
        text-align: left !important;
        width: auto !important;
    }

    .wishlist-info tr td:before, table.history-list tr td:before, table.order-info tr td:before, table.pav-shop-cart tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
        width: 50%;
    }

    .wishlist-info tr td, table.order-info tr td, table.history-list tr td, table.pav-shop-cart tr td {
        text-align: right;
        display: block;
        min-height: 20px;
        border-left: none;
        background: none;
    }

    table.history-list thead, table.order-info thead, .wishlist-info thead, table.pav-shop-cart thead {
        display: none;
    }

    .jumbotron, .jumbotron2{
       padding: 0;
       display: block !important;
    }
    .pav-custom {
        clear: both;
    }

    #footer .box{
    border-bottom: 1px solid #f2f2f2;
    border-color: rgba(0,0,0, 0.05);
    }

    #mc_embed_signup .btn {
        float: none;
    }
    #powered .social-icons{
     padding-right: 20px;
    }
}

@media (max-width: 480px) {
    #search .input-search {
        min-width: 0;
    }

    .product-list .image {
        float: none;
    }

    .product-info .carousel-inner a {
        margin-right: 0;
    }

    .product-extra .cart {
        clear: both;
        margin-top: 10px;
        margin-left: 0 !important;
    }

    .newsletter_block .box-heading {
        width: 100%;
    }

    .newsletter_block .input-group {
        clear: both;
        width: 100%;
        padding-top: 20px;
    }
}

@media (max-width: 360px) {
    embed {
        display: none !important;
    }

    .nav-tabs {
        border: 1px solid #ebeef2;
    }

    .nav-tabs > li {
        border-bottom: 1px solid #E9E9E9;
        float: none !important;
        margin-bottom: 0;
    }

    .nav-tabs > li .active > a, .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        border: none !important;
    }

    .social > span {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }

    .btn.btn-theme-default {
        padding: 4px 12px;
    }
}

#mainmenutop .navbar-toggle {
    float: left;
    margin-left: 10px;
}

.offcanvas-menu-open #menu-offcanvas .menu-offcanvas-inner {
    display: block;
}

#menu-offcanvas .menu-offcanvas-inner {
    background-color: #3bac53;
    display: none;
}

#menu-offcanvas .dropdown .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: block;
    float: none;
    position: relative;
    width: 100% !important;
    min-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
    padding: 0 10px;
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
    list-style: none;
}

#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
    font-size: 14px;
}

#menu-offcanvas .product-block .image {
    text-align: left;
}

html, body, .offcanvas-container, .offcanvas-pusher, .offcanvas-content {
    min-height: 100%;
}

.offcanvas-content {
    overflow-y: scroll;
    background: #f3efe0;
}

.offcanvas-content, .offcanvas-content-inner {
    position: relative;
}

.offcanvas-container {
    position: relative;
}

.offcanvas-pusher {
    left: 0;
    height: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}

.offcanvas-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s;
}

.offcanvas-menu-open .offcanvas-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.offcanvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 300px;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.offcanvas-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.offcanvas-menu-open .offcanvas-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s;
}

.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    lioffcanvas-style: none;
}

.offcanvas-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.offcanvas-menu ul.megamenu > li > a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: none;
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.2);
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
    display: none;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
    z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 1;
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button-close-menu {
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 17px;
}

.button-close-menu .fa {
    font-size: 16px;
}

@media (max-width: 768px) {
    #mainmenutop .navbar-nav {
        display: none;
    }

    #header-main .shopping-cart {
        margin-bottom: -35px;
        z-index: 999;
    }
    #header #cart .content {
        right: -3px;
    }
    .offcanvas-siderbars {
        position: relative;
    }

    .offcanvas-siderbars .offcanvas-sidebar {
        display: none;
        width: 100%;
    }

    .offcanvas-siderbars.column-left-active #oc-column-left {
        display: block;
    }

    .offcanvas-siderbars.column-right-active #oc-column-right {
        display: block;
    }

    .offcanvas-siderbars.column-left-active .main-column {
        display: none;
    }

    .offcanvas-siderbars.column-right-active .main-column {
        display: none;
    }
}

.offcanvas-sidebars-buttons {
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}

#menu-offcanvas .pavo-widget .widget-inner iframe {
    width: 250px !important;
}

.product-block .img {
    -webkit-transition: left .7s cubic-bezier(.75, 0, .175, 1);
    transition: left .7s cubic-bezier(.75, 0, .175, 1);
}

.product-block .pav-colorbox, .product-block .product-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 50%;
    bottom: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.product-block .pav-colorbox {
    margin: -10px 0 0 -60px;
}

.product-block .product-zoom {
    margin: -10px -70px 0 0;
}

.product-block .wishlist a, .product-block .compare a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.product-block:hover .product-zoom, .product-block:hover .pav-colorbox {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.product-block:hover .product-zoom {
    margin: -10px -35px 0 0;
}

.product-block:hover .pav-colorbox {
    margin: -10px 0 0 -30px;
}

.product-block:hover .wishlist a, .product-block:hover .compare a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.effect {
    position: relative;
}

.overlay {
    background: none repeat scroll 0 0 rgba(227, 242, 253, 0.2);
    height: 100%;
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    width: 0;
}

.effect:hover .overlay {
    left: 0;
    width: 100%;
    opacity: 1;
}

.pav-megamenu .navbar-nav > li > a {
    color: #5a5a5a;
}

.pav-megamenu .navbar .nav > li.home a {
    background-image: url('../../image/mobile/icon-home.png') !important;
    background-position: 13px 16px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.pav-megamenu .navbar-nav > li:hover > a {
    color: #3bac53;
}

.pav-megamenu .navbar-nav > li:hover > a:before {
    background-color: transparent;
}

.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:active, .pav-megamenu .navbar-nav > li > a:focus {
    color: #3bac53 !important;
    border-color: transparent !important;
}

.pav-megamenu .navbar-nav > li.first > a {
    border-left: none;
}

.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret:before {
    color: #5A5A5A;
}

.pav-megamenu .navbar-default .navbar-nav > .dropdown:hover > a .caret:before, .pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
    color: #838383;
}

.pav-megamenu .navbar-default .navbar-nav > li.last > a {
    border-left: none !important;
}

#pav-verticalmenu .box-heading {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#pav-verticalmenu .box-content {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* Clase extra adaugate de Paul*/
.sinus-care-meniu .level1{ border-top: 3px solid #49ae2a; }
.sinus-care-meniu a:hover {color: #49ae2a; }
.spry-meniu .level1{ border-top: 3px solid #00259a; }
.spry-meniu a:hover {color: #00259a !important; }
.sweeteners-meniu .level1{ border-top: 3px solid #430098 ; }
.sweeteners-meniu a:hover {color: #430098 !important;  }
/* Culori meniu principal*/

/* Carousel produse Home Page*/
.pav-promotion .product-block{
    background: #FFF;
    border: 1px solid #e0dede;
    margin-bottom: 20px;
    padding: 0 5px;
}
.pav-promotion .product-meta {
    min-height: 84px;
}
.pav-promotion .product-block .name a {
    font-weight: 400;
}
.pav-promotion .price {display: none;}
.pav-promotion .nopadding .box-content {
    border: 0;
    margin: 0;
}
.pav-promotion .carousel-controls{
    width: 100%;
    top: 42%;

}
.pav-promotion .carousel-control{
    width: 40px;
    height: 40px;
}
.pav-promotion .carousel-control.left{ margin-left: -20px;}
.pav-promotion .carousel-control.right{ margin-right: -20px;}
.pav-promotion .carousel-control .fa{ line-height: 40px; font-size: 30px;}
.pav-promotion .nopadding {padding: 0 30px;}
/* Information pages*/
.resurse-content .row { margin: 20px 0; }
.resurse-content h2 { margin-top: 0; }
.resurse-content b, strong {color: #008000;}
.resurse-content img.pull-left{ padding: 5px;}

.title-line{overflow:hidden;}
.title-line:after{
  padding-left: 10px;
  content:'';
  vertical-align: middle;
  display:inline-block;
  width:100%; height:100%;
  margin-right:-100%;
  margin-left: 10px;
}
.xlear-content .title-line:after{ border-bottom:1px solid #49ae2a;}
.xlear-content a.btn.btn-default {
    background: #80bd01;
    border: #80bc01;
    border-radius: 0;
    padding: 10px 20px;
    font-weight: bold;
}

.xlear-content h3, .spry-content h3, .sweeteners-content h3 {
        font-family: "Actor", Arial, Helvetica, sans-serif;
        line-height: 24px;
        font-size: 18px;
        font-weight: normal;

}
/* xlear-content*/
/*.xlear-content a, .xlear-content h3, .xlear-content .project-content h3, .xlear-content .fusion-title h3, .xlear-content .title h3, #header .tagline, .xlear-content .person-author-wrapper span, .xlear-content .product-title, .xlear-content #side-header .tagline, body .sxlear-content a, body .xlear-content a::before, .xlear-content body a::after, .xlear-content .single-navigation a[rel="prev"]::before, .xlear-content .single-navigation a[rel="next"]::after {
    color: #3bac53 !important;
}*/
/* spry-content*/
.spry-content h3, .spry-content .project-content h3, .spry-content .fusion-title h3, .spry-content .title h3, #header .tagline, .spry-content .person-author-wrapper span, .spry-content .product-title, .spry-content #side-header .tagline, body .spry-content a, body .spry-content a::before, .spry-content body a::after, .spry-content .single-navigation a[rel="prev"]::before, .spry-content .single-navigation a[rel="next"]::after {
    color: #00259a !important;
}
.spry-content a.btn.btn-default {
    background: #747474;
    border: #747474 ;
    border-radius: 0;
    padding: 10px 20px;
    color:#FFF !important;
    font-weight: bold;
}
.spry-content a.btn.btn-default:hover {
    background: #00259a !important;
}
/* sweeteners-content*/
.sweeteners-content a, .sweeteners-content h3, .sweeteners-content .project-content h3, .sweeteners-content .fusion-title h3, .sweeteners-content .title h3, #header .tagline, .sweeteners-content .person-author-wrapper span, .sweeteners-content .product-title, .sweeteners-content #side-header .tagline, body .ssweeteners-content a, body .sweeteners-content a::before, .sweeteners-content body a::after, .sweeteners-content .single-navigation a[rel="prev"]::before, .sweeteners-content .single-navigation a[rel="next"]::after {
    color: #430098 !important;
}
.sweeteners-content  a.btn.btn-default {
    background: #747474;
    border: #747474 ;
    border-radius: 0;
    padding: 10px 20px;
    color:#FFF !important;
    font-weight: bold;
}
.sweeteners-content  a.btn.btn-default:hover {
    background: #430098 !important;
}
/*Slide js*/

    #slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }
  