/*
Theme Name: Viroshop Pro
Theme URL: http://demo.pixelstores.com/
Version: 2.0
Description: A Modern HTML5 / CSS3 eCommerce Template
Author: PixelStores
Author URI: http://themeforest.net/user/PixelStores
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
.nopadding { padding:0; }
#mobile {
    display: none;
}
#cart_image {
    float: left;
    width: 15%
}
#cart_caratt {
    width: 65%;
    color: #000;
    float: left;
    margin-right: 10px;
    padding: 0px 10px;
}
#cart_print {
    float: left;
    margin-right: 10px;
    width: 40px;
    font-size: 16px;
    color: #dd0819;
    text-align: center;
}
#cart_prezzo {
    float: left;
    min-width: 210px;
    color: #000;
    text-align: center;
}
#cart_prezzo span {
    font-size: 14px;
}
#cart_prezzo p {
    color: #e62223;
    font-weight: bold;
    font-size: 24px;
}
.coupon .btn-rosso-trasparente.btn-sm {
    white-space: nowrap; 
    background-color: #e62223; 
    color: #fff;
    border-radius: 0;
}
.coupon .btn-rosso-trasparente, #wrap-payment .btn-rosso-trasparente {
    white-space: nowrap; 
    background-color: #e62223; 
    color: #fff;
    border-radius: 0;
}
.coupon .btn-rosso-trasparente:hover, #wrap-payment .btn-rosso-trasparente:hover {
    background-color: #333; 
    border-radius: 25px;
    border: 2px solid #333;
}
.remove-coupon{
    background-color: transparent !important;
    color: #e62223 !important;
}
.row-remove-coupon{
    padding: 10px;
}
.one_full, .one_half, .one_third, .two_third, .one_quarter {
    margin-bottom: 3px;
}
#code-captcha {
    float: left;
    margin: -5px 0 0 10px;
}
#code-captcha input[type="text"] {
    width: 100%;
}
#code-captcha a {
    text-decoration: underline;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 3px
}
#dicitura_prd {
    margin-top: 10px;
    font-size: 16px;
    padding: 5px;
    color: #dd0819;
}

blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none
}
del {
    text-decoration: line-through
}
hr {
    background: transparent;
    border: 0;
    clear: both;
    color: transparent;
    height: 0px;
    margin: 0;
    padding: 0
}
mark {
    background-color: #ffffb3;
    font-style: italic
}
input, select {
    vertical-align: middle
}
ins {
    color: #595959;
    text-decoration: none;
    margin-left: 5px;
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* Clearfix */

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}
* html .clearfix, :first-child+html .clearfix {
    zoom: 1
}
/* Some basic settings */

h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 12px;
}
h5 {
    font-size: 10px;
}
small {
    font-size: 13px;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
li {
    list-style: none;
}
img {
    margin-bottom: 0px;
}
dl, hr, h1, h2, h3, h4, h5, h6, ol, pre, table, address, fieldset, blockquote, article, p {
    margin-bottom: 15px;
}
/* ---------------------------------------------------------------------- */

/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

*:focus {
    outline: none;
}
html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
}
body {
    color: #53585e;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'PT Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #e62223;
    margin-bottom: 10px;
    font-family: 'Dancing Script', cursive;
}
::-moz-selection {
    background: #667b83;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #667b83;
    color: #fff;
    text-shadow: none;
}
a, .submit, .button, #submit, a>* {
    color: #53585e;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
hr {
    margin-top: 15px;
    margin-bottom: 25px;
    border-top: 1px dotted #e1e1e1;
}
.alignright {
    float: right;
}
.alignleft {
    float: left
}
img.alignleft {
    width: 100%;
    margin-right: 10px;
    float: left;
    position: relative;
    top: -3px;
}
img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
#header {
    margin-top: 20px;
    margin-bottom: 20px;
}
.header-top {
    background-color: #f8f8f8;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
}
.header-top a {
    display: inline-block;
}
.header-top .social {
    font-size: 16px;
    margin-right: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.header-top .social:hover,
.header-top .social:focus,
.header-top .social:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.header-top .facebook:hover svg,
.header-top .facebook:focus svg,
.header-top .facebook:active svg {
    color: #3B5998;
}
.header-top .instagram:hover svg,
.header-top .instagram:focus svg,
.header-top .instagram:active svg {
    color: #262626;
}

/* Shopping Bag */

#shopping-bag {
    height: 45px;
    cursor: pointer;
}
#shopping-bag ul {
    margin-left: 40px;
}
#shopping-bag .amount {
    color: #dd0819;
    min-width: 100px;
    text-shadow: #ffffff 1px 1px 1px;
    font-size: 22px;
    position: relative;
    top: 3px;
}
#shopping-bag .cart-info {
    text-align: left;
    min-width: 200px;
    font-size: 10px;
    line-height: 18px;
}
#shopping-bag .cart-info a {
    color: #adadad;
}
/* Page Wrappers */

#content {
    font-size: 1.2em;
    float: left;
    width: 100%;
}
.page .page-title, .single .page-title, .category .page-title, .tag .page-title {
    font-weight: 300;
    padding: 20px 20px 20px 25px;
    background-color: #ffffff;
    word-spacing: 3px;
    border-bottom: 1px dotted #e1e1e1;
    margin: 0;
}
.inner-container {
    padding-top: 25px;
    padding-bottom: 25px;
}
#shop.archive .inner-container {
    float: none;
}
.home .inner-container {
    padding-bottom: 0;
}
#content .navigation {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
/* Sidebar */
#sidebar .widget {
    padding: 15px;
    margin: 20px 0 40px 0;
    border: 1px solid #dddddd;
}
.widgettitle {
    text-transform: uppercase;
    font: bold 10px Arial;
    margin-bottom: 20px;
}
.widget::after {
    content: '';
    position: absolute;
    left: 75%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffffff;
    clear: both;
}
.widget {
    -webkit-box-shadow: 0px 7px 20px 0px rgba(204, 204, 204, 0.7);
    -moz-box-shadow: 0px 7px 20px 0px rgba(204, 204, 204, 0.7);
    box-shadow: 0px 7px 20px 0px rgba(204, 204, 204, 0.7);
}
.widget ul {
    margin: 0 0 20px 0;
}
.widget ul ul {
    margin: 0;
}
.widget ul li a.active {
    font-size: 15px;
    text-shadow: #fff 1px 1px 0;
    line-height: 30px;
    color: #484f56 !important;
    font-weight: 600;
    width: 100%;
    display: block;
}
.widget ul li ul li a {
    font-size: 15px;
    color: #484f56 !important;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-bottom:8px
}
.widget ul li ul li a::before {
    width: 7px;
    height: 10px;
    content: url(webassets/images/arrow.png);
    float: left;
    margin: 5px 5px 8px 0;
}
.widget ul li a.active::after {
    width: 16px;
    height: 16px;
    content: url(webassets/images/cuori-active.png);
    float: right;
    margin-top: 5px;
    position: absolute;
    right: 25px;
}
.widget ul li {
    margin: 0;
    padding: 0;
}
/* Social Widget */

