html,
body {
	font-family: "Roboto";
}

.no-margin,
.no-margin-padding {
    margin: 0;
}

.no-padding,
.no-margin-padding {
    padding: 0;
}

/* notify-js */
.notifyjs-sale-style-base {
    background: #F5F5F5;
    padding: 20px 22px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 16px -9px rgba(0, 0, 0,.5);
}

.notifyjs-sale-style-base .icon-cart-plus {
    color: green;
    font-size: 35px;
    margin-top: -4px;
    margin-left: -6px;
    margin-right: 8px;
    margin-bottom: -5px;
    display: inline-block;
    float: left;
}

.italic {
	font-style: italic;
}

.navMenu_button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background: #ff3030;
    color: #fff !important;
    font-size: 17px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 25px;
    text-transform: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 12px;
    margin-bottom: 0;
    border: none;
	height: auto;
	margin-top: -5px;
}

.navMenu_button:hover {
    opacity: 0.7;
}

.cornerButton {
    background-color: #FFA500;
    width: auto;
    display: inline-block;
    font-size: 16px;
    height: 42px;
    padding: 0 20px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    line-height: 38px;
    position: relative;
    font-family: "Open sans";
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.cornerButton::after {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
    background: #fff;
}

.cornerButton:hover {
    color: #e1206f;
    background-color: #fff;
}

.cornerButton a {
	color: #fff;
}

.cornerButton a:hover {
    color: #222;
}


/*------------------------------------*\
    GRADIENTS
\*------------------------------------*/

.grayMesh_light {
    background-color: #ebedee;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}


/*------------------------------------*\
    navMenu
\*------------------------------------*/

#navMenu {
    min-height: 70px;
	background-color:#fbfbfb;
	border-bottom: 2px solid #000;
}

#navMenu > .content {
	max-width: 1200px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#navMenu > .content,
#navMenu .logo {
    height: 100%;
    min-height: 100px;
    position: relative;
}

#navMenu .logo img {
    max-height: 75px;
}

#navMenu .mobile-menu {
    display: none;
	position: absolute;
    right: 10px;
    top: 24px;
}

#navMenu .mobile-menu.hamburger {
    padding: 11px;
}

#navMenu .hamburger-inner,
#navMenu .hamburger-inner::before,
#navMenu .hamburger-inner::after {
    background-color: #a52a2a;
}

#navMenu .menu ul {
    list-style: none;
}

#navMenu .menu ul li {
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 1px;
}

#navMenu .menu ul li a {
	color:#282828;
	text-decoration: none;
	font-weight: bold;
}

#navMenu .menu ul li a:hover {
    text-decoration: underline;
}


/*------------------------------------*\
    header
\*------------------------------------*/

.header.x-beautiful1-beautiful {
	background-image: linear-gradient(0deg, #ffcc0038, rgba(6,37,77,0.25)), url(../images/spina-calcaneare-1.jpg);
	background-position: 50% 50%;
	padding-top: 60px;
	padding-bottom: 70px;
}

.header .specs {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    max-width: 500px;
}

.header .specs .spec {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 15px;
}

.header .specs .spec span {
    color: #a52a2a;
}

.header .specs .texts {
	width: calc(100% - 100px);
	margin-top: 0;
}

.header .specs img {
    padding-right: 15px;
    width: 80px;
}

.header .price > span {
    padding-left: 10px;
    padding-right: 10px;
}

.header .price .quantity {
    font-size: 26px;
    margin-bottom: 5px;
}

.header .price .quantity b {
    margin-right: 10px;
    font-size: 50px;
    color: #a52a2a;
}

.header .price .old {
    font-size: 38px;
    font-weight: 500;
    text-decoration: line-through;
    color: #747474;
}

.header .price .new {
    font-size: 54px;
    font-weight: bold;
    color: #a52a2a;
}

.header .price .discount img {
    max-width: 105px;
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

#secureShopping {
    padding-top: 40px;
	padding-bottom: 40px;
}

#secureShopping .content {
    text-align: left;
	margin: auto;
	max-width: 700px;
	width: 100%;
}

#secureShopping .title,
#secureShopping .subtitle {
    text-align: center;
    color: #222;
}

#secureShopping .subtitle {
    font-size: 19px;
}

#secureShopping ul {
    list-style: none;
    margin-top: 30px;
}

#secureShopping ul li {
    margin: 0;
    padding-bottom: 10px;
}

#secureShopping ul li img {
    width: 120px;
    height: 120px;
    padding: 0;
    margin-right: 15px;
    float: left;
}


/*------------------------------------*\
    imageGrid
\*------------------------------------*/

#imageGrid {
	margin-bottom: -5px;
}

#imageGrid .images {
    position: relative;
}

#imageGrid .image-grid-carousel {
    width: 100%;
}

#imageGrid .carousel-cell { 
    margin: 0; 
    width: 33.333%;
}

#imageGrid .images img {
    width: 100%;
    height: auto;
}

#imageGrid span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 7px #222222;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    width: 100%;
    text-align: center;
}


/*--------------------------------------------------------*\
    footer
\*--------------------------------------------------------*/

#footer {
    position: relative;
    color: white;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #121212;
	margin-top: -5px;
	font-family: "OpenSans";
}

#footer .footer-logo {
    margin-bottom: 30px;
}

#footer .footer-logo img {
    max-width: 230px;
}

#footer .description {
    font-weight: 300;
    letter-spacing: 1px;    
}

#footer a {
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}

#footer a i {
    margin-right: 5px;
}

#footer a,
#footer a i {
    height: 18px;
    line-height: 18px;
    color: #fff;
}


/*--------------------------------------------------------*\
    opinions
\*--------------------------------------------------------*/

#opinions {
    padding-top: 70px;
    padding-bottom: 70px;
}

#opinions h2 {
    font-weight: bold;
    color: #FFA500;
}

#opinions .title i {
    color: #3B5998;
}

#opinions .subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

#opinions .box {
    padding: 20px;
    background-color: #343a40;
    color: #fff;
    border-radius: 10px;
    margin: 0;
}

#opinions .box .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

#opinions .box .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

#opinions .box .description {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

#opinions .carousel-cell {
    width: 50%;
    padding: 25px;   
}

#opinions .rating {
    margin-top: 15px;
}

#opinions .rating .icon {
    color: red;
}

#opinions .opinions-carousel {
    position: relative;
}

#opinions .opinions-carousel::before,
#opinions .opinions-carousel::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}

#opinions .opinions-carousel::before {
    background-image: linear-gradient(to left, #fff0, rgb(255 255 255));
    left: 0;
}

#opinions .opinions-carousel::after {
    background-image: linear-gradient(to right, #fff0, rgb(255 255 255));
    right: 0;
}


/*--------------------------------------------------------*\
    facebook-box
\*--------------------------------------------------------*/

.facebook-box {
    margin: 30px auto;
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    box-shadow: 0px 0px 12px #a2a1a1e0;
    -webkit-box-shadow: 0px 0px 12px #a2a1a1e0;
    -moz-box-shadow: 0px 0px 12px #a2a1a1e0;
    -o-box-shadow: 0px 0px 12px #a2a1a1e0;
}

.facebook-box a {
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
}

.facebook-box hr {
    line-height: 1px;
    height: 1px;
    color: rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .1);
    border: 0;
    margin: 10px 0 0 0;
}

.facebook-box .right-icon {
    float: right;
    display: inline;
    width: 24px;
    height: 24px;
    color: #d8d8d8;
    cursor: pointer;
}

.facebook-box .content {
    padding: 12px;
    font-family: "Open Sans";
}

.facebook-box .row.header {
    max-height: 60px;
    margin-bottom: 11px;
}

.facebook-box .header .avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 8px;
}

.facebook-box .header .name {
    width: calc(100% - 60px - 8px);
}

.facebook-box .header .name h5 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
}

.facebook-box .header .name span {
    color: #9197a3;
    font-size: 12px;
}

.facebook-box .footer {
    border-top: 1px solid #e1e2e3;
    margin: 0;
    padding: 9px 12px 7px 12px;
    font-size: 12px;
    background-color: #f6f7f8;
    border-radius: 0 0 3px 3px;
    color: #141823;
    overflow: hidden;
}

.facebook-box .footer .row {
    margin-top: 10px;
    margin-bottom: 2px;
    overflow: hidden;
}