#sidebar .widget_socialwidget .widgettitle {
    margin-bottom: 14px;
}
#sidebar .widget ul.social a {
    display: block;
    background: url(webassets/images/social-icons.png) no-repeat;
    padding-left: 22px;
}
#sidebar .widget ul.social a.facebook {
    background-position: 0 -18px;
}
#sidebar .widget ul.social a.twitter {
    background-position: 0 -43px;
}
#sidebar .widget ul.social a.rssfeed {
    background-position: 0 -67px;
}
#sidebar .widget ul.social a.email {
    background-position: 0 5px;
}
/* Login Widget */

#sidebar .widget.widget_loginformwidget {
    margin-left: 0px;
    margin: 0;
    padding: 0 0 49px;
}
#loadplace {
    display: none;
}
#loginForm .widgettitle {
    margin-bottom: 20px;
}
#loadplace li.try-again a {
    font-size: 10px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    line-height: 12px;
}
#loginForm, #loadplace {
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 20px;
}
#loginForm ul, #loadplace ul {
    width: 100%;
}
#loginForm ul li, #loadplace ul li {
    text-transform: uppercase;
    margin-bottom: 6px;
}
#loginForm input.username {
    width: 125px;
    width: 100%;
    margin: 0;
    outline: 0;
    font-size: 11px;
}
#loginForm input.username, #loginForm input.password {
    padding: 9px;
    color: #979797;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    background-image: url(webassets/images/diagonal.png);
}
#loginForm input.password {
    width: 86px;
    margin-right: 3px;
}
#loadplace ul li.error-field {
    text-shadow: #fff 1px 1px 0;
    color: #868686;
    font-size: 11px;
    background: transparent url(webassets/images/login_error_icon.png) no-repeat 0 center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
    margin-top: 17px;
    font-weight: normal;
    line-height: 16px;
}
#loginformnav ul li.user-field, #loginformnav ul li.pass-field, #loadplace ul li.try-again {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}
/* Layered Nav WIdget */

.widget_layered_nav ul li a {
    width: 80%;
    display: inline-block;
}
.widget_layered_nav ul li .count {
    float: right;
    background: #eee;
    padding: 0 8px;
    font-weight: bold;
}
.widget_layered_nav ul li .count {
    color: #b5b5b5;
    text-shadow: #fff 1px 1px 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 10px;
    font: 9px "Helvetica Neue", Arial;
    border: 1px solid #e8e8e8;
    float: right;
    padding: 4px 7px;
}
/* Product List / Best Sellers Widget */

#sidebar .widget ul.product_list_widget li:first-child {
    border-top: none;
    padding-top: 0;
}
#sidebar .widget ul.product_list_widget li:last-child {
    border-bottom: none;
}
#sidebar .widget ul.product_list_widget li {
    list-style: none;
    padding: 8px 0 12px;
    margin: 0;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
}
#sidebar .widget .product_list_widget li a {
    font-weight: bold;
    display: block;
    line-height: 14px;
}
#sidebar .widget .product_list_widget li img {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-left: 4px;
    width: 48px;
    height: auto;
    border-radius: 4px;
    float: right;
}
/* Dropdown Widget */

.widget_nav_menu .sub-menu {
    display: none;
}
ul.menu li a {
    display: block;
}
ul.menu li a.active {
    color: #667b83;
}
ul.menu li {
    font: 11px 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
}
.menu li ul li ul li a {
    text-indent: 20px;
}
.widget_nav_menu p {
    font: 11px 'Ubuntu', sans-serif;
    line-height: 14px;
    margin-bottom: 5px;
    padding: 0;
}
/* Product Widget */

.widget ul li.productwidget a {
    padding: 0;
}
.productwidgetimg {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.productwidgetimg img {
    border-radius: 5px;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .20s ease-in-out;
    display: block !important;
    width: 100% !important;
    height: auto;
}
.productwidgetimg img:hover {
    opacity: 0.7;
}
/* Breadcrumbs */

#breadcrumb {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666666;
    font-size: 12px;
    background-color: #f8f8f8;
    text-transform: uppercase;
}

#breadcrumb li {
    display: inline-block;
}

#breadcrumb:after {
    content: "";
    clear: both;
}

#breadcrumb ol {
    margin-bottom: 0;
}

/* Product Carousel */

.es-carousel-wrapper .slide-title, #content ul.products li .price {
    position: absolute;
    font-weight: bold;
    font-size: 10px;
    padding: 7px 14px;
    line-height: 20px;
    background: url(webassets/images/button-menu-top.png) repeat-x;
}
.es-carousel-wrapper .slide-title:after, #content ul.products li .price:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    border-width: 4px 4px;
    border-style: solid;
}
.es-carousel-wrapper .slide-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    top: -19px;
    left: -9px;
    z-index: 6;
}
.ie8 .es-carousel-wrapper .slide-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    top: -19px;
    left: 0px;
}
/* Product */

#content ul.products li .price {
    right: -8px;
    top: 10px;
}
.ie8 #content ul.products li .price {
    right: 0px;
    top: 12px;
}
.es-carousel-wrapper .slide-title:after {
    left: 0px;
}
#content ul.products li .price:after {
    right: 0px;
}
.summary .variations_form table {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
}
.summary .variations_form table td label {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 10px;
}
.summary .variations_form table td {
    border: 1px dotted #e1e1e1;
    padding: 10px;
}
.summary .variations_form table td .selectBox-dropdown {
    min-width: 100%;
}
.summary .variations_form table td .reset_variations {
    width: 1px;
    height: 1px;
    text-indent: -9999px;
    float: right;
}
.single div.product .onsale {
    display: none;
}
.single div.product {
    position: relative;
}
div.product .product_title {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 330px;
}
div.product p.price:after {
    background: #fffeff none repeat scroll 0 0;
    border-radius: 5px 5px 5px 5px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 0;
    top: 17px;
    width: 5px;
}
div.product p.price:before {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-style: solid;
    border-width: 18px;
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
}
div.product div.summary p {
    clear: both;
}
div.product div.summary tr {
    line-height: 15px;
    border-bottom: 1px solid #ddd;
}
div.product div.summary td {
    padding: 5px 0px;
    vertical-align: middle;
}
div.product div.summary p.price {
    clear: none;
    font-size: 1.5em;
}
div.product p.price {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: inline-block;
    padding: 5px 16px 5px 12px;
    line-height: 26px;
    float: right;
    position: absolute;
    right: -25px;
}
div.product p.price .amount {
    color: #FFFFFF;
}
div.product div.images {
    margin-bottom: 20px;
    /*float: left;
	width: 345px;*/
}
div.product p.price del {
    font-size: 14px;
    color: #fff;
}
div.product div.images a {
    border: 15px solid #fefefe;
    -moz-box-shadow: 0 0 4px #888;
    -webkit-box-shadow: 0 0 4px#888;
    box-shadow: 0 0 4px #d4d4d4;
    background: #fff;
    display: block;
    height: auto;
    width: auto;
}
.single-product .product .wp-post-image {
    max-width: 100%;
    height: auto;
    width: auto;
}
div.product div.images img {
    display: block;
}
div.product div.images div.thumbnails {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin-top: 0;
    margin-left: -5px;
}
div.product div.images div.thumbnails .zoom {
    border-width: 5px;
}
div.product div.images div.thumbnails:after {
    content: "";
    display: block;
    clear: both;
}
div.product div.images div.thumbnails a {
    float: left;
    padding: 0;
    width: auto;
    margin: 10px 5px 5px;
}
div.product div.images div.thumbnails a img {
    height: auto;
    width: 45px;
}
div.product div.summary {
    padding-top: 0;
    line-height: 24px;
    /*width: 350px;
	float: right;*/
}
div.product div.summary .cart {
    clear: both;
    width: 100%;
}
.single-product .summary .product_meta {
    font-size: 0.8751em;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-product .summary .product_meta a {
    text-transform: capitalize;
}
.single-product .product .product_tabs ul.tabs {
    margin: 0;
}
.single-product .product .product_tabs ul.tabs li {
    width: auto;
}
.single-product .product .product_tabs ul.tabs li:nth-child(2n) {
    float: left;
}
.single-product .product .product_tabs ul.tabs li a {
    -webkit-border-top-left-radius: 0.53em;
    -webkit-border-top-right-radius: 0.53em;
    -moz-border-radius-topleft: 0.53em;
    -moz-border-radius-topright: 0.53em;
    border-top-left-radius: 0.53em;
    border-top-right-radius: 0.53em;
}
.single-product .product .product_tabs, .single-product .product .related-products {
    clear: both;
}
.single-product .product_tabs {
    margin-bottom: 25px;
}
.single-product .product_tabs ul.tabs {
    border: 1px solid #ebebeb;
    list-style: none;
    margin: 0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
    background: -webkit-linear-gradient(#fbfbfb, #f7f7f7);
    background: -moz-linear-gradient(center top, #fafafa 0%, #ededed 100%);
    background: -moz-gradient(center top, #fafafa 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fafafa, endColorstr=#ededed);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa, endColorstr=#ededed)";
    -webkit-border-top-left-radius: 0.53em;
    -webkit-border-top-right-radius: 0.53em;
    -moz-border-radius-topleft: 0.53em;
    -moz-border-radius-topright: 0.53em;
    border-top-left-radius: 0.53em;
    border-top-right-radius: 0.53em;
}
.single-product .product_tabs ul.tabs:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.single-product .product_tabs ul.tabs li {
    width: 48%;
    float: left;
    top: 1px;
    position: relative;
}
.single-product .product_tabs ul.tabs li:nth-child(2n) {
    float: right;
}
.single-product .product_tabs ul.tabs li.active:first-child a {
    -webkit-border-top-left-radius: 0.53em;
    -moz-border-radius-topleft: 0.53em;
    border-top-left-radius: 0.53em;
}
.single-product .product_tabs ul.tabs li a {
    display: block;
    padding: 1em 1.5em;
    color: #989898;
}
.single-product .product_tabs ul.tabs li a:hover {
    background: #fff;
    text-decoration: none;
}
.single-product .product_tabs ul.tabs li.active a {
    background: #fff;
    text-decoration: none;
    -webkit-border-top-left-radius: 0em;
    -webkit-border-top-right-radius: 0em;
    -moz-border-radius-topleft: 0em;
    -moz-border-radius-topright: 0em;
    border-top-left-radius: 0em;
    border-top-right-radius: 0em;
}
.single-product .product_tabs .panel {
    padding: 1.618em;
    background: #fff;
    -webkit-border-bottom-left-radius: 0.53em;
    -webkit-border-bottom-right-radius: 0.53em;
    -moz-border-radius-bottomleft: 0.53em;
    -moz-border-radius-bottomright: 0.53em;
    border-bottom-left-radius: 0.53em;
    border-bottom-right-radius: 0.53em;
    border: 1px solid #ebebeb;
    border-top-style: none;
}
.single-product .product_tabs .panel h2:first-child, .single-product .product_tabs .panel #reviews h2 {
    margin: 0 0 1.2em;
    padding-top: 0;
    font-size: 14px;
    text-transform: capitalize;
}
.single-product .product_tabs .panel ul, .single-product .product_tabs .panel ol {
    margin-left: 1.618em;
}
ul.products, .upsells.products ul.products, ul, .upsells.products ul {
    float: none;
}
ul.products .count {
    display: none;
}
.products ul, ul.products {
    padding: 0;
    list-style: none outside;
    margin: 0;
}
#shop.archive #content h1 {
    font-weight: 300;
    margin: 0;
    padding-bottom: 20px;
}
ul.products {
    margin-left: 0;
    padding-left: 0;
}
ul.products li {
    position: relative;
}
#content ul.products li {
    text-align: center;
    -webkit-transition: all ease-in-out .2s;
    border: 1px solid #e62223;
    position: relative;
}
#content ul.products li h3 {
    margin: 0;
    padding-bottom: 15px;
    bottom: 0;
    position: absolute;
    font: 14px;
    font-weight: bold;
    width: 100%;
    padding-top: 15px;
    color: #ffffff;
    background-color: #e62223;
}
#content ul.products li .price del {
    display: none;
}
#content ul.products li .price ins {
    margin: 0;
    color: #fff;
}
#content ul.products li .onsale {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    color: #fff;
    font: bold 10px Arial;
    -webkit-transition: all ease-in-out .2s;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 84px;
    background-color: #000;
    background-image: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    z-index: 1;
    text-transform: uppercase;
}
#content ul.products li:hover .onsale {
    filter: alpha(opacity=50);
    opacity: 0.5;
    top: 55px;
}
#content ul.products li {
    background: white url(webassets/images/loading.gif) no-repeat scroll 50% 40%;
    float: left;
    margin-bottom: 24px;
    margin-right: 16px;
    height: 207px;
    position: relative;
}
#content ul.products li img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
ul.products li.first {
    clear: both;
}
ul.products li.last {
    margin-right: 0;
}
#content ul.products li .button {
    display: none;
}
#content ul.products li:hover {
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 6px 0px #cecece;
}
#main-content {
    float: left;
    padding-top: 25px;
    padding-left: 10px;
}
#page-content {
    padding: 10px 20px 20px;
}
.clearboth {
    clear: both;
}
.related, .upsells {
    clear: both;
}
.related h2, .upsells h2 {
    font-size: 14px;
}
.upsells {
    margin-left: 20px;
    margin-top: -20px;
}
.related:after, .upsells.products:after {
    content: "";
    display: block;
    clear: both
}
.related ul.products, .upsells.products ul.products, .related ul, .upsells.products ul {
    float: none
}
.related ul.products li.product, .upsells.products ul.products li.product, .related ul li.product, .upsells.products ul li.product {
    width: 48%
}
.related ul.products li.product img, .upsells.products ul.products li.product img, .related ul li.product img, .upsells.products ul li.product img {
    width: 5%;
    height: auto
}
table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%
}
table.shop_attributes th {
    width: 150px;
    font-weight: bold;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em
}
table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em
}
table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.025)
}
table.shop_table dl.variation {
    float: left;
    width: 100%;
    font-size: 11px;
    color: #9a9a9a;
}
table.shop_table dl.variation dt {
    float: left;
    margin-right: 5px;
}
table.shop_table dl.variation dd {
    font-weight: bold;
}
table.shop_table {
    border: 1px solid #ebebeb;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    background-color: #fff;
    margin-left: 0;
}
table.shop_table tr.cart-subtotal th, table.shop_table tr.shipping th, table.shop_table tr.total th {
    border-top: 1px solid #ebebeb;
}
table.shop_table thead {
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 1%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fbfbfb), color-stop(100%, #f7f7f7));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f7f7f7', GradientType=0);
}
.cart table.shop_table .checkout-button.button, #place_order.button {
    margin: 0;
}
table.shop_table .checkout-button.button, #place_order.button {
    float: right;
    margin: 0 10px 10px 0;
}
#place_order.button {
    padding: 8px 12px;
}
table.shop_table .button {
    margin-left: 10px;
}
table.shop_table .coupon .button {
    float: none;
}
table.shop_table .coupon {
    float: left;
}
table.shop_table th {
    text-shadow: #fff 1px 1px 0;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 12px
}
table.shop_table td {
    padding: 8px 12px;
    vertical-align: middle;
    border-top: 1px solid #ebebeb;
}
table.shop_table td.product-remove .remove:hover {
    background: #fff;
}
.shop_table .product-remove .remove {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    background: #fafafa;
    font-size: 11px;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 3px;
    color: #c9c9c9;
}
table.shop_table td.product-name {
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: underline;
}
table.shop_table tfoot td {
    font-weight: bold
}
.not-ie .selectBox-dropdown {
    filter: none;
}
/* Custom Select Box */

.selectBox-dropdown, .widget_layered_nav ul li .count {
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
    background: -webkit-linear-gradient(#fefefe, #f4f4f4);
    background: -moz-linear-gradient(center top, #fefefe 0%, #f4f4f4 100%);
    background: -moz-gradient(center top, #fefefe 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#f4f4f4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fefefe, endColorstr=#f4f4f4)";
}
.selectBox-dropdown {
    position: relative;
    border: 1px solid #dadada;
    outline: none;
    min-width: 177px;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 0.8em Helvetica;
}
.col-2 .selectBox-dropdown, .col-1 .selectBox-dropdown {
    min-width: 0px;
    width: 99% !important;
}
.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 9px 8px 9px 12px;
    color: #989898;
    text-shadow: #fff 1px 1px 0;
}
.selectBox-dropdown .selectBox-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 100%;
    background: url(webassets/images/select-arrows.png) no-repeat center center;
    border-left: solid 1px #dadada;
}
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: 1px solid #dadada;
    background: #FFF;
    overflow: auto;
    border-top-style: none;
}
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}
.selectBox-inline:focus {
    border-color: #666;
}
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}
.selectBox-options li a {
    color: #53585e;
    text-shadow: #fff 1px 1px 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    padding: 0 .5em 0 12px;
    text-transform: uppercase;
    line-height: 3.5em;
    font-weight: bold;
}
.selectBox-options LI.selectBox-hover A {
    background-color: #f6f6f6;
}
.selectBox-options LI.selectBox-disabled A {
    color: #b5b5b5;
    background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
    background-color: #f6f6f6;
}
.selectBox-options .selectBox-optgroup {
    color: #b5b5b5;
    background: #f6f6f6;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}
/* Product Post */

.single-product .summary .stock, .single-product .summary .single_variation_wrap .single_variation p.stock, .single-product .summary .single_variation_wrap .single_variation p.price {
    clear: none;
    margin-bottom: 0;
    float: left;
}
.single-product .summary .stock, .single-product .summary .single_variation_wrap .single_variation .stock, .single-product .summary .single_variation_wrap .single_variation .price {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0.382em;
    -moz-border-radius: 0.382em;
    border-radius: 0.382em;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    background-color: #fff;
    float: left;
    text-transform: uppercase;
    font: bold 10px Arial;
    margin-right: 10px;
}
.single-product .summary .single_variation_wrap .single_variation .price {
    color: #667b83;
    border-right: 1px solid #ebebeb;
    float: left;
}
.single-product .summary p.stock {
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    margin-right: 0;
}
.single-product .summary .variations_form.cart .single_variation_wrap .single_variation p.stock {
    position: relative;
}
.single-product .summary .stock, .single-product .summary .single_variation_wrap .single_variation .price, .single-product .summary .single_variation_wrap .single_variation p.stock {
    padding: 9px;
}
/* Add to Cart Button */

.single-product .summary .button:active {
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
    top: 0;
}
.single-product .summary .button:hover {
    text-decoration: none;
    background-color: #fbcf94;
}
.single-product .summary .button {
    border: 1px solid #c17a1c;
    color: #ffffff !important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: visible;
    width: auto;
    background-color: #daa54c;
    background-image: -moz-linear-gradient(top, rgba(252, 193, 94, 0.8), rgba(244, 149, 16, 0.7));
    background-image: -o-linear-gradient(top, rgba(229, 167, 62, 0.8), rgba(244, 149, 16, 0.7));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 193, 94, 0.8)), to(rgba(244, 149, 16, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(252, 193, 94, 0.8), rgba(244, 149, 16, 0.7));
    background-image: linear-gradient(top, rgba(252, 193, 94, 0.8), rgba(244, 149, 16, 0.7));
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.single-product .summary form.cart:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
/* Quantity incrementer */

.summary .quantity, .cart .quantity {
    position: relative;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0.382em;
    -moz-border-radius: 0.382em;
    border-radius: 0.382em;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    width: 60px;
    float: left;
    margin-right: 15px;
}
.summary .quantity:after, .cart .quantity:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.summary .quantity input.qty, .cart .quantity input.qty {
    width: 70%;
    padding: .618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #dd0819;
    text-align: center;
    border: 0;
    margin: 0;
    -webkit-border-top-left-radius: 0.382em;
    -webkit-border-bottom-left-radius: 0.382em;
    -moz-border-radius-topleft: 0.382em;
    -moz-border-radius-bottomleft: 0.382em;
    border-top-left-radius: 0.382em;
    border-bottom-left-radius: 0.382em;
    border-right: 1px solid #ebebeb;
    float: left;
    background-color: #fff;
}
.single-product .summary .single_variation_wrap {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.summary .quantity .plus, .cart .quantity .plus, .summary .quantity .minus, .cart .quantity .minus {
    width: 30%;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
    background: -webkit-linear-gradient(#fbfbfb, #f7f7f7);
    background: -moz-linear-gradient(center top, #fafafa 0%, #ededed 100%);
    background: -moz-gradient(center top, #fafafa 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fafafa, endColorstr=#ededed);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa, endColorstr=#ededed)";
    -webkit-border-top-right-radius: 0.382em;
    -webkit-border-bottom-right-radius: 0.382em;
    -moz-border-radius-topright: 0.382em;
    -moz-border-radius-bottomright: 0.382em;
    border-top-right-radius: 0.382em;
    border-bottom-right-radius: 0.382em;
}
.summary .quantity .plus, .cart .quantity .plus {
    color: #8a8a8a;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.summary .quantity .minus, .cart .quantity .minus {
    color: #8a8a8a;
    cursor: pointer;
    top: auto;
    bottom: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#account_username_field {
    margin-top: 15px;
}
.col-1 #billing_email_field {
    margin-bottom: 10px;
}
.col-1 .create-account {
    margin-top: 20px;
}
.col-1 .create-account p {
    margin: 0;
}
.col-1 h3, .col-2 h3 {
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 15px;
}
.col2-set .col-1, .col2-set .col-2 {
    padding: 20px;
    background-color: #fff;
}
.col2-set .col-2 #shiptobilling {
    float: right;
    margin-top: 20px;
}
form.login {
    margin-top: 10px;
    margin-bottom: 25px;
}
form.login .form-row input.input-text {
    margin-top: 10px;
}
.form-row {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    margin-bottom: 0;
}
.form-row label {
    display: block;
    font-size: 11px;
}
.form-row label.hidden {
    visibility: hidden;
}
.form-row select {
    width: 100%;
    cursor: pointer;
    margin: 0 !important;
}
.form-row .required {
    color: #667b83;
    font-weight: bold;
}
.form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.form-row label.checkbox {
    display: inline;
}
#billing_company_field.form-row {
    border-bottom: 1px dotted #e1e1e1;
    padding-bottom: 25px;
}
#coupon_code {
    color: #6b6b6b;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    outline: 0;
    background: #f9f9f9 none;
    font-size: 11px;
    margin-left: 5px;
    padding: 9px;
}
.woocommerce-checkout form #customer_details .form-row input.input-text, .login, .woocommerce-checkout form .form-row textarea, .woocommerce-checkout form .form-row select {
    color: #53585e;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fffeff;
    width: 100%;
    padding: 10px;
    margin: 0;
    outline: 0;
    background: #f9f9f9 none;
    font-size: 12px;
    line-height: 1.5em;
}
form .form-row textarea {
    height: 90px;
    line-height: 1.6em;
    display: block;
}
.form-row-first {
    width: 48%;
    overflow: visible;
    float: left;
}
.form-row-last {
    width: 48%;
    float: right;
}
.create-account .form-row-last {
    float: none;
    width: 47%;
}
.create-account .form-row-first {
    float: left;
    padding-right: 5%;
}
#order_review_heading {
    font-weight: 300;
    clear: both;
    margin-bottom: 20px;
}
#payment li label img {
    position: relative;
    top: 6px;
    left: 5px;
}
#payment .place-order {
    margin: 0;
}
#payment {
    background: #fff;
}
#payment ul.payment_methods {
    overflow: hidden;
    text-align: left;
    padding: 1em 1em 0;
    margin: 0 !important;
    list-style: none outside;
}
#payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #f1f1f1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -5px;
    left: 0;
    margin: -1em 0 0 2em;
}
#payment div.payment_box {
    position: relative;
    width: 96%;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    padding: 1em 2% 0;
    margin: 1em 0;
}
#payment ul.payment_methods li input {
    margin: 0 1em 0 0 !important;
}
.shipping_calculator {
    float: left;
}
.cart_totals h2 {
    font-size: 14px;
}
.ordering {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
}
.ordering select {
    background-color: #f2f2f2;
    padding: 3px 5px;
    border: 1px solid #ccc;
}
.cart_totals {
    float: right;
    width: 35%;
    margin-bottom: 10px;
}
.cart_totals table {
    text-align: left;
    width: 100%;
    border-collapse: separate;
    background-color: #fff;
    margin-left: 0;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}
.cart_totals table td, .cart_totals table th {
    padding: 8px 12px;
    vertical-align: middle;
    border-top: 1px solid #ebebeb;
}
/* Product Rating Stars */

.star-rating {
    float: right;
    width: 80px;
    height: 16px;
    background: url(webassets/images/star.png) repeat-x left 0
}
.star-rating span {
    background: url(webassets/images/star.png) repeat-x left -32px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
    float: left
}
.hreview-aggregate .star-rating {
    margin: 10px 0 0 0
}
p.stars:after {
    content: "";
    display: block;
    clear: both
}
p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(webassets/images/star.png) repeat-x left 0
}
p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden
}
p.stars span a:hover, p.stars span a:focus {
    background: url(webassets/images/star.png) repeat-x left -16px
}
p.stars span a.active {
    background: url(webassets/images/star.png) repeat-x left -32px
}
p.stars span a.star-1 {
    width: 16px;
    z-index: 10
}
p.stars span a.star-2 {
    width: 32px;
    z-index: 9
}
p.stars span a.star-3 {
    width: 48px;
    z-index: 8
}
p.stars span a.star-4 {
    width: 64px;
    z-index: 7
}
p.stars span a.star-5 {
    width: 80px;
    z-index: 6
}
/* Review Form */

#review_form #respond p {
    margin: 0 0 10px
}
#reviews ol, #reviews .add_review {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
#reviews .add_review .button {
    float: right;
    margin: 0;
}
#reviews .avatar {
    float: left;
}
#reviews div.comment-text:after {
    content: "";
    display: block;
    border: 8px solid #f8f8f8;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: -16px;
    margin-right: 0;
    margin-bottom: 0;
    top: 12px;
}
#reviews div.comment-text {
    position: relative;
    background: #f8f8f8;
    padding: 1em 2% 0;
    float: right;
    width: 84%;
    margin: 0 0 1.3em;
}
#reviews div.comment-text .meta {
    font-size: 11px;
    margin-bottom: 12px;
}
/* Elastislide Style */

.es-carousel-wrapper {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f0f0f0');
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f7f7f7, #f0f0f0);
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #ffffff;
    position: relative;
    padding: 33px 60px;
}
.es-carousel {
    overflow: hidden;
}
.es-carousel ul {
    display: none;
}
.es-carousel ul li {
    height: 100%;
    float: left;
    display: block;
}
.es-carousel ul li a {
    display: block;
}
.es-carousel ul li a img {
    display: block;
    border: 1px solid #eaeaea;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
.es-nav span {
    height: 26px;
    width: 24px;
    display: block;
    z-index: 9999;
    font-size: 0px;
    line-height: 0px;
    text-indent: -999px;
}
.es-nav span {
    position: absolute;
    background: transparent url(webassets/images/buttons.png) no-repeat;
    text-indent: -9000px;
    cursor: pointer;
    top: 44%;
}
.es-nav span.es-nav-prev {
    left: 19px;
}
.es-nav span.es-nav-next {
    right: 19px;
    background-position: right bottom;
}
/* Slider Wrappers */

.slider-wrapper, .image-wrapper, .gmap, .youtube-wrapper, .col2-set .col-1, .col2-set .col-2, .blog .comment-body {
    border: 15px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
}
.gmap {
    margin-bottom: 0;
    width: 95.7%;
    background-color: #fff;
}
.home .slider-wrapper {
    margin: 0 auto;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home .videoWrapper {
    border-bottom: 1px solid #dadada;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0;
    background: #fff;
}
.videoWrapper iframe, .videoWrapper object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.page #basicimage img {
    max-width: 100%;
    height: auto;
    display: block;
}
.item-image {
    position: relative;
    top: 0;
}
.home.page #basicimage {
    border-bottom: 1px solid #dadada;
}
.page #basicimage iframe, .page #basicimage object, .page #basicimage embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Blog */

.blog .post {
    clear: both;
}
.blog .post_inner {
    position: relative;
    border-bottom: 1px dotted #e1e1e1;
    padding-bottom: 35px;
    margin-right: 80px;
}
.blog #comments .avatar {
    margin-right: 15px;
}
.blog #comments {
    position: relative;
    padding-bottom: 0 !important;
    margin-right: 80px;
}
h3#comments-title {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin-right: 0;
    margin-left: 0;
    float: right;
    position: absolute;
    top: 15px;
    right: 0;
}
.comment-container {
    padding: 0;
}
.comment-container .children {
    margin-top: 0;
    padding-top: 0;
}
.comment-author {
    clear: both;
}
.comment-author img {
    float: left;
    margin-right: 5px;
}
.comment-meta {
    color: #e8e8e8;
    font-style: italic;
    font-size: 10px;
    margin-bottom: 5px;
}
#commentform img.avatar {
    margin: 0;
}
#comments .fn {
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
    font-style: normal;
}
#comments .fn cite {
    font-style: normal;
}
a.comment-reply-link {
    color: #667b83;
    display: block;
}
li.comment ul.children li {
    margin-left: 65px;
}
#commentform .form-submit {
    margin-bottom: 0;
}
#comments .comment-form-comment {
    width: 108%;
}
#comments .comment-form-author {
    float: left;
    width: 30%;
    margin-right: 5%;
}
#comments .comment-form-email {
    width: 30%;
    float: left;
    margin-right: 5%;
}
#comments .comment-form-url {
    width: 30%;
    float: left;
}
#comments .comment-form-comment {
    clear: both;
}
#fancybox-content label {
    font-size: 12px;
}
#fancybox-content input#author, #fancybox-content input#email, #fancybox-content textarea#comment, .login .input-text, #comments input#author, #comments input#email, #comments input#url, #comments textarea#comment {
    border: 1px solid #e1e1e1;
    margin-top: 5px;
    padding: 9px;
    background-color: #fff;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    color: #9C9B9B;
    width: 90%;
}
.blog .entry-content {
    position: relative;
    margin-left: 180px;
}
.single .entry-content {
    position: relative;
    margin-left: 0px;
}
.post_inner .button {
    margin-top: 0;
}
.blog .post .entry-title {
    letter-spacing: -1px;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 300;
}
.single .blog .post .entry-title {
    margin-bottom: 24px;
    position: relative;
    margin-right: 80px;
}
.single .blog .post .fl {
    margin-bottom: 20px;
    margin-left: 80px;
    position: relative;
}
.single .blog .post_inner {
    border-bottom: 1px none #e1e1e1;
    padding-bottom: 0px;
}
.blog .date {
    text-align: center;
    width: 55px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    left: 95px;
    z-index: 1;
    top: 15px;
    float: right;
}
.blog .date small {
    padding: 6px 0 4px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog .date .date_day {
    padding: 5px 0 0;
    margin: 0;
    line-height: 1em;
    font-size: 30px;
}
.blog .date span {
    font-size: 12px;
    padding-bottom: 3px;
    display: block;
}
.blog header figure {
    margin-bottom: 15px;
    margin-left: 0px;
    height: auto;
    display: block;
    margin-right: 80px;
}
.blog header figure img {
    width: 100%;
    height: auto;
    display: block;
}
.blog .post footer {
    padding-right: 25px;
    float: left;
    margin-bottom: 15px;
}
.blog .post footer ul li {
    border-bottom: 1px dotted #e1e1e1;
    list-style: none;
    font-size: 11px;
    line-height: 30px;
    padding-right: 30px;
}
.blog .post footer ul li:last-child {
    border-bottom-style: none;
}
.blog .post .entry-title a {
    color: #6b6b6b;
}
.social-single {
    border-bottom: 1px dotted #e1e1e1;
    border-top: 1px dotted #e1e1e1;
    height: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.sharebuttons {
    float: right;
}
#twitterbutton, #likebutton, #stumblebutton, #sharebutton, #linkedinshare {
    display: block;
    float: left;
}
#twitterbutton {
    margin-right: 0;
}
#likebutton {
    margin-left: -15px;
}
/* Footer */

.footer-top {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px
}
.footer-bottom {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #53585e;
    color: #ffffff;
    font-size: 14px;
}
.footer-bottom h4 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 600
}
.footer-bottom img {
    margin-bottom: 10px;
}
.footer-bottom h4 {
    color: #FFFFFF;
    border-bottom: 1px solid #68717a;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.footer-bottom a {
    color: #FFFFFF;
}
.footer-bottom ul {
    margin-left: 0;
    list-style: none;
}
.footer-bottom ul li {
    margin-bottom: 10px;
}
.footer-bottom ul li a {
    margin-left: 5px;
}
.footer-bottom small {
    text-transform: lowercase;
    display: block;
    margin-bottom: 10px;
}
#box_F {
    background-color: #ccc;
    width: 685px;
    float: none;
    height: auto;
    padding: 0px 0 0px 0;
    margin: 5px 0 0px 0;
    font-size: 12px;
}
#box_file1 {
    background-color: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    height: 42px;
    line-height: 20px;
    font-size: 100%;
    color: #666;
    clear: both;
}
#box_file1_titolo {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    background-color: #f2f2f2
}
#box_file1 a {
    padding: 0 5px 0 5px;
    float: left;
    color: #666;
    text-decoration: underline;
}
#box_file1 a:hover {
    padding: 0 5px 0 5px;
    float: left;
    color: #333;
    text-decoration: none;
}
#box_file1_text {
    float: left;
    padding: 2px 5px 0 5px;
    height: 100%;
    font-size: 100%;
}
#box_file1_name {
    float: left;
    width: 75%;
    padding: 0px 5px 0 5px;
    border-right: 1px solid #ccc
}
#payment-block {
    float: right;
    width: 80%;
    background: #f2f2f2;
    padding: 10px;
    margin-top: -6px;
    margin-bottom: 20px;
}
#payment-block .row .l {
    float: left;
    width: 50%;
    line-height: 20px;
}
#payment-block .row .r {
    float: left;
    width: 50%;
    line-height: 20px;
    text-align: right;
}
#payment-block .row2 .l {
    float: left;
    width: 50%;
    line-height: 34px;
    padding: 5px 0px;
    font-weight: bold;
}
#payment-block .row2 .r {
    float: left;
    width: 50%;
    color: #3b3b3b;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    padding: 5px 0px;
    text-align: right;
}
#checkout-main .login-box {
    float: left;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 20px;
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    /* border-radius: 0; */
}
#checkout-main .login-box .returning {
    float: left;
    width: 310px;
    margin-right: 20px;
}
#checkout-main .login-box .new {
    float: left;
    width: 310px;
}
#checkout-main .login-box .returning form, #checkout-main .login-box .new .table {
    float: left;
    width: 290px;
    margin: 10px 0px 0px;
    padding: 9px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#table {
    height: auto;
    border-collapse: separate;
    background-color: #FFFFFF;
    border: 1px solid #f2f2f2
}
#table thead {
    background-color: #dd0819;
    color: #FFFFFF;
    text-transform: uppercase
}
#table tr {
    border-bottom: 1px solid #f2f2f2;
}
#table td {
    padding: 3px;
}
ul#menu_header li {
    display: inline;
}
ul#menu_header li a {
    font-size: 13px;
    padding-right: 7px;
    border-right: 1px solid #ccc;
    margin-right: 7px;
}
ul#menu_header li:last-child a {
    padding-left: 0;
    border-right: 0;
    margin-right: 0;
}
ul#menu_header li.current-menu-item a {
    color: #e62223;
}
.cont-menu-header {
    text-align: right;
    background-image: url(webassets/images/trasparent-white.png);
    padding: 3px 0;
}
/* scrollable root element */

#wizard {
    -webkit-border-bottom-left-radius: 0.53em;
    -webkit-border-bottom-right-radius: 0.53em;
    -moz-border-radius-bottomleft: 0.53em;
    -moz-border-radius-bottomright: 0.53em;
    border-bottom-left-radius: 0.53em;
    border-bottom-right-radius: 0.53em;
    border: 1px solid #ebebeb;
    border-style: none;
    font-size: 12px;
    min-height: 0;
    margin: 20px auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
/* scrollable items */

#wizard .items {
    width: 100%;
    clear: both;
    position: relative;
}
/* single item */

#wizard .page {
    padding: 20px;
    float: left;
    background: #ffffff;
    border-top-style: none;
    font-size: 14px;
}
.page tr {
    border-bottom: 1px solid #dddddd;
}
.page td {
    line-height: 1.3;
    padding: 5px 0px;
    vertical-align: middle;
    font-size: 13px;
}
/*.page a {
	text-decoration:underline;
	color:#333;
}*/

.page td strong {
    font-weight: bold;
    color: #333333
}
/* title */

#wizard h2 {
    border-bottom: 1px dotted #ccc;
    font-size: 22px;
    font-weight: normal;
    margin: -5px 0 10px 0;
}
#wizard h2 em {
    display: block;
    color: #666;
    font-style: normal;
    margin-top: 5px;
    line-height: 24px;
}
/* input fields */

#wizard ul {
    padding: 0px !important;
    margin: 0px !important;
}
#wizard li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 25px;
}
#wizard label {
    font-size: 16px;
    display: block;
}
#wizard label strong {
    color: #789;
    position: relative;
    top: -1px;
}
#wizard label em {
    font-size: 11px;
    color: #666;
    font-style: normal;
}
#wizard input[type=text], #wizard textarea {
    /*width:100%;*/
    padding: 5px;
    border: 1px solid #ccc;
    color: #456;
    letter-spacing: 1px;
    background-color: #f2f2f2;
    min-width: 50px;
    max-width: 100%;
}
#wizard select {
    border: 1px solid #ccc;
    width: 94%;
    padding: 4px;
}
#wizard label span {
    color: #b8128f;
    font-weight: bold;
    position: relative;
    top: 4px;
    font-size: 20px;
}
#wizard .double label {
    width: 50%;
    float: left;
}
#wizard .double .text {
    width: 93%;
}
#wizard .clearfix {
    clear: both;
    bottom: 0px;
}
#wizard .right {
    float: right;
}
/* validation error message bar */

#drawer {
    background: #fff url(webassets/images/step/h80.png) repeat-x scroll 0 0;
    background-color: #fff;
    overflow: visible;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    border-bottom: 2px solid #789;
    width: 100%;
    display: none;
    z-index: 2;
}
#wizard .error {
    border: 1px solid #F99 !important;
}
#wizard #status {
    height: 46px;
    list-style: none;
    margin: 0;
    background-color: #f8f8f8;
}
#status li {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    color: #989898;
    text-align: center;
    font-size: 14px;
    width: 150px;
    /*font-size: 12px;*/
    /*width: 100px;*/
    height: 100%;
}
#status li.active {
    background-color: #e62223;
    color: #ffffff;
}
/**************** RESTYLING ****************/

a:hover, a:focus {
    color: #e62223;
    text-decoration: none;
}
h1 {
    font-size: 42px;
    color: #e62223;
    margin-bottom: 30px;
}
h3 {
    font-size: 30px;
}
h3 a {
    color: #e62223;
}
h4 {
	font-size: 24px;
    color: #484f56;
}
.widget h3, .widget h4 {
    font-size: 28px!important;
    margin: 0;
    padding: 0;
    color: #dd0819;
    margin-bottom: 10px;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.btn-rosso-trasparente {
    color: #e62223;
    background-color: transparent;
    border: 2px solid #e62223;
    font-weight: 600;
    padding: 5px 20px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0;
}
.btn-rosso-trasparente:hover, .btn-rosso-trasparente:focus {
    color: #ffffff;
    background-color: #e62223;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.btn-nero-bianco {
    color: #53585e;
    background: transparent;
    border: 2px solid #53585e;
    font-weight: 600;
    padding: 5px 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
.btn-nero-bianco:hover, .btn-nero-bianco:focus {
    color: #ffffff;
}
.btn-nero-bianco::before {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #53585e;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-nero-bianco:hover::before, .btn-nero-bianco:focus::before {
    width: 100%;
}
#skypeCall {
    position: fixed;
    top: 250px;
    z-index: 999;
    background-color: #00aff0;
}
#skypeCall a {
    display: flex;
}
#skypeCallDiv {
    padding: 13px;
    color: #ffffff;
    display: none;
}
#skypeCall a:hover {
    color: #ffffff;
}
#skypeCall a:hover #skypeCallDiv {
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    40% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.5;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    40% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.5;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}
.phone-header {
    color: #e62223;
    font-weight: 600;
    padding: 4.5px 14px;
    font-size: 16px;
}
.phone-header svg {
    color: #e62223;
    font-weight: 600;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.phone-header:hover svg,
.phone-header:focus svg,
.phone-header:active svg {
    -webkit-transform: scale(1.1) rotate(-6deg);
    transform: scale(1.1) rotate(-6deg);
}
.area-riservata-link-header {
    background-color: #dddddd;
    padding: 8px 16px;
    color: #333333;
    font-size: 14px;
}
#ricerca_testo {
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    z-index: 999;
    right: 0%;
}
.campione-gratuito-header {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.campione-gratuito-header:hover,
.campione-gratuito-header:focus,
.campione-gratuito-header:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.campione-gratuito-header a {
    color: #FFFFFF;
    display: flex;
    border: 2px solid #e62223;
    padding: 3px 6px;
}
.campione-gratuito-header span {
    float: left;
    color: #e62223;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
}
.campione-gratuito-header img {
    float: left;
    max-width: 70px;
}
.menu {
    background-color: #e62223;
    transition: all 0.3s ease;
}
.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(230, 34, 35, 0.9);
}
.navbar {
    padding: .5rem 0rem;
}
.nav-link {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.041em;
    padding-right: .45rem !important;
    padding-left: .45rem !important;
}
.nav-link:hover, .nav-link:focus {
    color: #ffffff;
}
.navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nivo-caption {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: auto;
    background: transparent;
    text-align: center;
    opacity: 1
}
.nivo-caption h3 {
    color: #e62223;
    font-weight: 600;
}
.nivo-caption p {
    padding: 0;
    color: #000000;
}
.nivo-caption a {
    display: inline-block!important;
}
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    float: left;
    display: block;
    position: absolute;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}
.nivo-controlNav a {
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(webassets/images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}
.nivo-controlNav a.active {
    font-weight: 700;
    background-position: 0 -22px;
}
.main-home {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-home h3 {
    color: #e62223;
    font-size: 42px;
    margin-bottom: 20px;
}
.posizionamento-home {
    padding-top: 15px;
    padding-bottom: 60px;
}
.posizionamento-home h1 {
    color: #e62223;
    font-size: 42px;
    margin-bottom: 15px;
}
.posizionamento-home h2 {
    color: #53585e;
    font-size: 26px;
    margin-bottom: 30px;
}
.divide-cuori {
    position: relative;
}
.divide-cuori hr {
    border-top: 1px solid #dddddd;
    width: 120px;
    margin: 0 60px;
    display: inline-block;
}
.divide-cuori img {
    position: absolute;
    top: -19.5px;
    left: 50%;
    transform: translateX(-50%);
}
.catprodotti {
    padding-top: 90px;
    padding-bottom: 90px;
}
.catprodotti a {
    display: inline-block;
}
.catprodotti a:hover .overlay-catprodotti h4,
.catprodotti a:focus .overlay-catprodotti h4 {
    color: #e62223;
}
.catprodotti p {
    margin-bottom: 20px;
}
.catprodotti .overlay-catprodotti {
    position: absolute;
    top: 70%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
.catprodotti .overlay-catprodotti h4 {
    margin-bottom: 0;
    color: #000000;
    font-size: 30px;
    text-align: left;
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 30px;
}
.catprodotti span {
    font-size: 36px;
    margin-right: 15px;
    font-family: 'Dancing Script', cursive;
}
.recensioni-home {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fbf5f7;
}
.recensioni-home h5 {
    font-size: 21px;
    color: #e62223;
    height: 30px;
    margin-bottom: 21px;
}
.recensioni-home .box-recensione {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(221, 221, 221, 1);
    -moz-box-shadow: 2px 2px 4px 1px rgba(221, 221, 221, 1);
    box-shadow: 2px 2px 4px 1px rgba(221, 221, 221, 1);
    margin-top: 5px;
    margin-bottom: 90px;
}
.box-recensione small {
    font-size: 13px;
}
.recensioni-home .box-recensione:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ffffff;
    transform: rotate(45deg);
    bottom: -7.5px;
    left: 85%;
    box-shadow: 2px 2px 2px 0px rgba(221, 221, 221, 1);
}
.recensioni-home .box-recensione .nome {
    position: absolute;
    right: 10%;
    bottom: -45px;
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    color: #555;
}
.recensioni-home .box-recensione .nome svg {
    font-size: 20px;
}
.recensioni-home span {
    color: #53585e;
    font-size: 32px;
    margin-right: 15px;
    font-family: 'Dancing Script', cursive;
}
.recensioni-home .slick-dots li {
    margin: 0;
}
.recensioni-home .slick-dots li button::before {
    font-size: 12px;
    color: #e62223;
}
.ultime-news-home {
    padding-top: 90px;
    padding-bottom: 45px;
}
.ultime-news-home .col-md-4 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.ultime-news-home img {
    margin-bottom: 10px;
}
.ultime-news-home h4 {
    font-size: 28px;
    color: #e62223;
}
.ultime-news-home .data {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: rgba(83, 88, 94, 0.6);
    padding: 8px 16px;
    color: #ffffff;
    font-size: 14px;
}
.ultime-news-home .data svg {
    margin-right: 10px;
}
.archivio-news {
    padding-top: 15px;
    padding-bottom: 15px;
}
.archivio-news h3 {
    margin-bottom: 30px;
}
.archivio-news h5 {
    font-weight: 600;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}
.archivio-news .slick-prev, .archivio-news .slick-next {
    width: 20px;
    height: 42px;
}
.archivio-news .slick-prev {
    left: -50px;
}
.archivio-news .slick-next {
    right: -50px;
}
.archivio-news .slick-prev:before, .archivio-news .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px;
    color: #cccccc;
}
.archivio-news .slick-prev:before {
    content: "\f104";
}
.archivio-news .slick-next:before {
    content: "\f105";
}
.altre-news-home {
    padding-top: 45px;
    padding-bottom: 90px;
}
.altre-news-home small, .archivio-news small {
    font-size: 13px;
}
.altre-news-home h4 {
    font-size: 32px;
    color: #666666;
}
.altre-news-home h5 {
    font-weight: 600;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}
.archivio-news {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fbf5f7;
}
.promozioni-home {
    padding-top: 90px;
    padding-bottom: 45px;
}
.promozioni-home span {
    color: #53585e;
    font-size: 30px;
    margin-right: 15px;
    font-family: 'Dancing Script', cursive;
    margin-top: -20px;
    margin-bottom: 20px;
}
.promozioni-home .box-prodotto {
    position: relative;
    padding: 2px;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(221, 221, 221, 1);
    -moz-box-shadow: 2px 2px 4px 1px rgba(221, 221, 221, 1);
    box-shadow: 2px 2px 4px 1px rgba(221, 221, 221, 1);
    margin-top: 5px;
    margin-bottom: 30px;
    min-height: 90%;
}
.promozioni-home .box-prodotto .promo {
    background-color: rgba(230, 34, 35, 0.7);
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
}
.promozioni-home .box-prodotto h4 {
    text-align: center;
    color: #e62223;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.promozioni-home .box-prodotto .price {
    border-top: 1px solid #dddddd;
    width: 85%;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.promozioni-home .box-prodotto .price strong {
    color: #e62223
}
.promozioni-home .slick-dots li {
    margin: 0;
}
.promozioni-home .slick-dots li button::before {
    font-size: 12px;
    color: #e62223;
}
.funzioni-prodotto {
    margin-left: 0;
}
.funzioni-prodotto li {
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.funzioni-prodotto li a {
    color: #666666;
    font-weight: 600;
    font-size: 17px;
}
.funzioni-prodotto li a:hover,
.funzioni-prodotto li a:focus {
    color: #e62223;
}
.funzioni-prodotto li a:hover svg,
.funzioni-prodotto li a:focus svg {
    color: #e62223;
}
a.tooltip-carattere span {
    z-index: 10;
    display: none;
    padding: 10px;
    margin-top: 35px;
    margin-left: -175px;
    width: 250px;
    line-height: 16px;
}
a.tooltip-carattere:hover span{
    display: inline;
    position: absolute;
    border: 2px solid #FFF;
    color: #EEE;
    background: #FFFFFF;
}
a.tooltip-carattere span {
    border-radius: 2px;
    box-shadow: 0px 0px 8px 4px #666;
}
a.tooltip-carattere span::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 125px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    z-index: 999;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(230, 34, 35);
    background: rgba(230, 34, 35, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top svg {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 16.25px;
    top: 15px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(230, 34, 35, 0.9);
}
#return-to-top:hover svg {
    color: #ffffff;
    top: 5px;
}

.ui-widget-content {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px !important;

}

.scale-with-grid{
    max-width: 100%;
}